Move the aai-schema, annotations and
[aai/schema-service.git] / aai-schema-gen / src / test / resources / oxm / dbalias_oxm_two.xml
1 <!--
2
3     ============LICENSE_START=======================================================
4     org.onap.aai
5     ================================================================================
6     Copyright © 2017 AT&T Intellectual Property. All rights reserved.
7     ================================================================================
8     Licensed under the Apache License, Version 2.0 (the "License");
9     you may not use this file except in compliance with the License.
10     You may obtain a copy of the License at
11
12        http://www.apache.org/licenses/LICENSE-2.0
13
14     Unless required by applicable law or agreed to in writing, software
15     distributed under the License is distributed on an "AS IS" BASIS,
16     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17     See the License for the specific language governing permissions and
18     limitations under the License.
19     ============LICENSE_END=========================================================
20
21     ECOMP is a trademark and service mark of AT&T Intellectual Property.
22
23 -->
24 <xml-bindings xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm" package-name="inventory.aai.onap.org.v2" xml-mapping-metadata-complete="true">
25     <xml-schema element-form-default="QUALIFIED">
26         <xml-ns namespace-uri="http://org.openecomp.aai.inventory/v2"/>
27     </xml-schema>
28     <java-types>
29         <java-type name="Inventory">
30             <xml-root-element name="inventory"/>
31             <java-attributes>
32                 <xml-element java-attribute="search" name="search" type="inventory.aai.onap.org.v2.Search"/>
33                 <xml-element java-attribute="actions" name="actions" type="inventory.aai.onap.org.v2.Actions"/>
34                 <xml-element java-attribute="cloudInfrastructure" name="cloud-infrastructure" type="inventory.aai.onap.org.v2.CloudInfrastructure"/>
35                 <xml-element java-attribute="business" name="business" type="inventory.aai.onap.org.v2.Business"/>
36                 <xml-element java-attribute="serviceDesignAndCreation" name="service-design-and-creation" type="inventory.aai.onap.org.v2.ServiceDesignAndCreation"/>
37                 <xml-element java-attribute="network" name="network" type="inventory.aai.onap.org.v2.Network"/>
38                 <xml-element java-attribute="aaiInternal" name="aai-internal" type="inventory.aai.onap.org.v2.AaiInternal"/>
39             </java-attributes>
40         </java-type>
41
42         <java-type name="Search">
43             <xml-root-element name="search"/>
44             <java-attributes>
45                 <xml-element java-attribute="edgeTagQueryResult" name="edge-tag-query-result" type="inventory.aai.onap.org.v2.EdgeTagQueryResult"/>
46                 <xml-element java-attribute="edgeTagQueryRequest" name="edge-tag-query-request" type="inventory.aai.onap.org.v2.EdgeTagQueryRequest"/>
47                 <xml-element java-attribute="searchResults" name="search-results" type="inventory.aai.onap.org.v2.SearchResults"/>
48                 <xml-element java-attribute="sdnZoneResponse" name="sdn-zone-response" type="inventory.aai.onap.org.v2.SdnZoneResponse"/>
49             </java-attributes>
50         </java-type>
51
52         <java-type name="EdgeTagQueryResult">
53             <xml-root-element name="edge-tag-query-result"/>
54             <java-attributes>
55                 <xml-element container-type="java.util.ArrayList" java-attribute="taggedInventoryItemList" name="tagged-inventory-item-list" type="inventory.aai.onap.org.v2.TaggedInventoryItemList"/>
56             </java-attributes>
57         </java-type>
58
59         <java-type name="TaggedInventoryItemList">
60             <xml-root-element name="tagged-inventory-item-list"/>
61             <java-attributes>
62                 <xml-element container-type="java.util.ArrayList" java-attribute="inventoryItem" name="inventory-item" type="inventory.aai.onap.org.v2.InventoryItem"/>
63             </java-attributes>
64         </java-type>
65
66         <java-type name="InventoryItem">
67             <xml-root-element name="inventory-item"/>
68             <java-attributes>
69                 <xml-element java-attribute="inventoryItemType" name="inventory-item-type" type="java.lang.String"/>
70                 <xml-element java-attribute="inventoryItemLink" name="inventory-item-link" type="java.lang.String"/>
71                 <xml-element container-type="java.util.ArrayList" java-attribute="inventoryItemData" name="inventory-item-data" type="inventory.aai.onap.org.v2.InventoryItemData"/>
72                 <xml-element container-type="java.util.ArrayList" java-attribute="taggedInventoryItemList" name="tagged-inventory-item-list" type="inventory.aai.onap.org.v2.TaggedInventoryItemList"/>
73             </java-attributes>
74         </java-type>
75
76         <java-type name="InventoryItemData">
77             <xml-root-element name="inventory-item-data"/>
78             <java-attributes>
79                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String"/>
80                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String"/>
81             </java-attributes>
82         </java-type>
83
84         <java-type name="EdgeTagQueryRequest">
85             <xml-root-element name="edge-tag-query-request"/>
86             <java-attributes>
87                 <xml-element java-attribute="edgeTag" name="edge-tag" type="java.lang.String"/>
88                 <xml-element java-attribute="resultDetail" name="result-detail" type="java.lang.String"/>
89                 <xml-element java-attribute="startNodeType" name="start-node-type" type="java.lang.String"/>
90                 <xml-element container-type="java.util.ArrayList" java-attribute="startNodeFilter" name="start-node-filter" type="inventory.aai.onap.org.v2.StartNodeFilter"/>
91                 <xml-element container-type="java.util.ArrayList" java-attribute="includeNodeFilter" name="include-node-filter" type="inventory.aai.onap.org.v2.IncludeNodeFilter"/>
92                 <xml-element container-type="java.util.ArrayList" java-attribute="secondaryFilter" name="secondary-filter" type="inventory.aai.onap.org.v2.SecondaryFilter"/>
93             </java-attributes>
94         </java-type>
95
96         <java-type name="StartNodeFilter">
97             <xml-root-element name="start-node-filter"/>
98             <java-attributes>
99                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String"/>
100                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String"/>
101             </java-attributes>
102         </java-type>
103
104         <java-type name="IncludeNodeFilter">
105             <xml-root-element name="include-node-filter"/>
106             <java-attributes>
107                 <xml-element java-attribute="includeNodeType" name="include-node-type" type="java.lang.String"/>
108             </java-attributes>
109         </java-type>
110
111         <java-type name="SecondaryFilter">
112             <xml-root-element name="secondary-filter"/>
113             <java-attributes>
114                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String"/>
115                 <xml-element java-attribute="filterType" name="filter-type" type="java.lang.String"/>
116                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String"/>
117             </java-attributes>
118         </java-type>
119
120         <java-type name="SearchResults">
121             <xml-root-element name="search-results"/>
122             <java-attributes>
123                 <xml-element container-type="java.util.ArrayList" java-attribute="resultData" name="result-data" type="inventory.aai.onap.org.v2.ResultData"/>
124             </java-attributes>
125         </java-type>
126
127         <java-type name="ResultData">
128             <xml-root-element name="result-data"/>
129             <java-attributes>
130                 <xml-element java-attribute="resourceType" name="resource-type" type="java.lang.String">
131                     <xml-properties>
132                         <xml-property name="description" value="The specific type of node in the A&amp;AI graph"/>
133                     </xml-properties>
134                 </xml-element>
135                 <xml-element java-attribute="resourceLink" name="resource-link" type="java.lang.String">
136                     <xml-properties>
137                         <xml-property name="description" value="The URL to the specific resource"/>
138                     </xml-properties>
139                 </xml-element>
140             </java-attributes>
141         </java-type>
142
143         <java-type name="SdnZoneResponse">
144             <xml-root-element name="sdn-zone-response"/>
145             <java-attributes>
146                 <xml-element java-attribute="oamNetworks" name="oam-networks" type="inventory.aai.onap.org.v2.OamNetworks"/>
147                 <xml-element container-type="java.util.ArrayList" java-attribute="azAndDvsSwitches" name="az-and-dvs-switches" type="inventory.aai.onap.org.v2.AzAndDvsSwitches"/>
148             </java-attributes>
149         </java-type>
150
151         <java-type name="AzAndDvsSwitches">
152             <xml-root-element name="az-and-dvs-switches"/>
153             <java-attributes>
154                 <xml-element java-attribute="dvsSwitches" name="dvs-switches" type="inventory.aai.onap.org.v2.DvsSwitches"/>
155                 <xml-element java-attribute="availabilityZone" name="availability-zone" type="inventory.aai.onap.org.v2.AvailabilityZone"/>
156             </java-attributes>
157         </java-type>
158
159         <java-type name="Actions">
160             <xml-properties>
161                 <xml-property name="description" value="APIs that are more action related than REST (e.g., notify, update)."/>
162             </xml-properties>
163             <xml-root-element name="actions"/>
164             <java-attributes>
165                 <xml-element java-attribute="update" name="update" type="inventory.aai.onap.org.v2.Update"/>
166                 <xml-element java-attribute="notify" name="notify" type="inventory.aai.onap.org.v2.Notify"/>
167             </java-attributes>
168         </java-type>
169
170         <java-type name="Update">
171             <xml-properties>
172                 <xml-property name="description" value="Serves a PATCH like function.  Does not enforce concurrency control.  Clear each usage with AAI team."/>
173             </xml-properties>
174             <xml-root-element name="update"/>
175             <java-attributes>
176                 <xml-element java-attribute="updateNodeType" name="update-node-type" required="true" type="java.lang.String"/>
177                 <xml-element container-type="java.util.ArrayList" java-attribute="updateNodeKey" name="update-node-key" type="inventory.aai.onap.org.v2.UpdateNodeKey"/>
178                 <xml-element java-attribute="updateNodeUri" name="update-node-uri" type="java.lang.String"/>
179                 <xml-element container-type="java.util.ArrayList" java-attribute="action" name="action" type="inventory.aai.onap.org.v2.Action"/>
180             </java-attributes>
181         </java-type>
182
183         <java-type name="Action">
184             <xml-root-element name="action"/>
185             <java-attributes>
186                 <xml-element java-attribute="actionType" name="action-type" type="java.lang.String"/>
187                 <xml-element container-type="java.util.ArrayList" java-attribute="actionData" name="action-data" type="inventory.aai.onap.org.v2.ActionData"/>
188             </java-attributes>
189         </java-type>
190
191         <java-type name="ActionData">
192             <xml-root-element name="action-data"/>
193             <java-attributes>
194                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String"/>
195                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String"/>
196             </java-attributes>
197         </java-type>
198
199         <java-type name="UpdateNodeKey">
200             <xml-root-element name="update-node-key"/>
201             <java-attributes>
202                 <xml-element java-attribute="keyName" name="key-name" type="java.lang.String"/>
203                 <xml-element java-attribute="keyValue" name="key-value" type="java.lang.String"/>
204             </java-attributes>
205         </java-type>
206
207         <java-type name="Notify">
208             <xml-root-element name="notify"/>
209             <java-attributes>
210                 <xml-element java-attribute="eventId" name="event-id" required="true" type="java.lang.String"/>
211                 <xml-element java-attribute="nodeType" name="node-type" type="java.lang.String"/>
212                 <xml-element java-attribute="eventTrigger" name="event-trigger" type="java.lang.String"/>
213                 <xml-element container-type="java.util.ArrayList" java-attribute="keyData" name="key-data" type="inventory.aai.onap.org.v2.KeyData"/>
214                 <xml-element java-attribute="selflink" name="selflink" type="java.lang.String"/>
215             </java-attributes>
216         </java-type>
217
218         <java-type name="KeyData">
219             <xml-root-element name="key-data"/>
220             <java-attributes>
221                 <xml-element java-attribute="keyName" name="key-name" type="java.lang.String"/>
222                 <xml-element java-attribute="keyValue" name="key-value" type="java.lang.String"/>
223             </java-attributes>
224         </java-type>
225
226         <java-type name="CloudInfrastructure">
227             <xml-properties>
228                 <xml-property name="description" value="Namespace for cloud infrastructure."/>
229             </xml-properties>
230             <xml-root-element name="cloud-infrastructure"/>
231             <java-attributes>
232                 <xml-element java-attribute="complexes" name="complexes" type="inventory.aai.onap.org.v2.Complexes"/>
233                 <xml-element java-attribute="cloudRegions" name="cloud-regions" type="inventory.aai.onap.org.v2.CloudRegions"/>
234                 <xml-element java-attribute="networkProfiles" name="network-profiles" type="inventory.aai.onap.org.v2.NetworkProfiles"/>
235                 <xml-element java-attribute="pservers" name="pservers" type="inventory.aai.onap.org.v2.Pservers"/>
236                 <xml-element java-attribute="virtualDataCenters" name="virtual-data-centers" type="inventory.aai.onap.org.v2.VirtualDataCenters"/>
237             </java-attributes>
238         </java-type>
239
240         <java-type name="CloudRegions">
241             <xml-root-element name="cloud-regions"/>
242             <java-attributes>
243                 <xml-element container-type="java.util.ArrayList" java-attribute="cloudRegion" name="cloud-region" type="inventory.aai.onap.org.v2.CloudRegion"/>
244             </java-attributes>
245         </java-type>
246
247         <java-type name="CloudRegion">
248             <xml-root-element name="cloud-region"/>
249             <java-attributes>
250                 <xml-element java-attribute="cloudOwner" name="cloud-owner" required="true" type="java.lang.String" xml-key="true">
251                     <xml-properties>
252                         <xml-property name="description" value="Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname"/>
253                     </xml-properties>
254                 </xml-element>
255                 <xml-element java-attribute="cloudRegionId" name="cloud-region-id" required="true" type="java.lang.String" xml-key="true">
256                     <xml-properties>
257                         <xml-property name="description" value="Identifier used by the vendor for the region. Second part of composite key"/>
258                     </xml-properties>
259                 </xml-element>
260                 <xml-element java-attribute="cloudType" name="cloud-type" type="java.lang.String">
261                     <xml-properties>
262                         <xml-property name="description" value="Type of the cloud (e.g., openstack)"/>
263                     </xml-properties>
264                 </xml-element>
265                 <xml-element java-attribute="ownerDefinedType" name="owner-defined-type" type="java.lang.String">
266                     <xml-properties>
267                         <xml-property name="description" value="Cloud-owner defined type indicator (e.g., DCP, LCP)"/>
268                     </xml-properties>
269                 </xml-element>
270                 <xml-element java-attribute="cloudRegionVersion" name="cloud-region-version" type="java.lang.String">
271                     <xml-properties>
272                         <xml-property name="description" value="Software version employed at the site"/>
273                     </xml-properties>
274                 </xml-element>
275                 <xml-element java-attribute="identityUrl" name="identity-url" type="java.lang.String">
276                     <xml-properties>
277                         <xml-property name="description" value="URL of the keystone identity service"/>
278                     </xml-properties>
279                 </xml-element>
280                 <xml-element java-attribute="cloudZone" name="cloud-zone" type="java.lang.String">
281                     <xml-properties>
282                         <xml-property name="description" value="Zone where the cloud is homed"/>
283                     </xml-properties>
284                 </xml-element>
285                 <xml-element java-attribute="complexName" name="complex-name" type="java.lang.String">
286                     <xml-properties>
287                         <xml-property name="description" value="complex name for cloud-region instance"/>
288                     </xml-properties>
289                 </xml-element>
290                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
291                     <xml-properties>
292                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
293                     </xml-properties>
294                 </xml-element>
295                 <xml-element java-attribute="volumeGroups" name="volume-groups" type="inventory.aai.onap.org.v2.VolumeGroups"/>
296                 <xml-element java-attribute="tenants" name="tenants" type="inventory.aai.onap.org.v2.Tenants"/>
297                 <xml-element java-attribute="flavors" name="flavors" type="inventory.aai.onap.org.v2.Flavors"/>
298                 <xml-element java-attribute="groupAssignments" name="group-assignments" type="inventory.aai.onap.org.v2.GroupAssignments"/>
299                 <xml-element java-attribute="snapshots" name="snapshots" type="inventory.aai.onap.org.v2.Snapshots"/>
300                 <xml-element java-attribute="images" name="images" type="inventory.aai.onap.org.v2.Images"/>
301                 <xml-element java-attribute="dvsSwitches" name="dvs-switches" type="inventory.aai.onap.org.v2.DvsSwitches"/>
302                 <xml-element java-attribute="oamNetworks" name="oam-networks" type="inventory.aai.onap.org.v2.OamNetworks"/>
303                 <xml-element java-attribute="availabilityZones" name="availability-zones" type="inventory.aai.onap.org.v2.AvailabilityZones"/>
304                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
305             </java-attributes>
306             <xml-properties>
307                 <xml-property name="description" value="cloud-region designates an installation of a cloud cluster or region or instantiation."/>
308                 <xml-property name="indexedProps" value="cloud-owner,cloud-region-id,cloud-type,owner-defined-type"/>
309                 <xml-property name="nameProps" value="owner-defined-type"/>
310                 <xml-property name="container" value="cloud-regions"/>
311                 <xml-property name="namespace" value="cloud-infrastructure"/>
312                 <xml-property name="uriTemplate" value="/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}"/>
313             </xml-properties>
314         </java-type>
315         <java-type name="VolumeGroups">
316             <xml-properties>
317                 <xml-property name="description" value="Collection of persistent block-level storage."/>
318             </xml-properties>
319             <xml-root-element name="volume-groups"/>
320             <java-attributes>
321                 <xml-element container-type="java.util.ArrayList" java-attribute="volumeGroup" name="volume-group" type="inventory.aai.onap.org.v2.VolumeGroup"/>
322             </java-attributes>
323         </java-type>
324
325         <java-type name="VolumeGroup">
326             <xml-root-element name="volume-group"/>
327             <java-attributes>
328                 <xml-element java-attribute="volumeGroupId" name="volume-group-id" required="true" type="java.lang.String" xml-key="true">
329                     <xml-properties>
330                         <xml-property name="description" value="Unique ID of volume-group."/>
331                     </xml-properties>
332                 </xml-element>
333                 <xml-element java-attribute="volumeGroupName" name="volume-group-name" type="java.lang.String">
334                     <xml-properties>
335                         <xml-property name="description" value="Name of the volume group."/>
336                     </xml-properties>
337                 </xml-element>
338                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
339                     <xml-properties>
340                         <xml-property name="description" value="Heat stack id corresponding to this volume-group"/>
341                     </xml-properties>
342                 </xml-element>
343                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String">
344                     <xml-properties>
345                         <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures."/>
346                     </xml-properties>
347                 </xml-element>
348                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
349                     <xml-properties>
350                         <xml-property name="description" value="Orchestration status of this volume-group"/>
351                     </xml-properties>
352                 </xml-element>
353                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
354                     <xml-properties>
355                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
356                     </xml-properties>
357                 </xml-element>
358                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
359             </java-attributes>
360             <xml-properties>
361                 <xml-property name="description" value="Persistent block-level storage."/>
362                 <xml-property name="indexedProps" value="volume-group-name,vnf-type,heat-stack-id,volume-group-id"/>
363                 <xml-property name="dependentOn" value="cloud-region"/>
364                 <xml-property name="container" value="volume-groups"/>
365                 <xml-property name="uriTemplate" value="/volume-groups/volume-group/{volume-group-id}"/>
366             </xml-properties>
367         </java-type>
368
369         <java-type name="RelationshipList">
370             <xml-root-element name="relationship-list"/>
371             <java-attributes>
372                 <xml-element container-type="java.util.ArrayList" java-attribute="relationship" name="relationship" type="inventory.aai.onap.org.v2.Relationship"/>
373             </java-attributes>
374         </java-type>
375
376         <java-type name="Relationship">
377             <xml-root-element name="relationship"/>
378             <java-attributes>
379                 <xml-element java-attribute="relatedTo" name="related-to" type="java.lang.String">
380                     <xml-properties>
381                         <xml-property name="description" value="A keyword provided by A&amp;AI to indicate type of node."/>
382                     </xml-properties>
383                 </xml-element>
384                 <xml-element java-attribute="relatedLink" name="related-link" type="java.lang.String">
385                     <xml-properties>
386                         <xml-property name="description" value="URL to the object in A&amp;AI."/>
387                     </xml-properties>
388                 </xml-element>
389                 <xml-element container-type="java.util.ArrayList" java-attribute="relationshipData" name="relationship-data" type="inventory.aai.onap.org.v2.RelationshipData"/>
390                 <xml-element container-type="java.util.ArrayList" java-attribute="relatedToProperty" name="related-to-property" type="inventory.aai.onap.org.v2.RelatedToProperty"/>
391             </java-attributes>
392         </java-type>
393
394         <java-type name="RelatedToProperty">
395             <xml-root-element name="related-to-property"/>
396             <java-attributes>
397                 <xml-element java-attribute="propertyKey" name="property-key" type="java.lang.String">
398                     <xml-properties>
399                         <xml-property name="description" value="Key part of a key/value pair"/>
400                     </xml-properties>
401                 </xml-element>
402                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String">
403                     <xml-properties>
404                         <xml-property name="description" value="Value part of a key/value pair"/>
405                     </xml-properties>
406                 </xml-element>
407             </java-attributes>
408         </java-type>
409
410         <java-type name="RelationshipData">
411             <xml-root-element name="relationship-data"/>
412             <java-attributes>
413                 <xml-element java-attribute="relationshipKey" name="relationship-key" required="true" type="java.lang.String">
414                     <xml-properties>
415                         <xml-property name="description" value="A keyword provided by A&amp;AI to indicate an attribute."/>
416                     </xml-properties>
417                 </xml-element>
418                 <xml-element java-attribute="relationshipValue" name="relationship-value" required="true" type="java.lang.String">
419                     <xml-properties>
420                         <xml-property name="description" value="Value of the attribute."/>
421                     </xml-properties>
422                 </xml-element>
423             </java-attributes>
424         </java-type>
425
426         <java-type name="Complexes">
427             <xml-properties>
428                 <xml-property name="description" value="Collection of physical locations that can house cloud-regions."/>
429             </xml-properties>
430             <xml-root-element name="complexes"/>
431             <java-attributes>
432                 <xml-element container-type="java.util.ArrayList" java-attribute="complex" name="complex" type="inventory.aai.onap.org.v2.Complex"/>
433             </java-attributes>
434         </java-type>
435
436         <java-type name="Complex">
437             <xml-root-element name="complex"/>
438             <java-attributes>
439                 <xml-element java-attribute="physicalLocationId" name="physical-location-id" required="true" type="java.lang.String" xml-key="true">
440                     <xml-properties>
441                         <xml-property name="description" value="Unique identifier for physical location, e.g., CLLI"/>
442                     </xml-properties>
443                 </xml-element>
444                 <xml-element java-attribute="dataCenterCode" name="data-center-code" type="java.lang.String">
445                     <xml-properties>
446                         <xml-property name="description" value="Data center code which can be an alternate way to identify a complex"/>
447                     </xml-properties>
448                 </xml-element>
449                 <xml-element java-attribute="complexName" name="complex-name" type="java.lang.String">
450                     <xml-properties>
451                         <xml-property name="description" value="Gamma complex name for LCP instance."/>
452                     </xml-properties>
453                 </xml-element>
454                 <xml-element java-attribute="identityUrl" name="identity-url" type="java.lang.String">
455                     <xml-properties>
456                         <xml-property name="description" value="URL of the keystone identity service"/>
457                     </xml-properties>
458                 </xml-element>
459                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
460                     <xml-properties>
461                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
462                     </xml-properties>
463                 </xml-element>
464                 <xml-element java-attribute="physicalLocationType" name="physical-location-type" required="true" type="java.lang.String">
465                     <xml-properties>
466                         <xml-property name="description" value="Type, e.g., central office, data center."/>
467                     </xml-properties>
468                 </xml-element>
469                 <xml-element java-attribute="street1" name="street1" required="true" type="java.lang.String"/>
470                 <xml-element java-attribute="street2" name="street2" type="java.lang.String"/>
471                 <xml-element java-attribute="city" name="city" required="true" type="java.lang.String"/>
472                 <xml-element java-attribute="state" name="state" type="java.lang.String"/>
473                 <xml-element java-attribute="postalCode" name="postal-code" required="true" type="java.lang.String"/>
474                 <xml-element java-attribute="country" name="country" required="true" type="java.lang.String"/>
475                 <xml-element java-attribute="region" name="region" required="true" type="java.lang.String"/>
476                 <xml-element java-attribute="latitude" name="latitude" type="java.lang.String"/>
477                 <xml-element java-attribute="longitude" name="longitude" type="java.lang.String"/>
478                 <xml-element java-attribute="elevation" name="elevation" type="java.lang.String"/>
479                 <xml-element java-attribute="lata" name="lata" type="java.lang.String"/>
480                 <xml-element java-attribute="ctagPools" name="ctag-pools" type="inventory.aai.onap.org.v2.CtagPools"/>
481                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
482             </java-attributes>
483             <xml-properties>
484                 <xml-property name="description" value="Collection of physical locations that can house cloud-regions."/>
485                 <xml-property name="indexedProps" value="identity-url,data-center-code,complex-name,physical-location-id"/>
486                 <xml-property name="searchable" value="physical-location-id,data-center-code,complex-name,street1,street2,postal-code"/>
487                 <xml-property name="uniqueProps" value="physical-location-id"/>
488                 <xml-property name="container" value="complexes"/>
489                 <xml-property name="namespace" value="cloud-infrastructure"/>
490                 <xml-property name="uriTemplate" value="/cloud-infrastructure/complexes/complex/{physical-location-id}"/>
491             </xml-properties>
492         </java-type>
493
494         <java-type name="CtagPools">
495             <xml-root-element name="ctag-pools"/>
496             <java-attributes>
497                 <xml-element container-type="java.util.ArrayList" java-attribute="ctagPool" name="ctag-pool" type="inventory.aai.onap.org.v2.CtagPool"/>
498             </java-attributes>
499         </java-type>
500
501         <java-type name="CtagPool">
502             <xml-root-element name="ctag-pool"/>
503             <java-attributes>
504                 <xml-element java-attribute="targetPe" name="target-pe" required="true" type="java.lang.String" xml-key="true">
505                     <xml-properties>
506                         <xml-property name="description" value="The Target provider edge router"/>
507                     </xml-properties>
508                 </xml-element>
509                 <xml-element java-attribute="availabilityZoneName" name="availability-zone-name" required="true" type="java.lang.String" xml-key="true">
510                     <xml-properties>
511                         <xml-property name="description" value="Name of the availability zone"/>
512                     </xml-properties>
513                 </xml-element>
514                 <xml-element java-attribute="ctagPoolPurpose" name="ctag-pool-purpose" required="true" type="java.lang.String">
515                     <xml-properties>
516                         <xml-property name="description" value="Describes what the intended purpose of this pool is."/>
517                     </xml-properties>
518                 </xml-element>
519                 <xml-element java-attribute="ctagValues" name="ctag-values" type="java.lang.String">
520                     <xml-properties>
521                         <xml-property name="description" value="Comma separated list of ctags"/>
522                     </xml-properties>
523                 </xml-element>
524                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
525                     <xml-properties>
526                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
527                     </xml-properties>
528                 </xml-element>
529                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
530             </java-attributes>
531             <xml-properties>
532                 <xml-property name="description" value="A collection of C tags (vlan tags) grouped for a specific purpose."/>
533                 <xml-property name="indexedProps" value="availability-zone-name"/>
534                 <xml-property name="dependentOn" value="complex"/>
535                 <xml-property name="container" value="ctag-pools"/>
536                 <xml-property name="uriTemplate" value="/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}"/>
537             </xml-properties>
538         </java-type>
539
540         <java-type name="Tenants">
541             <xml-properties>
542                 <xml-property name="description" value="Collection of openstack tenants."/>
543             </xml-properties>
544             <xml-root-element name="tenants"/>
545             <java-attributes>
546                 <xml-element container-type="java.util.ArrayList" java-attribute="tenant" name="tenant" type="inventory.aai.onap.org.v2.Tenant"/>
547             </java-attributes>
548         </java-type>
549
550         <java-type name="Tenant">
551             <xml-root-element name="tenant"/>
552             <java-attributes>
553                 <xml-element java-attribute="tenantId" name="tenant-id" required="true" type="java.lang.String" xml-key="true">
554                     <xml-properties>
555                         <xml-property name="description" value="Unique id relative to the cloud-region."/>
556                     </xml-properties>
557                 </xml-element>
558                 <xml-element java-attribute="tenantName" name="tenant-name" required="true" type="java.lang.String">
559                     <xml-properties>
560                         <xml-property name="description" value="Readable name of tenant"/>
561                     </xml-properties>
562                 </xml-element>
563                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
564                     <xml-properties>
565                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
566                     </xml-properties>
567                 </xml-element>
568                 <xml-element java-attribute="vservers" name="vservers" type="inventory.aai.onap.org.v2.Vservers"/>
569                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
570             </java-attributes>
571             <xml-properties>
572                 <xml-property name="description" value="Openstack tenant"/>
573                 <xml-property name="nameProps" value="tenant-name"/>
574                 <xml-property name="indexedProps" value="tenant-name,tenant-id"/>
575                 <xml-property name="dependentOn" value="cloud-region"/>
576                 <xml-property name="container" value="tenants"/>
577                 <xml-property name="uriTemplate" value="/tenants/tenant/{tenant-id}"/>
578             </xml-properties>
579         </java-type>
580
581         <java-type name="Vservers">
582             <xml-properties>
583                 <xml-property name="description" value="Collection of virtual Servers, aka virtual machines or VMs."/>
584             </xml-properties>
585             <xml-root-element name="vservers"/>
586             <java-attributes>
587                 <xml-element container-type="java.util.ArrayList" java-attribute="vserver" name="vserver" type="inventory.aai.onap.org.v2.Vserver"/>
588             </java-attributes>
589         </java-type>
590
591         <java-type name="Vserver">
592             <xml-root-element name="vserver"/>
593             <java-attributes>
594                 <xml-element java-attribute="vserverId" name="vserver-id" required="true" type="java.lang.String" xml-key="true">
595                     <xml-properties>
596                         <xml-property name="description" value="Unique identifier for this vserver relative to its tenant"/>
597                     </xml-properties>
598                 </xml-element>
599                 <xml-element java-attribute="vserverName" name="vserver-name" required="true" type="java.lang.String">
600                     <xml-properties>
601                         <xml-property name="description" value="Name of vserver"/>
602                     </xml-properties>
603                 </xml-element>
604                 <xml-element java-attribute="vserverName2" name="vserver-name2" type="java.lang.String">
605                     <xml-properties>
606                         <xml-property name="description" value="Alternative name of vserver"/>
607                     </xml-properties>
608                 </xml-element>
609                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
610                     <xml-properties>
611                         <xml-property name="description" value="Trigger for operational monitoring of this resource by Service Assurance systems."/>
612                     </xml-properties>
613                 </xml-element>
614                 <xml-element java-attribute="vserverSelflink" name="vserver-selflink" required="true" type="java.lang.String">
615                     <xml-properties>
616                         <xml-property name="description" value="URL to endpoint where AAI can get more details"/>
617                     </xml-properties>
618                 </xml-element>
619                 <xml-element default-value="false" java-attribute="inMaint" name="in-maint" required="true" type="java.lang.Boolean">
620                     <xml-properties>
621                         <xml-property name="defaultValue" value="false"/>
622                         <xml-property name="description" value="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs."/>
623                     </xml-properties>
624                 </xml-element>
625                 <xml-element default-value="false" java-attribute="isClosedLoopDisabled" name="is-closed-loop-disabled" required="true" type="java.lang.Boolean">
626                     <xml-properties>
627                         <xml-property name="defaultValue" value="false"/>
628                         <xml-property name="description" value="Used to indicate whether closed loop function is enabled on this node"/>
629                     </xml-properties>
630                 </xml-element>
631                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
632                     <xml-properties>
633                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
634                     </xml-properties>
635                 </xml-element>
636                 <xml-element java-attribute="volumes" name="volumes" type="inventory.aai.onap.org.v2.Volumes"/>
637                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
638                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v2.LInterfaces"/>
639             </java-attributes>
640             <xml-properties>
641                 <xml-property name="description" value="Virtual Servers, aka virtual machine or VM."/>
642                 <xml-property name="nameProps" value="vserver-name"/>
643                 <xml-property name="indexedProps" value="is-closed-loop-disabled,prov-status,vserver-name,vserver-id,in-maint,vserver-name2"/>
644                 <xml-property name="searchable" value="vserver-name,vserver-id,vserver-name2"/>
645                 <xml-property name="dependentOn" value="tenant"/>
646                 <xml-property name="container" value="vservers"/>
647                 <xml-property name="uriTemplate" value="/vservers/vserver/{vserver-id}"/>
648             </xml-properties>
649         </java-type>
650
651         <java-type name="LInterfaces">
652             <xml-properties>
653                 <xml-property name="description" value="Collection of logical interfaces."/>
654             </xml-properties>
655             <xml-root-element name="l-interfaces"/>
656             <java-attributes>
657                 <xml-element container-type="java.util.ArrayList" java-attribute="lInterface" name="l-interface" type="inventory.aai.onap.org.v2.LInterface"/>
658             </java-attributes>
659         </java-type>
660
661         <java-type name="LInterface">
662             <xml-root-element name="l-interface"/>
663             <java-attributes>
664                 <xml-element java-attribute="interfaceName" name="interface-name" required="true" type="java.lang.String" xml-key="true">
665                     <xml-properties>
666                         <xml-property name="description" value="Name given to the interface"/>
667                     </xml-properties>
668                 </xml-element>
669                 <xml-element java-attribute="interfaceRole" name="interface-role" type="java.lang.String">
670                     <xml-properties>
671                         <xml-property name="description" value="E.g., CUSTOMER, UPLINK, etc."/>
672                     </xml-properties>
673                 </xml-element>
674                 <xml-element java-attribute="v6WanLinkIp" name="v6-wan-link-ip" type="java.lang.String">
675                     <xml-properties>
676                         <xml-property name="description" value="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B."/>
677                     </xml-properties>
678                 </xml-element>
679                 <xml-element java-attribute="selflink" name="selflink" type="java.lang.String">
680                     <xml-properties>
681                         <xml-property name="description" value="URL to endpoint where AAI can get more details"/>
682                     </xml-properties>
683                 </xml-element>
684                 <xml-element java-attribute="interfaceId" name="interface-id" type="java.lang.String">
685                     <xml-properties>
686                         <xml-property name="description" value="ID of interface"/>
687                     </xml-properties>
688                 </xml-element>
689                 <xml-element java-attribute="macaddr" name="macaddr" type="java.lang.String">
690                     <xml-properties>
691                         <xml-property name="description" value="MAC address for the interface"/>
692                     </xml-properties>
693                 </xml-element>
694                 <xml-element java-attribute="networkName" name="network-name" type="java.lang.String">
695                     <xml-properties>
696                         <xml-property name="description" value="Name of the network"/>
697                     </xml-properties>
698                 </xml-element>
699                 <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String">
700                     <xml-properties>
701                         <xml-property name="description" value="Whether A&amp;AI should be managing this interface of not. Could have value like CUSTOMER"/>
702                     </xml-properties>
703                 </xml-element>
704                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
705                     <xml-properties>
706                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
707                     </xml-properties>
708                 </xml-element>
709                 <xml-element java-attribute="vlans" name="vlans" type="inventory.aai.onap.org.v2.Vlans"/>
710                 <xml-element java-attribute="sriovVfs" name="sriov-vfs" type="inventory.aai.onap.org.v2.SriovVfs"/>
711                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
712                 <xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv4AddressList" name="l3-interface-ipv4-address-list" type="inventory.aai.onap.org.v2.L3InterfaceIpv4AddressList"/>
713                 <xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv6AddressList" name="l3-interface-ipv6-address-list" type="inventory.aai.onap.org.v2.L3InterfaceIpv6AddressList"/>
714             </java-attributes>
715             <xml-properties>
716                 <xml-property name="description" value="Logical interfaces, e.g., a vnic."/>
717                 <xml-property name="indexedProps" value="macaddr,interface-id,interface-name,network-name"/>
718                 <xml-property name="dependentOn" value="generic-vnf,newvce,p-interface,vserver,lag-interface,l-interface"/>
719                 <xml-property name="container" value="l-interfaces"/>
720                 <xml-property name="uriTemplate" value="/l-interfaces/l-interface/{interface-name}"/>
721             </xml-properties>
722         </java-type>
723
724         <java-type name="SriovVfs">
725             <xml-properties>
726                 <xml-property name="description" value="Collection of SR-IOV Virtual Functions."/>
727             </xml-properties>
728             <xml-root-element name="sriov-vfs"/>
729             <java-attributes>
730                 <xml-element container-type="java.util.ArrayList" java-attribute="sriovVf" name="sriov-vf" type="inventory.aai.onap.org.v2.SriovVf"/>
731             </java-attributes>
732         </java-type>
733         <java-type name="SriovVf">
734             <xml-root-element name="sriov-vf"/>
735             <java-attributes>
736                 <xml-element java-attribute="pciId" name="pci-id" required="true" type="java.lang.String" xml-key="true">
737                     <xml-properties>
738                         <xml-property name="description" value="PCI ID used to identify the sriov-vf"/>
739                     </xml-properties>
740                 </xml-element>
741                 <xml-element java-attribute="vfVlanFilter" name="vf-vlan-filter" type="java.lang.String">
742                     <xml-properties>
743                         <xml-property name="description" value="This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM."/>
744                     </xml-properties>
745                 </xml-element>
746                 <xml-element java-attribute="vfMacFilter" name="vf-mac-filter" type="java.lang.String">
747                     <xml-properties>
748                         <xml-property name="description" value="When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM."/>
749                     </xml-properties>
750                 </xml-element>
751                 <xml-element java-attribute="vfVlanStrip" name="vf-vlan-strip" type="java.lang.Boolean">
752                     <xml-properties>
753                         <xml-property name="description" value="When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM."/>
754                     </xml-properties>
755                 </xml-element>
756                 <xml-element java-attribute="vfVlanAntiSpoofCheck" name="vf-vlan-anti-spoof-check" type="java.lang.Boolean">
757                     <xml-properties>
758                         <xml-property name="description" value="This option ensures anti VLAN spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs."/>
759                     </xml-properties>
760                 </xml-element>
761                 <xml-element java-attribute="vfMacAntiSpoofCheck" name="vf-mac-anti-spoof-check" type="java.lang.Boolean">
762                     <xml-properties>
763                         <xml-property name="description" value="This option ensures anti MAC spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs."/>
764                     </xml-properties>
765                 </xml-element>
766                 <xml-element java-attribute="vfMirrors" name="vf-mirrors" type="java.lang.String">
767                     <xml-properties>
768                         <xml-property name="description" value="This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports."/>
769                     </xml-properties>
770                 </xml-element>
771                 <xml-element java-attribute="vfBroadcastAllow" name="vf-broadcast-allow" type="java.lang.Boolean">
772                     <xml-properties>
773                         <xml-property name="description" value="This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM"/>
774                     </xml-properties>
775                 </xml-element>
776                 <xml-element java-attribute="vfUnknownMulticastAllow" name="vf-unknown-multicast-allow" type="java.lang.Boolean">
777                     <xml-properties>
778                         <xml-property name="description" value="This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM"/>
779                     </xml-properties>
780                 </xml-element>
781                 <xml-element java-attribute="vfUnknownUnicastAllow" name="vf-unknown-unicast-allow" type="java.lang.Boolean">
782                     <xml-properties>
783                         <xml-property name="description" value="This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM"/>
784                     </xml-properties>
785                 </xml-element>
786                 <xml-element java-attribute="vfInsertStag" name="vf-insert-stag" type="java.lang.Boolean">
787                     <xml-properties>
788                         <xml-property name="description" value="This option, if set to true, instructs to insert outer tag after traffic comes out of VM."/>
789                     </xml-properties>
790                 </xml-element>
791                 <xml-element java-attribute="vfLinkStatus" name="vf-link-status" type="java.lang.String">
792                     <xml-properties>
793                         <xml-property name="description" value="This option is used to set the link status.  Valid values as of 1607 are on, off, and auto."/>
794                     </xml-properties>
795                 </xml-element>
796                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
797                     <xml-properties>
798                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
799                     </xml-properties>
800                 </xml-element>
801                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
802                     <xml-properties>
803                         <xml-property name="description" value="Neutron network id of the interface"/>
804                     </xml-properties>
805                 </xml-element>
806                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
807             </java-attributes>
808             <xml-properties>
809                 <xml-property name="description" value="SR-IOV Virtual Function (not to be confused with virtual network function)"/>
810                 <xml-property name="indexedProps" value="pci-id,vf-vlan-filter,vf-mac-filter,vf-vlan-strip,neutron-network-id"/>
811                 <xml-property name="dependentOn" value="l-interface"/>
812                 <xml-property name="container" value="sriov-vfs"/>
813                 <xml-property name="uriTemplate" value="/sriov-vfs/sriov-vf/{pci-id}"/>
814             </xml-properties>
815         </java-type>
816
817         <java-type name="L3InterfaceIpv4AddressList">
818             <xml-root-element name="l3-interface-ipv4-address-list"/>
819             <java-attributes>
820                 <xml-element java-attribute="l3InterfaceIpv4Address" name="l3-interface-ipv4-address" required="true" type="java.lang.String" xml-key="true">
821                     <xml-properties>
822                         <xml-property name="description" value="IP address"/>
823                     </xml-properties>
824                 </xml-element>
825                 <xml-element java-attribute="l3InterfaceIpv4PrefixLength" name="l3-interface-ipv4-prefix-length" type="java.lang.Long">
826                     <xml-properties>
827                         <xml-property name="description" value="Prefix length, 32 for single address"/>
828                     </xml-properties>
829                 </xml-element>
830                 <xml-element java-attribute="vlanIdInner" name="vlan-id-inner" type="java.lang.Long">
831                     <xml-properties>
832                         <xml-property name="description" value="Inner VLAN tag"/>
833                     </xml-properties>
834                 </xml-element>
835                 <xml-element java-attribute="vlanIdOuter" name="vlan-id-outer" type="java.lang.Long">
836                     <xml-properties>
837                         <xml-property name="description" value="Outer VLAN tag"/>
838                     </xml-properties>
839                 </xml-element>
840                 <xml-element java-attribute="isFloating" name="is-floating" type="java.lang.Boolean">
841                     <xml-properties>
842                         <xml-property name="description" value="Indicator of fixed or floating address"/>
843                     </xml-properties>
844                 </xml-element>
845                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
846                     <xml-properties>
847                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
848                     </xml-properties>
849                 </xml-element>
850                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
851                     <xml-properties>
852                         <xml-property name="description" value="Neutron network id of the interface that address belongs to"/>
853                     </xml-properties>
854                 </xml-element>
855                 <xml-element java-attribute="neutronSubnetId" name="neutron-subnet-id" type="java.lang.String">
856                     <xml-properties>
857                         <xml-property name="description" value="Neutron id of subnet that address belongs to"/>
858                     </xml-properties>
859                 </xml-element>
860                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
861             </java-attributes>
862             <xml-properties>
863                 <xml-property name="description" value="IPv4 Address Range"/>
864                 <xml-property name="indexedProps" value="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id"/>
865                 <xml-property name="dependentOn" value="vlan,l-interface"/>
866                 <xml-property name="uriTemplate" value="/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}"/>
867             </xml-properties>
868         </java-type>
869
870         <java-type name="Vlans">
871             <xml-root-element name="vlans"/>
872             <java-attributes>
873                 <xml-element container-type="java.util.ArrayList" java-attribute="vlan" name="vlan" type="inventory.aai.onap.org.v2.Vlan"/>
874             </java-attributes>
875         </java-type>
876
877         <java-type name="Vlan">
878             <xml-root-element name="vlan"/>
879             <java-attributes>
880                 <xml-element java-attribute="vlanInterface" name="vlan-interface" required="true" type="java.lang.String" xml-key="true">
881                     <xml-properties>
882                         <xml-property name="description" value="String that identifies the interface"/>
883                     </xml-properties>
884                 </xml-element>
885                 <xml-element java-attribute="vlanIdInner" name="vlan-id-inner" type="java.lang.Long">
886                     <xml-properties>
887                         <xml-property name="description" value="Inner VLAN tag"/>
888                     </xml-properties>
889                 </xml-element>
890                 <xml-element java-attribute="vlanIdOuter" name="vlan-id-outer" type="java.lang.Long">
891                     <xml-properties>
892                         <xml-property name="description" value="Outer VLAN tag"/>
893                     </xml-properties>
894                 </xml-element>
895                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
896                     <xml-properties>
897                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
898                     </xml-properties>
899                 </xml-element>
900                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
901                     <xml-properties>
902                         <xml-property name="description" value="Captures the numeric part of the speed"/>
903                     </xml-properties>
904                 </xml-element>
905                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
906                     <xml-properties>
907                         <xml-property name="description" value="Captures the units corresponding to the speed"/>
908                     </xml-properties>
909                 </xml-element>
910                 <xml-element java-attribute="vlanDescription" name="vlan-description" type="java.lang.String">
911                     <xml-properties>
912                         <xml-property name="description" value="Used to describe (the service associated with) the vlan"/>
913                     </xml-properties>
914                 </xml-element>
915                 <xml-element java-attribute="backdoorConnection" name="backdoor-connection" type="java.lang.String">
916                     <xml-properties>
917                         <xml-property name="description" value="Whether customer is going to use this VLAN for backdoor connection to another customer premise device."/>
918                     </xml-properties>
919                 </xml-element>
920                 <xml-element java-attribute="vpnKey" name="vpn-key" type="java.lang.String">
921                     <xml-properties>
922                         <xml-property name="description" value="This indicates the customers VPN ID associated with this vlan"/>
923                     </xml-properties>
924                 </xml-element>
925                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
926                 <xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv4AddressList" name="l3-interface-ipv4-address-list" type="inventory.aai.onap.org.v2.L3InterfaceIpv4AddressList"/>
927                 <xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv6AddressList" name="l3-interface-ipv6-address-list" type="inventory.aai.onap.org.v2.L3InterfaceIpv6AddressList"/>
928             </java-attributes>
929             <xml-properties>
930                 <xml-property name="description" value="Definition of vlan"/>
931                 <xml-property name="indexedProps" value="vlan-interface,vlan-id-inner,vpn-key"/>
932                 <xml-property name="dependentOn" value="l-interface"/>
933                 <xml-property name="container" value="vlans"/>
934                 <xml-property name="uriTemplate" value="/vlans/vlan/{vlan-interface}"/>
935             </xml-properties>
936         </java-type>
937
938         <java-type name="L3InterfaceIpv6AddressList">
939             <xml-root-element name="l3-interface-ipv6-address-list"/>
940             <java-attributes>
941                 <xml-element java-attribute="l3InterfaceIpv6Address" name="l3-interface-ipv6-address" required="true" type="java.lang.String" xml-key="true">
942                     <xml-properties>
943                         <xml-property name="description" value="IP address"/>
944                     </xml-properties>
945                 </xml-element>
946                 <xml-element java-attribute="l3InterfaceIpv6PrefixLength" name="l3-interface-ipv6-prefix-length" type="java.lang.Long">
947                     <xml-properties>
948                         <xml-property name="description" value="Prefix length, 128 for single address"/>
949                     </xml-properties>
950                 </xml-element>
951                 <xml-element java-attribute="vlanIdInner" name="vlan-id-inner" type="java.lang.Long">
952                     <xml-properties>
953                         <xml-property name="description" value="Inner VLAN tag"/>
954                     </xml-properties>
955                 </xml-element>
956                 <xml-element java-attribute="vlanIdOuter" name="vlan-id-outer" type="java.lang.Long">
957                     <xml-properties>
958                         <xml-property name="description" value="Outer VLAN tag"/>
959                     </xml-properties>
960                 </xml-element>
961                 <xml-element java-attribute="isFloating" name="is-floating" type="java.lang.Boolean">
962                     <xml-properties>
963                         <xml-property name="description" value="Indicator of fixed or floating address"/>
964                     </xml-properties>
965                 </xml-element>
966                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
967                     <xml-properties>
968                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
969                     </xml-properties>
970                 </xml-element>
971                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
972                     <xml-properties>
973                         <xml-property name="description" value="Neutron network id of the interface that address belongs to"/>
974                     </xml-properties>
975                 </xml-element>
976                 <xml-element java-attribute="neutronSubnetId" name="neutron-subnet-id" type="java.lang.String">
977                     <xml-properties>
978                         <xml-property name="description" value="Neutron id of subnet that address belongs to"/>
979                     </xml-properties>
980                 </xml-element>
981                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
982             </java-attributes>
983             <xml-properties>
984                 <xml-property name="description" value="IPv6 Address Range"/>
985                 <xml-property name="indexedProps" value="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id"/>
986                 <xml-property name="dependentOn" value="vlan,l-interface"/>
987                 <xml-property name="uriTemplate" value="/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}"/>
988             </xml-properties>
989         </java-type>
990
991         <java-type name="Volumes">
992             <xml-properties>
993                 <xml-property name="description" value="Collection of ephemeral Block storage volumes."/>
994             </xml-properties>
995             <xml-root-element name="volumes"/>
996             <java-attributes>
997                 <xml-element container-type="java.util.ArrayList" java-attribute="volume" name="volume" type="inventory.aai.onap.org.v2.Volume"/>
998             </java-attributes>
999         </java-type>
1000
1001         <java-type name="Volume">
1002             <xml-root-element name="volume"/>
1003             <java-attributes>
1004                 <xml-element java-attribute="volumeId" name="volume-id" required="true" type="java.lang.String" xml-key="true">
1005                     <xml-properties>
1006                         <xml-property name="description" value="Unique ID of block storage volume relative to the vserver."/>
1007                     </xml-properties>
1008                 </xml-element>
1009                 <xml-element java-attribute="volumeSelflink" name="volume-selflink" required="true" type="java.lang.String">
1010                     <xml-properties>
1011                         <xml-property name="description" value="URL to endpoint where AAI can get more details"/>
1012                     </xml-properties>
1013                 </xml-element>
1014                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1015                     <xml-properties>
1016                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1017                     </xml-properties>
1018                 </xml-element>
1019                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1020             </java-attributes>
1021             <xml-properties>
1022                 <xml-property name="description" value="Ephemeral Block storage volume."/>
1023                 <xml-property name="indexedProps" value="volume-id"/>
1024                 <xml-property name="dependentOn" value="vserver"/>
1025                 <xml-property name="container" value="volumes"/>
1026                 <xml-property name="uriTemplate" value="/volumes/volume/{volume-id}"/>
1027             </xml-properties>
1028         </java-type>
1029
1030         <java-type name="Flavors">
1031             <xml-properties>
1032                 <xml-property name="description" value="Collection of openstack flavors."/>
1033             </xml-properties>
1034             <xml-root-element name="flavors"/>
1035             <java-attributes>
1036                 <xml-element container-type="java.util.ArrayList" java-attribute="flavor" name="flavor" type="inventory.aai.onap.org.v2.Flavor"/>
1037             </java-attributes>
1038         </java-type>
1039
1040         <java-type name="Flavor">
1041             <xml-root-element name="flavor"/>
1042             <java-attributes>
1043                 <xml-element java-attribute="flavorId" name="flavor-id" required="true" type="java.lang.String" xml-key="true">
1044                     <xml-properties>
1045                         <xml-property name="description" value="Flavor id, expected to be unique across cloud-region."/>
1046                     </xml-properties>
1047                 </xml-element>
1048                 <xml-element java-attribute="flavorName" name="flavor-name" required="true" type="java.lang.String">
1049                     <xml-properties>
1050                         <xml-property name="description" value="Flavor name"/>
1051                     </xml-properties>
1052                 </xml-element>
1053                 <xml-element java-attribute="flavorVcpus" name="flavor-vcpus" type="java.lang.Integer">
1054                     <xml-properties>
1055                         <xml-property name="description" value="Number of CPUs"/>
1056                     </xml-properties>
1057                 </xml-element>
1058                 <xml-element java-attribute="flavorRam" name="flavor-ram" type="java.lang.Integer">
1059                     <xml-properties>
1060                         <xml-property name="description" value="Amount of memory"/>
1061                     </xml-properties>
1062                 </xml-element>
1063                 <xml-element java-attribute="flavorDisk" name="flavor-disk" type="java.lang.Integer">
1064                     <xml-properties>
1065                         <xml-property name="description" value="Disk space"/>
1066                     </xml-properties>
1067                 </xml-element>
1068                 <xml-element java-attribute="flavorEphemeral" name="flavor-ephemeral" type="java.lang.Integer">
1069                     <xml-properties>
1070                         <xml-property name="description" value="Amount of ephemeral disk space"/>
1071                     </xml-properties>
1072                 </xml-element>
1073                 <xml-element java-attribute="flavorSwap" name="flavor-swap" type="java.lang.String">
1074                     <xml-properties>
1075                         <xml-property name="description" value="amount of swap space allocation"/>
1076                     </xml-properties>
1077                 </xml-element>
1078                 <xml-element java-attribute="flavorIsPublic" name="flavor-is-public" type="java.lang.Boolean">
1079                     <xml-properties>
1080                         <xml-property name="description" value="whether flavor is available to all users or private to the tenant it was created in."/>
1081                     </xml-properties>
1082                 </xml-element>
1083                 <xml-element java-attribute="flavorSelflink" name="flavor-selflink" required="true" type="java.lang.String">
1084                     <xml-properties>
1085                         <xml-property name="description" value="URL to endpoint where AAI can get more details"/>
1086                     </xml-properties>
1087                 </xml-element>
1088                 <xml-element java-attribute="flavorDisabled" name="flavor-disabled" type="java.lang.Boolean">
1089                     <xml-properties>
1090                         <xml-property name="description" value="Boolean as to whether this flavor is no longer enabled"/>
1091                     </xml-properties>
1092                 </xml-element>
1093                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1094                     <xml-properties>
1095                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1096                     </xml-properties>
1097                 </xml-element>
1098                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1099             </java-attributes>
1100             <xml-properties>
1101                 <xml-property name="description" value="Openstack flavor."/>
1102                 <xml-property name="nameProps" value="flavor-name"/>
1103                 <xml-property name="indexedProps" value="flavor-name,flavor-id"/>
1104                 <xml-property name="dependentOn" value="cloud-region"/>
1105                 <xml-property name="container" value="flavors"/>
1106                 <xml-property name="uriTemplate" value="/flavors/flavor/{flavor-id}"/>
1107             </xml-properties>
1108         </java-type>
1109
1110         <java-type name="Snapshots">
1111             <xml-properties>
1112                 <xml-property name="description" value="Collection of openstack snapshots"/>
1113             </xml-properties>
1114             <xml-root-element name="snapshots"/>
1115             <java-attributes>
1116                 <xml-element container-type="java.util.ArrayList" java-attribute="snapshot" name="snapshot" type="inventory.aai.onap.org.v2.Snapshot"/>
1117             </java-attributes>
1118         </java-type>
1119
1120         <java-type name="Snapshot">
1121             <xml-root-element name="snapshot"/>
1122             <java-attributes>
1123                 <xml-element java-attribute="snapshotId" name="snapshot-id" required="true" type="java.lang.String" xml-key="true">
1124                     <xml-properties>
1125                         <xml-property name="description" value="Snapshot id, this is the key UUID assoc associated in glance with the snapshots."/>
1126                     </xml-properties>
1127                 </xml-element>
1128                 <xml-element java-attribute="snapshotName" name="snapshot-name" type="java.lang.String">
1129                     <xml-properties>
1130                         <xml-property name="description" value="Snapshot name"/>
1131                     </xml-properties>
1132                 </xml-element>
1133                 <xml-element java-attribute="snapshotArchitecture" name="snapshot-architecture" type="java.lang.String">
1134                     <xml-properties>
1135                         <xml-property name="description" value="Operating system architecture"/>
1136                     </xml-properties>
1137                 </xml-element>
1138                 <xml-element java-attribute="snapshotOsDistro" name="snapshot-os-distro" type="java.lang.String">
1139                     <xml-properties>
1140                         <xml-property name="description" value="The common name of the operating system distribution in lowercase"/>
1141                     </xml-properties>
1142                 </xml-element>
1143                 <xml-element java-attribute="snapshotOsVersion" name="snapshot-os-version" type="java.lang.String">
1144                     <xml-properties>
1145                         <xml-property name="description" value="The operating system version as specified by the distributor."/>
1146                     </xml-properties>
1147                 </xml-element>
1148                 <xml-element java-attribute="application" name="application" type="java.lang.String">
1149                     <xml-properties>
1150                         <xml-property name="description" value="The application that the image instantiates."/>
1151                     </xml-properties>
1152                 </xml-element>
1153                 <xml-element java-attribute="applicationVendor" name="application-vendor" type="java.lang.String">
1154                     <xml-properties>
1155                         <xml-property name="description" value="The vendor of the application."/>
1156                     </xml-properties>
1157                 </xml-element>
1158                 <xml-element java-attribute="applicationVersion" name="application-version" type="java.lang.String">
1159                     <xml-properties>
1160                         <xml-property name="description" value="The version of the application."/>
1161                     </xml-properties>
1162                 </xml-element>
1163                 <xml-element java-attribute="snapshotSelflink" name="snapshot-selflink" type="java.lang.String">
1164                     <xml-properties>
1165                         <xml-property name="description" value="URL to endpoint where AAI can get more details"/>
1166                     </xml-properties>
1167                 </xml-element>
1168                 <xml-element java-attribute="prevSnapshotId" name="prev-snapshot-id" type="java.lang.String">
1169                     <xml-properties>
1170                         <xml-property name="description" value="This field contains the UUID of the previous snapshot (if any)."/>
1171                     </xml-properties>
1172                 </xml-element>
1173                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1174                     <xml-properties>
1175                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1176                     </xml-properties>
1177                 </xml-element>
1178                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1179             </java-attributes>
1180             <xml-properties>
1181                 <xml-property name="description" value="Openstack snapshot"/>
1182                 <xml-property name="nameProps" value="snapshot-name"/>
1183                 <xml-property name="uniqueProps" value="snapshot-id"/>
1184                 <xml-property name="indexedProps" value="application,snapshot-name,application-vendor,snapshot-id,application-version,prev-snapshot-id"/>
1185                 <xml-property name="dependentOn" value="cloud-region"/>
1186                 <xml-property name="container" value="snapshots"/>
1187                 <xml-property name="uriTemplate" value="/snapshots/snapshot/{snapshot-id}"/>
1188             </xml-properties>
1189         </java-type>
1190
1191         <java-type name="GroupAssignments">
1192             <xml-properties>
1193                 <xml-property name="description" value="Collection of openstack group assignments"/>
1194             </xml-properties>
1195             <xml-root-element name="group-assignments"/>
1196             <java-attributes>
1197                 <xml-element container-type="java.util.ArrayList" java-attribute="groupAssignment" name="group-assignment" type="inventory.aai.onap.org.v2.GroupAssignment"/>
1198             </java-attributes>
1199         </java-type>
1200
1201         <java-type name="GroupAssignment">
1202             <xml-root-element name="group-assignment"/>
1203             <java-attributes>
1204                 <xml-element java-attribute="groupId" name="group-id" required="true" type="java.lang.String" xml-key="true">
1205                     <xml-properties>
1206                         <xml-property name="description" value="Group id, expected to be unique across cloud-region."/>
1207                     </xml-properties>
1208                 </xml-element>
1209                 <xml-element java-attribute="groupType" name="group-type" required="true" type="java.lang.String">
1210                     <xml-properties>
1211                         <xml-property name="description" value="Group type - the type of group this instance refers to"/>
1212                     </xml-properties>
1213                 </xml-element>
1214                 <xml-element java-attribute="groupName" name="group-name" required="true" type="java.lang.String">
1215                     <xml-properties>
1216                         <xml-property name="description" value="Group name - name assigned to the group"/>
1217                     </xml-properties>
1218                 </xml-element>
1219                 <xml-element java-attribute="groupDescription" name="group-description" type="java.lang.String">
1220                     <xml-properties>
1221                         <xml-property name="description" value="Group description - description of the group"/>
1222                     </xml-properties>
1223                 </xml-element>
1224                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1225                     <xml-properties>
1226                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1227                     </xml-properties>
1228                 </xml-element>
1229                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1230             </java-attributes>
1231             <xml-properties>
1232                 <xml-property name="description" value="Openstack group-assignment used to store exclusivity groups (EG)."/>
1233                 <xml-property name="nameProps" value="group-name"/>
1234                 <xml-property name="indexedProps" value="group-id,group-type,group-name"/>
1235                 <xml-property name="dependentOn" value="cloud-region"/>
1236                 <xml-property name="container" value="group-assignments"/>
1237                 <xml-property name="uriTemplate" value="/group-assignments/group-assignment/{group-id}"/>
1238             </xml-properties>
1239         </java-type>
1240
1241         <java-type name="Images">
1242             <xml-properties>
1243                 <xml-property name="description" value="Collectio of Openstack images."/>
1244             </xml-properties>
1245             <xml-root-element name="images"/>
1246             <java-attributes>
1247                 <xml-element container-type="java.util.ArrayList" java-attribute="image" name="image" type="inventory.aai.onap.org.v2.Image"/>
1248             </java-attributes>
1249         </java-type>
1250
1251         <java-type name="Image">
1252             <xml-root-element name="image"/>
1253             <java-attributes>
1254                 <xml-element java-attribute="imageId" name="image-id" required="true" type="java.lang.String" xml-key="true">
1255                     <xml-properties>
1256                         <xml-property name="description" value="Image id, expected to be unique across cloud region"/>
1257                     </xml-properties>
1258                 </xml-element>
1259                 <xml-element java-attribute="imageName" name="image-name" required="true" type="java.lang.String">
1260                     <xml-properties>
1261                         <xml-property name="description" value="Image name"/>
1262                     </xml-properties>
1263                 </xml-element>
1264                 <xml-element java-attribute="imageArchitecture" name="image-architecture" type="java.lang.String">
1265                     <xml-properties>
1266                         <xml-property name="description" value="Operating system architecture."/>
1267                     </xml-properties>
1268                 </xml-element>
1269                 <xml-element java-attribute="imageOsDistro" name="image-os-distro" required="true" type="java.lang.String">
1270                     <xml-properties>
1271                         <xml-property name="description" value="The common name of the operating system distribution in lowercase"/>
1272                     </xml-properties>
1273                 </xml-element>
1274                 <xml-element java-attribute="imageOsVersion" name="image-os-version" required="true" type="java.lang.String">
1275                     <xml-properties>
1276                         <xml-property name="description" value="The operating system version as specified by the distributor."/>
1277                     </xml-properties>
1278                 </xml-element>
1279                 <xml-element java-attribute="application" name="application" type="java.lang.String">
1280                     <xml-properties>
1281                         <xml-property name="description" value="The application that the image instantiates."/>
1282                     </xml-properties>
1283                 </xml-element>
1284                 <xml-element java-attribute="applicationVendor" name="application-vendor" type="java.lang.String">
1285                     <xml-properties>
1286                         <xml-property name="description" value="The vendor of the application."/>
1287                     </xml-properties>
1288                 </xml-element>
1289                 <xml-element java-attribute="applicationVersion" name="application-version" type="java.lang.String">
1290                     <xml-properties>
1291                         <xml-property name="description" value="The version of the application."/>
1292                     </xml-properties>
1293                 </xml-element>
1294                 <xml-element java-attribute="imageSelflink" name="image-selflink" required="true" type="java.lang.String">
1295                     <xml-properties>
1296                         <xml-property name="description" value="URL to endpoint where AAI can get more details"/>
1297                     </xml-properties>
1298                 </xml-element>
1299                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1300                     <xml-properties>
1301                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1302                     </xml-properties>
1303                 </xml-element>
1304                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1305                 <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.onap.org.v2.Metadata"/>
1306             </java-attributes>
1307             <xml-properties>
1308                 <xml-property name="description" value="Openstack image."/>
1309                 <xml-property name="nameProps" value="image-name"/>
1310                 <xml-property name="indexedProps" value="application,image-name,application-vendor,image-id,application-version"/>
1311                 <xml-property name="dependentOn" value="cloud-region"/>
1312                 <xml-property name="container" value="images"/>
1313                 <xml-property name="uriTemplate" value="/images/image/{image-id}"/>
1314             </xml-properties>
1315         </java-type>
1316
1317         <java-type name="Metadata">
1318             <xml-properties>
1319                 <xml-property name="description" value="Collection of metadatum (key/value pairs)"/>
1320             </xml-properties>
1321             <xml-root-element name="metadata"/>
1322             <java-attributes>
1323                 <xml-element container-type="java.util.ArrayList" java-attribute="metadatum" name="metadatum" type="inventory.aai.onap.org.v2.Metadatum"/>
1324             </java-attributes>
1325         </java-type>
1326
1327         <java-type name="Metadatum">
1328             <xml-root-element name="metadatum"/>
1329             <java-attributes>
1330                 <xml-element java-attribute="metaname" name="metaname" required="true" type="java.lang.String" xml-key="true"/>
1331                 <xml-element java-attribute="metaval" name="metaval" required="true" type="java.lang.String"/>
1332                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1333                     <xml-properties>
1334                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1335                     </xml-properties>
1336                 </xml-element>
1337             </java-attributes>
1338             <xml-properties>
1339                 <xml-property name="description" value="Key/value pairs"/>
1340                 <xml-property name="indexedProps" value="metaname"/>
1341                 <xml-property name="dependentOn" value="tenant,image,service-instance,connector,model"/>
1342                 <xml-property name="container" value="metadata"/>
1343                 <xml-property name="uriTemplate" value="/metadata/metadatum/{metaname}"/>
1344             </xml-properties>
1345         </java-type>
1346
1347         <java-type name="DvsSwitches">
1348             <xml-properties>
1349                 <xml-property name="description" value="Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs."/>
1350             </xml-properties>
1351             <xml-root-element name="dvs-switches"/>
1352             <java-attributes>
1353                 <xml-element container-type="java.util.ArrayList" java-attribute="dvsSwitch" name="dvs-switch" type="inventory.aai.onap.org.v2.DvsSwitch"/>
1354             </java-attributes>
1355         </java-type>
1356
1357         <java-type name="DvsSwitch">
1358             <xml-root-element name="dvs-switch"/>
1359             <java-attributes>
1360                 <xml-element java-attribute="switchName" name="switch-name" required="true" type="java.lang.String" xml-key="true">
1361                     <xml-properties>
1362                         <xml-property name="description" value="DVS switch name"/>
1363                     </xml-properties>
1364                 </xml-element>
1365                 <xml-element java-attribute="vcenterUrl" name="vcenter-url" required="true" type="java.lang.String">
1366                     <xml-properties>
1367                         <xml-property name="description" value="URL used to reach the vcenter"/>
1368                     </xml-properties>
1369                 </xml-element>
1370                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1371                     <xml-properties>
1372                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1373                     </xml-properties>
1374                 </xml-element>
1375                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1376             </java-attributes>
1377             <xml-properties>
1378                 <xml-property name="description" value="Digital virtual switch metadata, used by SDN-C to configure VCEs.  A&amp;AI needs to receive this data from the PO deployment team and administer it using the provisioningTool.sh into A&amp;AI. "/>
1379                 <xml-property name="indexedProps" value="vcenter-url,switch-name"/>
1380                 <xml-property name="dependentOn" value="cloud-region"/>
1381                 <xml-property name="container" value="dvs-switches"/>
1382                 <xml-property name="uriTemplate" value="/dvs-switches/dvs-switch/{switch-name}"/>
1383             </xml-properties>
1384         </java-type>
1385
1386         <java-type name="NetworkProfiles">
1387             <xml-properties>
1388                 <xml-property name="description" value="Collection of network profiles"/>
1389             </xml-properties>
1390             <xml-root-element name="network-profiles"/>
1391             <java-attributes>
1392                 <xml-element container-type="java.util.ArrayList" java-attribute="networkProfile" name="network-profile" type="inventory.aai.onap.org.v2.NetworkProfile"/>
1393             </java-attributes>
1394         </java-type>
1395
1396         <java-type name="NetworkProfile">
1397             <xml-root-element name="network-profile"/>
1398             <java-attributes>
1399                 <xml-element java-attribute="nmProfileName" name="nm-profile-name" required="true" type="java.lang.String" xml-key="true">
1400                     <xml-properties>
1401                         <xml-property name="description" value="Unique name of network profile."/>
1402                     </xml-properties>
1403                 </xml-element>
1404                 <xml-element java-attribute="communityString" name="community-string" type="java.lang.String">
1405                     <xml-properties>
1406                         <xml-property name="description" value="Encrypted SNMP community string"/>
1407                     </xml-properties>
1408                 </xml-element>
1409                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1410                     <xml-properties>
1411                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1412                     </xml-properties>
1413                 </xml-element>
1414                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1415             </java-attributes>
1416             <xml-properties>
1417                 <xml-property name="description" value="Network profile populated by SDN-GP for SNMP"/>
1418                 <xml-property name="indexedProps" value="nm-profile-name"/>
1419                 <xml-property name="container" value="network-profiles"/>
1420                 <xml-property name="namespace" value="cloud-infrastructure"/>
1421                 <xml-property name="uriTemplate" value="/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}"/>
1422             </xml-properties>
1423         </java-type>
1424
1425         <java-type name="Pservers">
1426             <xml-properties>
1427                 <xml-property name="description" value="Collection of compute hosts."/>
1428             </xml-properties>
1429             <xml-root-element name="pservers"/>
1430             <java-attributes>
1431                 <xml-element container-type="java.util.ArrayList" java-attribute="pserver" name="pserver" type="inventory.aai.onap.org.v2.Pserver"/>
1432             </java-attributes>
1433         </java-type>
1434
1435         <java-type name="Pserver">
1436             <xml-root-element name="pserver"/>
1437             <java-attributes>
1438                 <xml-element java-attribute="hostname" name="hostname" required="true" type="java.lang.String" xml-key="true">
1439                     <xml-properties>
1440                         <xml-property name="description" value="Value from executing hostname on the compute node."/>
1441                     </xml-properties>
1442                 </xml-element>
1443                 <xml-element java-attribute="ptniiEquipName" name="ptnii-equip-name" type="java.lang.String">
1444                     <xml-properties>
1445                         <xml-property name="description" value="PTNII name"/>
1446                     </xml-properties>
1447                 </xml-element>
1448                 <xml-element java-attribute="numberOfCpus" name="number-of-cpus" type="java.lang.Integer">
1449                     <xml-properties>
1450                         <xml-property name="description" value="Number of cpus"/>
1451                     </xml-properties>
1452                 </xml-element>
1453                 <xml-element java-attribute="diskInGigabytes" name="disk-in-gigabytes" type="java.lang.Integer">
1454                     <xml-properties>
1455                         <xml-property name="description" value="Disk size, in GBs"/>
1456                     </xml-properties>
1457                 </xml-element>
1458                 <xml-element java-attribute="ramInMegabytes" name="ram-in-megabytes" type="java.lang.Integer">
1459                     <xml-properties>
1460                         <xml-property name="description" value="RAM size, in MBs"/>
1461                     </xml-properties>
1462                 </xml-element>
1463                 <xml-element java-attribute="equipType" name="equip-type" type="java.lang.String">
1464                     <xml-properties>
1465                         <xml-property name="description" value="Equipment type.  Source of truth should define valid values."/>
1466                     </xml-properties>
1467                 </xml-element>
1468                 <xml-element java-attribute="equipVendor" name="equip-vendor" type="java.lang.String">
1469                     <xml-properties>
1470                         <xml-property name="description" value="Equipment vendor.  Source of truth should define valid values."/>
1471                     </xml-properties>
1472                 </xml-element>
1473                 <xml-element java-attribute="equipModel" name="equip-model" type="java.lang.String">
1474                     <xml-properties>
1475                         <xml-property name="description" value="Equipment model.  Source of truth should define valid values."/>
1476                     </xml-properties>
1477                 </xml-element>
1478                 <xml-element java-attribute="fqdn" name="fqdn" type="java.lang.String">
1479                     <xml-properties>
1480                         <xml-property name="description" value="Fully-qualified domain name"/>
1481                     </xml-properties>
1482                 </xml-element>
1483                 <xml-element java-attribute="pserverSelflink" name="pserver-selflink" type="java.lang.String">
1484                     <xml-properties>
1485                         <xml-property name="description" value="URL to endpoint where AAI can get more details"/>
1486                     </xml-properties>
1487                 </xml-element>
1488                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
1489                     <xml-properties>
1490                         <xml-property name="description" value="Used to configure device, also used for troubleshooting and is IP used for traps generated by device."/>
1491                     </xml-properties>
1492                 </xml-element>
1493                 <xml-element java-attribute="serialNumber" name="serial-number" type="java.lang.String">
1494                     <xml-properties>
1495                         <xml-property name="description" value="Serial number, may be queried"/>
1496                     </xml-properties>
1497                 </xml-element>
1498                 <xml-element java-attribute="pserverId" name="pserver-id" type="java.lang.String">
1499                     <xml-properties>
1500                         <xml-property name="description" value="ID of Pserver"/>
1501                     </xml-properties>
1502                 </xml-element>
1503                 <xml-element java-attribute="internetTopology" name="internet-topology" type="java.lang.String">
1504                     <xml-properties>
1505                         <xml-property name="description" value="internet topology of Pserver"/>
1506                     </xml-properties>
1507                 </xml-element>
1508                 <xml-element default-value="false" java-attribute="inMaint" name="in-maint" required="true" type="java.lang.Boolean">
1509                     <xml-properties>
1510                         <xml-property name="defaultValue" value="false"/>
1511                         <xml-property name="description" value="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs."/>
1512                     </xml-properties>
1513                 </xml-element>
1514                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1515                     <xml-properties>
1516                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1517                     </xml-properties>
1518                 </xml-element>
1519                 <xml-element java-attribute="pserverName2" name="pserver-name2" type="java.lang.String">
1520                     <xml-properties>
1521                         <xml-property name="description" value="alternative pserver name"/>
1522                     </xml-properties>
1523                 </xml-element>
1524                 <xml-element java-attribute="purpose" name="purpose" type="java.lang.String">
1525                     <xml-properties>
1526                         <xml-property name="description" value="purpose of pserver"/>
1527                     </xml-properties>
1528                 </xml-element>
1529                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1530                 <xml-element java-attribute="pInterfaces" name="p-interfaces" type="inventory.aai.onap.org.v2.PInterfaces"/>
1531                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.onap.org.v2.LagInterfaces"/>
1532             </java-attributes>
1533             <xml-properties>
1534                 <xml-property name="description" value="Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver."/>
1535                 <xml-property name="nameProps" value="pserver-name2"/>
1536                 <xml-property name="indexedProps" value="hostname,in-maint,pserver-id,pserver-name2"/>
1537                 <xml-property name="searchable" value="hostname,pserver-name2,pserver-id,ipv4-oam-address"/>
1538                 <xml-property name="uniqueProps" value="hostname"/>
1539                 <xml-property name="container" value="pservers"/>
1540                 <xml-property name="namespace" value="cloud-infrastructure"/>
1541                 <xml-property name="uriTemplate" value="/cloud-infrastructure/pservers/pserver/{hostname}"/>
1542             </xml-properties>
1543         </java-type>
1544
1545         <java-type name="PInterfaces">
1546             <xml-properties>
1547                 <xml-property name="description" value="Collection of physical interfaces."/>
1548             </xml-properties>
1549             <xml-root-element name="p-interfaces"/>
1550             <java-attributes>
1551                 <xml-element container-type="java.util.ArrayList" java-attribute="pInterface" name="p-interface" type="inventory.aai.onap.org.v2.PInterface"/>
1552             </java-attributes>
1553         </java-type>
1554
1555         <java-type name="PInterface">
1556             <xml-root-element name="p-interface"/>
1557             <java-attributes>
1558                 <xml-element java-attribute="interfaceName" name="interface-name" required="true" type="java.lang.String" xml-key="true">
1559                     <xml-properties>
1560                         <xml-property name="description" value="Name that identifies the physical interface"/>
1561                     </xml-properties>
1562                 </xml-element>
1563                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
1564                     <xml-properties>
1565                         <xml-property name="description" value="Captures the numeric part of the speed"/>
1566                     </xml-properties>
1567                 </xml-element>
1568                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
1569                     <xml-properties>
1570                         <xml-property name="description" value="Captures the units corresponding to the speed"/>
1571                     </xml-properties>
1572                 </xml-element>
1573                 <xml-element java-attribute="portDescription" name="port-description" type="java.lang.String">
1574                     <xml-properties>
1575                         <xml-property name="description" value="Nature of the services and connectivity on this port."/>
1576                     </xml-properties>
1577                 </xml-element>
1578                 <xml-element java-attribute="equipmentIdentifier" name="equipment-identifier" type="java.lang.String">
1579                     <xml-properties>
1580                         <xml-property name="description" value="CLEI or other specification for p-interface hardware."/>
1581                     </xml-properties>
1582                 </xml-element>
1583                 <xml-element java-attribute="interfaceRole" name="interface-role" type="java.lang.String">
1584                     <xml-properties>
1585                         <xml-property name="description" value="Role specification for p-interface hardware."/>
1586                     </xml-properties>
1587                 </xml-element>
1588                 <xml-element java-attribute="interfaceType" name="interface-type" type="java.lang.String">
1589                     <xml-properties>
1590                         <xml-property name="description" value="Indicates the physical properties of the interface."/>
1591                     </xml-properties>
1592                 </xml-element>
1593                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1594                     <xml-properties>
1595                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1596                     </xml-properties>
1597                 </xml-element>
1598                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1599                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v2.LInterfaces"/>
1600             </java-attributes>
1601             <xml-properties>
1602                 <xml-property name="description" value="Physical interface (e.g., nic)"/>
1603                 <xml-property name="indexedProps" value="interface-name"/>
1604                 <xml-property name="dependentOn" value="vpls-pe,pserver,pnf"/>
1605                 <xml-property name="container" value="p-interfaces"/>
1606                 <xml-property name="uriTemplate" value="/p-interfaces/p-interface/{interface-name}"/>
1607             </xml-properties>
1608         </java-type>
1609
1610         <java-type name="LagInterfaces">
1611             <xml-properties>
1612                 <xml-property name="description" value="Collection of link aggregate interfaces."/>
1613             </xml-properties>
1614             <xml-root-element name="lag-interfaces"/>
1615             <java-attributes>
1616                 <xml-element container-type="java.util.ArrayList" java-attribute="lagInterface" name="lag-interface" type="inventory.aai.onap.org.v2.LagInterface"/>
1617             </java-attributes>
1618         </java-type>
1619
1620         <java-type name="LagInterface">
1621             <xml-root-element name="lag-interface"/>
1622             <java-attributes>
1623                 <xml-element java-attribute="interfaceName" name="interface-name" required="true" type="java.lang.String" xml-key="true">
1624                     <xml-properties>
1625                         <xml-property name="description" value="Name that identifies the link aggregate interface"/>
1626                     </xml-properties>
1627                 </xml-element>
1628                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1629                     <xml-properties>
1630                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1631                     </xml-properties>
1632                 </xml-element>
1633                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
1634                     <xml-properties>
1635                         <xml-property name="description" value="Captures the numeric part of the speed"/>
1636                     </xml-properties>
1637                 </xml-element>
1638                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
1639                     <xml-properties>
1640                         <xml-property name="description" value="Captures the units corresponding to the speed"/>
1641                     </xml-properties>
1642                 </xml-element>
1643                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1644                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v2.LInterfaces"/>
1645             </java-attributes>
1646             <xml-properties>
1647                 <xml-property name="description" value="Link aggregate interface"/>
1648                 <xml-property name="indexedProps" value="interface-name"/>
1649                 <xml-property name="dependentOn" value="generic-vnf,pserver,vpls-pe,pnf"/>
1650                 <xml-property name="container" value="lag-interfaces"/>
1651                 <xml-property name="uriTemplate" value="/lag-interfaces/lag-interface/{interface-name}"/>
1652             </xml-properties>
1653         </java-type>
1654
1655         <java-type name="OamNetworks">
1656             <xml-properties>
1657                 <xml-property name="description" value="Collection of OAM networks, to be deprecated shortly.  Do not use for new purposes. "/>
1658             </xml-properties>
1659             <xml-root-element name="oam-networks"/>
1660             <java-attributes>
1661                 <xml-element container-type="java.util.ArrayList" java-attribute="oamNetwork" name="oam-network" type="inventory.aai.onap.org.v2.OamNetwork"/>
1662             </java-attributes>
1663         </java-type>
1664
1665         <java-type name="OamNetwork">
1666             <xml-root-element name="oam-network"/>
1667             <java-attributes>
1668                 <xml-element java-attribute="networkUuid" name="network-uuid" required="true" type="java.lang.String" xml-key="true">
1669                     <xml-properties>
1670                         <xml-property name="description" value="UUID of the network. Unique across a cloud-region"/>
1671                     </xml-properties>
1672                 </xml-element>
1673                 <xml-element java-attribute="networkName" name="network-name" required="true" type="java.lang.String">
1674                     <xml-properties>
1675                         <xml-property name="description" value="Name of the network."/>
1676                     </xml-properties>
1677                 </xml-element>
1678                 <xml-element java-attribute="cvlanTag" name="cvlan-tag" required="true" type="java.lang.Long">
1679                     <xml-properties>
1680                         <xml-property name="description" value="cvlan-id"/>
1681                     </xml-properties>
1682                 </xml-element>
1683                 <xml-element java-attribute="ipv4OamGatewayAddress" name="ipv4-oam-gateway-address" type="java.lang.String">
1684                     <xml-properties>
1685                         <xml-property name="description" value="Used for VNF firewall rule so customer cannot send customer traffic over this oam network"/>
1686                     </xml-properties>
1687                 </xml-element>
1688                 <xml-element java-attribute="ipv4OamGatewayAddressPrefixLength" name="ipv4-oam-gateway-address-prefix-length" type="java.lang.Integer">
1689                     <xml-properties>
1690                         <xml-property name="description" value="Used for VNF firewall rule so customer cannot send customer traffic over this oam network"/>
1691                     </xml-properties>
1692                 </xml-element>
1693                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1694                     <xml-properties>
1695                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1696                     </xml-properties>
1697                 </xml-element>
1698                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1699             </java-attributes>
1700             <xml-properties>
1701                 <xml-property name="description" value="OAM network, to be deprecated shortly.  Do not use for new purposes. "/>
1702                 <xml-property name="nameProps" value="network-name"/>
1703                 <xml-property name="indexedProps" value="cvlan-tag,network-uuid,network-name"/>
1704                 <xml-property name="dependentOn" value="cloud-region"/>
1705                 <xml-property name="container" value="oam-networks"/>
1706                 <xml-property name="uriTemplate" value="/oam-networks/oam-network/{network-uuid}"/>
1707             </xml-properties>
1708         </java-type>
1709
1710         <java-type name="AvailabilityZones">
1711             <xml-properties>
1712                 <xml-property name="description" value="Collection of availability zones"/>
1713             </xml-properties>
1714             <xml-root-element name="availability-zones"/>
1715             <java-attributes>
1716                 <xml-element container-type="java.util.ArrayList" java-attribute="availabilityZone" name="availability-zone" type="inventory.aai.onap.org.v2.AvailabilityZone"/>
1717             </java-attributes>
1718         </java-type>
1719
1720         <java-type name="AvailabilityZone">
1721             <xml-root-element name="availability-zone"/>
1722             <java-attributes>
1723                 <xml-element java-attribute="availabilityZoneName" name="availability-zone-name" required="true" type="java.lang.String" xml-key="true">
1724                     <xml-properties>
1725                         <xml-property name="description" value="Name of the availability zone.  Unique across a cloud region"/>
1726                     </xml-properties>
1727                 </xml-element>
1728                 <xml-element java-attribute="hypervisorType" name="hypervisor-type" required="true" type="java.lang.String">
1729                     <xml-properties>
1730                         <xml-property name="description" value="Type of hypervisor.  Source of truth should define valid values."/>
1731                     </xml-properties>
1732                 </xml-element>
1733                 <xml-element java-attribute="operationalState" name="operational-state" type="java.lang.String">
1734                     <xml-properties>
1735                         <xml-property name="description" value="State that indicates whether the availability zone should be used, etc.  Source of truth should define valid values."/>
1736                         <xml-property name="dbAlias" value="operational-status"/>
1737                     </xml-properties>
1738                 </xml-element>
1739                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1740                     <xml-properties>
1741                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1742                     </xml-properties>
1743                 </xml-element>
1744                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1745             </java-attributes>
1746             <xml-properties>
1747                 <xml-property name="description" value="Availability zone, a collection of compute hosts/pservers"/>
1748                 <xml-property name="indexedProps" value="availability-zone-name"/>
1749                 <xml-property name="dependentOn" value="cloud-region"/>
1750                 <xml-property name="container" value="availability-zones"/>
1751                 <xml-property name="uriTemplate" value="/availability-zones/availability-zone/{availability-zone-name}"/>
1752             </xml-properties>
1753         </java-type>
1754
1755         <java-type name="VirtualDataCenters">
1756             <xml-properties>
1757                 <xml-property name="description" value="Virtual organization of cloud infrastructure elements in a data center context"/>
1758             </xml-properties>
1759             <xml-root-element name="virtual-data-centers"/>
1760             <java-attributes>
1761                 <xml-element container-type="java.util.ArrayList" java-attribute="virtualDataCenter" name="virtual-data-center" type="inventory.aai.onap.org.v2.VirtualDataCenter"/>
1762             </java-attributes>
1763         </java-type>
1764
1765         <java-type name="VirtualDataCenter">
1766             <xml-root-element name="virtual-data-center"/>
1767             <java-attributes>
1768                 <xml-element java-attribute="vdcId" name="vdc-id" required="true" type="java.lang.String" xml-key="true">
1769                     <xml-properties>
1770                         <xml-property name="description" value="Unique ID of the vdc"/>
1771                     </xml-properties>
1772                 </xml-element>
1773                 <xml-element java-attribute="vdcName" name="vdc-name" required="true" type="java.lang.String">
1774                     <xml-properties>
1775                         <xml-property name="description" value="Name of the virtual data center"/>
1776                     </xml-properties>
1777                 </xml-element>
1778                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1779                     <xml-properties>
1780                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1781                     </xml-properties>
1782                 </xml-element>
1783                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1784             </java-attributes>
1785             <xml-properties>
1786                 <xml-property name="description" value="Virtual organization of cloud infrastructure elements in a data center context"/>
1787                 <xml-property name="nameProps" value="vdc-name"/>
1788                 <xml-property name="indexedProps" value="vdc-name,vdc-id"/>
1789                 <xml-property name="container" value="virtual-data-centers"/>
1790                 <xml-property name="namespace" value="cloud-infrastructure"/>
1791                 <xml-property name="uriTemplate" value="/cloud-infrastructure/virtual-data-centers/virtual-data-center/{vdc-id}"/>
1792             </xml-properties>
1793         </java-type>
1794
1795         <java-type name="Business">
1796             <xml-properties>
1797                 <xml-property name="description" value="Namespace for business related constructs"/>
1798             </xml-properties>
1799             <xml-root-element name="business"/>
1800             <java-attributes>
1801                 <xml-element java-attribute="connectors" name="connectors" type="inventory.aai.onap.org.v2.Connectors"/>
1802                 <xml-element java-attribute="customers" name="customers" type="inventory.aai.onap.org.v2.Customers"/>
1803             </java-attributes>
1804         </java-type>
1805
1806         <java-type name="Connectors">
1807             <xml-properties>
1808                 <xml-property name="description" value="Collection of resource instances used to connect a variety of disparate inventory widgets"/>
1809             </xml-properties>
1810             <xml-root-element name="connectors"/>
1811             <java-attributes>
1812                 <xml-element container-type="java.util.ArrayList" java-attribute="connector" name="connector" type="inventory.aai.onap.org.v2.Connector"/>
1813             </java-attributes>
1814         </java-type>
1815
1816         <java-type name="Connector">
1817             <xml-root-element name="connector"/>
1818             <java-attributes>
1819                 <xml-element java-attribute="resourceInstanceId" name="resource-instance-id" required="true" type="java.lang.String" xml-key="true">
1820                     <xml-properties>
1821                         <xml-property name="description" value="Unique id of resource instance."/>
1822                     </xml-properties>
1823                 </xml-element>
1824                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1825                     <xml-properties>
1826                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1827                     </xml-properties>
1828                 </xml-element>
1829                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
1830                     <xml-properties>
1831                         <xml-property name="description" value="the ASDC model id for this resource or service model."/>
1832                         <xml-property name="dbAlias" value="model-invariant-id-local"/>
1833                         <xml-property name="requires" value="persona-model-version"/>
1834                         <xml-property name="visibility" value="deployment"/>
1835                     </xml-properties>
1836                 </xml-element>
1837                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
1838                     <xml-properties>
1839                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
1840                         <xml-property name="visibility" value="deployment"/>
1841                         <xml-property name="requires" value="persona-model-id"/>
1842                     </xml-properties>
1843                 </xml-element>
1844                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
1845                     <xml-properties>
1846                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
1847                         <xml-property name="visibility" value="internal"/>
1848                         <xml-property name="dbAlias" value="model-version-id-local"/>
1849                         <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id"/>
1850                     </xml-properties>
1851                 </xml-element>
1852                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
1853                     <xml-properties>
1854                         <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget."/>
1855                     </xml-properties>
1856                 </xml-element>
1857                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
1858                     <xml-properties>
1859                         <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget."/>
1860                     </xml-properties>
1861                 </xml-element>
1862                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1863                 <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.onap.org.v2.Metadata"/>
1864             </java-attributes>
1865             <xml-properties>
1866                 <xml-property name="description" value="Collection of resource instances used to connect a variety of disparate inventory widgets"/>
1867                 <xml-property name="indexedProps" value="resource-instance-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version"/>
1868                 <xml-property name="container" value="connectors"/>
1869                 <xml-property name="namespace" value="business"/>
1870                 <xml-property name="uriTemplate" value="/business/connectors/connector/{resource-instance-id}"/>
1871             </xml-properties>
1872         </java-type>
1873
1874         <java-type name="Customers">
1875             <xml-properties>
1876                 <xml-property name="description" value="Collection of customer identifiers to provide linkage back to BSS information."/>
1877             </xml-properties>
1878             <xml-root-element name="customers"/>
1879             <java-attributes>
1880                 <xml-element container-type="java.util.ArrayList" java-attribute="customer" name="customer" type="inventory.aai.onap.org.v2.Customer"/>
1881             </java-attributes>
1882         </java-type>
1883
1884         <java-type name="Customer">
1885             <xml-root-element name="customer"/>
1886             <java-attributes>
1887                 <xml-element java-attribute="globalCustomerId" name="global-customer-id" required="true" type="java.lang.String" xml-key="true">
1888                     <xml-properties>
1889                         <xml-property name="description" value="Global customer id used across ECOMP to uniquely identify customer."/>
1890                     </xml-properties>
1891                 </xml-element>
1892                 <xml-element java-attribute="subscriberName" name="subscriber-name" required="true" type="java.lang.String">
1893                     <xml-properties>
1894                         <xml-property name="description" value="Subscriber name, an alternate way to retrieve a customer."/>
1895                     </xml-properties>
1896                 </xml-element>
1897                 <xml-element java-attribute="subscriberType" name="subscriber-type" required="true" type="java.lang.String">
1898                     <xml-properties>
1899                         <xml-property name="description" value="Subscriber type, a way to provide VID with only the INFRA customers."/>
1900                         <xml-property name="defaultValue" value="CUST"/>
1901                     </xml-properties>
1902                 </xml-element>
1903                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1904                     <xml-properties>
1905                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1906                     </xml-properties>
1907                 </xml-element>
1908                 <xml-element java-attribute="serviceSubscriptions" name="service-subscriptions" type="inventory.aai.onap.org.v2.ServiceSubscriptions"/>
1909                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1910             </java-attributes>
1911             <xml-properties>
1912                 <xml-property name="description" value="customer identifiers to provide linkage back to BSS information."/>
1913                 <xml-property name="nameProps" value="subscriber-name"/>
1914                 <xml-property name="indexedProps" value="subscriber-name,global-customer-id,subscriber-type"/>
1915                 <xml-property name="searchable" value="subscriber-name,global-customer-id"/>
1916                 <xml-property name="uniqueProps" value="global-customer-id"/>
1917                 <xml-property name="container" value="customers"/>
1918                 <xml-property name="namespace" value="business"/>
1919                 <xml-property name="uriTemplate" value="/business/customers/customer/{global-customer-id}"/>
1920             </xml-properties>
1921         </java-type>
1922
1923         <java-type name="ServiceSubscriptions">
1924             <xml-properties>
1925                 <xml-property name="description" value="Collection of objects that group service instances."/>
1926             </xml-properties>
1927             <xml-root-element name="service-subscriptions"/>
1928             <java-attributes>
1929                 <xml-element container-type="java.util.ArrayList" java-attribute="serviceSubscription" name="service-subscription" type="inventory.aai.onap.org.v2.ServiceSubscription"/>
1930             </java-attributes>
1931         </java-type>
1932
1933         <java-type name="ServiceSubscription">
1934             <xml-root-element name="service-subscription"/>
1935             <java-attributes>
1936                 <xml-element java-attribute="serviceType" name="service-type" required="true" type="java.lang.String" xml-key="true">
1937                     <xml-properties>
1938                         <xml-property name="description" value="Value defined by orchestration to identify this service across ECOMP."/>
1939                     </xml-properties>
1940                 </xml-element>
1941                 <xml-element java-attribute="tempUbSubAccountId" name="temp-ub-sub-account-id" type="java.lang.String">
1942                     <xml-properties>
1943                         <xml-property name="description" value="This property will be deleted from A&amp;AI in the near future. Only stop gap solution."/>
1944                     </xml-properties>
1945                 </xml-element>
1946                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1947                     <xml-properties>
1948                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
1949                     </xml-properties>
1950                 </xml-element>
1951                 <xml-element java-attribute="serviceInstances" name="service-instances" type="inventory.aai.onap.org.v2.ServiceInstances">
1952                 </xml-element>
1953                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
1954             </java-attributes>
1955             <xml-properties>
1956                 <xml-property name="description" value="Object that group service instances."/>
1957                 <xml-property name="indexedProps" value="service-type"/>
1958                 <xml-property name="dependentOn" value="customer"/>
1959                 <xml-property name="container" value="service-subscriptions"/>
1960                 <xml-property name="uriTemplate" value="/service-subscriptions/service-subscription/{service-type}"/>
1961             </xml-properties>
1962         </java-type>
1963
1964         <java-type name="ServiceInstances">
1965             <xml-properties>
1966                 <xml-property name="description" value="Collection of service instances"/>
1967             </xml-properties>
1968             <xml-root-element name="service-instances"/>
1969             <java-attributes>
1970                 <xml-element container-type="java.util.ArrayList" java-attribute="serviceInstance" name="service-instance" type="inventory.aai.onap.org.v2.ServiceInstance"/>
1971             </java-attributes>
1972         </java-type>
1973
1974         <java-type name="ServiceInstance">
1975             <xml-root-element name="service-instance"/>
1976             <java-attributes>
1977                 <xml-element java-attribute="serviceInstanceId" name="service-instance-id" required="true" type="java.lang.String" xml-key="true">
1978                     <xml-properties>
1979                         <xml-property name="description" value="Uniquely identifies this instance of a service"/>
1980                     </xml-properties>
1981                 </xml-element>
1982                 <xml-element java-attribute="serviceInstanceName" name="service-instance-name" type="java.lang.String">
1983                     <xml-properties>
1984                         <xml-property name="description" value="This field will store a name assigned to the service-instance."/>
1985                     </xml-properties>
1986                 </xml-element>
1987                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
1988                     <xml-properties>
1989                         <xml-property name="description" value="the ASDC model id for this resource or service model."/>
1990                         <xml-property name="dbAlias" value="model-invariant-id-local"/>
1991                         <xml-property name="requires" value="persona-model-version"/>
1992                         <xml-property name="visibility" value="deployment"/>
1993                     </xml-properties>
1994                 </xml-element>
1995                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
1996                     <xml-properties>
1997                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
1998                         <xml-property name="visibility" value="deployment"/>
1999                         <xml-property name="requires" value="persona-model-id"/>
2000                     </xml-properties>
2001                 </xml-element>
2002                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
2003                     <xml-properties>
2004                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
2005                         <xml-property name="visibility" value="internal"/>
2006                         <xml-property name="dbAlias" value="model-version-id-local"/>
2007                         <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id"/>
2008                     </xml-properties>
2009                 </xml-element>
2010                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
2011                     <xml-properties>
2012                         <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget."/>
2013                     </xml-properties>
2014                 </xml-element>
2015                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
2016                     <xml-properties>
2017                         <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget."/>
2018                     </xml-properties>
2019                 </xml-element>
2020                 <xml-element java-attribute="bandwidthTotal" name="bandwidth-total" type="java.lang.String">
2021                     <xml-properties>
2022                         <xml-property name="description" value="Indicates the total bandwidth to be used for this service."/>
2023                     </xml-properties>
2024                 </xml-element>
2025                 <xml-element java-attribute="bandwidthUpWan1" name="bandwidth-up-wan1" type="java.lang.String">
2026                     <xml-properties>
2027                         <xml-property name="description" value="indicates the upstream bandwidth this service will use on the WAN1 port of the physical device."/>
2028                     </xml-properties>
2029                 </xml-element>
2030                 <xml-element java-attribute="bandwidthDownWan1" name="bandwidth-down-wan1" type="java.lang.String">
2031                     <xml-properties>
2032                         <xml-property name="description" value="indicates the downstream bandwidth this service will use on the WAN1 port of the physical device."/>
2033                     </xml-properties>
2034                 </xml-element>
2035                 <xml-element java-attribute="bandwidthUpWan2" name="bandwidth-up-wan2" type="java.lang.String">
2036                     <xml-properties>
2037                         <xml-property name="description" value="indicates the upstream bandwidth this service will use on the WAN2 port of the physical device."/>
2038                     </xml-properties>
2039                 </xml-element>
2040                 <xml-element java-attribute="bandwidthDownWan2" name="bandwidth-down-wan2" type="java.lang.String">
2041                     <xml-properties>
2042                         <xml-property name="description" value="indicates the downstream bandwidth this service will use on the WAN2 port of the physical device."/>
2043                     </xml-properties>
2044                 </xml-element>
2045                 <xml-element java-attribute="vhnPortalUrl" name="vhn-portal-url" type="java.lang.String">
2046                     <xml-properties>
2047                         <xml-property name="description" value="URL customers will use to access the vHN Portal."/>
2048                     </xml-properties>
2049                 </xml-element>
2050                 <xml-element java-attribute="serviceInstanceLocationId" name="service-instance-location-id" type="java.lang.String">
2051                     <xml-properties>
2052                         <xml-property name="description" value="An identifier that customers assign to the location where this service is being used."/>
2053                     </xml-properties>
2054                 </xml-element>
2055                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2056                     <xml-properties>
2057                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2058                     </xml-properties>
2059                 </xml-element>
2060                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2061                 <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.onap.org.v2.Metadata"/>
2062             </java-attributes>
2063             <xml-properties>
2064                 <xml-property name="description" value="Instance of a service"/>
2065                 <xml-property name="indexedProps" value="service-instance-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version,service-instance-name,service-instance-location-id"/>
2066                 <xml-property name="nameProps" value="service-instance-name"/>
2067                 <xml-property name="searchable" value="service-instance-id"/>
2068                 <xml-property name="uniqueProps" value="service-instance-id"/>
2069                 <xml-property name="dependentOn" value="service-subscription"/>
2070                 <xml-property name="container" value="service-instances"/>
2071                 <xml-property name="uriTemplate" value="/service-instances/service-instance/{service-instance-id}"/>
2072             </xml-properties>
2073         </java-type>
2074
2075         <java-type name="ServiceDesignAndCreation">
2076             <xml-properties>
2077                 <xml-property name="description" value="Namespace for objects managed by ASDC"/>
2078             </xml-properties>
2079             <xml-root-element name="service-design-and-creation"/>
2080             <java-attributes>
2081                 <xml-element java-attribute="vnfImages" name="vnf-images" type="inventory.aai.onap.org.v2.VnfImages"/>
2082                 <xml-element java-attribute="services" name="services" type="inventory.aai.onap.org.v2.Services"/>
2083                 <xml-element java-attribute="serviceCapabilities" name="service-capabilities" type="inventory.aai.onap.org.v2.ServiceCapabilities"/>
2084                 <xml-element java-attribute="models" name="models" type="inventory.aai.onap.org.v2.Models"/>
2085                 <xml-element java-attribute="namedQueries" name="named-queries" type="inventory.aai.onap.org.v2.NamedQueries"/>
2086             </java-attributes>
2087         </java-type>
2088
2089         <java-type name="VnfImages">
2090             <xml-properties>
2091                 <xml-property name="description" value="Collection of image objects that pertain to a VNF that doesn't have associated vservers.  This is a kludge."/>
2092             </xml-properties>
2093             <xml-root-element name="vnf-images"/>
2094             <java-attributes>
2095                 <xml-element container-type="java.util.ArrayList" java-attribute="vnfImage" name="vnf-image" type="inventory.aai.onap.org.v2.VnfImage"/>
2096             </java-attributes>
2097         </java-type>
2098
2099         <java-type name="VnfImage">
2100             <xml-root-element name="vnf-image"/>
2101             <java-attributes>
2102                 <xml-element java-attribute="attUuid" name="att-uuid" required="true" type="java.lang.String" xml-key="true">
2103                     <xml-properties>
2104                         <xml-property name="description" value="Unique ID of this asset"/>
2105                         <xml-property name="dbAlias" value="vnf-image-uuid"/>
2106                     </xml-properties>
2107                 </xml-element>
2108                 <xml-element java-attribute="application" name="application" required="true" type="java.lang.String">
2109                     <xml-properties>
2110                         <xml-property name="description" value="The application that the image instantiates."/>
2111                     </xml-properties>
2112                 </xml-element>
2113                 <xml-element java-attribute="applicationVendor" name="application-vendor" required="true" type="java.lang.String">
2114                     <xml-properties>
2115                         <xml-property name="description" value="The vendor of the application."/>
2116                     </xml-properties>
2117                 </xml-element>
2118                 <xml-element java-attribute="applicationVersion" name="application-version" type="java.lang.String">
2119                     <xml-properties>
2120                         <xml-property name="description" value="The version of the application."/>
2121                     </xml-properties>
2122                 </xml-element>
2123                 <xml-element java-attribute="selflink" name="selflink" type="java.lang.String">
2124                     <xml-properties>
2125                         <xml-property name="description" value="URL to endpoint where AAI can get more details"/>
2126                     </xml-properties>
2127                 </xml-element>
2128                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2129                     <xml-properties>
2130                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2131                     </xml-properties>
2132                 </xml-element>
2133                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2134             </java-attributes>
2135             <xml-properties>
2136                 <xml-property name="description" value="Image object that pertain to a VNF that doesn't have associated vservers.  This is a kludge."/>
2137                 <xml-property name="indexedProps" value="application,att-uuid,application-vendor,application-version"/>
2138                 <xml-property name="uniqueProps" value="att-uuid"/>
2139                 <xml-property name="container" value="vnf-images"/>
2140                 <xml-property name="namespace" value="service-design-and-creation"/>
2141                 <xml-property name="uriTemplate" value="/service-design-and-creation/vnf-images/vnf-image/{att-uuid}"/>
2142             </xml-properties>
2143         </java-type>
2144
2145         <java-type name="Services">
2146             <xml-properties>
2147                 <xml-property name="description" value="Collection of service model definitions.  Likely to be deprecated in favor of models from ASDC."/>
2148             </xml-properties>
2149             <xml-root-element name="services"/>
2150             <java-attributes>
2151                 <xml-element container-type="java.util.ArrayList" java-attribute="service" name="service" type="inventory.aai.onap.org.v2.Service"/>
2152             </java-attributes>
2153         </java-type>
2154
2155         <java-type name="Service">
2156             <xml-root-element name="service"/>
2157             <java-attributes>
2158                 <xml-element java-attribute="serviceId" name="service-id" required="true" type="java.lang.String" xml-key="true">
2159                     <xml-properties>
2160                         <xml-property name="description" value="This gets defined by others to provide a unique ID for the service, we accept what is sent."/>
2161                     </xml-properties>
2162                 </xml-element>
2163                 <xml-element java-attribute="serviceDescription" name="service-description" required="true" type="java.lang.String">
2164                     <xml-properties>
2165                         <xml-property name="description" value="Description of the service"/>
2166                     </xml-properties>
2167                 </xml-element>
2168                 <xml-element java-attribute="serviceSelflink" name="service-selflink" type="java.lang.String">
2169                     <xml-properties>
2170                         <xml-property name="description" value="URL to endpoint where AAI can get more details"/>
2171                     </xml-properties>
2172                 </xml-element>
2173                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2174                     <xml-properties>
2175                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2176                     </xml-properties>
2177                 </xml-element>
2178                 <xml-element java-attribute="serviceVersion" name="service-version" type="java.lang.String">
2179                     <xml-properties>
2180                         <xml-property name="description" value="service version"/>
2181                     </xml-properties>
2182                 </xml-element>
2183                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2184             </java-attributes>
2185             <xml-properties>
2186                 <xml-property name="description" value="Stand-in for service model definitions.  Likely to be deprecated in favor of models from ASDC."/>
2187                 <xml-property name="indexedProps" value="service-description,service-id"/>
2188                 <xml-property name="container" value="services"/>
2189                 <xml-property name="namespace" value="service-design-and-creation"/>
2190                 <xml-property name="uriTemplate" value="/service-design-and-creation/services/service/{service-id}"/>
2191             </xml-properties>
2192         </java-type>
2193
2194         <java-type name="ServiceCapabilities">
2195             <xml-properties>
2196                 <xml-property name="description" value="Collection of service capabilities."/>
2197             </xml-properties>
2198             <xml-root-element name="service-capabilities"/>
2199             <java-attributes>
2200                 <xml-element container-type="java.util.ArrayList" java-attribute="serviceCapability" name="service-capability" type="inventory.aai.onap.org.v2.ServiceCapability"/>
2201             </java-attributes>
2202         </java-type>
2203
2204         <java-type name="ServiceCapability">
2205             <xml-root-element name="service-capability"/>
2206             <java-attributes>
2207                 <xml-element java-attribute="serviceType" name="service-type" required="true" type="java.lang.String" xml-key="true">
2208                     <xml-properties>
2209                         <xml-property name="description" value="This gets defined by others to provide a unique ID for the service, we accept what is sent."/>
2210                     </xml-properties>
2211                 </xml-element>
2212                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String" xml-key="true">
2213                     <xml-properties>
2214                         <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures."/>
2215                     </xml-properties>
2216                 </xml-element>
2217                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2218                     <xml-properties>
2219                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2220                     </xml-properties>
2221                 </xml-element>
2222                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2223             </java-attributes>
2224             <xml-properties>
2225                 <xml-property name="description" value="Early definition of server/resource pairings, likely to be replaced by models.  No new use should be made of this."/>
2226                 <xml-property name="indexedProps" value="service-type,vnf-type"/>
2227                 <xml-property name="container" value="service-capabilities"/>
2228                 <xml-property name="namespace" value="service-design-and-creation"/>
2229                 <xml-property name="uriTemplate" value="/service-design-and-creation/service-capabilities/service-capability/{service-type}/{vnf-type}"/>
2230             </xml-properties>
2231         </java-type>
2232
2233         <java-type name="Network">
2234             <xml-properties>
2235                 <xml-property name="description" value="Namespace for network inventory resources."/>
2236             </xml-properties>
2237             <xml-root-element name="network"/>
2238             <java-attributes>
2239                 <xml-element java-attribute="logicalLinks" name="logical-links" type="inventory.aai.onap.org.v2.LogicalLinks"/>
2240                 <xml-element java-attribute="sitePairSets" name="site-pair-sets" type="inventory.aai.onap.org.v2.SitePairSets"/>
2241                 <xml-element java-attribute="vpnBindings" name="vpn-bindings" type="inventory.aai.onap.org.v2.VpnBindings"/>
2242                 <xml-element java-attribute="vplsPes" name="vpls-pes" type="inventory.aai.onap.org.v2.VplsPes"/>
2243                 <xml-element java-attribute="multicastConfigurations" name="multicast-configurations" type="inventory.aai.onap.org.v2.MulticastConfigurations"/>
2244                 <xml-element java-attribute="vces" name="vces" type="inventory.aai.onap.org.v2.Vces"/>
2245                 <xml-element java-attribute="vnfcs" name="vnfcs" type="inventory.aai.onap.org.v2.Vnfcs"/>
2246                 <xml-element java-attribute="l3Networks" name="l3-networks" type="inventory.aai.onap.org.v2.L3Networks"/>
2247                 <xml-element java-attribute="networkPolicies" name="network-policies" type="inventory.aai.onap.org.v2.NetworkPolicies"/>
2248                 <xml-element java-attribute="genericVnfs" name="generic-vnfs" type="inventory.aai.onap.org.v2.GenericVnfs"/>
2249                 <xml-element java-attribute="lagLinks" name="lag-links" type="inventory.aai.onap.org.v2.LagLinks"/>
2250                 <xml-element java-attribute="newvces" name="newvces" type="inventory.aai.onap.org.v2.Newvces"/>
2251                 <xml-element java-attribute="pnfs" name="pnfs" type="inventory.aai.onap.org.v2.Pnfs"/>
2252                 <xml-element java-attribute="physicalLinks" name="physical-links" type="inventory.aai.onap.org.v2.PhysicalLinks"/>
2253                 <xml-element java-attribute="ipsecConfigurations" name="ipsec-configurations" type="inventory.aai.onap.org.v2.IpsecConfigurations"/>
2254                 <xml-element java-attribute="routeTableReferences" name="route-table-references" type="inventory.aai.onap.org.v2.RouteTableReferences"/>
2255             </java-attributes>
2256         </java-type>
2257
2258         <java-type name="LogicalLinks">
2259             <xml-properties>
2260                 <xml-property name="description" value="Collection of logical connections"/>
2261             </xml-properties>
2262             <xml-root-element name="logical-links"/>
2263             <java-attributes>
2264                 <xml-element container-type="java.util.ArrayList" java-attribute="logicalLink" name="logical-link" type="inventory.aai.onap.org.v2.LogicalLink"/>
2265             </java-attributes>
2266         </java-type>
2267
2268         <java-type name="LogicalLink">
2269             <xml-root-element name="logical-link"/>
2270             <java-attributes>
2271                 <xml-element java-attribute="linkName" name="link-name" required="true" type="java.lang.String" xml-key="true">
2272                     <xml-properties>
2273                         <xml-property name="description" value="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ"/>
2274                     </xml-properties>
2275                 </xml-element>
2276                 <xml-element java-attribute="linkType" name="link-type" required="true" type="java.lang.String">
2277                     <xml-properties>
2278                         <xml-property name="description" value="Type of logical link, e.g., evc"/>
2279                     </xml-properties>
2280                 </xml-element>
2281                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
2282                     <xml-properties>
2283                         <xml-property name="description" value="Captures the numeric part of the speed"/>
2284                     </xml-properties>
2285                 </xml-element>
2286                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
2287                     <xml-properties>
2288                         <xml-property name="description" value="Captures the units corresponding to the speed"/>
2289                     </xml-properties>
2290                 </xml-element>
2291                 <xml-element java-attribute="ipVersion" name="ip-version" type="java.lang.String">
2292                     <xml-properties>
2293                         <xml-property name="description" value="v4, v6, or ds for dual stack"/>
2294                     </xml-properties>
2295                 </xml-element>
2296                 <xml-element java-attribute="routingProtocol" name="routing-protocol" type="java.lang.String">
2297                     <xml-properties>
2298                         <xml-property name="description" value="For example, static or BGP"/>
2299                     </xml-properties>
2300                 </xml-element>
2301                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2302                     <xml-properties>
2303                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2304                     </xml-properties>
2305                 </xml-element>
2306                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
2307                     <xml-properties>
2308                         <xml-property name="description" value="the ASDC model id for this resource or service model."/>
2309                         <xml-property name="dbAlias" value="model-invariant-id-local"/>
2310                         <xml-property name="requires" value="persona-model-version"/>
2311                         <xml-property name="visibility" value="deployment"/>
2312                     </xml-properties>
2313                 </xml-element>
2314                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
2315                     <xml-properties>
2316                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
2317                         <xml-property name="visibility" value="deployment"/>
2318                         <xml-property name="requires" value="persona-model-id"/>
2319                     </xml-properties>
2320                 </xml-element>
2321                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
2322                     <xml-properties>
2323                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
2324                         <xml-property name="visibility" value="internal"/>
2325                         <xml-property name="dbAlias" value="model-version-id-local"/>
2326                         <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id"/>
2327                     </xml-properties>
2328                 </xml-element>
2329                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
2330                     <xml-properties>
2331                         <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget."/>
2332                     </xml-properties>
2333                 </xml-element>
2334                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
2335                     <xml-properties>
2336                         <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget."/>
2337                     </xml-properties>
2338                 </xml-element>
2339                 <xml-element java-attribute="operationalStatus" name="operational-status" type="java.lang.String">
2340                     <xml-properties>
2341                         <xml-property name="description" value="Indication of operational status of the logical link."/>
2342                     </xml-properties>
2343                 </xml-element>
2344                 <xml-element java-attribute="linkRole" name="link-role" type="java.lang.String">
2345                     <xml-properties>
2346                         <xml-property name="description" value="Indication of the network use of the logical link."/>
2347                     </xml-properties>
2348                 </xml-element>
2349                 <xml-element java-attribute="linkName2" name="link-name2" type="java.lang.String">
2350                     <xml-properties>
2351                         <xml-property name="description" value="Alias or alternate name (CLCI or D1 name)."/>
2352                     </xml-properties>
2353                 </xml-element>
2354                 <xml-element java-attribute="linkId" name="link-id" type="java.lang.String">
2355                     <xml-properties>
2356                         <xml-property name="description" value="UUID of the logical-link, SDNC generates this."/>
2357                     </xml-properties>
2358                 </xml-element>
2359                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2360             </java-attributes>
2361             <xml-properties>
2362                 <xml-property name="description" value="Logical links generally connect l-interfaces but are used to express logical connectivity between two points"/>
2363                 <xml-property name="indexedProps" value="link-name,persona-model-id,persona-model-version,widget-model-id,widget-model-version,link-id"/>
2364                 <xml-property name="uniqueProps" value="link-id"/>
2365                 <xml-property name="container" value="logical-links"/>
2366                 <xml-property name="namespace" value="network"/>
2367                 <xml-property name="uriTemplate" value="/network/logical-links/logical-link/{link-name}"/>
2368             </xml-properties>
2369         </java-type>
2370
2371         <java-type name="SitePairSets">
2372             <xml-properties>
2373                 <xml-property name="description" value="Collection of sets of instances for probes related to generic-vnf"/>
2374             </xml-properties>
2375             <xml-root-element name="site-pair-sets"/>
2376             <java-attributes>
2377                 <xml-element container-type="java.util.ArrayList" java-attribute="sitePairSet" name="site-pair-set" type="inventory.aai.onap.org.v2.SitePairSet"/>
2378             </java-attributes>
2379         </java-type>
2380
2381         <java-type name="SitePairSet">
2382             <xml-root-element name="site-pair-set"/>
2383             <java-attributes>
2384                 <xml-element java-attribute="sitePairSetId" name="site-pair-set-id" required="true" type="java.lang.String" xml-key="true">
2385                     <xml-properties>
2386                         <xml-property name="description" value="Unique id of site pair set."/>
2387                     </xml-properties>
2388                 </xml-element>
2389                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2390                     <xml-properties>
2391                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2392                     </xml-properties>
2393                 </xml-element>
2394                 <xml-element java-attribute="routingInstances" name="routing-instances" type="inventory.aai.onap.org.v2.RoutingInstances"/>
2395                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2396             </java-attributes>
2397             <xml-properties>
2398                 <xml-property name="description" value="Set of instances for probes used to measure service level agreements"/>
2399                 <xml-property name="indexedProps" value="site-pair-set-id"/>
2400                 <xml-property name="uniqueProps" value="site-pair-set-id"/>
2401                 <xml-property name="container" value="site-pair-sets"/>
2402                 <xml-property name="namespace" value="network"/>
2403                 <xml-property name="uriTemplate" value="/network/site-pair-sets/site-pair-set/{site-pair-set-id}"/>
2404             </xml-properties>
2405         </java-type>
2406
2407         <java-type name="RoutingInstances">
2408             <xml-properties>
2409                 <xml-property name="description" value="set of probes related to generic-vnf routing instance"/>
2410             </xml-properties>
2411             <xml-root-element name="routing-instances"/>
2412             <java-attributes>
2413                 <xml-element container-type="java.util.ArrayList" java-attribute="routingInstance" name="routing-instance" type="inventory.aai.onap.org.v2.RoutingInstance"/>
2414             </java-attributes>
2415         </java-type>
2416
2417         <java-type name="RoutingInstance">
2418             <xml-root-element name="routing-instance"/>
2419             <java-attributes>
2420                 <xml-element java-attribute="routingInstanceId" name="routing-instance-id" required="true" type="java.lang.String" xml-key="true">
2421                     <xml-properties>
2422                         <xml-property name="description" value="Unique id of routing instance"/>
2423                     </xml-properties>
2424                 </xml-element>
2425                 <xml-element java-attribute="rpmOwner" name="rpm-owner" type="java.lang.String">
2426                     <xml-properties>
2427                         <xml-property name="description" value="rpm owner"/>
2428                     </xml-properties>
2429                 </xml-element>
2430                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2431                     <xml-properties>
2432                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2433                     </xml-properties>
2434                 </xml-element>
2435                 <xml-element java-attribute="sitePairs" name="site-pairs" type="inventory.aai.onap.org.v2.SitePairs"/>
2436                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2437             </java-attributes>
2438             <xml-properties>
2439                 <xml-property name="indexedProps" value="routing-instance-id"/>
2440                 <xml-property name="uniqueProps" value="routing-instance-id"/>
2441                 <xml-property name="dependentOn" value="site-pair-set"/>
2442                 <xml-property name="container" value="routing-instances"/>
2443                 <xml-property name="uriTemplate" value="/routing-instances/routing-instance/{routing-instance-id}"/>
2444             </xml-properties>
2445         </java-type>
2446
2447         <java-type name="SitePairs">
2448             <xml-properties>
2449                 <xml-property name="description" value="probe within a set"/>
2450             </xml-properties>
2451             <xml-root-element name="site-pairs"/>
2452             <java-attributes>
2453                 <xml-element container-type="java.util.ArrayList" java-attribute="sitePair" name="site-pair" type="inventory.aai.onap.org.v2.SitePair"/>
2454             </java-attributes>
2455         </java-type>
2456
2457         <java-type name="SitePair">
2458             <xml-root-element name="site-pair"/>
2459             <java-attributes>
2460                 <xml-element java-attribute="sitePairId" name="site-pair-id" required="true" type="java.lang.String" xml-key="true">
2461                     <xml-properties>
2462                         <xml-property name="description" value="unique identifier of probe"/>
2463                     </xml-properties>
2464                 </xml-element>
2465                 <xml-element java-attribute="sourceIp" name="source-ip" type="java.lang.String">
2466                     <xml-properties>
2467                         <xml-property name="description" value="Prefix address"/>
2468                     </xml-properties>
2469                 </xml-element>
2470                 <xml-element java-attribute="destinationIp" name="destination-ip" type="java.lang.String">
2471                     <xml-properties>
2472                         <xml-property name="description" value="Prefix address"/>
2473                     </xml-properties>
2474                 </xml-element>
2475                 <xml-element java-attribute="ipVersion" name="ip-version" type="java.lang.String">
2476                     <xml-properties>
2477                         <xml-property name="description" value="ip version, v4, v6"/>
2478                     </xml-properties>
2479                 </xml-element>
2480                 <xml-element java-attribute="destinationHostname" name="destination-hostname" type="java.lang.String">
2481                     <xml-properties>
2482                         <xml-property name="description" value="Hostname of the destination equipment to which SLAs are measured against."/>
2483                     </xml-properties>
2484                 </xml-element>
2485                 <xml-element java-attribute="destinationEquipType" name="destination-equip-type" type="java.lang.String">
2486                     <xml-properties>
2487                         <xml-property name="description" value="The type of destinatination equipment. Could be Router, etc."/>
2488                     </xml-properties>
2489                 </xml-element>
2490                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2491                     <xml-properties>
2492                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2493                     </xml-properties>
2494                 </xml-element>
2495                 <xml-element java-attribute="classesOfService" name="classes-of-service" type="inventory.aai.onap.org.v2.ClassesOfService"/>
2496                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2497             </java-attributes>
2498             <xml-properties>
2499                 <xml-property name="indexedProps" value="site-pair-id"/>
2500                 <xml-property name="uniqueProps" value="site-pair-id"/>
2501                 <xml-property name="dependentOn" value="routing-instance"/>
2502                 <xml-property name="container" value="site-pairs"/>
2503                 <xml-property name="uriTemplate" value="/site-pairs/site-pair/{site-pair-id}"/>
2504             </xml-properties>
2505         </java-type>
2506
2507         <java-type name="ClassesOfService">
2508             <xml-properties>
2509                 <xml-property name="description" value="class-of-service of probe"/>
2510             </xml-properties>
2511             <xml-root-element name="classes-of-service"/>
2512             <java-attributes>
2513                 <xml-element container-type="java.util.ArrayList" java-attribute="classOfService" name="class-of-service" type="inventory.aai.onap.org.v2.ClassOfService"/>
2514             </java-attributes>
2515         </java-type>
2516
2517         <java-type name="ClassOfService">
2518             <xml-root-element name="class-of-service"/>
2519             <java-attributes>
2520                 <xml-element java-attribute="cos" name="cos" required="true" type="java.lang.String" xml-key="true">
2521                     <xml-properties>
2522                         <xml-property name="description" value="unique identifier of probe"/>
2523                     </xml-properties>
2524                 </xml-element>
2525                 <xml-element java-attribute="probeId" name="probe-id" type="java.lang.String">
2526                     <xml-properties>
2527                         <xml-property name="description" value="identifier of probe"/>
2528                     </xml-properties>
2529                 </xml-element>
2530                 <xml-element java-attribute="probeType" name="probe-type" type="java.lang.String">
2531                     <xml-properties>
2532                         <xml-property name="description" value="type of probe"/>
2533                     </xml-properties>
2534                 </xml-element>
2535                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2536                     <xml-properties>
2537                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2538                     </xml-properties>
2539                 </xml-element>
2540                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2541             </java-attributes>
2542             <xml-properties>
2543                 <xml-property name="indexedProps" value="cos"/>
2544                 <xml-property name="dependentOn" value="site-pair"/>
2545                 <xml-property name="container" value="classes-of-service"/>
2546                 <xml-property name="uriTemplate" value="/classes-of-service/class-of-service/{cos}"/>
2547             </xml-properties>
2548         </java-type>
2549
2550         <java-type name="VpnBindings">
2551             <xml-root-element name="vpn-bindings"/>
2552             <java-attributes>
2553                 <xml-element container-type="java.util.ArrayList" java-attribute="vpnBinding" name="vpn-binding" type="inventory.aai.onap.org.v2.VpnBinding"/>
2554             </java-attributes>
2555         </java-type>
2556
2557         <java-type name="VpnBinding">
2558             <xml-root-element name="vpn-binding"/>
2559             <java-attributes>
2560                 <xml-element java-attribute="vpnId" name="vpn-id" required="true" type="java.lang.String" xml-key="true">
2561                     <xml-properties>
2562                         <xml-property name="description" value="VPN ID, globally unique within A&amp;AI"/>
2563                     </xml-properties>
2564                 </xml-element>
2565                 <xml-element java-attribute="vpnName" name="vpn-name" required="true" type="java.lang.String">
2566                     <xml-properties>
2567                         <xml-property name="description" value="VPN Name"/>
2568                     </xml-properties>
2569                 </xml-element>
2570                 <xml-element java-attribute="globalRouteTarget" name="global-route-target" required="true" type="java.lang.String">
2571                     <xml-properties>
2572                         <xml-property name="description" value="Number used to identify a VPN, globally unique in the network"/>
2573                     </xml-properties>
2574                 </xml-element>
2575                 <xml-element java-attribute="vpnPlatform" name="vpn-platform" type="java.lang.String">
2576                     <xml-properties>
2577                         <xml-property name="description" value="the platform associated with the VPN example AVPN, Mobility"/>
2578                     </xml-properties>
2579                 </xml-element>
2580                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2581                     <xml-properties>
2582                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2583                     </xml-properties>
2584                 </xml-element>
2585                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList">
2586                     <xml-properties>
2587                         <xml-property name="description" value="l3-networks relate to vpn-bindings"/>
2588                     </xml-properties>
2589                 </xml-element>
2590             </java-attributes>
2591             <xml-properties>
2592                 <xml-property name="description" value="VPN binding"/>
2593                 <xml-property name="nameProps" value="vpn-name"/>
2594                 <xml-property name="indexedProps" value="vpn-name,vpn-id,global-route-target"/>
2595                 <xml-property name="uniqueProps" value="vpn-id"/>
2596                 <xml-property name="container" value="vpn-bindings"/>
2597                 <xml-property name="namespace" value="network"/>
2598                 <xml-property name="uriTemplate" value="/network/vpn-bindings/vpn-binding/{vpn-id}"/>
2599             </xml-properties>
2600         </java-type>
2601
2602         <java-type name="VplsPes">
2603             <xml-properties>
2604                 <xml-property name="description" value="Collection of VPLS Provider Edge routers"/>
2605             </xml-properties>
2606             <xml-root-element name="vpls-pes"/>
2607             <java-attributes>
2608                 <xml-element container-type="java.util.ArrayList" java-attribute="vplsPe" name="vpls-pe" type="inventory.aai.onap.org.v2.VplsPe"/>
2609             </java-attributes>
2610         </java-type>
2611
2612         <java-type name="VplsPe">
2613             <xml-root-element name="vpls-pe"/>
2614             <java-attributes>
2615                 <xml-element java-attribute="equipmentName" name="equipment-name" required="true" type="java.lang.String" xml-key="true"/>
2616                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
2617                     <xml-properties>
2618                         <xml-property name="description" value="Trigger for operational monitoring of this VNF by BAU Service Assurance systems."/>
2619                     </xml-properties>
2620                 </xml-element>
2621                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
2622                     <xml-properties>
2623                         <xml-property name="description" value="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address)."/>
2624                     </xml-properties>
2625                 </xml-element>
2626                 <xml-element java-attribute="equipmentRole" name="equipment-role" type="java.lang.String">
2627                     <xml-properties>
2628                         <xml-property name="description" value="Client should send valid enumerated value, e.g., VPLS-PE."/>
2629                     </xml-properties>
2630                 </xml-element>
2631                 <xml-element java-attribute="vlanIdOuter" name="vlan-id-outer" type="java.lang.Long">
2632                     <xml-properties>
2633                         <xml-property name="description" value="Temporary location for stag to get to VCE"/>
2634                     </xml-properties>
2635                 </xml-element>
2636                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2637                     <xml-properties>
2638                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2639                     </xml-properties>
2640                 </xml-element>
2641                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2642                 <xml-element java-attribute="pInterfaces" name="p-interfaces" type="inventory.aai.onap.org.v2.PInterfaces"/>
2643                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.onap.org.v2.LagInterfaces"/>
2644             </java-attributes>
2645             <xml-properties>
2646                 <xml-property name="description" value="VPLS Provider Edge routers."/>
2647                 <xml-property name="indexedProps" value="prov-status,equipment-name"/>
2648                 <xml-property name="container" value="vpls-pes"/>
2649                 <xml-property name="namespace" value="network"/>
2650                 <xml-property name="uriTemplate" value="/network/vpls-pes/vpls-pe/{equipment-name}"/>
2651             </xml-properties>
2652         </java-type>
2653
2654         <java-type name="MulticastConfigurations">
2655             <xml-properties>
2656                 <xml-property name="description" value="multicast configuration of generic-vnf ip-address"/>
2657             </xml-properties>
2658             <xml-root-element name="multicast-configurations"/>
2659             <java-attributes>
2660                 <xml-element container-type="java.util.ArrayList" java-attribute="multicastConfiguration" name="multicast-configuration" type="inventory.aai.onap.org.v2.MulticastConfiguration"/>
2661             </java-attributes>
2662         </java-type>
2663
2664         <java-type name="MulticastConfiguration">
2665             <xml-root-element name="multicast-configuration"/>
2666             <java-attributes>
2667                 <xml-element java-attribute="multicastConfigurationId" name="multicast-configuration-id" required="true" type="java.lang.String" xml-key="true">
2668                     <xml-properties>
2669                         <xml-property name="description" value="Unique id of multicast configuration."/>
2670                     </xml-properties>
2671                 </xml-element>
2672                 <xml-element java-attribute="multicastProtocol" name="multicast-protocol" required="true" type="java.lang.String">
2673                     <xml-properties>
2674                         <xml-property name="description" value="protocol of multicast configuration"/>
2675                     </xml-properties>
2676                 </xml-element>
2677                 <xml-element java-attribute="rpType" name="rp-type" required="true" type="java.lang.String">
2678                     <xml-properties>
2679                         <xml-property name="description" value="rp type of multicast configuration"/>
2680                     </xml-properties>
2681                 </xml-element>
2682                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2683                     <xml-properties>
2684                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2685                     </xml-properties>
2686                 </xml-element>
2687                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2688             </java-attributes>
2689             <xml-properties>
2690                 <xml-property name="indexedProps" value="multicast-configuration-id"/>
2691                 <xml-property name="uniqueProps" value="multicast-configuration-id"/>
2692                 <xml-property name="container" value="multicast-configurations"/>
2693                 <xml-property name="namespace" value="network"/>
2694                 <xml-property name="uriTemplate" value="/network/multicast-configurations/multicast-configuration/{multicast-configuration-id}"/>
2695             </xml-properties>
2696         </java-type>
2697
2698         <java-type name="Vces">
2699             <xml-properties>
2700                 <xml-property name="description" value="Collection of Virtual Customer Edge Routers, used specifically for Gamma.  This object is deprecated."/>
2701             </xml-properties>
2702             <xml-root-element name="vces"/>
2703             <java-attributes>
2704                 <xml-element container-type="java.util.ArrayList" java-attribute="vce" name="vce" type="inventory.aai.onap.org.v2.Vce"/>
2705             </java-attributes>
2706         </java-type>
2707
2708         <java-type name="Vce">
2709             <xml-root-element name="vce"/>
2710             <java-attributes>
2711                 <xml-element java-attribute="vnfId" name="vnf-id" required="true" type="java.lang.String" xml-key="true">
2712                     <xml-properties>
2713                         <xml-property name="description" value="Unique id of VNF.  This is unique across the graph."/>
2714                     </xml-properties>
2715                 </xml-element>
2716                 <xml-element java-attribute="vnfName" name="vnf-name" required="true" type="java.lang.String">
2717                     <xml-properties>
2718                         <xml-property name="description" value="Name of VNF."/>
2719                     </xml-properties>
2720                 </xml-element>
2721                 <xml-element java-attribute="vnfName2" name="vnf-name2" type="java.lang.String">
2722                     <xml-properties>
2723                         <xml-property name="description" value="Alternate name of VNF."/>
2724                     </xml-properties>
2725                 </xml-element>
2726                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String">
2727                     <xml-properties>
2728                         <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures."/>
2729                     </xml-properties>
2730                 </xml-element>
2731                 <xml-element java-attribute="serviceId" name="service-id" type="java.lang.String">
2732                     <xml-properties>
2733                         <xml-property name="description" value="Unique identifier of service from ASDC.  Expect this to change as ASDC matures."/>
2734                     </xml-properties>
2735                 </xml-element>
2736                 <xml-element java-attribute="regionalResourceZone" name="regional-resource-zone" type="java.lang.String">
2737                     <xml-properties>
2738                         <xml-property name="description" value="Regional way of organizing pservers, source of truth should define values"/>
2739                     </xml-properties>
2740                 </xml-element>
2741                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
2742                     <xml-properties>
2743                         <xml-property name="description" value="Trigger for operational monitoring of this resource by Service Assurance systems."/>
2744                     </xml-properties>
2745                 </xml-element>
2746                 <xml-element java-attribute="operationalState" name="operational-state" type="java.lang.String">
2747                     <xml-properties>
2748                         <xml-property name="description" value="Indicator for whether the resource is considered operational"/>
2749                         <xml-property name="dbAlias" value="operational-status"/>
2750                     </xml-properties>
2751                 </xml-element>
2752                 <xml-element java-attribute="licenseKey" name="license-key" type="java.lang.String">
2753                     <xml-properties>
2754                         <xml-property name="description" value="License key"/>
2755                     </xml-properties>
2756                 </xml-element>
2757                 <xml-element java-attribute="equipmentRole" name="equipment-role" type="java.lang.String">
2758                     <xml-properties>
2759                         <xml-property name="description" value="Network role being played by this VNF"/>
2760                     </xml-properties>
2761                 </xml-element>
2762                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
2763                     <xml-properties>
2764                         <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO"/>
2765                     </xml-properties>
2766                 </xml-element>
2767                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
2768                     <xml-properties>
2769                         <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO"/>
2770                     </xml-properties>
2771                 </xml-element>
2772                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
2773                     <xml-properties>
2774                         <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE"/>
2775                     </xml-properties>
2776                 </xml-element>
2777                 <xml-element java-attribute="vpeId" name="vpe-id" type="java.lang.String">
2778                     <xml-properties>
2779                         <xml-property name="description" value="Unique ID of VPE connected to this VCE."/>
2780                     </xml-properties>
2781                 </xml-element>
2782                 <xml-element java-attribute="v6VceWanAddress" name="v6-vce-wan-address" type="java.lang.String">
2783                     <xml-properties>
2784                         <xml-property name="description" value="Valid v6 IP address for the WAN Link on this router.  Implied length of /64."/>
2785                     </xml-properties>
2786                 </xml-element>
2787                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
2788                     <xml-properties>
2789                         <xml-property name="description" value="Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE."/>
2790                     </xml-properties>
2791                 </xml-element>
2792                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2793                     <xml-properties>
2794                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2795                     </xml-properties>
2796                 </xml-element>
2797                 <xml-element java-attribute="ipv4Loopback0Address" name="ipv4-loopback0-address" type="java.lang.String">
2798                     <xml-properties>
2799                         <xml-property name="description" value="Loopback0 address"/>
2800                     </xml-properties>
2801                 </xml-element>
2802                 <xml-element java-attribute="entitlementResourceUuid" name="entitlement-resource-uuid" type="java.lang.String">
2803                     <xml-properties>
2804                         <xml-property name="description" value="Entitlement resource uuid"/>
2805                     </xml-properties>
2806                 </xml-element>
2807                 <xml-element java-attribute="portGroups" name="port-groups" type="inventory.aai.onap.org.v2.PortGroups"/>
2808                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2809             </java-attributes>
2810             <xml-properties>
2811                 <xml-property name="description" value="Virtual Customer Edge Router, used specifically for Gamma.  This object is deprecated."/>
2812                 <xml-property name="nameProps" value="vnf-name"/>
2813                 <xml-property name="indexedProps" value="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,interface-name,regional-resource-zone,vpe-id,prov-status,service-id"/>
2814                 <xml-property name="searchable" value="vnf-id,vnf-name,vnf-name2"/>
2815                 <xml-property name="uniqueProps" value="vnf-id"/>
2816                 <xml-property name="container" value="vces"/>
2817                 <xml-property name="namespace" value="network"/>
2818                 <xml-property name="extends" value="vnf"/>
2819                 <xml-property name="uriTemplate" value="/network/vces/vce/{vnf-id}"/>
2820             </xml-properties>
2821         </java-type>
2822
2823         <java-type name="PortGroups">
2824             <xml-root-element name="port-groups"/>
2825             <java-attributes>
2826                 <xml-element container-type="java.util.ArrayList" java-attribute="portGroup" name="port-group" type="inventory.aai.onap.org.v2.PortGroup"/>
2827             </java-attributes>
2828         </java-type>
2829
2830         <java-type name="PortGroup">
2831             <xml-root-element name="port-group"/>
2832             <java-attributes>
2833                 <xml-element java-attribute="interfaceId" name="interface-id" required="true" type="java.lang.String" xml-key="true">
2834                     <xml-properties>
2835                         <xml-property name="description" value="Unique ID of the interface"/>
2836                     </xml-properties>
2837                 </xml-element>
2838                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
2839                     <xml-properties>
2840                         <xml-property name="description" value="Neutron network id of this Interface"/>
2841                     </xml-properties>
2842                 </xml-element>
2843                 <xml-element java-attribute="neutronNetworkName" name="neutron-network-name" type="java.lang.String">
2844                     <xml-properties>
2845                         <xml-property name="description" value="Neutron network name of this Interface"/>
2846                     </xml-properties>
2847                 </xml-element>
2848                 <xml-element java-attribute="interfaceRole" name="interface-role" type="java.lang.String">
2849                     <xml-properties>
2850                         <xml-property name="description" value="Role assigned to this Interface, should use values as defined in ECOMP Yang models."/>
2851                     </xml-properties>
2852                 </xml-element>
2853                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2854                     <xml-properties>
2855                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2856                     </xml-properties>
2857                 </xml-element>
2858                 <xml-element java-attribute="portGroupId" name="port-group-id" type="java.lang.String">
2859                     <xml-properties>
2860                         <xml-property name="description" value="Unique ID for port group in vmware"/>
2861                     </xml-properties>
2862                 </xml-element>
2863                 <xml-element java-attribute="portGroupName" name="port-group-name" type="java.lang.String">
2864                     <xml-properties>
2865                         <xml-property name="description" value="Likely to duplicate value of neutron network name"/>
2866                     </xml-properties>
2867                 </xml-element>
2868                 <xml-element java-attribute="switchName" name="switch-name" type="java.lang.String">
2869                     <xml-properties>
2870                         <xml-property name="description" value="DVS or standard switch name (should be non-null for port groups associated with DVS)"/>
2871                     </xml-properties>
2872                 </xml-element>
2873                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" required="true" type="java.lang.String">
2874                     <xml-properties>
2875                         <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO"/>
2876                     </xml-properties>
2877                 </xml-element>
2878                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
2879                     <xml-properties>
2880                         <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO"/>
2881                     </xml-properties>
2882                 </xml-element>
2883                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
2884                     <xml-properties>
2885                         <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE"/>
2886                     </xml-properties>
2887                 </xml-element>
2888                 <xml-element java-attribute="cvlanTags" name="cvlan-tags" type="inventory.aai.onap.org.v2.CvlanTags"/>
2889                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2890             </java-attributes>
2891             <xml-properties>
2892                 <xml-property name="description" value="Used to capture the network interfaces of this VCE"/>
2893                 <xml-property name="nameProps" value="port-group-name"/>
2894                 <xml-property name="indexedProps" value="port-group-id,heat-stack-id,interface-id,interface-name,switch-name"/>
2895                 <xml-property name="dependentOn" value="vce"/>
2896                 <xml-property name="container" value="port-groups"/>
2897                 <xml-property name="uriTemplate" value="/port-groups/port-group/{interface-id}"/>
2898             </xml-properties>
2899         </java-type>
2900
2901         <java-type name="CvlanTags">
2902             <xml-root-element name="cvlan-tags"/>
2903             <java-attributes>
2904                 <xml-element container-type="java.util.ArrayList" java-attribute="cvlanTagEntry" name="cvlan-tag-entry" type="inventory.aai.onap.org.v2.CvlanTagEntry"/>
2905             </java-attributes>
2906         </java-type>
2907
2908         <java-type name="CvlanTagEntry">
2909             <xml-root-element name="cvlan-tag-entry"/>
2910             <java-attributes>
2911                 <xml-element java-attribute="cvlanTag" name="cvlan-tag" required="true" type="java.lang.Long" xml-key="true">
2912                     <xml-properties>
2913                         <xml-property name="description" value="See mis-na-virtualization-platform.yang"/>
2914                     </xml-properties>
2915                 </xml-element>
2916                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2917                     <xml-properties>
2918                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2919                     </xml-properties>
2920                 </xml-element>
2921                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2922             </java-attributes>
2923             <xml-properties>
2924                 <xml-property name="dependentOn" value="port-group"/>
2925                 <xml-property name="indexedProps" value="cvlan-tag"/>
2926                 <xml-property name="container" value="cvlan-tags"/>
2927                 <xml-property name="uriTemplate" value="/cvlan-tags/cvlan-tag/{cvlan-tag-cvlan-tag}"/>
2928             </xml-properties>
2929         </java-type>
2930
2931
2932         <java-type name="Vnfcs">
2933             <xml-properties>
2934                 <xml-property name="description" value="virtual network components associated with a vserver from application controller."/>
2935             </xml-properties>
2936             <xml-root-element name="vnfcs"/>
2937             <java-attributes>
2938                 <xml-element container-type="java.util.ArrayList" java-attribute="vnfc" name="vnfc" type="inventory.aai.onap.org.v2.Vnfc"/>
2939             </java-attributes>
2940         </java-type>
2941
2942         <java-type name="Vnfc">
2943             <xml-root-element name="vnfc"/>
2944             <java-attributes>
2945                 <xml-element java-attribute="vnfcName" name="vnfc-name" required="true" type="java.lang.String" xml-key="true">
2946                     <xml-properties>
2947                         <xml-property name="description" value="Unique ID of vnfc."/>
2948                     </xml-properties>
2949                 </xml-element>
2950                 <xml-element java-attribute="vnfcFunctionCode" name="vnfc-function-code" required="true" type="java.lang.String">
2951                     <xml-properties>
2952                         <xml-property name="description" value="function code"/>
2953                     </xml-properties>
2954                 </xml-element>
2955                 <xml-element java-attribute="vnfcType" name="vnfc-type" required="true" type="java.lang.String">
2956                     <xml-properties>
2957                         <xml-property name="description" value="type"/>
2958                     </xml-properties>
2959                 </xml-element>
2960                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
2961                     <xml-properties>
2962                         <xml-property name="description" value="prov status of this vnfc"/>
2963                     </xml-properties>
2964                 </xml-element>
2965                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
2966                     <xml-properties>
2967                         <xml-property name="description" value="Orchestration status of this VNF, mastered by APP-C"/>
2968                     </xml-properties>
2969                 </xml-element>
2970                 <xml-element java-attribute="ipaddressV4OamVip" name="ipaddress-v4-oam-vip" type="java.lang.String">
2971                     <xml-properties>
2972                         <xml-property name="description" value="Oam V4 vip address of this vnfc"/>
2973                     </xml-properties>
2974                 </xml-element>
2975                 <xml-element default-value="false" java-attribute="inMaint" name="in-maint" required="true" type="java.lang.Boolean">
2976                     <xml-properties>
2977                         <xml-property name="defaultValue" value="false"/>
2978                         <xml-property name="description" value="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)"/>
2979                     </xml-properties>
2980                 </xml-element>
2981                 <xml-element default-value="false" java-attribute="isClosedLoopDisabled" name="is-closed-loop-disabled" required="true" type="java.lang.Boolean">
2982                     <xml-properties>
2983                         <xml-property name="defaultValue" value="false"/>
2984                         <xml-property name="description" value="used to indicate whether closed loop function is enabled on this node"/>
2985                     </xml-properties>
2986                 </xml-element>
2987                 <xml-element java-attribute="groupNotation" name="group-notation" type="java.lang.String">
2988                     <xml-properties>
2989                         <xml-property name="description" value="Group notation of VNFC"/>
2990                     </xml-properties>
2991                 </xml-element>
2992                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2993                     <xml-properties>
2994                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
2995                     </xml-properties>
2996                 </xml-element>
2997                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
2998             </java-attributes>
2999             <xml-properties>
3000                 <xml-property name="indexedProps" value="vnfc-name,prov-status,vnfc-type,vnfc-function-code,ipaddress-v4-oam-vip,in-maint,is-closed-loop-disabled,group-notation"/>
3001                 <xml-property name="container" value="vnfcs"/>
3002                 <xml-property name="namespace" value="network"/>
3003                 <xml-property name="uriTemplate" value="/network/vnfcs/vnfc/{vnfc-name}"/>
3004             </xml-properties>
3005         </java-type>
3006
3007         <java-type name="L3Networks">
3008             <xml-root-element name="l3-networks"/>
3009             <java-attributes>
3010                 <xml-element container-type="java.util.ArrayList" java-attribute="l3Network" name="l3-network" type="inventory.aai.onap.org.v2.L3Network"/>
3011             </java-attributes>
3012         </java-type>
3013
3014         <java-type name="L3Network">
3015             <xml-root-element name="l3-network"/>
3016             <java-attributes>
3017                 <xml-element java-attribute="networkId" name="network-id" required="true" type="java.lang.String" xml-key="true">
3018                     <xml-properties>
3019                         <xml-property name="description" value="Network ID, should be uuid. Unique across A&amp;AI."/>
3020                     </xml-properties>
3021                 </xml-element>
3022                 <xml-element java-attribute="networkName" name="network-name" type="java.lang.String">
3023                     <xml-properties>
3024                         <xml-property name="description" value="Name of the network, governed by some naming convention.."/>
3025                     </xml-properties>
3026                 </xml-element>
3027                 <xml-element java-attribute="networkType" name="network-type" type="java.lang.String">
3028                     <xml-properties>
3029                         <xml-property name="description" value="Type of the network - who defines these values?"/>
3030                     </xml-properties>
3031                 </xml-element>
3032                 <xml-element java-attribute="networkRole" name="network-role" type="java.lang.String">
3033                     <xml-properties>
3034                         <xml-property name="description" value="Role the network plans - who defines these values?"/>
3035                     </xml-properties>
3036                 </xml-element>
3037                 <xml-element java-attribute="networkTechnology" name="network-technology" type="java.lang.String">
3038                     <xml-properties>
3039                         <xml-property name="description" value="Network technology - who defines these values?"/>
3040                     </xml-properties>
3041                 </xml-element>
3042                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
3043                     <xml-properties>
3044                         <xml-property name="description" value="Neutron network id of this Interface"/>
3045                     </xml-properties>
3046                 </xml-element>
3047                 <xml-element default-value="false" java-attribute="isBoundToVpn" name="is-bound-to-vpn" required="true" type="java.lang.Boolean">
3048                     <xml-properties>
3049                         <xml-property name="defaultValue" value="false"/>
3050                         <xml-property name="description" value="Set to true if bound to VPN"/>
3051                     </xml-properties>
3052                 </xml-element>
3053                 <xml-element java-attribute="serviceId" name="service-id" type="java.lang.String">
3054                     <xml-properties>
3055                         <xml-property name="description" value="Unique identifier of service from ASDC"/>
3056                     </xml-properties>
3057                 </xml-element>
3058                 <xml-element java-attribute="networkRoleInstance" name="network-role-instance" type="java.lang.Long">
3059                     <xml-properties>
3060                         <xml-property name="description" value="network role instance"/>
3061                     </xml-properties>
3062                 </xml-element>
3063                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3064                     <xml-properties>
3065                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3066                     </xml-properties>
3067                 </xml-element>
3068                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3069                     <xml-properties>
3070                         <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO"/>
3071                     </xml-properties>
3072                 </xml-element>
3073                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3074                     <xml-properties>
3075                         <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO"/>
3076                     </xml-properties>
3077                 </xml-element>
3078                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
3079                     <xml-properties>
3080                         <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE"/>
3081                     </xml-properties>
3082                 </xml-element>
3083                 <xml-element java-attribute="contrailNetworkFqdn" name="contrail-network-fqdn" type="java.lang.String">
3084                     <xml-properties>
3085                         <xml-property name="description" value="Contrail FQDN for the network"/>
3086                     </xml-properties>
3087                 </xml-element>
3088                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
3089                     <xml-properties>
3090                         <xml-property name="description" value="the ASDC model id for this resource or service model."/>
3091                         <xml-property name="dbAlias" value="model-invariant-id-local"/>
3092                         <xml-property name="requires" value="persona-model-version"/>
3093                         <xml-property name="visibility" value="deployment"/>
3094                     </xml-properties>
3095                 </xml-element>
3096                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
3097                     <xml-properties>
3098                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
3099                         <xml-property name="visibility" value="deployment"/>
3100                         <xml-property name="requires" value="persona-model-id"/>
3101                     </xml-properties>
3102                 </xml-element>
3103                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
3104                     <xml-properties>
3105                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
3106                         <xml-property name="visibility" value="internal"/>
3107                         <xml-property name="dbAlias" value="model-version-id-local"/>
3108                         <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id"/>
3109                     </xml-properties>
3110                 </xml-element>
3111                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
3112                     <xml-properties>
3113                         <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget."/>
3114                     </xml-properties>
3115                 </xml-element>
3116                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
3117                     <xml-properties>
3118                         <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget."/>
3119                     </xml-properties>
3120                 </xml-element>
3121                 <xml-element java-attribute="physicalNetworkName" name="physical-network-name" type="java.lang.String">
3122                     <xml-properties>
3123                         <xml-property name="description" value="Name associated with the physical network."/>
3124                     </xml-properties>
3125                 </xml-element>
3126                 <xml-element java-attribute="isProviderNetwork" name="is-provider-network" required="true" type="java.lang.Boolean">
3127                     <xml-properties>
3128                         <xml-property name="defaultValue" value="false"/>
3129                         <xml-property name="description" value="boolean indicatating whether or not network is a provider network."/>
3130                     </xml-properties>
3131                 </xml-element>
3132                 <xml-element java-attribute="isSharedNetwork" name="is-shared-network" required="true" type="java.lang.Boolean">
3133                     <xml-properties>
3134                         <xml-property name="defaultValue" value="false"/>
3135                         <xml-property name="description" value="boolean indicatating whether or not network is a shared network."/>
3136                     </xml-properties>
3137                 </xml-element>
3138                 <xml-element java-attribute="isExternalNetwork" name="is-external-network" required="true" type="java.lang.Boolean">
3139                     <xml-properties>
3140                         <xml-property name="defaultValue" value="false"/>
3141                         <xml-property name="description" value="boolean indicatating whether or not network is an external network."/>
3142                     </xml-properties>
3143                 </xml-element>
3144                 <xml-element java-attribute="subnets" name="subnets" type="inventory.aai.onap.org.v2.Subnets"/>
3145                 <xml-element java-attribute="ctagAssignments" name="ctag-assignments" type="inventory.aai.onap.org.v2.CtagAssignments"/>
3146                 <xml-element java-attribute="segmentationAssignments" name="segmentation-assignments" type="inventory.aai.onap.org.v2.SegmentationAssignments"/>
3147                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList">
3148                     <xml-properties>
3149                         <xml-property name="description" value="Relates to tenant (or is it a child of tenant), complex, service, vpn-binding"/>
3150                     </xml-properties>
3151                 </xml-element>
3152             </java-attributes>
3153             <xml-properties>
3154                 <xml-property name="description" value="Generic network definition"/>
3155                 <xml-property name="nameProps" value="network-name"/>
3156                 <xml-property name="indexedProps" value="heat-stack-id,network-uuid,service-id,network-id,network-name,persona-model-id,persona-model-version,widget-model-id,widget-model-version,contrail-network-fqdn"/>
3157                 <xml-property name="uniqueProps" value="network-id"/>
3158                 <xml-property name="container" value="l3-networks"/>
3159                 <xml-property name="namespace" value="network"/>
3160                 <xml-property name="uriTemplate" value="/network/l3-networks/l3-network/{network-id}"/>
3161             </xml-properties>
3162         </java-type>
3163         <java-type name="NetworkPolicies">
3164             <xml-root-element name="network-policies"/>
3165             <java-attributes>
3166                 <xml-element container-type="java.util.ArrayList" java-attribute="networkPolicy" name="network-policy" type="inventory.aai.onap.org.v2.NetworkPolicy"/>
3167             </java-attributes>
3168         </java-type>
3169         <java-type name="NetworkPolicy">
3170             <xml-root-element name="network-policy"/>
3171             <java-attributes>
3172                 <xml-element java-attribute="networkPolicyId" name="network-policy-id" required="true" type="java.lang.String" xml-key="true">
3173                     <xml-properties>
3174                         <xml-property name="description" value="UUID representing unique key to this instance"/>
3175                     </xml-properties>
3176                 </xml-element>
3177                 <xml-element java-attribute="networkPolicyFqdn" name="network-policy-fqdn" type="java.lang.String">
3178                     <xml-properties>
3179                         <xml-property name="description" value="Contrail FQDN for the policy"/>
3180                     </xml-properties>
3181                 </xml-element>
3182                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3183                     <xml-properties>
3184                         <xml-property name="description" value="ID for the openStack Heat instance"/>
3185                     </xml-properties>
3186                 </xml-element>
3187                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3188                     <xml-properties>
3189                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3190                     </xml-properties>
3191                 </xml-element>
3192                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3193             </java-attributes>
3194             <xml-properties>
3195                 <xml-property name="nameProps" value="network-policy-fqdn"/>
3196                 <xml-property name="indexedProps" value="network-policy-id,network-policy-fqdn"/>
3197                 <xml-property name="uniqueProps" value="network-policy-id"/>
3198                 <xml-property name="container" value="network-policies"/>
3199                 <xml-property name="namespace" value="network"/>
3200                 <xml-property name="uriTemplate" value="/network/network-policies/network-policy/{network-policy-id}"/>
3201             </xml-properties>
3202         </java-type>
3203         <java-type name="CtagAssignments">
3204             <xml-root-element name="ctag-assignments"/>
3205             <java-attributes>
3206                 <xml-element container-type="java.util.ArrayList" java-attribute="ctagAssignment" name="ctag-assignment" type="inventory.aai.onap.org.v2.CtagAssignment"/>
3207             </java-attributes>
3208         </java-type>
3209
3210         <java-type name="CtagAssignment">
3211             <xml-root-element name="ctag-assignment"/>
3212             <java-attributes>
3213                 <xml-element java-attribute="vlanIdInner" name="vlan-id-inner" required="true" type="java.lang.Long" xml-key="true">
3214                     <xml-properties>
3215                         <xml-property name="description" value="id."/>
3216                     </xml-properties>
3217                 </xml-element>
3218                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3219                     <xml-properties>
3220                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3221                     </xml-properties>
3222                 </xml-element>
3223                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3224             </java-attributes>
3225             <xml-properties>
3226                 <xml-property name="indexedProps" value="vlan-id-inner"/>
3227                 <xml-property name="dependentOn" value="l3-network"/>
3228                 <xml-property name="container" value="ctag-assignments"/>
3229                 <xml-property name="uriTemplate" value="/ctag-assignments/ctag-assignment/{vlan-id-inner}"/>
3230             </xml-properties>
3231         </java-type>
3232
3233         <java-type name="Subnets">
3234             <xml-root-element name="subnets"/>
3235             <java-attributes>
3236                 <xml-element container-type="java.util.ArrayList" java-attribute="subnet" name="subnet" type="inventory.aai.onap.org.v2.Subnet"/>
3237             </java-attributes>
3238         </java-type>
3239
3240         <java-type name="Subnet">
3241             <xml-root-element name="subnet"/>
3242             <java-attributes>
3243                 <xml-element java-attribute="subnetId" name="subnet-id" required="true" type="java.lang.String" xml-key="true">
3244                     <xml-properties>
3245                         <xml-property name="description" value="Subnet ID, should be UUID."/>
3246                     </xml-properties>
3247                 </xml-element>
3248                 <xml-element java-attribute="subnetName" name="subnet-name" type="java.lang.String">
3249                     <xml-properties>
3250                         <xml-property name="description" value="Name associated with the subnet."/>
3251                     </xml-properties>
3252                 </xml-element>
3253                 <xml-element java-attribute="neutronSubnetId" name="neutron-subnet-id" type="java.lang.String">
3254                     <xml-properties>
3255                         <xml-property name="description" value="Neutron id of this subnet"/>
3256                     </xml-properties>
3257                 </xml-element>
3258                 <xml-element java-attribute="gatewayAddress" name="gateway-address" type="java.lang.String">
3259                     <xml-properties>
3260                         <xml-property name="description" value="gateway ip address"/>
3261                     </xml-properties>
3262                 </xml-element>
3263                 <xml-element java-attribute="networkStartAddress" name="network-start-address" type="java.lang.String">
3264                     <xml-properties>
3265                         <xml-property name="description" value="network start address"/>
3266                     </xml-properties>
3267                 </xml-element>
3268                 <xml-element java-attribute="cidrMask" name="cidr-mask" type="java.lang.String">
3269                     <xml-properties>
3270                         <xml-property name="description" value="cidr mask"/>
3271                     </xml-properties>
3272                 </xml-element>
3273                 <xml-element java-attribute="ipVersion" name="ip-version" type="java.lang.String">
3274                     <xml-properties>
3275                         <xml-property name="description" value="ip version"/>
3276                     </xml-properties>
3277                 </xml-element>
3278                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3279                     <xml-properties>
3280                         <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO"/>
3281                     </xml-properties>
3282                 </xml-element>
3283                 <xml-element default-value="false" java-attribute="dhcpEnabled" name="dhcp-enabled" required="true" type="java.lang.Boolean">
3284                     <xml-properties>
3285                         <xml-property name="defaultValue" value="false"/>
3286                         <xml-property name="description" value="dhcp enabled"/>
3287                     </xml-properties>
3288                 </xml-element>
3289                 <xml-element java-attribute="dhcpStart" name="dhcp-start" type="java.lang.String">
3290                     <xml-properties>
3291                         <xml-property name="description" value="the start address reserved for use by dhcp"/>
3292                     </xml-properties>
3293                 </xml-element>
3294                 <xml-element java-attribute="dhcpEnd" name="dhcp-end" type="java.lang.String">
3295                     <xml-properties>
3296                         <xml-property name="description" value="the last address reserved for use by dhcp"/>
3297                     </xml-properties>
3298                 </xml-element>
3299                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3300                     <xml-properties>
3301                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3302                     </xml-properties>
3303                 </xml-element>
3304                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3305             </java-attributes>
3306             <xml-properties>
3307                 <xml-property name="indexedProps" value="subnet-id,subnet-name"/>
3308                 <xml-property name="nameProps" value="subnet-name"/>
3309                 <xml-property name="uniqueProps" value="subnet-id"/>
3310                 <xml-property name="dependentOn" value="l3-network"/>
3311                 <xml-property name="container" value="subnets"/>
3312                 <xml-property name="uriTemplate" value="/subnets/subnet/{subnet-id}"/>
3313             </xml-properties>
3314         </java-type>
3315
3316         <java-type name="GenericVnfs">
3317             <xml-properties>
3318                 <xml-property name="description" value="Collection of VNFs"/>
3319             </xml-properties>
3320             <xml-root-element name="generic-vnfs"/>
3321             <java-attributes>
3322                 <xml-element container-type="java.util.ArrayList" java-attribute="genericVnf" name="generic-vnf" type="inventory.aai.onap.org.v2.GenericVnf"/>
3323             </java-attributes>
3324         </java-type>
3325
3326         <java-type name="GenericVnf">
3327             <xml-root-element name="generic-vnf"/>
3328             <java-attributes>
3329                 <xml-element java-attribute="vnfId" name="vnf-id" required="true" type="java.lang.String" xml-key="true">
3330                     <xml-properties>
3331                         <xml-property name="description" value="Unique id of VNF.  This is unique across the graph."/>
3332                     </xml-properties>
3333                 </xml-element>
3334                 <xml-element java-attribute="vnfName" name="vnf-name" type="java.lang.String">
3335                     <xml-properties>
3336                         <xml-property name="description" value="Name of VNF."/>
3337                     </xml-properties>
3338                 </xml-element>
3339                 <xml-element java-attribute="vnfName2" name="vnf-name2" type="java.lang.String">
3340                     <xml-properties>
3341                         <xml-property name="description" value="Alternate name of VNF."/>
3342                     </xml-properties>
3343                 </xml-element>
3344                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String">
3345                     <xml-properties>
3346                         <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures."/>
3347                     </xml-properties>
3348                 </xml-element>
3349                 <xml-element java-attribute="serviceId" name="service-id" type="java.lang.String">
3350                     <xml-properties>
3351                         <xml-property name="description" value="Unique identifier of service from ASDC"/>
3352                     </xml-properties>
3353                 </xml-element>
3354                 <xml-element java-attribute="regionalResourceZone" name="regional-resource-zone" type="java.lang.String">
3355                     <xml-properties>
3356                         <xml-property name="description" value="Regional way of organizing pservers, source of truth should define values"/>
3357                     </xml-properties>
3358                 </xml-element>
3359                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
3360                     <xml-properties>
3361                         <xml-property name="description" value="Trigger for operational monitoring of this resource by Service Assurance systems."/>
3362                     </xml-properties>
3363                 </xml-element>
3364                 <xml-element java-attribute="operationalState" name="operational-state" type="java.lang.String">
3365                     <xml-properties>
3366                         <xml-property name="description" value="Indicator for whether the resource is considered operational"/>
3367                         <xml-property name="dbAlias" value="operational-status"/>
3368                     </xml-properties>
3369                 </xml-element>
3370                 <xml-element java-attribute="licenseKey" name="license-key" type="java.lang.String">
3371                     <xml-properties>
3372                         <xml-property name="description" value="License key"/>
3373                     </xml-properties>
3374                 </xml-element>
3375                 <xml-element java-attribute="equipmentRole" name="equipment-role" type="java.lang.String">
3376                     <xml-properties>
3377                         <xml-property name="description" value="Client should send valid enumerated value"/>
3378                     </xml-properties>
3379                 </xml-element>
3380                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3381                     <xml-properties>
3382                         <xml-property name="description" value="Orchestration status of this VNF, used by MSO."/>
3383                     </xml-properties>
3384                 </xml-element>
3385                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3386                     <xml-properties>
3387                         <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO"/>
3388                     </xml-properties>
3389                 </xml-element>
3390                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
3391                     <xml-properties>
3392                         <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE"/>
3393                     </xml-properties>
3394                 </xml-element>
3395                 <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String">
3396                     <xml-properties>
3397                         <xml-property name="description" value="identifier of managed by company or customer"/>
3398                     </xml-properties>
3399                 </xml-element>
3400                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
3401                     <xml-properties>
3402                         <xml-property name="description" value="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf."/>
3403                     </xml-properties>
3404                 </xml-element>
3405                 <xml-element java-attribute="ipv4Loopback0Address" name="ipv4-loopback0-address" type="java.lang.String">
3406                     <xml-properties>
3407                         <xml-property name="description" value="v4 Loopback0 address"/>
3408                     </xml-properties>
3409                 </xml-element>
3410                 <xml-element java-attribute="nmLanV6Address" name="nm-lan-v6-address" type="java.lang.String">
3411                     <xml-properties>
3412                         <xml-property name="description" value="v6 Loopback address"/>
3413                     </xml-properties>
3414                 </xml-element>
3415                 <xml-element java-attribute="managementV6Address" name="management-v6-address" type="java.lang.String">
3416                     <xml-properties>
3417                         <xml-property name="description" value="v6 management address"/>
3418                     </xml-properties>
3419                 </xml-element>
3420                 <xml-element java-attribute="vcpu" name="vcpu" type="java.lang.Long">
3421                     <xml-properties>
3422                         <xml-property name="description" value="number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors"/>
3423                     </xml-properties>
3424                 </xml-element>
3425                 <xml-element java-attribute="vcpuUnits" name="vcpu-units" type="java.lang.String">
3426                     <xml-properties>
3427                         <xml-property name="description" value="units associated with vcpu, used for VNFs with no vservers/flavors"/>
3428                     </xml-properties>
3429                 </xml-element>
3430                 <xml-element java-attribute="vmemory" name="vmemory" type="java.lang.Long">
3431                     <xml-properties>
3432                         <xml-property name="description" value="number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors"/>
3433                     </xml-properties>
3434                 </xml-element>
3435                 <xml-element java-attribute="vmemoryUnits" name="vmemory-units" type="java.lang.String">
3436                     <xml-properties>
3437                         <xml-property name="description" value="units associated with vmemory, used for VNFs with no vservers/flavors"/>
3438                     </xml-properties>
3439                 </xml-element>
3440                 <xml-element java-attribute="vdisk" name="vdisk" type="java.lang.Long">
3441                     <xml-properties>
3442                         <xml-property name="description" value="number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors"/>
3443                     </xml-properties>
3444                 </xml-element>
3445                 <xml-element java-attribute="vdiskUnits" name="vdisk-units" type="java.lang.String">
3446                     <xml-properties>
3447                         <xml-property name="description" value="units associated with vdisk, used for VNFs with no vservers/flavors"/>
3448                     </xml-properties>
3449                 </xml-element>
3450                 <xml-element default-value="false" java-attribute="inMaint" name="in-maint" required="true" type="java.lang.Boolean">
3451                     <xml-properties>
3452                         <xml-property name="defaultValue" value="false"/>
3453                         <xml-property name="description" value="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs."/>
3454                     </xml-properties>
3455                 </xml-element>
3456                 <xml-element default-value="false" java-attribute="isClosedLoopDisabled" name="is-closed-loop-disabled" required="true" type="java.lang.Boolean">
3457                     <xml-properties>
3458                         <xml-property name="defaultValue" value="false"/>
3459                         <xml-property name="description" value="used to indicate whether closed loop function is enabled on this node"/>
3460                     </xml-properties>
3461                 </xml-element>
3462                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3463                     <xml-properties>
3464                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3465                     </xml-properties>
3466                 </xml-element>
3467                 <xml-element java-attribute="summaryStatus" name="summary-status" type="java.lang.String">
3468                     <xml-properties>
3469                         <xml-property name="description" value="details regarding the generic-vnf operation"/>
3470                     </xml-properties>
3471                 </xml-element>
3472                 <xml-element java-attribute="encryptedAccessFlag" name="encrypted-access-flag" type="java.lang.Boolean">
3473                     <xml-properties>
3474                         <xml-property name="description" value="indicates whether generic-vnf access uses SSH"/>
3475                     </xml-properties>
3476                 </xml-element>
3477                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
3478                     <xml-properties>
3479                         <xml-property name="description" value="the ASDC model id for this resource or service model."/>
3480                         <xml-property name="dbAlias" value="model-invariant-id-local"/>
3481                         <xml-property name="requires" value="persona-model-version"/>
3482                         <xml-property name="visibility" value="deployment"/>
3483                     </xml-properties>
3484                 </xml-element>
3485                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
3486                     <xml-properties>
3487                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
3488                         <xml-property name="visibility" value="deployment"/>
3489                         <xml-property name="requires" value="persona-model-id"/>
3490                     </xml-properties>
3491                 </xml-element>
3492                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
3493                     <xml-properties>
3494                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
3495                         <xml-property name="visibility" value="internal"/>
3496                         <xml-property name="dbAlias" value="model-version-id-local"/>
3497                         <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id"/>
3498                     </xml-properties>
3499                 </xml-element>
3500                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
3501                     <xml-properties>
3502                         <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget."/>
3503                     </xml-properties>
3504                 </xml-element>
3505                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
3506                     <xml-properties>
3507                         <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget."/>
3508                     </xml-properties>
3509                 </xml-element>
3510                 <xml-element java-attribute="asNumber" name="as-number" type="java.lang.String">
3511                     <xml-properties>
3512                         <xml-property name="description" value="as-number of the VNF"/>
3513                     </xml-properties>
3514                 </xml-element>
3515                 <xml-element java-attribute="regionalResourceSubzone" name="regional-resource-subzone" type="java.lang.String">
3516                     <xml-properties>
3517                         <xml-property name="description" value="represents sub zone of the rr plane"/>
3518                     </xml-properties>
3519                 </xml-element>
3520                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3521                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v2.LInterfaces"/>
3522                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.onap.org.v2.LagInterfaces"/>
3523                 <xml-element java-attribute="vfModules" name="vf-modules" type="inventory.aai.onap.org.v2.VfModules"/>
3524             </java-attributes>
3525             <xml-properties>
3526                 <xml-property name="description" value="General purpose VNF"/>
3527                 <xml-property name="nameProps" value="vnf-name"/>
3528                 <xml-property name="indexedProps" value="is-closed-loop-disabled,vnf-name2,vnf-type,heat-stack-id,in-maint,vnf-name,vnf-id,regional-resource-zone,prov-status,service-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version"/>
3529                 <xml-property name="searchable" value="vnf-id,vnf-name,vnf-name2"/>
3530                 <xml-property name="uniqueProps" value="vnf-id"/>
3531                 <xml-property name="container" value="generic-vnfs"/>
3532                 <xml-property name="namespace" value="network"/>
3533                 <xml-property name="extends" value="vnf"/>
3534                 <xml-property name="uriTemplate" value="/network/generic-vnfs/generic-vnf/{vnf-id}"/>
3535             </xml-properties>
3536         </java-type>
3537
3538         <java-type name="VfModules">
3539             <xml-properties>
3540                 <xml-property name="description" value="Collection of vf-modules, a deployment unit of VNFCs"/>
3541             </xml-properties>
3542             <xml-root-element name="vf-modules"/>
3543             <java-attributes>
3544                 <xml-element container-type="java.util.ArrayList" java-attribute="vfModule" name="vf-module" type="inventory.aai.onap.org.v2.VfModule"/>
3545             </java-attributes>
3546         </java-type>
3547
3548         <java-type name="VfModule">
3549             <xml-root-element name="vf-module"/>
3550             <java-attributes>
3551                 <xml-element java-attribute="vfModuleId" name="vf-module-id" required="true" type="java.lang.String" xml-key="true">
3552                     <xml-properties>
3553                         <xml-property name="description" value="Unique ID of vf-module."/>
3554                     </xml-properties>
3555                 </xml-element>
3556                 <xml-element java-attribute="vfModuleName" name="vf-module-name" type="java.lang.String">
3557                     <xml-properties>
3558                         <xml-property name="description" value="Name of vf-module"/>
3559                     </xml-properties>
3560                 </xml-element>
3561                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3562                     <xml-properties>
3563                         <xml-property name="description" value="Heat stack id corresponding to this instance."/>
3564                     </xml-properties>
3565                 </xml-element>
3566                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3567                     <xml-properties>
3568                         <xml-property name="description" value="orchestration status of this vf-module, mastered by MSO"/>
3569                     </xml-properties>
3570                 </xml-element>
3571                 <xml-element default-value="false" java-attribute="isBaseVfModule" name="is-base-vf-module" required="true" type="java.lang.Boolean">
3572                     <xml-properties>
3573                         <xml-property name="defaultValue" value="false"/>
3574                         <xml-property name="description" value="used to indicate whether or not this object is base vf module"/>
3575                     </xml-properties>
3576                 </xml-element>
3577                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3578                     <xml-properties>
3579                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3580                     </xml-properties>
3581                 </xml-element>
3582                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
3583                     <xml-properties>
3584                         <xml-property name="description" value="the ASDC model id for this resource or service model."/>
3585                         <xml-property name="dbAlias" value="model-invariant-id-local"/>
3586                         <xml-property name="requires" value="persona-model-version"/>
3587                         <xml-property name="visibility" value="deployment"/>
3588                     </xml-properties>
3589                 </xml-element>
3590                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
3591                     <xml-properties>
3592                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
3593                         <xml-property name="visibility" value="deployment"/>
3594                         <xml-property name="requires" value="persona-model-id"/>
3595                     </xml-properties>
3596                 </xml-element>
3597                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
3598                     <xml-properties>
3599                         <xml-property name="description" value="the ASDC model version for this resource or service model."/>
3600                         <xml-property name="visibility" value="internal"/>
3601                         <xml-property name="dbAlias" value="model-version-id-local"/>
3602                         <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id"/>
3603                     </xml-properties>
3604                 </xml-element>
3605                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
3606                     <xml-properties>
3607                         <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget."/>
3608                     </xml-properties>
3609                 </xml-element>
3610                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
3611                     <xml-properties>
3612                         <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget."/>
3613                     </xml-properties>
3614                 </xml-element>
3615                 <xml-element java-attribute="contrailServiceInstanceFqdn" name="contrail-service-instance-fqdn" type="java.lang.String">
3616                     <xml-properties>
3617                         <xml-property name="description" value="the Contrail unique ID for a service-instance"/>
3618                     </xml-properties>
3619                 </xml-element>
3620                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3621             </java-attributes>
3622             <xml-properties>
3623                 <xml-property name="description" value="a deployment unit of VNFCs"/>
3624                 <xml-property name="indexedProps" value="vf-module-id,vf-module-name,heat-stack-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version,contrail-service-instance-fqdn"/>
3625                 <xml-property name="dependentOn" value="generic-vnf"/>
3626                 <xml-property name="container" value="vf-modules"/>
3627                 <xml-property name="uriTemplate" value="/vf-modules/vf-module/{vf-module-id}"/>
3628             </xml-properties>
3629         </java-type>
3630
3631
3632         <java-type name="LagLinks">
3633             <xml-properties>
3634                 <xml-property name="description" value="Collection of link aggregation connections"/>
3635             </xml-properties>
3636             <xml-root-element name="lag-links"/>
3637             <java-attributes>
3638                 <xml-element container-type="java.util.ArrayList" java-attribute="lagLink" name="lag-link" type="inventory.aai.onap.org.v2.LagLink"/>
3639             </java-attributes>
3640         </java-type>
3641
3642         <java-type name="LagLink">
3643             <xml-root-element name="lag-link"/>
3644             <java-attributes>
3645                 <xml-element java-attribute="linkName" name="link-name" required="true" type="java.lang.String" xml-key="true">
3646                     <xml-properties>
3647                         <xml-property name="description" value="Alphabetical concatenation of lag-interface names"/>
3648                     </xml-properties>
3649                 </xml-element>
3650                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3651                     <xml-properties>
3652                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3653                     </xml-properties>
3654                 </xml-element>
3655                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3656             </java-attributes>
3657             <xml-properties>
3658                 <xml-property name="description" value="LAG links can connect lag-interfaces"/>
3659                 <xml-property name="indexedProps" value="link-name"/>
3660                 <xml-property name="container" value="lag-links"/>
3661                 <xml-property name="namespace" value="network"/>
3662                 <xml-property name="uriTemplate" value="/network/lag-links/lag-link/{link-name}"/>
3663             </xml-properties>
3664         </java-type>
3665
3666         <java-type name="Newvces">
3667             <xml-properties>
3668                 <xml-property name="description" value="This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce."/>
3669             </xml-properties>
3670             <xml-root-element name="newvces"/>
3671             <java-attributes>
3672                 <xml-element container-type="java.util.ArrayList" java-attribute="newvce" name="newvce" type="inventory.aai.onap.org.v2.Newvce"/>
3673             </java-attributes>
3674         </java-type>
3675
3676         <java-type name="Newvce">
3677             <xml-root-element name="newvce"/>
3678             <java-attributes>
3679                 <xml-element java-attribute="vnfId2" name="vnf-id2" required="true" type="java.lang.String" xml-key="true">
3680                     <xml-properties>
3681                         <xml-property name="description" value="Unique id of VNF, can't use same attribute name right now until we promote this new object"/>
3682                     </xml-properties>
3683                 </xml-element>
3684                 <xml-element java-attribute="vnfName" name="vnf-name" required="true" type="java.lang.String">
3685                     <xml-properties>
3686                         <xml-property name="description" value="Name of VNF."/>
3687                     </xml-properties>
3688                 </xml-element>
3689                 <xml-element java-attribute="vnfName2" name="vnf-name2" type="java.lang.String">
3690                     <xml-properties>
3691                         <xml-property name="description" value="Alternate name of VNF."/>
3692                     </xml-properties>
3693                 </xml-element>
3694                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String">
3695                     <xml-properties>
3696                         <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures."/>
3697                     </xml-properties>
3698                 </xml-element>
3699                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
3700                     <xml-properties>
3701                         <xml-property name="description" value="Trigger for operational monitoring of this VNF by BAU Service Assurance systems."/>
3702                     </xml-properties>
3703                 </xml-element>
3704                 <xml-element java-attribute="operationalState" name="operational-state" type="java.lang.String">
3705                     <xml-properties>
3706                         <xml-property name="description" value="Indicator for whether the resource is considered operational"/>
3707                         <xml-property name="dbAlias" value="operational-status"/>
3708                     </xml-properties>
3709                 </xml-element>
3710                 <xml-element java-attribute="licenseKey" name="license-key" type="java.lang.String">
3711                     <xml-properties>
3712                         <xml-property name="description" value="License key"/>
3713                     </xml-properties>
3714                 </xml-element>
3715                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
3716                     <xml-properties>
3717                         <xml-property name="description" value="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address)."/>
3718                     </xml-properties>
3719                 </xml-element>
3720                 <xml-element java-attribute="equipmentRole" name="equipment-role" type="java.lang.String">
3721                     <xml-properties>
3722                         <xml-property name="description" value="Client should send valid enumerated value."/>
3723                     </xml-properties>
3724                 </xml-element>
3725                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3726                     <xml-properties>
3727                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3728                     </xml-properties>
3729                 </xml-element>
3730                 <xml-element java-attribute="ipv4Loopback0Address" name="ipv4-loopback0-address" type="java.lang.String">
3731                     <xml-properties>
3732                         <xml-property name="description" value="v4 Loopback0 address"/>
3733                     </xml-properties>
3734                 </xml-element>
3735                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3736                     <xml-properties>
3737                         <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO."/>
3738                     </xml-properties>
3739                 </xml-element>
3740                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3741                     <xml-properties>
3742                         <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO"/>
3743                     </xml-properties>
3744                 </xml-element>
3745                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
3746                     <xml-properties>
3747                         <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE"/>
3748                     </xml-properties>
3749                 </xml-element>
3750                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3751                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v2.LInterfaces"/>
3752             </java-attributes>
3753             <xml-properties>
3754                 <xml-property name="description" value="This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce."/>
3755                 <xml-property name="nameProps" value="vnf-name"/>
3756                 <xml-property name="indexedProps" value="vnf-name,vnf-name2,vnf-type,heat-stack-id,prov-status,vnf-id2"/>
3757                 <xml-property name="searchable" value="vnf-id2,vnf-name,vnf-name2"/>
3758                 <xml-property name="uniqueProps" value="vnf-id2"/>
3759                 <xml-property name="container" value="newvces"/>
3760                 <xml-property name="namespace" value="network"/>
3761                 <xml-property name="uriTemplate" value="/network/newvces/newvce/{vnf-id2}"/>
3762             </xml-properties>
3763         </java-type>
3764
3765         <java-type name="Pnfs">
3766             <xml-properties>
3767                 <xml-property name="description" value="Collection of Physical Network Functions."/>
3768             </xml-properties>
3769             <xml-root-element name="pnfs"/>
3770             <java-attributes>
3771                 <xml-element container-type="java.util.ArrayList" java-attribute="pnf" name="pnf" type="inventory.aai.onap.org.v2.Pnf"/>
3772             </java-attributes>
3773         </java-type>
3774
3775         <java-type name="Pnf">
3776             <xml-root-element name="pnf"/>
3777             <java-attributes>
3778                 <xml-element java-attribute="pnfName" name="pnf-name" required="true" type="java.lang.String" xml-key="true">
3779                     <xml-properties>
3780                         <xml-property name="description" value="unique name of Physical Network Function."/>
3781                     </xml-properties>
3782                 </xml-element>
3783                 <xml-element java-attribute="pnfName2" name="pnf-name2" type="java.lang.String">
3784                     <xml-properties>
3785                         <xml-property name="description" value="name of Physical Network Function."/>
3786                     </xml-properties>
3787                 </xml-element>
3788                 <xml-element java-attribute="pnfName2Source" name="pnf-name2-source" type="java.lang.String">
3789                     <xml-properties>
3790                         <xml-property name="description" value="source of name2"/>
3791                     </xml-properties>
3792                 </xml-element>
3793                 <xml-element java-attribute="pnfId" name="pnf-id" type="java.lang.String">
3794                     <xml-properties>
3795                         <xml-property name="description" value="id of pnf"/>
3796                     </xml-properties>
3797                 </xml-element>
3798                 <xml-element java-attribute="equipType" name="equip-type" type="java.lang.String">
3799                     <xml-properties>
3800                         <xml-property name="description" value="Equipment type.  Source of truth should define valid values."/>
3801                     </xml-properties>
3802                 </xml-element>
3803                 <xml-element java-attribute="equipVendor" name="equip-vendor" type="java.lang.String">
3804                     <xml-properties>
3805                         <xml-property name="description" value="Equipment vendor.  Source of truth should define valid values."/>
3806                     </xml-properties>
3807                 </xml-element>
3808                 <xml-element java-attribute="equipModel" name="equip-model" type="java.lang.String">
3809                     <xml-properties>
3810                         <xml-property name="description" value="Equipment model.  Source of truth should define valid values."/>
3811                     </xml-properties>
3812                 </xml-element>
3813                 <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String">
3814                     <xml-properties>
3815                         <xml-property name="description" value="identifier of managed by company or customer"/>
3816                     </xml-properties>
3817                 </xml-element>
3818                 <xml-element java-attribute="ipaddressV4Oam" name="ipaddress-v4-oam" type="java.lang.String">
3819                     <xml-properties>
3820                         <xml-property name="description" value="ipv4-oam-address with new naming convention for IP addresses"/>
3821                     </xml-properties>
3822                 </xml-element>
3823                 <xml-element java-attribute="swVersion" name="sw-version" type="java.lang.String">
3824                     <xml-properties>
3825                         <xml-property name="description" value="sw-version is the version of SW for the hosted application on the PNF."/>
3826                     </xml-properties>
3827                 </xml-element>
3828                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3829                     <xml-properties>
3830                         <xml-property name="description" value="orchestration-status is the status of orchestration on the PNF."/>
3831                     </xml-properties>
3832                 </xml-element>
3833                 <xml-element default-value="false" java-attribute="inMaint" name="in-maint" required="true" type="java.lang.Boolean">
3834                     <xml-properties>
3835                         <xml-property name="defaultValue" value="false"/>
3836                         <xml-property name="description" value="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs."/>
3837                     </xml-properties>
3838                 </xml-element>
3839                 <xml-element java-attribute="frameId" name="frame-id" type="java.lang.String">
3840                     <xml-properties>
3841                         <xml-property name="description" value="ID of the physical frame (relay rack) where pnf is installed."/>
3842                     </xml-properties>
3843                 </xml-element>
3844                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3845                     <xml-properties>
3846                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3847                     </xml-properties>
3848                 </xml-element>
3849                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3850                 <xml-element java-attribute="pInterfaces" name="p-interfaces" type="inventory.aai.onap.org.v2.PInterfaces"/>
3851                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.onap.org.v2.LagInterfaces"/>
3852             </java-attributes>
3853             <xml-properties>
3854                 <xml-property name="description" value="PNF represents a physical network function. typically equipment used in the D1 world."/>
3855                 <xml-property name="indexedProps" value="pnf-name,orchestration-status"/>
3856                 <xml-property name="uniqueProps" value="pnf-name"/>
3857                 <xml-property name="container" value="pnfs"/>
3858                 <xml-property name="namespace" value="network"/>
3859                 <xml-property name="uriTemplate" value="/network/pnfs/pnf/{pnf-name}"/>
3860             </xml-properties>
3861         </java-type>
3862
3863         <java-type name="PhysicalLinks">
3864             <xml-properties>
3865                 <xml-property name="description" value="Collection of physical connections, typically between p-interfaces"/>
3866             </xml-properties>
3867             <xml-root-element name="physical-links"/>
3868             <java-attributes>
3869                 <xml-element container-type="java.util.ArrayList" java-attribute="physicalLink" name="physical-link" type="inventory.aai.onap.org.v2.PhysicalLink"/>
3870             </java-attributes>
3871         </java-type>
3872
3873         <java-type name="PhysicalLink">
3874             <xml-root-element name="physical-link"/>
3875             <java-attributes>
3876                 <xml-element java-attribute="linkName" name="link-name" required="true" type="java.lang.String" xml-key="true">
3877                     <xml-properties>
3878                         <xml-property name="description" value="e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ"/>
3879                     </xml-properties>
3880                 </xml-element>
3881                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
3882                     <xml-properties>
3883                         <xml-property name="description" value="Captures the numeric part of the speed"/>
3884                     </xml-properties>
3885                 </xml-element>
3886                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
3887                     <xml-properties>
3888                         <xml-property name="description" value="Captures the units corresponding to the speed"/>
3889                     </xml-properties>
3890                 </xml-element>
3891                 <xml-element java-attribute="circuitId" name="circuit-id" type="java.lang.String">
3892                     <xml-properties>
3893                         <xml-property name="description" value="Circuit it"/>
3894                     </xml-properties>
3895                 </xml-element>
3896                 <xml-element java-attribute="dualMode" name="dual-mode" type="java.lang.String">
3897                     <xml-properties>
3898                         <xml-property name="description" value="Dual access mode (e.g., primary, secondary"/>
3899                     </xml-properties>
3900                 </xml-element>
3901                 <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String">
3902                     <xml-properties>
3903                         <xml-property name="description" value="To provide information on who manages this circuit. A&amp;AI or 3rd party transport provider"/>
3904                     </xml-properties>
3905                 </xml-element>
3906                 <xml-element java-attribute="serviceProviderName" name="service-provider-name" type="java.lang.String">
3907                     <xml-properties>
3908                         <xml-property name="description" value="Name of the service Provider on this link."/>
3909                     </xml-properties>
3910                 </xml-element>
3911                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3912                     <xml-properties>
3913                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3914                     </xml-properties>
3915                 </xml-element>
3916                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3917             </java-attributes>
3918             <xml-properties>
3919                 <xml-property name="description" value="Collection of physical connections, typically between p-interfaces"/>
3920                 <xml-property name="indexedProps" value="circuit-id,link-name"/>
3921                 <xml-property name="alternateKeys1" value="circuit-id"/>
3922                 <xml-property name="container" value="physical-links"/>
3923                 <xml-property name="namespace" value="network"/>
3924                 <xml-property name="uriTemplate" value="/network/physical-links/physical-link/{link-name}"/>
3925             </xml-properties>
3926         </java-type>
3927
3928         <java-type name="VigServers">
3929             <xml-root-element name="vig-servers"/>
3930             <java-attributes>
3931                 <xml-element container-type="java.util.ArrayList" java-attribute="vigServer" name="vig-server" type="inventory.aai.onap.org.v2.VigServer"/>
3932             </java-attributes>
3933         </java-type>
3934
3935         <java-type name="VigServer">
3936             <xml-root-element name="vig-server"/>
3937             <java-attributes>
3938                 <xml-element java-attribute="vigAddressType" name="vig-address-type" required="true" type="java.lang.String" xml-key="true">
3939                     <xml-properties>
3940                         <xml-property name="description" value="indicates whether the VIG is for AVPN or INTERNET"/>
3941                     </xml-properties>
3942                 </xml-element>
3943                 <xml-element container-type="java.util.ArrayList" java-attribute="ipaddressV4Vig" name="ipaddress-v4-vig" type="java.lang.String">
3944                     <xml-properties>
3945                         <xml-property name="description" value="v4 IP of the vig server"/>
3946                     </xml-properties>
3947                 </xml-element>
3948                 <xml-element container-type="java.util.ArrayList" java-attribute="ipaddressV6Vig" name="ipaddress-v6-vig" type="java.lang.String">
3949                     <xml-properties>
3950                         <xml-property name="description" value="v6 IP of the vig server"/>
3951                     </xml-properties>
3952                 </xml-element>
3953                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3954                     <xml-properties>
3955                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
3956                     </xml-properties>
3957                 </xml-element>
3958                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
3959             </java-attributes>
3960             <xml-properties>
3961                 <xml-property name="description" value="vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607"/>
3962                 <xml-property name="indexedProps" value="vig-address-type"/>
3963                 <xml-property name="dependentOn" value="ipsec-configuration"/>
3964                 <xml-property name="container" value="vig-servers"/>
3965                 <xml-property name="uriTemplate" value="/vig-servers/vig-server/{vig-address-type}"/>
3966             </xml-properties>
3967         </java-type>
3968
3969         <java-type name="IpsecConfigurations">
3970             <xml-root-element name="ipsec-configurations"/>
3971             <java-attributes>
3972                 <xml-element container-type="java.util.ArrayList" java-attribute="ipsecConfiguration" name="ipsec-configuration" type="inventory.aai.onap.org.v2.IpsecConfiguration"/>
3973             </java-attributes>
3974         </java-type>
3975
3976         <java-type name="IpsecConfiguration">
3977             <xml-root-element name="ipsec-configuration"/>
3978             <java-attributes>
3979                 <xml-element java-attribute="ipsecConfigurationId" name="ipsec-configuration-id" required="true" type="java.lang.String" xml-key="true">
3980                     <xml-properties>
3981                         <xml-property name="description" value="UUID of this configuration"/>
3982                     </xml-properties>
3983                 </xml-element>
3984                 <xml-element java-attribute="requestedVigAddressType" name="requested-vig-address-type" type="java.lang.String">
3985                     <xml-properties>
3986                         <xml-property name="description" value="Indicate the type of VIG server like AVPN, INTERNET, BOTH"/>
3987                     </xml-properties>
3988                 </xml-element>
3989                 <xml-element java-attribute="requestedEncryptionStrength" name="requested-encryption-strength" type="java.lang.String">
3990                     <xml-properties>
3991                         <xml-property name="description" value="Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc"/>
3992                     </xml-properties>
3993                 </xml-element>
3994                 <xml-element java-attribute="requestedDmzType" name="requested-dmz-type" type="java.lang.String">
3995                     <xml-properties>
3996                         <xml-property name="description" value="can offer a shared DMZ or a DMZ specific to a customer"/>
3997                     </xml-properties>
3998                 </xml-element>
3999                 <xml-element java-attribute="sharedDmzNetworkAddress" name="shared-dmz-network-address" type="java.lang.String">
4000                     <xml-properties>
4001                         <xml-property name="description" value="Network address of shared DMZ"/>
4002                     </xml-properties>
4003                 </xml-element>
4004                 <xml-element java-attribute="requestedCustomerName" name="requested-customer-name" type="java.lang.String">
4005                     <xml-properties>
4006                         <xml-property name="description" value="If the DMZ is a custom DMZ, this field will indicate the customer information"/>
4007                     </xml-properties>
4008                 </xml-element>
4009                 <xml-element java-attribute="ikeVersion" name="ike-version" type="java.lang.String">
4010                     <xml-properties>
4011                         <xml-property name="description" value="can be 1 or 2"/>
4012                     </xml-properties>
4013                 </xml-element>
4014                 <xml-element java-attribute="ikev1Authentication" name="ikev1-authentication" type="java.lang.String">
4015                     <xml-properties>
4016                         <xml-property name="description" value="Contains values like md5, sha1, sha256, sha384"/>
4017                     </xml-properties>
4018                 </xml-element>
4019                 <xml-element java-attribute="ikev1Encryption" name="ikev1-encryption" type="java.lang.String">
4020                     <xml-properties>
4021                         <xml-property name="description" value="Encyption values like 3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc"/>
4022                     </xml-properties>
4023                 </xml-element>
4024                 <xml-element java-attribute="ikev1DhGroup" name="ikev1-dh-group" type="java.lang.String">
4025                     <xml-properties>
4026                         <xml-property name="description" value="Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14"/>
4027                     </xml-properties>
4028                 </xml-element>
4029                 <xml-element java-attribute="ikev1AmGroupId" name="ikev1-am-group-id" type="java.lang.String">
4030                     <xml-properties>
4031                         <xml-property name="description" value="Group name defined in VIG for clients using aggressive mode"/>
4032                     </xml-properties>
4033                 </xml-element>
4034                 <xml-element java-attribute="ikev1AmPassword" name="ikev1-am-password" type="java.lang.String">
4035                     <xml-properties>
4036                         <xml-property name="description" value="pre-shared key for the above group name "/>
4037                     </xml-properties>
4038                 </xml-element>
4039                 <xml-element java-attribute="ikev1SaLifetime" name="ikev1-sa-lifetime" type="java.lang.String">
4040                     <xml-properties>
4041                         <xml-property name="description" value="Lifetime for IKEv1 SA"/>
4042                     </xml-properties>
4043                 </xml-element>
4044                 <xml-element java-attribute="ipsecAuthentication" name="ipsec-authentication" type="java.lang.String">
4045                     <xml-properties>
4046                         <xml-property name="description" value="md5, sha1, sha256, sha384"/>
4047                     </xml-properties>
4048                 </xml-element>
4049                 <xml-element java-attribute="ipsecEncryption" name="ipsec-encryption" type="java.lang.String">
4050                     <xml-properties>
4051                         <xml-property name="description" value="3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc"/>
4052                     </xml-properties>
4053                 </xml-element>
4054                 <xml-element java-attribute="ipsecSaLifetime" name="ipsec-sa-lifetime" type="java.lang.String">
4055                     <xml-properties>
4056                         <xml-property name="description" value="Life time for IPSec SA"/>
4057                     </xml-properties>
4058                 </xml-element>
4059                 <xml-element java-attribute="ipsecPfs" name="ipsec-pfs" type="java.lang.String">
4060                     <xml-properties>
4061                         <xml-property name="description" value="enable PFS or not"/>
4062                     </xml-properties>
4063                 </xml-element>
4064                 <xml-element java-attribute="xauthUserId" name="xauth-userid" type="java.lang.String">
4065                     <xml-properties>
4066                         <xml-property name="description" value="user ID for xAuth, sm-user, ,nmteHostName"/>
4067                     </xml-properties>
4068                 </xml-element>
4069                 <xml-element java-attribute="xauthUserPassword" name="xauth-user-password" type="java.lang.String">
4070                     <xml-properties>
4071                         <xml-property name="description" value="Encrypted using the Juniper $9$ algorithm"/>
4072                     </xml-properties>
4073                 </xml-element>
4074                 <xml-element java-attribute="dpdInterval" name="dpd-interval" type="java.lang.String">
4075                     <xml-properties>
4076                         <xml-property name="description" value="The time between DPD probe"/>
4077                     </xml-properties>
4078                 </xml-element>
4079                 <xml-element java-attribute="dpdFrequency" name="dpd-frequency" type="java.lang.String">
4080                     <xml-properties>
4081                         <xml-property name="description" value="Maximum number of DPD before claiming the tunnel is down"/>
4082                     </xml-properties>
4083                 </xml-element>
4084                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4085                     <xml-properties>
4086                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
4087                     </xml-properties>
4088                 </xml-element>
4089                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4090                 <xml-element java-attribute="vigServers" name="vig-servers" type="inventory.aai.onap.org.v2.VigServers"/>
4091             </java-attributes>
4092             <xml-properties>
4093                 <xml-property name="description" value="IPSec configuration node will contain various configuration data for the NMTE VNF. This node will have an edge to the generic-vnf (vnf type = TE). Starting 1607, this data will be populated by SDN-C"/>
4094                 <xml-property name="indexedProps" value="ipsec-configuration-id"/>
4095                 <xml-property name="uniqueProps" value="ipsec-configuration-id"/>
4096                 <xml-property name="container" value="ipsec-configurations"/>
4097                 <xml-property name="namespace" value="network"/>
4098                 <xml-property name="uriTemplate" value="/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}"/>
4099             </xml-properties>
4100         </java-type>
4101
4102
4103         <java-type name="NotificationEvent">
4104             <xml-root-element name="notification-event"/>
4105             <java-attributes>
4106                 <xml-element java-attribute="cambriaPartition" name="cambria.partition" type="java.lang.String"/>
4107                 <xml-element java-attribute="eventHeader" name="event-header" type="inventory.aai.onap.org.v2.NotificationEventHeader"/>
4108                 <xml-any-element java-attribute="entity"/>
4109             </java-attributes>
4110         </java-type>
4111         <java-type name="NotificationEventHeader">
4112             <xml-root-element name="notification-event-header"/>
4113             <java-attributes>
4114                 <xml-element java-attribute="id" name="id" type="java.lang.String"/>
4115                 <xml-element java-attribute="timestamp" name="timestamp" type="java.lang.String"/>
4116                 <xml-element java-attribute="sourceName" name="source-name" type="java.lang.String"/>
4117                 <xml-element java-attribute="domain" name="domain" type="java.lang.String"/>
4118                 <xml-element java-attribute="sequenceNumber" name="sequence-number" type="java.lang.String"/>
4119                 <xml-element java-attribute="severity" name="severity" type="java.lang.String"/>
4120                 <xml-element java-attribute="eventType" name="event-type" type="java.lang.String"/>
4121                 <xml-element java-attribute="version" name="version" type="java.lang.String"/>
4122                 <xml-element java-attribute="action" name="action" type="java.lang.String"/>
4123                 <xml-element java-attribute="entityType" name="entity-type" type="java.lang.String"/>
4124                 <xml-element java-attribute="topEntityType" name="top-entity-type" type="java.lang.String"/>
4125                 <xml-element java-attribute="entityLink" name="entity-link" type="java.lang.String"/>
4126                 <xml-element java-attribute="status" name="status" type="java.lang.String"/>
4127             </java-attributes>
4128         </java-type>
4129         <java-type name="AaiInternal">
4130             <xml-root-element name="aai-internal"/>
4131             <java-attributes>
4132                 <xml-element container-type="java.util.ArrayList" java-attribute="reservedPropNames" name="reserved-prop-names" type="inventory.aai.onap.org.v2.ReservedPropNames"/>
4133                 <xml-element container-type="java.util.ArrayList" java-attribute="edgePropNames" name="edge-prop-names" type="inventory.aai.onap.org.v2.EdgePropNames"/>
4134             </java-attributes>
4135         </java-type>
4136         <java-type name="ReservedPropNames">
4137             <xml-properties>
4138                 <xml-property name="description" value="Internal map to define some reserved properties of a vertex"/>
4139                 <xml-property name="uniqueProps" value="aai-unique-key"/>
4140                 <xml-property name="indexedProps" value="aai-unique-key,source-of-truth,aai-node-type,aai-uri"/>
4141             </xml-properties>
4142             <xml-root-element name="reserved-prop-names"/>
4143             <java-attributes>
4144                 <xml-element java-attribute="lastModSourceOfTruth" name="last-mod-source-of-truth" type="java.lang.String"/>
4145                 <xml-element java-attribute="aaiNodeType" name="aai-node-type" type="java.lang.String"/>
4146                 <xml-element java-attribute="aaiCreatedTs" name="aai-created-ts" type="java.lang.Long"/>
4147                 <xml-element java-attribute="aaiUniqueKey" name="aai-unique-key" type="java.lang.String"/>
4148                 <xml-element java-attribute="aaiLastModTs" name="aai-last-mod-ts" type="java.lang.Long"/>
4149                 <xml-element java-attribute="sourceOfTruth" name="source-of-truth" type="java.lang.String"/>
4150                 <xml-element java-attribute="aaiUri" name="aai-uri" type="java.lang.String"/>
4151             </java-attributes>
4152         </java-type>
4153         <java-type name="EdgePropNames">
4154             <!-- NOTE that the names of these properties are not consistent and are in mixed case and hyphen case for now -->
4155             <xml-properties>
4156                 <xml-property name="description" value="Internal map to define the properties of an edge and interpret the map EdgeRules"/>
4157                 <xml-property name="edgeInfo" value="edgeLabel,direction,multiplicityRule,isParent,usesResource,hasDelTarget,SVC-INFRA,SVC-INFRA-REV"/>
4158             </xml-properties>
4159             <xml-root-element name="edge-prop-names"/>
4160             <java-attributes>
4161                 <xml-element java-attribute="edgeLabel" name="edgeLabel" type="java.lang.String"/>
4162                 <xml-element java-attribute="direction" name="direction" type="java.lang.String"/>
4163                 <xml-element java-attribute="multiplicityRule" name="multiplicityRule" type="java.lang.String"/>
4164                 <xml-element java-attribute="containsOtherV" name="contains-other-v" type="java.lang.String"/>
4165                 <xml-element java-attribute="deleteOtherV" name="delete-other-v" type="java.lang.String"/>
4166                 <xml-element java-attribute="svcinfra" name="SVC-INFRA" type="java.lang.String"/>
4167                 <xml-element java-attribute="preventDelete" name="prevent-delete" type="java.lang.String"/>
4168             </java-attributes>
4169         </java-type>
4170
4171         <java-type name="Models">
4172             <xml-properties>
4173                 <xml-property name="description" value="Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models"/>
4174             </xml-properties>
4175             <xml-root-element name="models"/>
4176             <java-attributes>
4177                 <xml-element container-type="java.util.ArrayList" java-attribute="model" name="model" type="inventory.aai.onap.org.v2.Model"/>
4178             </java-attributes>
4179         </java-type>
4180
4181         <java-type name="Model">
4182             <xml-properties>
4183                 <xml-property name="description" value="Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models"/>
4184                 <xml-property name="nameProps" value="model-name,model-type"/>
4185                 <xml-property name="indexedProps" value="model-name-version-id,model-type,model-name,model-id,model-version"/>
4186                 <xml-property name="alternateKeys1" value="model-id,model-version"/>
4187                 <xml-property name="uniqueProps" value="model-name-version-id"/>
4188                 <xml-property name="container" value="models"/>
4189                 <xml-property name="namespace" value="service-design-and-creation"/>
4190                 <xml-property name="uriTemplate" value="/service-design-and-creation/models/model/{model-name-version-id}"/>
4191             </xml-properties>
4192             <xml-root-element name="model"/>
4193             <java-attributes>
4194                 <xml-element java-attribute="modelNameVersionId" name="model-name-version-id" required="true" type="java.lang.String" xml-key="true">
4195                     <xml-properties>
4196                         <xml-property name="description" value="Unique identifier corresponding to one version of a model in ASDC"/>
4197                     </xml-properties>
4198                 </xml-element>
4199                 <xml-element java-attribute="modelType" name="model-type" required="true" type="java.lang.String">
4200                     <xml-properties>
4201                         <xml-property name="description" value="Type of the model, e.g., service, resource, widget, etc."/>
4202                     </xml-properties>
4203                 </xml-element>
4204                 <xml-element java-attribute="modelName" name="model-name" required="true" type="java.lang.String">
4205                     <xml-properties>
4206                         <xml-property name="description" value="Name of the model, which can change from version to version."/>
4207                     </xml-properties>
4208                 </xml-element>
4209                 <xml-element java-attribute="modelId" name="model-id" required="true" type="java.lang.String">
4210                     <xml-properties>
4211                         <xml-property name="description" value="Invariant unique ID which does not change from version to version"/>
4212                     </xml-properties>
4213                 </xml-element>
4214                 <xml-element java-attribute="modelVersion" name="model-version" required="true" type="java.lang.String">
4215                     <xml-properties>
4216                         <xml-property name="description" value="Version"/>
4217                     </xml-properties>
4218                 </xml-element>
4219                 <xml-element java-attribute="modelDescription" name="model-description" type="java.lang.String">
4220                     <xml-properties>
4221                         <xml-property name="description" value="Description"/>
4222                     </xml-properties>
4223                 </xml-element>
4224                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4225                     <xml-properties>
4226                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
4227                     </xml-properties>
4228                 </xml-element>
4229                 <xml-element java-attribute="modelElements" name="model-elements" type="inventory.aai.onap.org.v2.ModelElements"/>
4230                 <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.onap.org.v2.Metadata"/>
4231                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4232             </java-attributes>
4233         </java-type>
4234
4235         <java-type name="ModelElements">
4236             <xml-root-element name="model-elements"/>
4237             <java-attributes>
4238                 <xml-element container-type="java.util.ArrayList" java-attribute="modelElement" name="model-element" type="inventory.aai.onap.org.v2.ModelElement"/>
4239             </java-attributes>
4240         </java-type>
4241
4242         <java-type name="ModelElement">
4243             <xml-properties>
4244                 <xml-property name="description" value="Defines how other models combine to make up a higher-level model."/>
4245                 <xml-property name="uniqueProps" value="model-element-uuid"/>
4246                 <xml-property name="indexedProps" value="model-element-uuid"/>
4247                 <xml-property name="allowDirectRead" value="true"/>
4248                 <xml-property name="allowDirectWrite" value="false"/>
4249                 <xml-property name="container" value="model-elements"/>
4250                 <xml-property name="uriTemplate" value="/model-elements/model-element/{model-element-uuid}"/>
4251             </xml-properties>
4252             <xml-root-element name="model-element"/>
4253             <java-attributes>
4254                 <xml-element java-attribute="modelElementUuid" name="model-element-uuid" required="true" type="java.lang.String" xml-key="true">
4255                     <xml-properties>
4256                         <xml-property name="autoGenerateUuid" value="true"/>
4257                     </xml-properties>
4258                 </xml-element>
4259                 <xml-element java-attribute="newDataDelFlag" name="new-data-del-flag" required="true" type="java.lang.String">
4260                     <xml-properties>
4261                         <xml-property name="description" value="Indicates whether this element was created as part of instantiation from this model"/>
4262                     </xml-properties>
4263                 </xml-element>
4264                 <xml-element java-attribute="cardinality" name="cardinality" required="true" type="java.lang.String">
4265                     <xml-properties>
4266                         <xml-property name="description" value="How many of this type of element are required/allowed"/>
4267                     </xml-properties>
4268                 </xml-element>
4269                 <xml-element container-type="java.util.ArrayList" java-attribute="linkagePoints" name="linkage-points" type="java.lang.String">
4270                 </xml-element>
4271                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4272                     <xml-properties>
4273                         <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete."/>
4274                     </xml-properties>
4275                 </xml-element>
4276                 <xml-element java-attribute="modelElements" name="model-elements" type="inventory.aai.onap.org.v2.ModelElements">
4277                     <xml-properties>
4278                         <xml-property name="description" value="Defines how other models combine to make up a higher-level model"/>
4279                     </xml-properties>
4280                 </xml-element>
4281                 <xml-element java-attribute="modelConstraints" name="model-constraints" type="inventory.aai.onap.org.v2.ModelConstraints">
4282                     <xml-properties>
4283                         <xml-property name="description" value="Describes new constraints on this model element that are not part of that model's definition"/>
4284                     </xml-properties>
4285                 </xml-element>
4286                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4287             </java-attributes>
4288         </java-type>
4289
4290         <java-type name="ModelConstraints">
4291             <xml-root-element name="model-constraints"/>
4292             <java-attributes>
4293                 <xml-element container-type="java.util.ArrayList" java-attribute="modelConstraint" name="model-constraint" type="inventory.aai.onap.org.v2.ModelConstraint"/>
4294             </java-attributes>
4295         </java-type>
4296
4297         <java-type name="ModelConstraint">
4298             <xml-properties>
4299                 <xml-property name="description" value="This is how we would capture constraints defining allowed sets of elements."/>
4300                 <xml-property name="uniqueProps" value="model-constraint-uuid"/>
4301                 <xml-property name="indexedProps" value="model-constraint-uuid"/>
4302                 <xml-property name="allowDirectRead" value="true"/>
4303                 <xml-property name="allowDirectWrite" value="false"/>
4304                 <xml-property name="container" value="model-constraints"/>
4305                 <xml-property name="uriTemplate" value="/model-constraints/model-constraint/{model-constraint-uuid}"/>
4306             </xml-properties>
4307             <xml-root-element name="model-constraint"/>
4308             <java-attributes>
4309                 <xml-element java-attribute="modelConstraintUuid" name="model-constraint-uuid" required="true" type="java.lang.String" xml-key="true">
4310                     <xml-properties>
4311                         <xml-property name="autoGenerateUuid" value="true"/>
4312                     </xml-properties>
4313                 </xml-element>
4314                 <xml-element java-attribute="constrainedElementSetUuidToReplace" name="constrained-element-set-uuid-to-replace" required="true" type="java.lang.String"/>
4315                 <xml-element java-attribute="constrainedElementSets" name="constrained-element-sets" type="inventory.aai.onap.org.v2.ConstrainedElementSets"/>
4316             </java-attributes>
4317         </java-type>
4318
4319         <java-type name="ConstrainedElementSets">
4320             <xml-root-element name="constrained-element-sets"/>
4321             <java-attributes>
4322                 <xml-element container-type="java.util.ArrayList" java-attribute="constrainedElementSet" name="constrained-element-set" type="inventory.aai.onap.org.v2.ConstrainedElementSet"/>
4323             </java-attributes>
4324         </java-type>
4325
4326         <java-type name="ConstrainedElementSet">
4327             <xml-properties>
4328                 <xml-property name="description" value="This is how we would capture constraints defining allowed sets of elements."/>
4329                 <xml-property name="uniqueProps" value="constrained-element-set-uuid"/>
4330                 <xml-property name="indexedProps" value="constrained-element-set-uuid"/>
4331                 <xml-property name="allowDirectRead" value="true"/>
4332                 <xml-property name="allowDirectWrite" value="false"/>
4333                 <xml-property name="container" value="constrained-element-sets"/>
4334                 <xml-property name="uriTemplate" value="/constrained-element-sets/constrained-element-set/{constrained-element-set-uuid}"/>
4335             </xml-properties>
4336             <xml-root-element name="constrained-element-set"/>
4337             <java-attributes>
4338                 <xml-element java-attribute="constrainedElementSetUuid" name="constrained-element-set-uuid" required="true" type="java.lang.String" xml-key="true">
4339                     <xml-properties>
4340                         <xml-property name="autoGenerateUuid" value="true"/>
4341                     </xml-properties>
4342                 </xml-element>
4343                 <xml-element java-attribute="constraintType" name="constraint-type" required="true" type="java.lang.String"/>
4344                 <xml-element java-attribute="checkType" name="check-type" required="true" type="java.lang.String"/>
4345                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String"/>
4346                 <xml-element java-attribute="elementChoiceSets" name="element-choice-sets" type="inventory.aai.onap.org.v2.ElementChoiceSets"/>
4347                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4348             </java-attributes>
4349         </java-type>
4350
4351         <java-type name="ElementChoiceSets">
4352             <xml-root-element name="element-choice-sets"/>
4353             <java-attributes>
4354                 <xml-element container-type="java.util.ArrayList" java-attribute="elementChoiceSet" name="element-choice-set" type="inventory.aai.onap.org.v2.ElementChoiceSet"/>
4355             </java-attributes>
4356         </java-type>
4357
4358         <java-type name="ElementChoiceSet">
4359             <xml-properties>
4360                 <xml-property name="description" value="This is how we would capture constraints defining allowed sets of elements."/>
4361                 <xml-property name="uniqueProps" value="element-choice-set-uuid"/>
4362                 <xml-property name="indexedProps" value="element-choice-set-uuid"/>
4363                 <xml-property name="allowDirectRead" value="true"/>
4364                 <xml-property name="allowDirectWrite" value="false"/>
4365                 <xml-property name="container" value="element-choice-sets"/>
4366                 <xml-property name="uriTemplate" value="/element-choice-sets/element-choice-set/{element-choice-set-uuid}"/>
4367             </xml-properties>
4368             <xml-root-element name="element-choice-set"/>
4369             <java-attributes>
4370                 <xml-element java-attribute="elementChoiceSetUuid" name="element-choice-set-uuid" required="true" type="java.lang.String" xml-key="true">
4371                     <xml-properties>
4372                         <xml-property name="autoGenerateUuid" value="true"/>
4373                     </xml-properties>
4374                 </xml-element>
4375                 <xml-element java-attribute="elementChoiceSetName" name="element-choice-set-name" required="true" type="java.lang.String"/>
4376                 <xml-element java-attribute="cardinality" name="cardinality" type="java.lang.String"/>
4377                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String"/>
4378                 <xml-element java-attribute="modelElements" name="model-elements" type="inventory.aai.onap.org.v2.ModelElements"/>
4379                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4380             </java-attributes>
4381         </java-type>
4382
4383         <java-type name="NamedQueries">
4384             <xml-root-element name="named-queries"/>
4385             <java-attributes>
4386                 <xml-element container-type="java.util.ArrayList" java-attribute="namedQuery" name="named-query" type="inventory.aai.onap.org.v2.NamedQuery"/>
4387             </java-attributes>
4388         </java-type>
4389
4390         <java-type name="NamedQuery">
4391             <xml-properties>
4392                 <xml-property name="description" value="TBD"/>
4393                 <xml-property name="nameProps" value="named-query-name"/>
4394                 <xml-property name="uniqueProps" value="named-query-uuid"/>
4395                 <xml-property name="indexedProps" value="named-query-uuid,named-query-name"/>
4396                 <xml-property name="container" value="named-queries"/>
4397                 <xml-property name="namespace" value="service-design-and-creation"/>
4398                 <xml-property name="uriTemplate" value="/service-design-and-creation/named-queries/named-query/{named-query-uuid}"/>
4399             </xml-properties>
4400             <xml-root-element name="named-query"/>
4401             <java-attributes>
4402                 <xml-element java-attribute="namedQueryUuid" name="named-query-uuid" required="true" type="java.lang.String" xml-key="true"/>
4403                 <xml-element java-attribute="namedQueryName" name="named-query-name" required="true" type="java.lang.String"/>
4404                 <xml-element java-attribute="namedQueryVersion" name="named-query-version" required="true" type="java.lang.String"/>
4405                 <xml-element container-type="java.util.ArrayList" java-attribute="requiredInputParams" name="required-input-param" type="java.lang.String">
4406                     <xml-element-wrapper name="required-input-params"/>
4407                 </xml-element>
4408                 <xml-element java-attribute="description" name="description" type="java.lang.String"/>
4409                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String"/>
4410                 <xml-element java-attribute="namedQueryElements" name="named-query-elements" type="inventory.aai.onap.org.v2.NamedQueryElements"/>
4411                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4412             </java-attributes>
4413         </java-type>
4414
4415         <java-type name="NamedQueryElements">
4416             <xml-root-element name="named-query-elements"/>
4417             <java-attributes>
4418                 <xml-element container-type="java.util.ArrayList" java-attribute="namedQueryElement" name="named-query-element" type="inventory.aai.onap.org.v2.NamedQueryElement"/>
4419             </java-attributes>
4420         </java-type>
4421
4422         <java-type name="NamedQueryElement">
4423             <xml-properties>
4424                 <xml-property name="description" value="TBD"/>
4425                 <xml-property name="uniqueProps" value="named-query-element-uuid"/>
4426                 <xml-property name="indexedProps" value="named-query-element-uuid"/>
4427                 <xml-property name="allowDirectRead" value="true"/>
4428                 <xml-property name="allowDirectWrite" value="false"/>
4429                 <xml-property name="container" value="named-query-elements"/>
4430                 <xml-property name="uriTemplate" value="/named-query-elements/named-query-element/{named-query-element-uuid}"/>
4431             </xml-properties>
4432             <xml-root-element name="named-query-element"/>
4433             <java-attributes>
4434                 <xml-element java-attribute="namedQueryElementUuid" name="named-query-element-uuid" required="true" type="java.lang.String" xml-key="true">
4435                     <xml-properties>
4436                         <xml-property name="autoGenerateUuid" value="true"/>
4437                     </xml-properties>
4438                 </xml-element>
4439                 <xml-element container-type="java.util.ArrayList" java-attribute="propertyCollectList" name="property-collect-list" type="java.lang.String"/>
4440                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String"/>
4441                 <xml-element java-attribute="propertyLimitDesc" name="property-limit-desc" type="java.lang.String"/>
4442                 <xml-element java-attribute="doNotOutput" name="do-not-output" type="java.lang.String"/>
4443                 <xml-element java-attribute="namedQueryElements" name="named-query-elements" type="inventory.aai.onap.org.v2.NamedQueryElements"/>
4444                 <xml-element java-attribute="relatedLookups" name="related-lookups" type="inventory.aai.onap.org.v2.RelatedLookups"/>
4445                 <xml-element java-attribute="propertyConstraints" name="property-constraints" type="inventory.aai.onap.org.v2.PropertyConstraints"/>
4446                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4447             </java-attributes>
4448         </java-type>
4449
4450         <java-type name="RelatedLookups">
4451             <xml-root-element name="related-lookups"/>
4452             <java-attributes>
4453                 <xml-element container-type="java.util.ArrayList" java-attribute="relatedLookup" name="related-lookup" type="inventory.aai.onap.org.v2.RelatedLookup"/>
4454             </java-attributes>
4455         </java-type>
4456
4457         <java-type name="RelatedLookup">
4458             <xml-properties>
4459                 <xml-property name="description" value="TBD"/>
4460                 <xml-property name="uniqueProps" value="related-lookup-uuid"/>
4461                 <xml-property name="indexedProps" value="related-lookup-uuid"/>
4462                 <xml-property name="allowDirectRead" value="true"/>
4463                 <xml-property name="allowDirectWrite" value="false"/>
4464                 <xml-property name="container" value="related-lookups"/>
4465                 <xml-property name="uriTemplate" value="/related-lookups/related-lookup/{related-lookup-uuid}"/>
4466             </xml-properties>
4467             <xml-root-element name="related-lookup"/>
4468             <java-attributes>
4469                 <xml-element java-attribute="relatedLookupUuid" name="related-lookup-uuid" required="true" type="java.lang.String" xml-key="true">
4470                     <xml-properties>
4471                         <xml-property name="autoGenerateUuid" value="true"/>
4472                     </xml-properties>
4473                 </xml-element>
4474                 <xml-element java-attribute="sourceNodeType" name="source-node-type" required="true" type="java.lang.String"/>
4475                 <xml-element java-attribute="sourceNodeProperty" name="source-node-property" required="true" type="java.lang.String"/>
4476                 <xml-element java-attribute="targetNodeType" name="target-node-type" required="true" type="java.lang.String"/>
4477                 <xml-element java-attribute="targetNodeProperty" name="target-node-property" required="true" type="java.lang.String"/>
4478                 <xml-element container-type="java.util.ArrayList" java-attribute="propertyCollectList" name="property-collect-list" type="java.lang.String"/>
4479                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String"/>
4480                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4481             </java-attributes>
4482         </java-type>
4483
4484         <java-type name="PropertyConstraints">
4485             <xml-root-element name="property-constraints"/>
4486             <java-attributes>
4487                 <xml-element container-type="java.util.ArrayList" java-attribute="propertyConstraint" name="property-constraint" type="inventory.aai.onap.org.v2.PropertyConstraint"/>
4488             </java-attributes>
4489         </java-type>
4490
4491         <java-type name="PropertyConstraint">
4492             <xml-properties>
4493                 <xml-property name="description" value="TBD"/>
4494                 <xml-property name="uniqueProps" value="property-constraint-uuid"/>
4495                 <xml-property name="indexedProps" value="property-constraint-uuid"/>
4496                 <xml-property name="allowDirectRead" value="true"/>
4497                 <xml-property name="allowDirectWrite" value="false"/>
4498                 <xml-property name="container" value="property-constraints"/>
4499                 <xml-property name="uriTemplate" value="/property-constraints/property-constraint/{property-constraint-uuid}"/>
4500             </xml-properties>
4501             <xml-root-element name="property-constraint"/>
4502             <java-attributes>
4503                 <xml-element java-attribute="propertyConstraintUuid" name="property-constraint-uuid" required="true" type="java.lang.String" xml-key="true">
4504                     <xml-properties>
4505                         <xml-property name="autoGenerateUuid" value="true"/>
4506                     </xml-properties>
4507                 </xml-element>
4508                 <xml-element java-attribute="constraintType" name="constraint-type" required="true" type="java.lang.String"/>
4509                 <xml-element java-attribute="property-name" name="property-name" required="true" type="java.lang.String"/>
4510                 <xml-element java-attribute="property-value" name="property-value" required="true" type="java.lang.String"/>
4511                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String"/>
4512             </java-attributes>
4513         </java-type>
4514
4515         <java-type name="ModelAndNamedQuerySearch">
4516             <xml-properties>
4517                 <xml-property name="description" value="ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query"/>
4518             </xml-properties>
4519             <xml-root-element name="model-and-named-query-search"/>
4520             <java-attributes>
4521                 <xml-element java-attribute="queryParameters" name="query-parameters" type="inventory.aai.onap.org.v2.QueryParameters"/>
4522                 <xml-element java-attribute="instanceFilters" name="instance-filters" type="inventory.aai.onap.org.v2.InstanceFilters"/>
4523                 <xml-element java-attribute="topNodeType" name="top-node-type" type="java.lang.String"/>
4524             </java-attributes>
4525         </java-type>
4526
4527         <java-type name="QueryParameters">
4528             <xml-properties>
4529                 <xml-property name="description" value="QueryParameters for performing a named-query or model query"/>
4530             </xml-properties>
4531             <xml-root-element name="query-parameters"/>
4532             <java-attributes>
4533                 <xml-element java-attribute="namedQuery" name="named-query" type="inventory.aai.onap.org.v2.NamedQuery"/>
4534                 <xml-element java-attribute="model" name="model" type="inventory.aai.onap.org.v2.Model"/>
4535             </java-attributes>
4536         </java-type>
4537
4538         <java-type name="InstanceFilters">
4539             <xml-properties>
4540                 <xml-property name="description" value="InstanceFilters for performing a named-query or model query"/>
4541             </xml-properties>
4542             <xml-root-element name="instance-filters"/>
4543             <java-attributes>
4544                 <xml-element container-type="java.util.ArrayList" java-attribute="instanceFilter" name="instance-filter" type="inventory.aai.onap.org.v2.InstanceFilter"/>
4545             </java-attributes>
4546         </java-type>
4547
4548         <java-type name="InstanceFilter">
4549             <xml-properties>
4550                 <xml-property name="description" value="InstanceFilter for performing a named-query or model query"/>
4551                 <xml-property name="container" value="instance-filters"/>
4552             </xml-properties>
4553             <xml-root-element name="instance-filter"/>
4554             <java-attributes>
4555                 <xml-any-element container-type="java.util.ArrayList" java-attribute="any" lax="true" name="any"/>
4556             </java-attributes>
4557         </java-type>
4558
4559         <java-type name="Properties">
4560             <xml-properties>
4561                 <xml-property name="description" value="Property holder for query properties or instance properties"/>
4562             </xml-properties>
4563             <xml-root-element name="properties"/>
4564             <java-attributes>
4565                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String"/>
4566                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String"/>
4567             </java-attributes>
4568         </java-type>
4569
4570         <java-type name="ResponseList">
4571             <xml-properties>
4572                 <xml-property name="description" value="Response container for the results of a named-query or model query"/>
4573             </xml-properties>
4574             <xml-root-element name="response-list"/>
4575             <java-attributes>
4576                 <xml-element java-attribute="inventoryResponseItems" name="inventory-response-items" type="inventory.aai.onap.org.v2.InventoryResponseItems"/>
4577             </java-attributes>
4578         </java-type>
4579
4580         <java-type name="InventoryResponseItems">
4581             <xml-properties>
4582                 <xml-property name="description" value="Container for inventory items in response list"/>
4583                 <xml-property name="container" value="response-list"/>
4584             </xml-properties>
4585             <xml-root-element name="inventory-response-items"/>
4586             <java-attributes>
4587                 <xml-element container-type="java.util.ArrayList" java-attribute="inventoryResponseItem" name="inventory-response-item" type="inventory.aai.onap.org.v2.InventoryResponseItem"/>
4588             </java-attributes>
4589         </java-type>
4590
4591         <java-type name="InventoryResponseItem">
4592             <xml-properties>
4593                 <xml-property name="description" value="Inventory item for response list"/>
4594                 <xml-property name="container" value="inventory-response-items"/>
4595             </xml-properties>
4596             <xml-root-element name="inventory-response-item"/>
4597             <java-attributes>
4598                 <xml-element java-attribute="modelName" name="model-name" type="java.lang.String"/>
4599                 <xml-any-element java-attribute="item"/>
4600                 <xml-element java-attribute="extraProperties" name="extra-properties" type="inventory.aai.onap.org.v2.ExtraProperties"/>
4601                 <xml-element java-attribute="inventoryResponseItems" name="inventory-response-items" type="inventory.aai.onap.org.v2.InventoryResponseItems"/>
4602             </java-attributes>
4603         </java-type>
4604
4605         <java-type name="ExtraProperties">
4606             <xml-properties>
4607                 <xml-property name="description" value="Extra properties for inventory item for response list"/>
4608             </xml-properties>
4609             <xml-root-element name="extra-properties"/>
4610             <java-attributes>
4611                 <xml-any-element container-type="java.util.ArrayList" java-attribute="extraProperty" name="extra-property" type="inventory.aai.onap.org.v2.ExtraProperty"/>
4612             </java-attributes>
4613         </java-type>
4614
4615         <java-type name="ExtraProperty">
4616             <xml-root-element name="extra-property"/>
4617             <java-attributes>
4618                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String"/>
4619                 <xml-any-element java-attribute="propertyValue" lax="true" name="property-value"/>
4620             </java-attributes>
4621         </java-type>
4622
4623         <java-type name="RouteTableReferences">
4624             <xml-properties>
4625                 <xml-property name="description" value="Collection of openstack route table references"/>
4626             </xml-properties>
4627             <xml-root-element name="route-table-references"/>
4628             <java-attributes>
4629                 <xml-element container-type="java.util.ArrayList" java-attribute="routeTableReference" name="route-table-reference" type="inventory.aai.onap.org.v2.RouteTableReference"/>
4630             </java-attributes>
4631         </java-type>
4632
4633         <java-type name="RouteTableReference">
4634             <xml-root-element name="route-table-reference"/>
4635             <java-attributes>
4636                 <xml-element java-attribute="routeTableReferenceId" name="route-table-reference-id" required="true" type="java.lang.String" xml-key="true">
4637                     <xml-properties>
4638                         <xml-property name="description" value="Route Table Reference id, UUID assigned to this instance."/>
4639                     </xml-properties>
4640                 </xml-element>
4641                 <xml-element java-attribute="routeTableReferenceFqdn" name="route-table-reference-fqdn" required="true" type="java.lang.String">
4642                     <xml-properties>
4643                         <xml-property name="description" value="FQDN entry in the route table."/>
4644                     </xml-properties>
4645                 </xml-element>
4646                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4647                     <xml-properties>
4648                         <xml-property name="description" value="Concurrency value"/>
4649                     </xml-properties>
4650                 </xml-element>
4651                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4652             </java-attributes>
4653
4654             <xml-properties>
4655                 <xml-property name="description" value="Openstack route table reference."/>
4656                 <xml-property name="nameProps" value="route-table-reference-fqdn"/>
4657                 <xml-property name="uniqueProps" value="route-table-reference-id"/>
4658                 <xml-property name="indexedProps" value="route-table-reference-id,route-table-reference-fqdn"/>
4659                 <xml-property name="container" value="route-table-references"/>
4660                 <xml-property name="namespace" value="network"/>
4661                 <xml-property name="uriTemplate" value="/network/route-table-references/route-table-reference/{route-table-reference-id}"/>
4662             </xml-properties>
4663         </java-type>
4664
4665         <java-type name="SegmentationAssignments">
4666             <xml-properties>
4667                 <xml-property name="description" value="Collection of openstack segmentation assignments"/>
4668             </xml-properties>
4669             <xml-root-element name="segmentation-assignments"/>
4670             <java-attributes>
4671                 <xml-element container-type="java.util.ArrayList" java-attribute="segmentationAssignment" name="segmentation-assignment" type="inventory.aai.onap.org.v2.SegmentationAssignment"/>
4672             </java-attributes>
4673         </java-type>
4674
4675         <java-type name="SegmentationAssignment">
4676             <xml-root-element name="segmentation-assignment"/>
4677             <java-attributes>
4678                 <xml-element java-attribute="segmentationId" name="segmentation-id" required="true" type="java.lang.String" xml-key="true">
4679                     <xml-properties>
4680                         <xml-property name="description" value="Route Table Reference id, UUID assigned to this instance."/>
4681                     </xml-properties>
4682                 </xml-element>
4683                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4684                     <xml-properties>
4685                         <xml-property name="description" value="Concurrency value"/>
4686                     </xml-properties>
4687                 </xml-element>
4688                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v2.RelationshipList"/>
4689             </java-attributes>
4690             <xml-properties>
4691                 <xml-property name="description" value="Openstack segmentation assignment."/>
4692                 <xml-property name="indexedProps" value="segmentation-id"/>
4693                 <xml-property name="dependentOn" value="l3-network"/>
4694                 <xml-property name="container" value="segmentation-assignments"/>
4695                 <xml-property name="uriTemplate" value="/segmentation-assignments/segmentation-assignment/{segmentation-id}"/>
4696             </xml-properties>
4697         </java-type>
4698         <java-type name="Vnf">
4699             <xml-root-element name="vnf"/>
4700             <java-attributes>
4701                 <xml-element java-attribute="vnfId" name="vnf-id" required="true" type="java.lang.String" xml-key="true">
4702                     <xml-properties>
4703                         <xml-property name="description" value="Unique id of VNF.  This is unique across the graph."/>
4704                     </xml-properties>
4705                 </xml-element>
4706             </java-attributes>
4707             <xml-properties>
4708                 <xml-property name="description" value="Abstract vnf class"/>
4709                 <xml-property name="indexedProps" value="vnf-id"/>
4710                 <xml-property name="uniqueProps" value="vnf-id"/>
4711                 <xml-property name="inheritors" value="vce,generic-vnf"/>
4712                 <xml-property name="abstract" value="true"/>
4713             </xml-properties>
4714         </java-type>
4715     </java-types>
4716 </xml-bindings>