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