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