[AAI] Release docker artifacts 1.12.3 for aai/schema-service
[aai/schema-service.git] / aai-schema / src / main / resources / onap / aai_schema / aai_schema_v16.xsd
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <xs:schema elementFormDefault="qualified" version="1.0" targetNamespace="http://org.onap.aai.inventory/v16" xmlns:tns="http://org.onap.aai.inventory/v16" xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
4     jaxb:version="2.1"
5     xmlns:annox="http://annox.dev.java.net"
6     jaxb:extensionBindingPrefixes="annox">
7
8   <xs:element name="inventory-item-data">
9     <xs:complexType>
10       <xs:sequence>
11         <xs:element name="property-name" type="xs:string" minOccurs="0"/>
12         <xs:element name="property-value" type="xs:string" minOccurs="0"/>
13       </xs:sequence>
14     </xs:complexType>
15   </xs:element>
16   <xs:element name="inventory-item">
17     <xs:complexType>
18       <xs:sequence>
19         <xs:element name="inventory-item-type" type="xs:string" minOccurs="0"/>
20         <xs:element name="inventory-item-link" type="xs:string" minOccurs="0"/>
21         <xs:element ref="tns:inventory-item-data" minOccurs="0" maxOccurs="5000"/>
22         <xs:element ref="tns:tagged-inventory-item-list" minOccurs="0" maxOccurs="5000"/>
23       </xs:sequence>
24     </xs:complexType>
25   </xs:element>
26   <xs:element name="tagged-inventory-item-list">
27     <xs:complexType>
28       <xs:sequence>
29         <xs:element ref="tns:inventory-item" minOccurs="0" maxOccurs="5000"/>
30       </xs:sequence>
31     </xs:complexType>
32   </xs:element>
33   <xs:element name="edge-tag-query-result">
34     <xs:complexType>
35       <xs:sequence>
36         <xs:element ref="tns:tagged-inventory-item-list" minOccurs="0" maxOccurs="5000"/>
37       </xs:sequence>
38     </xs:complexType>
39   </xs:element>
40   <xs:element name="start-node-filter">
41     <xs:complexType>
42       <xs:sequence>
43         <xs:element name="property-name" type="xs:string" minOccurs="0"/>
44         <xs:element name="property-value" type="xs:string" minOccurs="0"/>
45       </xs:sequence>
46     </xs:complexType>
47   </xs:element>
48   <xs:element name="include-node-filter">
49     <xs:complexType>
50       <xs:sequence>
51         <xs:element name="include-node-type" type="xs:string" minOccurs="0"/>
52       </xs:sequence>
53     </xs:complexType>
54   </xs:element>
55   <xs:element name="secondary-filter">
56     <xs:complexType>
57       <xs:sequence>
58         <xs:element name="property-name" type="xs:string" minOccurs="0"/>
59         <xs:element name="filter-type" type="xs:string" minOccurs="0"/>
60         <xs:element name="property-value" type="xs:string" minOccurs="0"/>
61       </xs:sequence>
62     </xs:complexType>
63   </xs:element>
64   <xs:element name="edge-tag-query-request">
65     <xs:complexType>
66       <xs:sequence>
67         <xs:element name="edge-tag" type="xs:string" minOccurs="0"/>
68         <xs:element name="result-detail" type="xs:string" minOccurs="0"/>
69         <xs:element name="start-node-type" type="xs:string" minOccurs="0"/>
70         <xs:element ref="tns:start-node-filter" minOccurs="0" maxOccurs="5000"/>
71         <xs:element ref="tns:include-node-filter" minOccurs="0" maxOccurs="5000"/>
72         <xs:element ref="tns:secondary-filter" minOccurs="0" maxOccurs="5000"/>
73       </xs:sequence>
74     </xs:complexType>
75   </xs:element>
76   <xs:element name="result-data">
77     <xs:complexType>
78       <xs:annotation>
79         <xs:appinfo>
80           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="The URL to the specific resource")</annox:annotate>
81         </xs:appinfo>
82       </xs:annotation>
83       <xs:sequence>
84         <xs:element name="resource-type" type="xs:string" minOccurs="0">
85           <xs:annotation>
86             <xs:appinfo>
87               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The specific type of node in the A&amp;AI graph")</annox:annotate>
88             </xs:appinfo>
89           </xs:annotation>
90         </xs:element>
91         <xs:element name="resource-link" type="xs:string" minOccurs="0">
92           <xs:annotation>
93             <xs:appinfo>
94               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The URL to the specific resource")</annox:annotate>
95             </xs:appinfo>
96           </xs:annotation>
97         </xs:element>
98       </xs:sequence>
99     </xs:complexType>
100   </xs:element>
101   <xs:element name="search-results">
102     <xs:complexType>
103       <xs:sequence>
104         <xs:element ref="tns:result-data" minOccurs="0" maxOccurs="5000"/>
105       </xs:sequence>
106     </xs:complexType>
107   </xs:element>
108   <xs:element name="relationship-data">
109     <xs:complexType>
110       <xs:annotation>
111         <xs:appinfo>
112           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Value of the attribute.")</annox:annotate>
113         </xs:appinfo>
114       </xs:annotation>
115       <xs:sequence>
116         <xs:element name="relationship-key" type="xs:string" minOccurs="0">
117           <xs:annotation>
118             <xs:appinfo>
119               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="A keyword provided by A&amp;AI to indicate an attribute.")</annox:annotate>
120             </xs:appinfo>
121           </xs:annotation>
122         </xs:element>
123         <xs:element name="relationship-value" type="xs:string" minOccurs="0">
124           <xs:annotation>
125             <xs:appinfo>
126               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Value of the attribute.")</annox:annotate>
127             </xs:appinfo>
128           </xs:annotation>
129         </xs:element>
130       </xs:sequence>
131     </xs:complexType>
132   </xs:element>
133   <xs:element name="related-to-property">
134     <xs:complexType>
135       <xs:annotation>
136         <xs:appinfo>
137           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Value part of a key/value pair")</annox:annotate>
138         </xs:appinfo>
139       </xs:annotation>
140       <xs:sequence>
141         <xs:element name="property-key" type="xs:string" minOccurs="0">
142           <xs:annotation>
143             <xs:appinfo>
144               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Key part of a key/value pair")</annox:annotate>
145             </xs:appinfo>
146           </xs:annotation>
147         </xs:element>
148         <xs:element name="property-value" type="xs:string" minOccurs="0">
149           <xs:annotation>
150             <xs:appinfo>
151               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Value part of a key/value pair")</annox:annotate>
152             </xs:appinfo>
153           </xs:annotation>
154         </xs:element>
155       </xs:sequence>
156     </xs:complexType>
157   </xs:element>
158   <xs:element name="relationship">
159     <xs:complexType>
160       <xs:annotation>
161         <xs:appinfo>
162           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="URL to the object in A&amp;AI.")</annox:annotate>
163         </xs:appinfo>
164       </xs:annotation>
165       <xs:sequence>
166         <xs:element name="related-to" type="xs:string" minOccurs="0">
167           <xs:annotation>
168             <xs:appinfo>
169               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="A keyword provided by A&amp;AI to indicate type of node.")</annox:annotate>
170             </xs:appinfo>
171           </xs:annotation>
172         </xs:element>
173         <xs:element name="relationship-label" type="xs:string" minOccurs="0">
174           <xs:annotation>
175             <xs:appinfo>
176               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The edge label for this relationship.")</annox:annotate>
177             </xs:appinfo>
178           </xs:annotation>
179         </xs:element>
180         <xs:element name="related-link" type="xs:string" minOccurs="0">
181           <xs:annotation>
182             <xs:appinfo>
183               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to the object in A&amp;AI.")</annox:annotate>
184             </xs:appinfo>
185           </xs:annotation>
186         </xs:element>
187         <xs:element ref="tns:relationship-data" minOccurs="0" maxOccurs="5000"/>
188         <xs:element ref="tns:related-to-property" minOccurs="0" maxOccurs="5000"/>
189       </xs:sequence>
190     </xs:complexType>
191   </xs:element>
192   <xs:element name="relationship-list">
193     <xs:complexType>
194       <xs:sequence>
195         <xs:element ref="tns:relationship" minOccurs="0" maxOccurs="5000"/>
196       </xs:sequence>
197     </xs:complexType>
198   </xs:element>
199   <xs:element name="oam-network">
200     <xs:complexType>
201       <xs:annotation>
202         <xs:appinfo>
203           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="OAM network, to be deprecated shortly.  Do not use for new purposes. ",nameProps="network-name",indexedProps="cvlan-tag,network-uuid,network-name",dependentOn="cloud-region",container="oam-networks",uriTemplate="/oam-networks/oam-network/{network-uuid}",requiredProps="network-uuid,network-name,cvlan-tag")</annox:annotate>
204         </xs:appinfo>
205       </xs:annotation>
206       <xs:sequence>
207         <xs:element name="network-uuid" type="xs:string" minOccurs="0">
208           <xs:annotation>
209             <xs:appinfo>
210               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="UUID of the network. Unique across a cloud-region")</annox:annotate>
211             </xs:appinfo>
212           </xs:annotation>
213         </xs:element>
214         <xs:element name="network-name" type="xs:string" minOccurs="0">
215           <xs:annotation>
216             <xs:appinfo>
217               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the network.")</annox:annotate>
218             </xs:appinfo>
219           </xs:annotation>
220         </xs:element>
221         <xs:element name="cvlan-tag" type="xs:unsignedInt" minOccurs="0">
222           <xs:annotation>
223             <xs:appinfo>
224               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="cvlan-id")</annox:annotate>
225             </xs:appinfo>
226           </xs:annotation>
227         </xs:element>
228         <xs:element name="ipv4-oam-gateway-address" type="xs:string" minOccurs="0">
229           <xs:annotation>
230             <xs:appinfo>
231               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network")</annox:annotate>
232             </xs:appinfo>
233           </xs:annotation>
234         </xs:element>
235         <xs:element name="ipv4-oam-gateway-address-prefix-length" type="xs:int" minOccurs="0">
236           <xs:annotation>
237             <xs:appinfo>
238               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for VNF firewall rule so customer cannot send customer traffic over this oam network")</annox:annotate>
239             </xs:appinfo>
240           </xs:annotation>
241         </xs:element>
242         <xs:element name="resource-version" type="xs:string" minOccurs="0">
243           <xs:annotation>
244             <xs:appinfo>
245               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
246             </xs:appinfo>
247           </xs:annotation>
248         </xs:element>
249         <xs:element ref="tns:relationship-list" minOccurs="0"/>
250       </xs:sequence>
251     </xs:complexType>
252   </xs:element>
253   <xs:element name="oam-networks">
254     <xs:complexType>
255       <xs:annotation>
256         <xs:appinfo>
257           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of OAM networks, to be deprecated shortly.  Do not use for new purposes. ")</annox:annotate>
258         </xs:appinfo>
259       </xs:annotation>
260       <xs:sequence>
261         <xs:element ref="tns:oam-network" minOccurs="0" maxOccurs="5000"/>
262       </xs:sequence>
263     </xs:complexType>
264   </xs:element>
265   <xs:element name="dvs-switch">
266     <xs:complexType>
267       <xs:annotation>
268         <xs:appinfo>
269           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="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. ",indexedProps="vcenter-url,switch-name",dependentOn="cloud-region",container="dvs-switches",uriTemplate="/dvs-switches/dvs-switch/{switch-name}",requiredProps="switch-name,vcenter-url")</annox:annotate>
270         </xs:appinfo>
271       </xs:annotation>
272       <xs:sequence>
273         <xs:element name="switch-name" type="xs:string" minOccurs="0">
274           <xs:annotation>
275             <xs:appinfo>
276               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="DVS switch name")</annox:annotate>
277             </xs:appinfo>
278           </xs:annotation>
279         </xs:element>
280         <xs:element name="vcenter-url" type="xs:string" minOccurs="0">
281           <xs:annotation>
282             <xs:appinfo>
283               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL used to reach the vcenter")</annox:annotate>
284             </xs:appinfo>
285           </xs:annotation>
286         </xs:element>
287         <xs:element name="resource-version" type="xs:string" minOccurs="0">
288           <xs:annotation>
289             <xs:appinfo>
290               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
291             </xs:appinfo>
292           </xs:annotation>
293         </xs:element>
294         <xs:element ref="tns:relationship-list" minOccurs="0"/>
295       </xs:sequence>
296     </xs:complexType>
297   </xs:element>
298   <xs:element name="dvs-switches">
299     <xs:complexType>
300       <xs:annotation>
301         <xs:appinfo>
302           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.")</annox:annotate>
303         </xs:appinfo>
304       </xs:annotation>
305       <xs:sequence>
306         <xs:element ref="tns:dvs-switch" minOccurs="0" maxOccurs="5000"/>
307       </xs:sequence>
308     </xs:complexType>
309   </xs:element>
310   <xs:element name="availability-zone">
311     <xs:complexType>
312       <xs:annotation>
313         <xs:appinfo>
314           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Availability zone, a collection of compute hosts/pservers",indexedProps="availability-zone-name",dependentOn="cloud-region",container="availability-zones",uriTemplate="/availability-zones/availability-zone/{availability-zone-name}",requiredProps="availability-zone-name,hypervisor-type")</annox:annotate>
315         </xs:appinfo>
316       </xs:annotation>
317       <xs:sequence>
318         <xs:element name="availability-zone-name" type="xs:string" minOccurs="0">
319           <xs:annotation>
320             <xs:appinfo>
321               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Name of the availability zone.  Unique across a cloud region")</annox:annotate>
322             </xs:appinfo>
323           </xs:annotation>
324         </xs:element>
325         <xs:element name="hypervisor-type" type="xs:string" minOccurs="0">
326           <xs:annotation>
327             <xs:appinfo>
328               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Type of hypervisor.  Source of truth should define valid values.")</annox:annotate>
329             </xs:appinfo>
330           </xs:annotation>
331         </xs:element>
332         <xs:element name="operational-status" type="xs:string" minOccurs="0">
333           <xs:annotation>
334             <xs:appinfo>
335               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="State that indicates whether the availability zone should be used, etc.  Source of truth should define valid values.")</annox:annotate>
336             </xs:appinfo>
337           </xs:annotation>
338         </xs:element>
339         <xs:element name="resource-version" type="xs:string" minOccurs="0">
340           <xs:annotation>
341             <xs:appinfo>
342               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
343             </xs:appinfo>
344           </xs:annotation>
345         </xs:element>
346         <xs:element ref="tns:relationship-list" minOccurs="0"/>
347       </xs:sequence>
348     </xs:complexType>
349   </xs:element>
350   <xs:element name="az-and-dvs-switches">
351     <xs:complexType>
352       <xs:sequence>
353         <xs:element ref="tns:dvs-switches" minOccurs="0"/>
354         <xs:element ref="tns:availability-zone" minOccurs="0"/>
355       </xs:sequence>
356     </xs:complexType>
357   </xs:element>
358   <xs:element name="sdn-zone-response">
359     <xs:complexType>
360       <xs:sequence>
361         <xs:element ref="tns:oam-networks" minOccurs="0"/>
362         <xs:element ref="tns:az-and-dvs-switches" minOccurs="0" maxOccurs="5000"/>
363       </xs:sequence>
364     </xs:complexType>
365   </xs:element>
366   <xs:element name="search">
367     <xs:complexType>
368       <xs:sequence>
369         <xs:element ref="tns:edge-tag-query-result" minOccurs="0"/>
370         <xs:element ref="tns:edge-tag-query-request" minOccurs="0"/>
371         <xs:element ref="tns:search-results" minOccurs="0"/>
372         <xs:element ref="tns:sdn-zone-response" minOccurs="0"/>
373       </xs:sequence>
374     </xs:complexType>
375   </xs:element>
376   <xs:element name="update-node-key">
377     <xs:complexType>
378       <xs:sequence>
379         <xs:element name="key-name" type="xs:string" minOccurs="0"/>
380         <xs:element name="key-value" type="xs:string" minOccurs="0"/>
381       </xs:sequence>
382     </xs:complexType>
383   </xs:element>
384   <xs:element name="action-data">
385     <xs:complexType>
386       <xs:sequence>
387         <xs:element name="property-name" type="xs:string" minOccurs="0"/>
388         <xs:element name="property-value" type="xs:string" minOccurs="0"/>
389       </xs:sequence>
390     </xs:complexType>
391   </xs:element>
392   <xs:element name="action">
393     <xs:complexType>
394       <xs:sequence>
395         <xs:element name="action-type" type="xs:string" minOccurs="0"/>
396         <xs:element ref="tns:action-data" minOccurs="0" maxOccurs="5000"/>
397       </xs:sequence>
398     </xs:complexType>
399   </xs:element>
400   <xs:element name="update">
401     <xs:complexType>
402       <xs:annotation>
403         <xs:appinfo>
404           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Serves a PATCH like function.  Does not enforce concurrency control.  Clear each usage with AAI team.",requiredProps="update-node-type")</annox:annotate>
405         </xs:appinfo>
406       </xs:annotation>
407       <xs:sequence>
408         <xs:element name="update-node-type" type="xs:string" minOccurs="0"/>
409         <xs:element ref="tns:update-node-key" minOccurs="0" maxOccurs="5000"/>
410         <xs:element name="update-node-uri" type="xs:string" minOccurs="0"/>
411         <xs:element ref="tns:action" minOccurs="0" maxOccurs="5000"/>
412       </xs:sequence>
413     </xs:complexType>
414   </xs:element>
415   <xs:element name="key-data">
416     <xs:complexType>
417       <xs:sequence>
418         <xs:element name="key-name" type="xs:string" minOccurs="0"/>
419         <xs:element name="key-value" type="xs:string" minOccurs="0"/>
420       </xs:sequence>
421     </xs:complexType>
422   </xs:element>
423   <xs:element name="notify">
424     <xs:complexType>
425       <xs:sequence>
426         <xs:element name="event-id" type="xs:string" minOccurs="0"/>
427         <xs:element name="node-type" type="xs:string" minOccurs="0"/>
428         <xs:element name="event-trigger" type="xs:string" minOccurs="0"/>
429         <xs:element ref="tns:key-data" minOccurs="0" maxOccurs="5000"/>
430         <xs:element name="selflink" type="xs:string" minOccurs="0"/>
431       </xs:sequence>
432     </xs:complexType>
433   </xs:element>
434   <xs:element name="actions">
435     <xs:complexType>
436       <xs:annotation>
437         <xs:appinfo>
438           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="APIs that are more action related than REST (e.g., notify, update).")</annox:annotate>
439         </xs:appinfo>
440       </xs:annotation>
441       <xs:sequence>
442         <xs:element ref="tns:update" minOccurs="0"/>
443         <xs:element ref="tns:notify" minOccurs="0"/>
444       </xs:sequence>
445     </xs:complexType>
446   </xs:element>
447   <xs:element name="ctag-pool">
448     <xs:complexType>
449       <xs:annotation>
450         <xs:appinfo>
451           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="A collection of C tags (vlan tags) grouped for a specific purpose.",indexedProps="availability-zone-name",dependentOn="complex",container="ctag-pools",uriTemplate="/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}",requiredProps="target-pe,availability-zone-name,ctag-pool-purpose")</annox:annotate>
452         </xs:appinfo>
453       </xs:annotation>
454       <xs:sequence>
455         <xs:element name="target-pe" type="xs:string" minOccurs="0">
456           <xs:annotation>
457             <xs:appinfo>
458               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="The Target provider edge router")</annox:annotate>
459             </xs:appinfo>
460           </xs:annotation>
461         </xs:element>
462         <xs:element name="availability-zone-name" type="xs:string" minOccurs="0">
463           <xs:annotation>
464             <xs:appinfo>
465               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Name of the availability zone")</annox:annotate>
466             </xs:appinfo>
467           </xs:annotation>
468         </xs:element>
469         <xs:element name="ctag-pool-purpose" type="xs:string" minOccurs="0">
470           <xs:annotation>
471             <xs:appinfo>
472               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Describes what the intended purpose of this pool is.")</annox:annotate>
473             </xs:appinfo>
474           </xs:annotation>
475         </xs:element>
476         <xs:element name="ctag-values" type="xs:string" minOccurs="0">
477           <xs:annotation>
478             <xs:appinfo>
479               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Comma separated list of ctags")</annox:annotate>
480             </xs:appinfo>
481           </xs:annotation>
482         </xs:element>
483         <xs:element name="resource-version" type="xs:string" minOccurs="0">
484           <xs:annotation>
485             <xs:appinfo>
486               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
487             </xs:appinfo>
488           </xs:annotation>
489         </xs:element>
490         <xs:element ref="tns:relationship-list" minOccurs="0"/>
491       </xs:sequence>
492     </xs:complexType>
493   </xs:element>
494   <xs:element name="ctag-pools">
495     <xs:complexType>
496       <xs:sequence>
497         <xs:element ref="tns:ctag-pool" minOccurs="0" maxOccurs="5000"/>
498       </xs:sequence>
499     </xs:complexType>
500   </xs:element>
501   <xs:element name="complex">
502     <xs:complexType>
503       <xs:annotation>
504         <xs:appinfo>
505           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of physical locations that can house cloud-regions.",indexedProps="identity-url,data-center-code,complex-name,physical-location-id",searchable="physical-location-id,data-center-code,complex-name,street1,street2,postal-code",uniqueProps="physical-location-id",container="complexes",namespace="cloud-infrastructure",uriTemplate="/cloud-infrastructure/complexes/complex/{physical-location-id}",requiredProps="physical-location-id,physical-location-type,street1,city,postal-code,country,region")</annox:annotate>
506         </xs:appinfo>
507       </xs:annotation>
508       <xs:sequence>
509         <xs:element name="physical-location-id" type="xs:string" minOccurs="0">
510           <xs:annotation>
511             <xs:appinfo>
512               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier for physical location, e.g., CLLI")</annox:annotate>
513             </xs:appinfo>
514           </xs:annotation>
515         </xs:element>
516         <xs:element name="data-center-code" type="xs:string" minOccurs="0">
517           <xs:annotation>
518             <xs:appinfo>
519               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Data center code which can be an alternate way to identify a complex")</annox:annotate>
520             </xs:appinfo>
521           </xs:annotation>
522         </xs:element>
523         <xs:element name="complex-name" type="xs:string" minOccurs="0">
524           <xs:annotation>
525             <xs:appinfo>
526               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Gamma complex name for LCP instance.")</annox:annotate>
527             </xs:appinfo>
528           </xs:annotation>
529         </xs:element>
530         <xs:element name="identity-url" type="xs:string" minOccurs="0">
531           <xs:annotation>
532             <xs:appinfo>
533               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL of the keystone identity service")</annox:annotate>
534             </xs:appinfo>
535           </xs:annotation>
536         </xs:element>
537         <xs:element name="resource-version" type="xs:string" minOccurs="0">
538           <xs:annotation>
539             <xs:appinfo>
540               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
541             </xs:appinfo>
542           </xs:annotation>
543         </xs:element>
544         <xs:element name="physical-location-type" type="xs:string" minOccurs="0">
545           <xs:annotation>
546             <xs:appinfo>
547               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Type, e.g., central office, data center.")</annox:annotate>
548             </xs:appinfo>
549           </xs:annotation>
550         </xs:element>
551         <xs:element name="street1" type="xs:string" minOccurs="0"/>
552         <xs:element name="street2" type="xs:string" minOccurs="0"/>
553         <xs:element name="city" type="xs:string" minOccurs="0"/>
554         <xs:element name="state" type="xs:string" minOccurs="0"/>
555         <xs:element name="postal-code" type="xs:string" minOccurs="0"/>
556         <xs:element name="country" type="xs:string" minOccurs="0"/>
557         <xs:element name="region" type="xs:string" minOccurs="0"/>
558         <xs:element name="latitude" type="xs:string" minOccurs="0"/>
559         <xs:element name="longitude" type="xs:string" minOccurs="0"/>
560         <xs:element name="elevation" type="xs:string" minOccurs="0"/>
561         <xs:element name="lata" type="xs:string" minOccurs="0"/>
562         <xs:element ref="tns:ctag-pools" minOccurs="0"/>
563         <xs:element ref="tns:relationship-list" minOccurs="0"/>
564       </xs:sequence>
565     </xs:complexType>
566   </xs:element>
567   <xs:element name="complexes">
568     <xs:complexType>
569       <xs:annotation>
570         <xs:appinfo>
571           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of physical locations that can house cloud-regions.")</annox:annotate>
572         </xs:appinfo>
573       </xs:annotation>
574       <xs:sequence>
575         <xs:element ref="tns:complex" minOccurs="0" maxOccurs="5000"/>
576       </xs:sequence>
577     </xs:complexType>
578   </xs:element>
579   <xs:element name="volume-group">
580     <xs:complexType>
581       <xs:annotation>
582         <xs:appinfo>
583           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Persistent block-level storage.",indexedProps="volume-group-name,vnf-type,heat-stack-id,volume-group-id",searchable="volume-group-id,volume-group-name",dependentOn="cloud-region",container="volume-groups",uriTemplate="/volume-groups/volume-group/{volume-group-id}",requiredProps="volume-group-id,vnf-type")</annox:annotate>
584         </xs:appinfo>
585       </xs:annotation>
586       <xs:sequence>
587         <xs:element name="volume-group-id" type="xs:string" minOccurs="0">
588           <xs:annotation>
589             <xs:appinfo>
590               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of volume-group.")</annox:annotate>
591             </xs:appinfo>
592           </xs:annotation>
593         </xs:element>
594         <xs:element name="volume-group-name" type="xs:string" minOccurs="0">
595           <xs:annotation>
596             <xs:appinfo>
597               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the volume group.")</annox:annotate>
598             </xs:appinfo>
599           </xs:annotation>
600         </xs:element>
601         <xs:element name="heat-stack-id" type="xs:string" minOccurs="0">
602           <xs:annotation>
603             <xs:appinfo>
604               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this volume-group")</annox:annotate>
605             </xs:appinfo>
606           </xs:annotation>
607         </xs:element>
608         <xs:element name="vnf-type" type="xs:string" minOccurs="0">
609           <xs:annotation>
610             <xs:appinfo>
611               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the SDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ONAP matures.")</annox:annotate>
612             </xs:appinfo>
613           </xs:annotation>
614         </xs:element>
615         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
616           <xs:annotation>
617             <xs:appinfo>
618               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this volume-group")</annox:annotate>
619             </xs:appinfo>
620           </xs:annotation>
621         </xs:element>
622         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
623           <xs:annotation>
624             <xs:appinfo>
625               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.")</annox:annotate>
626             </xs:appinfo>
627           </xs:annotation>
628         </xs:element>
629         <xs:element name="vf-module-model-customization-id" type="xs:string" minOccurs="0">
630           <xs:annotation>
631             <xs:appinfo>
632               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="helps relate the volume group to the vf-module whose components will require the volume group")</annox:annotate>
633             </xs:appinfo>
634           </xs:annotation>
635         </xs:element>
636         <xs:element name="resource-version" type="xs:string" minOccurs="0">
637           <xs:annotation>
638             <xs:appinfo>
639               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
640             </xs:appinfo>
641           </xs:annotation>
642         </xs:element>
643         <xs:element ref="tns:relationship-list" minOccurs="0"/>
644       </xs:sequence>
645     </xs:complexType>
646   </xs:element>
647   <xs:element name="volume-groups">
648     <xs:complexType>
649       <xs:annotation>
650         <xs:appinfo>
651           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of persistent block-level storage.")</annox:annotate>
652         </xs:appinfo>
653       </xs:annotation>
654       <xs:sequence>
655         <xs:element ref="tns:volume-group" minOccurs="0" maxOccurs="5000"/>
656       </xs:sequence>
657     </xs:complexType>
658   </xs:element>
659   <xs:element name="volume">
660     <xs:complexType>
661       <xs:annotation>
662         <xs:appinfo>
663           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Ephemeral Block storage volume.",indexedProps="volume-id",dependentOn="vserver",container="volumes",uriTemplate="/volumes/volume/{volume-id}",requiredProps="volume-id,volume-selflink")</annox:annotate>
664         </xs:appinfo>
665       </xs:annotation>
666       <xs:sequence>
667         <xs:element name="volume-id" type="xs:string" minOccurs="0">
668           <xs:annotation>
669             <xs:appinfo>
670               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of block storage volume relative to the vserver.")</annox:annotate>
671             </xs:appinfo>
672           </xs:annotation>
673         </xs:element>
674         <xs:element name="volume-selflink" type="xs:string" minOccurs="0">
675           <xs:annotation>
676             <xs:appinfo>
677               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
678             </xs:appinfo>
679           </xs:annotation>
680         </xs:element>
681         <xs:element name="resource-version" type="xs:string" minOccurs="0">
682           <xs:annotation>
683             <xs:appinfo>
684               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
685             </xs:appinfo>
686           </xs:annotation>
687         </xs:element>
688         <xs:element ref="tns:relationship-list" minOccurs="0"/>
689       </xs:sequence>
690     </xs:complexType>
691   </xs:element>
692   <xs:element name="volumes">
693     <xs:complexType>
694       <xs:annotation>
695         <xs:appinfo>
696           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of ephemeral Block storage volumes.")</annox:annotate>
697         </xs:appinfo>
698       </xs:annotation>
699       <xs:sequence>
700         <xs:element ref="tns:volume" minOccurs="0" maxOccurs="5000"/>
701       </xs:sequence>
702     </xs:complexType>
703   </xs:element>
704   <xs:element name="l3-interface-ipv4-address-list">
705     <xs:complexType>
706       <xs:annotation>
707         <xs:appinfo>
708           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface,vnfc,cp",uriTemplate="/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}",requiredProps="l3-interface-ipv4-address")</annox:annotate>
709         </xs:appinfo>
710       </xs:annotation>
711       <xs:sequence>
712         <xs:element name="l3-interface-ipv4-address" type="xs:string" minOccurs="0">
713           <xs:annotation>
714             <xs:appinfo>
715               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="IP address")</annox:annotate>
716             </xs:appinfo>
717           </xs:annotation>
718         </xs:element>
719         <xs:element name="l3-interface-ipv4-prefix-length" type="xs:unsignedInt" minOccurs="0">
720           <xs:annotation>
721             <xs:appinfo>
722               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prefix length, 32 for single address")</annox:annotate>
723             </xs:appinfo>
724           </xs:annotation>
725         </xs:element>
726         <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
727           <xs:annotation>
728             <xs:appinfo>
729               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
730             </xs:appinfo>
731           </xs:annotation>
732         </xs:element>
733         <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
734           <xs:annotation>
735             <xs:appinfo>
736               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
737             </xs:appinfo>
738           </xs:annotation>
739         </xs:element>
740         <xs:element name="is-floating" type="xs:boolean" minOccurs="0">
741           <xs:annotation>
742             <xs:appinfo>
743               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address")</annox:annotate>
744             </xs:appinfo>
745           </xs:annotation>
746         </xs:element>
747         <xs:element name="resource-version" type="xs:string" minOccurs="0">
748           <xs:annotation>
749             <xs:appinfo>
750               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
751             </xs:appinfo>
752           </xs:annotation>
753         </xs:element>
754         <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
755           <xs:annotation>
756             <xs:appinfo>
757               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to")</annox:annotate>
758             </xs:appinfo>
759           </xs:annotation>
760         </xs:element>
761         <xs:element name="neutron-subnet-id" type="xs:string" minOccurs="0">
762           <xs:annotation>
763             <xs:appinfo>
764               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to")</annox:annotate>
765             </xs:appinfo>
766           </xs:annotation>
767         </xs:element>
768         <xs:element ref="tns:relationship-list" minOccurs="0"/>
769       </xs:sequence>
770     </xs:complexType>
771   </xs:element>
772   <xs:element name="l3-interface-ipv6-address-list">
773     <xs:complexType>
774       <xs:annotation>
775         <xs:appinfo>
776           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="vlan,l-interface,vnfc,cp",uriTemplate="/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}",requiredProps="l3-interface-ipv6-address")</annox:annotate>
777         </xs:appinfo>
778       </xs:annotation>
779       <xs:sequence>
780         <xs:element name="l3-interface-ipv6-address" type="xs:string" minOccurs="0">
781           <xs:annotation>
782             <xs:appinfo>
783               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="IP address")</annox:annotate>
784             </xs:appinfo>
785           </xs:annotation>
786         </xs:element>
787         <xs:element name="l3-interface-ipv6-prefix-length" type="xs:unsignedInt" minOccurs="0">
788           <xs:annotation>
789             <xs:appinfo>
790               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prefix length, 128 for single address")</annox:annotate>
791             </xs:appinfo>
792           </xs:annotation>
793         </xs:element>
794         <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
795           <xs:annotation>
796             <xs:appinfo>
797               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
798             </xs:appinfo>
799           </xs:annotation>
800         </xs:element>
801         <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
802           <xs:annotation>
803             <xs:appinfo>
804               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
805             </xs:appinfo>
806           </xs:annotation>
807         </xs:element>
808         <xs:element name="is-floating" type="xs:boolean" minOccurs="0">
809           <xs:annotation>
810             <xs:appinfo>
811               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address")</annox:annotate>
812             </xs:appinfo>
813           </xs:annotation>
814         </xs:element>
815         <xs:element name="resource-version" type="xs:string" minOccurs="0">
816           <xs:annotation>
817             <xs:appinfo>
818               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
819             </xs:appinfo>
820           </xs:annotation>
821         </xs:element>
822         <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
823           <xs:annotation>
824             <xs:appinfo>
825               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to")</annox:annotate>
826             </xs:appinfo>
827           </xs:annotation>
828         </xs:element>
829         <xs:element name="neutron-subnet-id" type="xs:string" minOccurs="0">
830           <xs:annotation>
831             <xs:appinfo>
832               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to")</annox:annotate>
833             </xs:appinfo>
834           </xs:annotation>
835         </xs:element>
836         <xs:element ref="tns:relationship-list" minOccurs="0"/>
837       </xs:sequence>
838     </xs:complexType>
839   </xs:element>
840   <xs:element name="vlan">
841     <xs:complexType>
842       <xs:annotation>
843         <xs:appinfo>
844           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Definition of vlan",indexedProps="vlan-interface,vlan-id-inner,vpn-key",dependentOn="l-interface",container="vlans",uriTemplate="/vlans/vlan/{vlan-interface}",requiredProps="vlan-interface,in-maint,is-ip-unnumbered")</annox:annotate>
845         </xs:appinfo>
846       </xs:annotation>
847       <xs:sequence>
848         <xs:element name="vlan-interface" type="xs:string" minOccurs="0">
849           <xs:annotation>
850             <xs:appinfo>
851               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="String that identifies the interface")</annox:annotate>
852             </xs:appinfo>
853           </xs:annotation>
854         </xs:element>
855         <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
856           <xs:annotation>
857             <xs:appinfo>
858               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
859             </xs:appinfo>
860           </xs:annotation>
861         </xs:element>
862         <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
863           <xs:annotation>
864             <xs:appinfo>
865               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
866             </xs:appinfo>
867           </xs:annotation>
868         </xs:element>
869         <xs:element name="resource-version" type="xs:string" minOccurs="0">
870           <xs:annotation>
871             <xs:appinfo>
872               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
873             </xs:appinfo>
874           </xs:annotation>
875         </xs:element>
876         <xs:element name="speed-value" type="xs:string" minOccurs="0">
877           <xs:annotation>
878             <xs:appinfo>
879               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed")</annox:annotate>
880             </xs:appinfo>
881           </xs:annotation>
882         </xs:element>
883         <xs:element name="speed-units" type="xs:string" minOccurs="0">
884           <xs:annotation>
885             <xs:appinfo>
886               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed")</annox:annotate>
887             </xs:appinfo>
888           </xs:annotation>
889         </xs:element>
890         <xs:element name="vlan-description" type="xs:string" minOccurs="0">
891           <xs:annotation>
892             <xs:appinfo>
893               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used to describe (the service associated with) the vlan")</annox:annotate>
894             </xs:appinfo>
895           </xs:annotation>
896         </xs:element>
897         <xs:element name="backdoor-connection" type="xs:string" minOccurs="0">
898           <xs:annotation>
899             <xs:appinfo>
900               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Whether customer is going to use this VLAN for backdoor connection to another customer premise device.")</annox:annotate>
901             </xs:appinfo>
902           </xs:annotation>
903         </xs:element>
904         <xs:element name="vpn-key" type="xs:string" minOccurs="0">
905           <xs:annotation>
906             <xs:appinfo>
907               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This indicates the customers VPN ID associated with this vlan")</annox:annotate>
908             </xs:appinfo>
909           </xs:annotation>
910         </xs:element>
911         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
912           <xs:annotation>
913             <xs:appinfo>
914               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.")</annox:annotate>
915             </xs:appinfo>
916           </xs:annotation>
917         </xs:element>
918         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
919           <xs:annotation>
920             <xs:appinfo>
921               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)")</annox:annotate>
922             </xs:appinfo>
923           </xs:annotation>
924         </xs:element>
925         <xs:element name="prov-status" type="xs:string" minOccurs="0">
926           <xs:annotation>
927             <xs:appinfo>
928               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prov Status of the VLAN configuration related to a logical interface. Valid values [PREPROV/NVTPROV/PROV].")</annox:annotate>
929             </xs:appinfo>
930           </xs:annotation>
931         </xs:element>
932         <xs:element name="is-ip-unnumbered" type="xs:boolean" minOccurs="0">
933           <xs:annotation>
934             <xs:appinfo>
935               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Flag indicating the interface uses the IP Unnumbered configuration.")</annox:annotate>
936             </xs:appinfo>
937           </xs:annotation>
938         </xs:element>
939         <xs:element name="is-private" type="xs:boolean" minOccurs="0">
940           <xs:annotation>
941             <xs:appinfo>
942               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Private VLAN indicator.")</annox:annotate>
943             </xs:appinfo>
944           </xs:annotation>
945         </xs:element>
946         <xs:element ref="tns:relationship-list" minOccurs="0"/>
947         <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="5000"/>
948         <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="5000"/>
949       </xs:sequence>
950     </xs:complexType>
951   </xs:element>
952   <xs:element name="vlans">
953     <xs:complexType>
954       <xs:sequence>
955         <xs:element ref="tns:vlan" minOccurs="0" maxOccurs="5000"/>
956       </xs:sequence>
957     </xs:complexType>
958   </xs:element>
959   <xs:element name="sriov-vf">
960     <xs:complexType>
961       <xs:annotation>
962         <xs:appinfo>
963           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="SR-IOV Virtual Function (not to be confused with virtual network function)",indexedProps="pci-id,vf-vlan-filter,vf-mac-filter,vf-vlan-strip,neutron-network-id",dependentOn="l-interface",container="sriov-vfs",uriTemplate="/sriov-vfs/sriov-vf/{pci-id}",requiredProps="pci-id")</annox:annotate>
964         </xs:appinfo>
965       </xs:annotation>
966       <xs:sequence>
967         <xs:element name="pci-id" type="xs:string" minOccurs="0">
968           <xs:annotation>
969             <xs:appinfo>
970               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="PCI ID used to identify the sriov-vf")</annox:annotate>
971             </xs:appinfo>
972           </xs:annotation>
973         </xs:element>
974         <xs:element name="vf-vlan-filter" type="xs:string" minOccurs="0">
975           <xs:annotation>
976             <xs:appinfo>
977               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.")</annox:annotate>
978             </xs:appinfo>
979           </xs:annotation>
980         </xs:element>
981         <xs:element name="vf-mac-filter" type="xs:string" minOccurs="0">
982           <xs:annotation>
983             <xs:appinfo>
984               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.")</annox:annotate>
985             </xs:appinfo>
986           </xs:annotation>
987         </xs:element>
988         <xs:element name="vf-vlan-strip" type="xs:boolean" minOccurs="0">
989           <xs:annotation>
990             <xs:appinfo>
991               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.")</annox:annotate>
992             </xs:appinfo>
993           </xs:annotation>
994         </xs:element>
995         <xs:element name="vf-vlan-anti-spoof-check" type="xs:boolean" minOccurs="0">
996           <xs:annotation>
997             <xs:appinfo>
998               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="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.")</annox:annotate>
999             </xs:appinfo>
1000           </xs:annotation>
1001         </xs:element>
1002         <xs:element name="vf-mac-anti-spoof-check" type="xs:boolean" minOccurs="0">
1003           <xs:annotation>
1004             <xs:appinfo>
1005               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="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.")</annox:annotate>
1006             </xs:appinfo>
1007           </xs:annotation>
1008         </xs:element>
1009         <xs:element name="vf-mirrors" type="xs:string" minOccurs="0">
1010           <xs:annotation>
1011             <xs:appinfo>
1012               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.")</annox:annotate>
1013             </xs:appinfo>
1014           </xs:annotation>
1015         </xs:element>
1016         <xs:element name="vf-broadcast-allow" type="xs:boolean" minOccurs="0">
1017           <xs:annotation>
1018             <xs:appinfo>
1019               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM")</annox:annotate>
1020             </xs:appinfo>
1021           </xs:annotation>
1022         </xs:element>
1023         <xs:element name="vf-unknown-multicast-allow" type="xs:boolean" minOccurs="0">
1024           <xs:annotation>
1025             <xs:appinfo>
1026               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM")</annox:annotate>
1027             </xs:appinfo>
1028           </xs:annotation>
1029         </xs:element>
1030         <xs:element name="vf-unknown-unicast-allow" type="xs:boolean" minOccurs="0">
1031           <xs:annotation>
1032             <xs:appinfo>
1033               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM")</annox:annotate>
1034             </xs:appinfo>
1035           </xs:annotation>
1036         </xs:element>
1037         <xs:element name="vf-insert-stag" type="xs:boolean" minOccurs="0">
1038           <xs:annotation>
1039             <xs:appinfo>
1040               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This option, if set to true, instructs to insert outer tag after traffic comes out of VM.")</annox:annotate>
1041             </xs:appinfo>
1042           </xs:annotation>
1043         </xs:element>
1044         <xs:element name="vf-link-status" type="xs:string" minOccurs="0">
1045           <xs:annotation>
1046             <xs:appinfo>
1047               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This option is used to set the link status.  Valid values as of 1607 are on, off, and auto.")</annox:annotate>
1048             </xs:appinfo>
1049           </xs:annotation>
1050         </xs:element>
1051         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1052           <xs:annotation>
1053             <xs:appinfo>
1054               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1055             </xs:appinfo>
1056           </xs:annotation>
1057         </xs:element>
1058         <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
1059           <xs:annotation>
1060             <xs:appinfo>
1061               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron network id of the interface")</annox:annotate>
1062             </xs:appinfo>
1063           </xs:annotation>
1064         </xs:element>
1065         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1066       </xs:sequence>
1067     </xs:complexType>
1068   </xs:element>
1069   <xs:element name="sriov-vfs">
1070     <xs:complexType>
1071       <xs:annotation>
1072         <xs:appinfo>
1073           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of SR-IOV Virtual Functions.")</annox:annotate>
1074         </xs:appinfo>
1075       </xs:annotation>
1076       <xs:sequence>
1077         <xs:element ref="tns:sriov-vf" minOccurs="0" maxOccurs="5000"/>
1078       </xs:sequence>
1079     </xs:complexType>
1080   </xs:element>
1081   <xs:element name="l-interface">
1082     <xs:complexType>
1083       <xs:annotation>
1084         <xs:appinfo>
1085           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Logical interfaces, e.g., a vnic.",indexedProps="macaddr,interface-id,interface-name,network-name",dependentOn="generic-vnf,newvce,p-interface,vserver,lag-interface,l-interface",container="l-interfaces",uriTemplate="/l-interfaces/l-interface/{interface-name}",requiredProps="interface-name,is-port-mirrored,in-maint,is-ip-unnumbered")</annox:annotate>
1086         </xs:appinfo>
1087       </xs:annotation>
1088       <xs:sequence>
1089         <xs:element name="interface-name" type="xs:string" minOccurs="0">
1090           <xs:annotation>
1091             <xs:appinfo>
1092               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Name given to the interface")</annox:annotate>
1093             </xs:appinfo>
1094           </xs:annotation>
1095         </xs:element>
1096         <xs:element name="interface-role" type="xs:string" minOccurs="0">
1097           <xs:annotation>
1098             <xs:appinfo>
1099               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="E.g., CUSTOMER, UPLINK, etc.")</annox:annotate>
1100             </xs:appinfo>
1101           </xs:annotation>
1102         </xs:element>
1103         <xs:element name="v6-wan-link-ip" type="xs:string" minOccurs="0">
1104           <xs:annotation>
1105             <xs:appinfo>
1106               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.")</annox:annotate>
1107             </xs:appinfo>
1108           </xs:annotation>
1109         </xs:element>
1110         <xs:element name="selflink" type="xs:string" minOccurs="0">
1111           <xs:annotation>
1112             <xs:appinfo>
1113               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
1114             </xs:appinfo>
1115           </xs:annotation>
1116         </xs:element>
1117         <xs:element name="interface-id" type="xs:string" minOccurs="0">
1118           <xs:annotation>
1119             <xs:appinfo>
1120               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ID of interface")</annox:annotate>
1121             </xs:appinfo>
1122           </xs:annotation>
1123         </xs:element>
1124         <xs:element name="macaddr" type="xs:string" minOccurs="0">
1125           <xs:annotation>
1126             <xs:appinfo>
1127               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="MAC address for the interface")</annox:annotate>
1128             </xs:appinfo>
1129           </xs:annotation>
1130         </xs:element>
1131         <xs:element name="network-name" type="xs:string" minOccurs="0">
1132           <xs:annotation>
1133             <xs:appinfo>
1134               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the network")</annox:annotate>
1135             </xs:appinfo>
1136           </xs:annotation>
1137         </xs:element>
1138         <xs:element name="management-option" type="xs:string" minOccurs="0">
1139           <xs:annotation>
1140             <xs:appinfo>
1141               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Whether A&amp;AI should be managing this interface of not. Could have value like CUSTOMER")</annox:annotate>
1142             </xs:appinfo>
1143           </xs:annotation>
1144         </xs:element>
1145         <xs:element name="interface-description" type="xs:string" minOccurs="0">
1146           <xs:annotation>
1147             <xs:appinfo>
1148               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Human friendly text regarding this interface.")</annox:annotate>
1149             </xs:appinfo>
1150           </xs:annotation>
1151         </xs:element>
1152         <xs:element name="is-port-mirrored" type="xs:boolean" minOccurs="0">
1153           <xs:annotation>
1154             <xs:appinfo>
1155               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not port is a mirrored.")</annox:annotate>
1156             </xs:appinfo>
1157           </xs:annotation>
1158         </xs:element>
1159         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1160           <xs:annotation>
1161             <xs:appinfo>
1162               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1163             </xs:appinfo>
1164           </xs:annotation>
1165         </xs:element>
1166         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
1167           <xs:annotation>
1168             <xs:appinfo>
1169               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)")</annox:annotate>
1170             </xs:appinfo>
1171           </xs:annotation>
1172         </xs:element>
1173         <xs:element name="prov-status" type="xs:string" minOccurs="0">
1174           <xs:annotation>
1175             <xs:appinfo>
1176               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prov Status of the logical interface. Valid values [PREPROV/NVTPROV/PROV].")</annox:annotate>
1177             </xs:appinfo>
1178           </xs:annotation>
1179         </xs:element>
1180         <xs:element name="is-ip-unnumbered" type="xs:boolean" minOccurs="0">
1181           <xs:annotation>
1182             <xs:appinfo>
1183               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Flag indicating the interface uses the IP Unnumbered configuration.")</annox:annotate>
1184             </xs:appinfo>
1185           </xs:annotation>
1186         </xs:element>
1187         <xs:element name="allowed-address-pairs" type="xs:string" minOccurs="0">
1188           <xs:annotation>
1189             <xs:appinfo>
1190               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Freeform field for storing an ip address, list of ip addresses or a subnet block.")</annox:annotate>
1191             </xs:appinfo>
1192           </xs:annotation>
1193         </xs:element>
1194         <xs:element name="priority" type="xs:int" minOccurs="0">
1195           <xs:annotation>
1196             <xs:appinfo>
1197               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Priority used for fail-over. Valid values 1-1024, with 1 being the highest priority.")</annox:annotate>
1198             </xs:appinfo>
1199           </xs:annotation>
1200         </xs:element>
1201         <xs:element ref="tns:vlans" minOccurs="0"/>
1202         <xs:element ref="tns:sriov-vfs" minOccurs="0"/>
1203         <xs:element ref="tns:l-interfaces" minOccurs="0"/>
1204         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1205         <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="5000"/>
1206         <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="5000"/>
1207         <xs:element name="admin-status" type="xs:string" minOccurs="0">
1208           <xs:annotation>
1209             <xs:appinfo>
1210               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Administrative status of the interface. Valid values are 'up', 'down', or 'testing'.")</annox:annotate>
1211             </xs:appinfo>
1212           </xs:annotation>
1213         </xs:element>
1214       </xs:sequence>
1215     </xs:complexType>
1216   </xs:element>
1217   <xs:element name="l-interfaces">
1218     <xs:complexType>
1219       <xs:annotation>
1220         <xs:appinfo>
1221           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of logical interfaces.")</annox:annotate>
1222         </xs:appinfo>
1223       </xs:annotation>
1224       <xs:sequence>
1225         <xs:element ref="tns:l-interface" minOccurs="0" maxOccurs="5000"/>
1226       </xs:sequence>
1227     </xs:complexType>
1228   </xs:element>
1229   <xs:element name="vserver">
1230     <xs:complexType>
1231       <xs:annotation>
1232         <xs:appinfo>
1233           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Virtual Servers, aka virtual machine or VM.",nameProps="vserver-name",indexedProps="is-closed-loop-disabled,prov-status,vserver-name,vserver-id,in-maint,vserver-name2",searchable="vserver-id,vserver-name,vserver-name2",dependentOn="tenant",container="vservers",uriTemplate="/vservers/vserver/{vserver-id}",requiredProps="vserver-id,vserver-name,vserver-selflink,in-maint,is-closed-loop-disabled")</annox:annotate>
1234         </xs:appinfo>
1235       </xs:annotation>
1236       <xs:sequence>
1237         <xs:element name="vserver-id" type="xs:string" minOccurs="0">
1238           <xs:annotation>
1239             <xs:appinfo>
1240               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier for this vserver relative to its tenant")</annox:annotate>
1241             </xs:appinfo>
1242           </xs:annotation>
1243         </xs:element>
1244         <xs:element name="vserver-name" type="xs:string" minOccurs="0">
1245           <xs:annotation>
1246             <xs:appinfo>
1247               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of vserver")</annox:annotate>
1248             </xs:appinfo>
1249           </xs:annotation>
1250         </xs:element>
1251         <xs:element name="vserver-name2" type="xs:string" minOccurs="0">
1252           <xs:annotation>
1253             <xs:appinfo>
1254               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Alternative name of vserver")</annox:annotate>
1255             </xs:appinfo>
1256           </xs:annotation>
1257         </xs:element>
1258         <xs:element name="prov-status" type="xs:string" minOccurs="0">
1259           <xs:annotation>
1260             <xs:appinfo>
1261               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.")</annox:annotate>
1262             </xs:appinfo>
1263           </xs:annotation>
1264         </xs:element>
1265         <xs:element name="vserver-selflink" type="xs:string" minOccurs="0">
1266           <xs:annotation>
1267             <xs:appinfo>
1268               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
1269             </xs:appinfo>
1270           </xs:annotation>
1271         </xs:element>
1272         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
1273           <xs:annotation>
1274             <xs:appinfo>
1275               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="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.")</annox:annotate>
1276             </xs:appinfo>
1277           </xs:annotation>
1278         </xs:element>
1279         <xs:element name="is-closed-loop-disabled" type="xs:boolean" minOccurs="0">
1280           <xs:annotation>
1281             <xs:appinfo>
1282               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether closed loop function is enabled on this node")</annox:annotate>
1283             </xs:appinfo>
1284           </xs:annotation>
1285         </xs:element>
1286         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1287           <xs:annotation>
1288             <xs:appinfo>
1289               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1290             </xs:appinfo>
1291           </xs:annotation>
1292         </xs:element>
1293         <xs:element ref="tns:volumes" minOccurs="0"/>
1294         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1295         <xs:element ref="tns:l-interfaces" minOccurs="0"/>
1296       </xs:sequence>
1297     </xs:complexType>
1298   </xs:element>
1299   <xs:element name="vservers">
1300     <xs:complexType>
1301       <xs:annotation>
1302         <xs:appinfo>
1303           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of virtual Servers, aka virtual machines or VMs.")</annox:annotate>
1304         </xs:appinfo>
1305       </xs:annotation>
1306       <xs:sequence>
1307         <xs:element ref="tns:vserver" minOccurs="0" maxOccurs="5000"/>
1308       </xs:sequence>
1309     </xs:complexType>
1310   </xs:element>
1311   <xs:element name="nos-server">
1312     <xs:complexType>
1313       <xs:annotation>
1314         <xs:appinfo>
1315           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="nos-server is the execution environment that will have images, certain versions of VNOS, running on it.",indexedProps="nos-server-id",dependentOn="tenant",nameProps="nos-server-name",container="nos-servers",uriTemplate="/nos-servers/nos-server/{nos-server-id}",requiredProps="nos-server-id,nos-server-name,vendor,nos-server-selflink,in-maint")</annox:annotate>
1316         </xs:appinfo>
1317       </xs:annotation>
1318       <xs:sequence>
1319         <xs:element name="nos-server-id" type="xs:string" minOccurs="0">
1320           <xs:annotation>
1321             <xs:appinfo>
1322               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier for this nos relative to its tenant")</annox:annotate>
1323             </xs:appinfo>
1324           </xs:annotation>
1325         </xs:element>
1326         <xs:element name="nos-server-name" type="xs:string" minOccurs="0">
1327           <xs:annotation>
1328             <xs:appinfo>
1329               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of nos")</annox:annotate>
1330             </xs:appinfo>
1331           </xs:annotation>
1332         </xs:element>
1333         <xs:element name="vendor" type="xs:string" minOccurs="0">
1334           <xs:annotation>
1335             <xs:appinfo>
1336               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="uCPE vendor")</annox:annotate>
1337             </xs:appinfo>
1338           </xs:annotation>
1339         </xs:element>
1340         <xs:element name="prov-status" type="xs:string" minOccurs="0">
1341           <xs:annotation>
1342             <xs:appinfo>
1343               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.")</annox:annotate>
1344             </xs:appinfo>
1345           </xs:annotation>
1346         </xs:element>
1347         <xs:element name="nos-server-selflink" type="xs:string" minOccurs="0">
1348           <xs:annotation>
1349             <xs:appinfo>
1350               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
1351             </xs:appinfo>
1352           </xs:annotation>
1353         </xs:element>
1354         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
1355           <xs:annotation>
1356             <xs:appinfo>
1357               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="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.")</annox:annotate>
1358             </xs:appinfo>
1359           </xs:annotation>
1360         </xs:element>
1361         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1362           <xs:annotation>
1363             <xs:appinfo>
1364               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1365             </xs:appinfo>
1366           </xs:annotation>
1367         </xs:element>
1368         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1369       </xs:sequence>
1370     </xs:complexType>
1371   </xs:element>
1372   <xs:element name="nos-servers">
1373     <xs:complexType>
1374       <xs:annotation>
1375         <xs:appinfo>
1376           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="nos-server is the execution environment that will have images, certain versions of VNOS, running on it.")</annox:annotate>
1377         </xs:appinfo>
1378       </xs:annotation>
1379       <xs:sequence>
1380         <xs:element ref="tns:nos-server" minOccurs="0" maxOccurs="5000"/>
1381       </xs:sequence>
1382     </xs:complexType>
1383   </xs:element>
1384   <xs:element name="tenant">
1385     <xs:complexType>
1386       <xs:annotation>
1387         <xs:appinfo>
1388           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Openstack tenant",nameProps="tenant-name",indexedProps="tenant-name,tenant-id,tenant-context",searchable="tenant-id,tenant-name",dependentOn="cloud-region",container="tenants",uriTemplate="/tenants/tenant/{tenant-id}",requiredProps="tenant-id,tenant-name")</annox:annotate>
1389         </xs:appinfo>
1390       </xs:annotation>
1391       <xs:sequence>
1392         <xs:element name="tenant-id" type="xs:string" minOccurs="0">
1393           <xs:annotation>
1394             <xs:appinfo>
1395               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id relative to the cloud-region.")</annox:annotate>
1396             </xs:appinfo>
1397           </xs:annotation>
1398         </xs:element>
1399         <xs:element name="tenant-name" type="xs:string" minOccurs="0">
1400           <xs:annotation>
1401             <xs:appinfo>
1402               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Readable name of tenant")</annox:annotate>
1403             </xs:appinfo>
1404           </xs:annotation>
1405         </xs:element>
1406         <xs:element name="tenant-context" type="xs:string" minOccurs="0">
1407           <xs:annotation>
1408             <xs:appinfo>
1409               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This field will store the tenant context.")</annox:annotate>
1410             </xs:appinfo>
1411           </xs:annotation>
1412         </xs:element>
1413         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1414           <xs:annotation>
1415             <xs:appinfo>
1416               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1417             </xs:appinfo>
1418           </xs:annotation>
1419         </xs:element>
1420         <xs:element ref="tns:vservers" minOccurs="0"/>
1421         <xs:element ref="tns:nos-servers" minOccurs="0"/>
1422         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1423       </xs:sequence>
1424     </xs:complexType>
1425   </xs:element>
1426   <xs:element name="tenants">
1427     <xs:complexType>
1428       <xs:annotation>
1429         <xs:appinfo>
1430           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of openstack tenants.")</annox:annotate>
1431         </xs:appinfo>
1432       </xs:annotation>
1433       <xs:sequence>
1434         <xs:element ref="tns:tenant" minOccurs="0" maxOccurs="5000"/>
1435       </xs:sequence>
1436     </xs:complexType>
1437   </xs:element>
1438   <xs:element name="hpa-feature-attributes">
1439     <xs:complexType>
1440       <xs:annotation>
1441         <xs:appinfo>
1442           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="HPA Capability Feature attributes",indexedProps="hpa-attribute-key",dependentOn="hpa-capability",requiredProps="hpa-attribute-key")</annox:annotate>
1443         </xs:appinfo>
1444       </xs:annotation>
1445       <xs:sequence>
1446         <xs:element name="hpa-attribute-key" type="xs:string" minOccurs="0">
1447           <xs:annotation>
1448             <xs:appinfo>
1449               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="name of the specific HPA attribute")</annox:annotate>
1450             </xs:appinfo>
1451           </xs:annotation>
1452         </xs:element>
1453         <xs:element name="hpa-attribute-value" type="xs:string" minOccurs="0">
1454           <xs:annotation>
1455             <xs:appinfo>
1456               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="JSON string specifying the value, unit and type of the specific HPA attribute")</annox:annotate>
1457             </xs:appinfo>
1458           </xs:annotation>
1459         </xs:element>
1460         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1461           <xs:annotation>
1462             <xs:appinfo>
1463               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1464             </xs:appinfo>
1465           </xs:annotation>
1466         </xs:element>
1467         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1468       </xs:sequence>
1469     </xs:complexType>
1470   </xs:element>
1471   <xs:element name="hpa-capability">
1472     <xs:complexType>
1473       <xs:annotation>
1474         <xs:appinfo>
1475           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Represents a HPA capability",indexedProps="hpa-feature,architecture,hpa-capability-id",dependentOn="flavor,cloud-region",container="hpa-capabilities",requiredProps="hpa-capability-id,hpa-feature",uriTemplate="/hpa-capabilities/hpa-capability/{hpa-capability-id}")</annox:annotate>
1476         </xs:appinfo>
1477       </xs:annotation>
1478       <xs:sequence>
1479         <xs:element name="hpa-capability-id" type="xs:string" minOccurs="0">
1480           <xs:annotation>
1481             <xs:appinfo>
1482               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="UUID to uniquely identify a HPA capability")</annox:annotate>
1483             </xs:appinfo>
1484           </xs:annotation>
1485         </xs:element>
1486         <xs:element name="hpa-feature" type="xs:string" minOccurs="0">
1487           <xs:annotation>
1488             <xs:appinfo>
1489               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the HPACapability")</annox:annotate>
1490             </xs:appinfo>
1491           </xs:annotation>
1492         </xs:element>
1493         <xs:element name="hpa-version" type="xs:string" minOccurs="0">
1494           <xs:annotation>
1495             <xs:appinfo>
1496               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="HPA schema version")</annox:annotate>
1497             </xs:appinfo>
1498           </xs:annotation>
1499         </xs:element>
1500         <xs:element name="architecture" type="xs:string" minOccurs="0">
1501           <xs:annotation>
1502             <xs:appinfo>
1503               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Hardware architecture")</annox:annotate>
1504             </xs:appinfo>
1505           </xs:annotation>
1506         </xs:element>
1507         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1508           <xs:annotation>
1509             <xs:appinfo>
1510               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1511             </xs:appinfo>
1512           </xs:annotation>
1513         </xs:element>
1514         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1515         <xs:element ref="tns:hpa-feature-attributes" minOccurs="0" maxOccurs="5000"/>
1516       </xs:sequence>
1517     </xs:complexType>
1518   </xs:element>
1519   <xs:element name="hpa-capabilities">
1520     <xs:complexType>
1521       <xs:annotation>
1522         <xs:appinfo>
1523           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of HPA Capabilities")</annox:annotate>
1524         </xs:appinfo>
1525       </xs:annotation>
1526       <xs:sequence>
1527         <xs:element ref="tns:hpa-capability" minOccurs="0" maxOccurs="5000"/>
1528       </xs:sequence>
1529     </xs:complexType>
1530   </xs:element>
1531   <xs:element name="flavor">
1532     <xs:complexType>
1533       <xs:annotation>
1534         <xs:appinfo>
1535           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Openstack flavor.",nameProps="flavor-name",indexedProps="flavor-name,flavor-id",dependentOn="cloud-region",container="flavors",uriTemplate="/flavors/flavor/{flavor-id}",requiredProps="flavor-id,flavor-name,flavor-selflink")</annox:annotate>
1536         </xs:appinfo>
1537       </xs:annotation>
1538       <xs:sequence>
1539         <xs:element name="flavor-id" type="xs:string" minOccurs="0">
1540           <xs:annotation>
1541             <xs:appinfo>
1542               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Flavor id, expected to be unique across cloud-region.")</annox:annotate>
1543             </xs:appinfo>
1544           </xs:annotation>
1545         </xs:element>
1546         <xs:element name="flavor-name" type="xs:string" minOccurs="0">
1547           <xs:annotation>
1548             <xs:appinfo>
1549               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Cloud Region Flavor name")</annox:annotate>
1550             </xs:appinfo>
1551           </xs:annotation>
1552         </xs:element>
1553         <xs:element name="flavor-vcpus" type="xs:int" minOccurs="0">
1554           <xs:annotation>
1555             <xs:appinfo>
1556               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Number of CPUs")</annox:annotate>
1557             </xs:appinfo>
1558           </xs:annotation>
1559         </xs:element>
1560         <xs:element name="flavor-ram" type="xs:int" minOccurs="0">
1561           <xs:annotation>
1562             <xs:appinfo>
1563               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Amount of memory")</annox:annotate>
1564             </xs:appinfo>
1565           </xs:annotation>
1566         </xs:element>
1567         <xs:element name="flavor-disk" type="xs:int" minOccurs="0">
1568           <xs:annotation>
1569             <xs:appinfo>
1570               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Disk space")</annox:annotate>
1571             </xs:appinfo>
1572           </xs:annotation>
1573         </xs:element>
1574         <xs:element name="flavor-ephemeral" type="xs:int" minOccurs="0">
1575           <xs:annotation>
1576             <xs:appinfo>
1577               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Amount of ephemeral disk space")</annox:annotate>
1578             </xs:appinfo>
1579           </xs:annotation>
1580         </xs:element>
1581         <xs:element name="flavor-swap" type="xs:string" minOccurs="0">
1582           <xs:annotation>
1583             <xs:appinfo>
1584               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="amount of swap space allocation")</annox:annotate>
1585             </xs:appinfo>
1586           </xs:annotation>
1587         </xs:element>
1588         <xs:element name="flavor-is-public" type="xs:boolean" minOccurs="0">
1589           <xs:annotation>
1590             <xs:appinfo>
1591               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="whether flavor is available to all users or private to the tenant it was created in.")</annox:annotate>
1592             </xs:appinfo>
1593           </xs:annotation>
1594         </xs:element>
1595         <xs:element name="flavor-selflink" type="xs:string" minOccurs="0">
1596           <xs:annotation>
1597             <xs:appinfo>
1598               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
1599             </xs:appinfo>
1600           </xs:annotation>
1601         </xs:element>
1602         <xs:element name="flavor-disabled" type="xs:boolean" minOccurs="0">
1603           <xs:annotation>
1604             <xs:appinfo>
1605               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Boolean as to whether this flavor is no longer enabled")</annox:annotate>
1606             </xs:appinfo>
1607           </xs:annotation>
1608         </xs:element>
1609         <xs:element ref="tns:hpa-capabilities" minOccurs="0">
1610           <xs:annotation>
1611             <xs:appinfo>
1612               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="List of flavor specific HPA Capabilities")</annox:annotate>
1613             </xs:appinfo>
1614           </xs:annotation>
1615         </xs:element>
1616         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1617           <xs:annotation>
1618             <xs:appinfo>
1619               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1620             </xs:appinfo>
1621           </xs:annotation>
1622         </xs:element>
1623         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1624       </xs:sequence>
1625     </xs:complexType>
1626   </xs:element>
1627   <xs:element name="flavors">
1628     <xs:complexType>
1629       <xs:annotation>
1630         <xs:appinfo>
1631           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of openstack flavors.")</annox:annotate>
1632         </xs:appinfo>
1633       </xs:annotation>
1634       <xs:sequence>
1635         <xs:element ref="tns:flavor" minOccurs="0" maxOccurs="5000"/>
1636       </xs:sequence>
1637     </xs:complexType>
1638   </xs:element>
1639   <xs:element name="group-assignment">
1640     <xs:complexType>
1641       <xs:annotation>
1642         <xs:appinfo>
1643           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Openstack group-assignment used to store exclusivity groups (EG).",nameProps="group-name",indexedProps="group-id,group-type,group-name",searchable="group-id,group-name",dependentOn="cloud-region",container="group-assignments",uriTemplate="/group-assignments/group-assignment/{group-id}",requiredProps="group-id,group-type,group-name")</annox:annotate>
1644         </xs:appinfo>
1645       </xs:annotation>
1646       <xs:sequence>
1647         <xs:element name="group-id" type="xs:string" minOccurs="0">
1648           <xs:annotation>
1649             <xs:appinfo>
1650               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Group id, expected to be unique across cloud-region.")</annox:annotate>
1651             </xs:appinfo>
1652           </xs:annotation>
1653         </xs:element>
1654         <xs:element name="group-type" type="xs:string" minOccurs="0">
1655           <xs:annotation>
1656             <xs:appinfo>
1657               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Group type - the type of group this instance refers to")</annox:annotate>
1658             </xs:appinfo>
1659           </xs:annotation>
1660         </xs:element>
1661         <xs:element name="group-name" type="xs:string" minOccurs="0">
1662           <xs:annotation>
1663             <xs:appinfo>
1664               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Group name - name assigned to the group")</annox:annotate>
1665             </xs:appinfo>
1666           </xs:annotation>
1667         </xs:element>
1668         <xs:element name="group-description" type="xs:string" minOccurs="0">
1669           <xs:annotation>
1670             <xs:appinfo>
1671               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Group description - description of the group")</annox:annotate>
1672             </xs:appinfo>
1673           </xs:annotation>
1674         </xs:element>
1675         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1676           <xs:annotation>
1677             <xs:appinfo>
1678               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1679             </xs:appinfo>
1680           </xs:annotation>
1681         </xs:element>
1682         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1683       </xs:sequence>
1684     </xs:complexType>
1685   </xs:element>
1686   <xs:element name="group-assignments">
1687     <xs:complexType>
1688       <xs:annotation>
1689         <xs:appinfo>
1690           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of openstack group assignments")</annox:annotate>
1691         </xs:appinfo>
1692       </xs:annotation>
1693       <xs:sequence>
1694         <xs:element ref="tns:group-assignment" minOccurs="0" maxOccurs="5000"/>
1695       </xs:sequence>
1696     </xs:complexType>
1697   </xs:element>
1698   <xs:element name="snapshot">
1699     <xs:complexType>
1700       <xs:annotation>
1701         <xs:appinfo>
1702           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Openstack snapshot",nameProps="snapshot-name",uniqueProps="snapshot-id",indexedProps="application,snapshot-name,application-vendor,snapshot-id,application-version,prev-snapshot-id",dependentOn="cloud-region",container="snapshots",uriTemplate="/snapshots/snapshot/{snapshot-id}",requiredProps="snapshot-id")</annox:annotate>
1703         </xs:appinfo>
1704       </xs:annotation>
1705       <xs:sequence>
1706         <xs:element name="snapshot-id" type="xs:string" minOccurs="0">
1707           <xs:annotation>
1708             <xs:appinfo>
1709               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Snapshot id, this is the key UUID assoc associated in glance with the snapshots.")</annox:annotate>
1710             </xs:appinfo>
1711           </xs:annotation>
1712         </xs:element>
1713         <xs:element name="snapshot-name" type="xs:string" minOccurs="0">
1714           <xs:annotation>
1715             <xs:appinfo>
1716               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Snapshot name")</annox:annotate>
1717             </xs:appinfo>
1718           </xs:annotation>
1719         </xs:element>
1720         <xs:element name="snapshot-architecture" type="xs:string" minOccurs="0">
1721           <xs:annotation>
1722             <xs:appinfo>
1723               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Operating system architecture")</annox:annotate>
1724             </xs:appinfo>
1725           </xs:annotation>
1726         </xs:element>
1727         <xs:element name="snapshot-os-distro" type="xs:string" minOccurs="0">
1728           <xs:annotation>
1729             <xs:appinfo>
1730               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase")</annox:annotate>
1731             </xs:appinfo>
1732           </xs:annotation>
1733         </xs:element>
1734         <xs:element name="snapshot-os-version" type="xs:string" minOccurs="0">
1735           <xs:annotation>
1736             <xs:appinfo>
1737               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The operating system version as specified by the distributor.")</annox:annotate>
1738             </xs:appinfo>
1739           </xs:annotation>
1740         </xs:element>
1741         <xs:element name="application" type="xs:string" minOccurs="0">
1742           <xs:annotation>
1743             <xs:appinfo>
1744               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The application that the image instantiates.")</annox:annotate>
1745             </xs:appinfo>
1746           </xs:annotation>
1747         </xs:element>
1748         <xs:element name="application-vendor" type="xs:string" minOccurs="0">
1749           <xs:annotation>
1750             <xs:appinfo>
1751               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The vendor of the application.")</annox:annotate>
1752             </xs:appinfo>
1753           </xs:annotation>
1754         </xs:element>
1755         <xs:element name="application-version" type="xs:string" minOccurs="0">
1756           <xs:annotation>
1757             <xs:appinfo>
1758               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The version of the application.")</annox:annotate>
1759             </xs:appinfo>
1760           </xs:annotation>
1761         </xs:element>
1762         <xs:element name="snapshot-selflink" type="xs:string" minOccurs="0">
1763           <xs:annotation>
1764             <xs:appinfo>
1765               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
1766             </xs:appinfo>
1767           </xs:annotation>
1768         </xs:element>
1769         <xs:element name="prev-snapshot-id" type="xs:string" minOccurs="0">
1770           <xs:annotation>
1771             <xs:appinfo>
1772               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This field contains the UUID of the previous snapshot (if any).")</annox:annotate>
1773             </xs:appinfo>
1774           </xs:annotation>
1775         </xs:element>
1776         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1777           <xs:annotation>
1778             <xs:appinfo>
1779               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1780             </xs:appinfo>
1781           </xs:annotation>
1782         </xs:element>
1783         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1784       </xs:sequence>
1785     </xs:complexType>
1786   </xs:element>
1787   <xs:element name="snapshots">
1788     <xs:complexType>
1789       <xs:annotation>
1790         <xs:appinfo>
1791           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of openstack snapshots")</annox:annotate>
1792         </xs:appinfo>
1793       </xs:annotation>
1794       <xs:sequence>
1795         <xs:element ref="tns:snapshot" minOccurs="0" maxOccurs="5000"/>
1796       </xs:sequence>
1797     </xs:complexType>
1798   </xs:element>
1799   <xs:element name="metadatum">
1800     <xs:complexType>
1801       <xs:annotation>
1802         <xs:appinfo>
1803           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Key/value pairs",indexedProps="metaname",dependentOn="tenant,image,service-instance,connector,model",container="metadata",uriTemplate="/metadata/metadatum/{metaname}",requiredProps="metaname,metaval")</annox:annotate>
1804         </xs:appinfo>
1805       </xs:annotation>
1806       <xs:sequence>
1807         <xs:element name="metaname" type="xs:string" minOccurs="0">
1808           <xs:annotation>
1809             <xs:appinfo>
1810               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true)</annox:annotate>
1811             </xs:appinfo>
1812           </xs:annotation>
1813         </xs:element>
1814         <xs:element name="metaval" type="xs:string" minOccurs="0"/>
1815         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1816           <xs:annotation>
1817             <xs:appinfo>
1818               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1819             </xs:appinfo>
1820           </xs:annotation>
1821         </xs:element>
1822       </xs:sequence>
1823     </xs:complexType>
1824   </xs:element>
1825   <xs:element name="metadata">
1826     <xs:complexType>
1827       <xs:annotation>
1828         <xs:appinfo>
1829           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of metadatum (key/value pairs)")</annox:annotate>
1830         </xs:appinfo>
1831       </xs:annotation>
1832       <xs:sequence>
1833         <xs:element ref="tns:metadatum" minOccurs="0" maxOccurs="5000"/>
1834       </xs:sequence>
1835     </xs:complexType>
1836   </xs:element>
1837   <xs:element name="image">
1838     <xs:complexType>
1839       <xs:annotation>
1840         <xs:appinfo>
1841           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Openstack image.",nameProps="image-name",indexedProps="application,image-name,application-vendor,image-id,application-version",dependentOn="cloud-region",container="images",uriTemplate="/images/image/{image-id}",requiredProps="image-id,image-name,image-os-distro,image-os-version,image-selflink")</annox:annotate>
1842         </xs:appinfo>
1843       </xs:annotation>
1844       <xs:sequence>
1845         <xs:element name="image-id" type="xs:string" minOccurs="0">
1846           <xs:annotation>
1847             <xs:appinfo>
1848               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Image id, expected to be unique across cloud region")</annox:annotate>
1849             </xs:appinfo>
1850           </xs:annotation>
1851         </xs:element>
1852         <xs:element name="image-name" type="xs:string" minOccurs="0">
1853           <xs:annotation>
1854             <xs:appinfo>
1855               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Image name")</annox:annotate>
1856             </xs:appinfo>
1857           </xs:annotation>
1858         </xs:element>
1859         <xs:element name="image-architecture" type="xs:string" minOccurs="0">
1860           <xs:annotation>
1861             <xs:appinfo>
1862               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Operating system architecture.")</annox:annotate>
1863             </xs:appinfo>
1864           </xs:annotation>
1865         </xs:element>
1866         <xs:element name="image-os-distro" type="xs:string" minOccurs="0">
1867           <xs:annotation>
1868             <xs:appinfo>
1869               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The common name of the operating system distribution in lowercase")</annox:annotate>
1870             </xs:appinfo>
1871           </xs:annotation>
1872         </xs:element>
1873         <xs:element name="image-os-version" type="xs:string" minOccurs="0">
1874           <xs:annotation>
1875             <xs:appinfo>
1876               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The operating system version as specified by the distributor.")</annox:annotate>
1877             </xs:appinfo>
1878           </xs:annotation>
1879         </xs:element>
1880         <xs:element name="application" type="xs:string" minOccurs="0">
1881           <xs:annotation>
1882             <xs:appinfo>
1883               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The application that the image instantiates.")</annox:annotate>
1884             </xs:appinfo>
1885           </xs:annotation>
1886         </xs:element>
1887         <xs:element name="application-vendor" type="xs:string" minOccurs="0">
1888           <xs:annotation>
1889             <xs:appinfo>
1890               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The vendor of the application.")</annox:annotate>
1891             </xs:appinfo>
1892           </xs:annotation>
1893         </xs:element>
1894         <xs:element name="application-version" type="xs:string" minOccurs="0">
1895           <xs:annotation>
1896             <xs:appinfo>
1897               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The version of the application.")</annox:annotate>
1898             </xs:appinfo>
1899           </xs:annotation>
1900         </xs:element>
1901         <xs:element name="image-selflink" type="xs:string" minOccurs="0">
1902           <xs:annotation>
1903             <xs:appinfo>
1904               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
1905             </xs:appinfo>
1906           </xs:annotation>
1907         </xs:element>
1908         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1909           <xs:annotation>
1910             <xs:appinfo>
1911               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1912             </xs:appinfo>
1913           </xs:annotation>
1914         </xs:element>
1915         <xs:element ref="tns:relationship-list" minOccurs="0"/>
1916         <xs:element ref="tns:metadata" minOccurs="0"/>
1917       </xs:sequence>
1918     </xs:complexType>
1919   </xs:element>
1920   <xs:element name="images">
1921     <xs:complexType>
1922       <xs:annotation>
1923         <xs:appinfo>
1924           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collectio of Openstack images.")</annox:annotate>
1925         </xs:appinfo>
1926       </xs:annotation>
1927       <xs:sequence>
1928         <xs:element ref="tns:image" minOccurs="0" maxOccurs="5000"/>
1929       </xs:sequence>
1930     </xs:complexType>
1931   </xs:element>
1932   <xs:element name="availability-zones">
1933     <xs:complexType>
1934       <xs:annotation>
1935         <xs:appinfo>
1936           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of availability zones")</annox:annotate>
1937         </xs:appinfo>
1938       </xs:annotation>
1939       <xs:sequence>
1940         <xs:element ref="tns:availability-zone" minOccurs="0" maxOccurs="5000"/>
1941       </xs:sequence>
1942     </xs:complexType>
1943   </xs:element>
1944   <xs:element name="vip-ipv4-address-list">
1945     <xs:complexType>
1946       <xs:annotation>
1947         <xs:appinfo>
1948           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="IPv4 Address Range",indexedProps="vip-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="cloud-region",uriTemplate="/vip-ipv4-address-list/{vip-ipv4-address}",requiredProps="vip-ipv4-address")</annox:annotate>
1949         </xs:appinfo>
1950       </xs:annotation>
1951       <xs:sequence>
1952         <xs:element name="vip-ipv4-address" type="xs:string" minOccurs="0">
1953           <xs:annotation>
1954             <xs:appinfo>
1955               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="IP address")</annox:annotate>
1956             </xs:appinfo>
1957           </xs:annotation>
1958         </xs:element>
1959         <xs:element name="vip-ipv4-prefix-length" type="xs:unsignedInt" minOccurs="0">
1960           <xs:annotation>
1961             <xs:appinfo>
1962               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prefix length, 32 for single address")</annox:annotate>
1963             </xs:appinfo>
1964           </xs:annotation>
1965         </xs:element>
1966         <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
1967           <xs:annotation>
1968             <xs:appinfo>
1969               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
1970             </xs:appinfo>
1971           </xs:annotation>
1972         </xs:element>
1973         <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
1974           <xs:annotation>
1975             <xs:appinfo>
1976               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
1977             </xs:appinfo>
1978           </xs:annotation>
1979         </xs:element>
1980         <xs:element name="is-floating" type="xs:boolean" minOccurs="0">
1981           <xs:annotation>
1982             <xs:appinfo>
1983               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address")</annox:annotate>
1984             </xs:appinfo>
1985           </xs:annotation>
1986         </xs:element>
1987         <xs:element name="resource-version" type="xs:string" minOccurs="0">
1988           <xs:annotation>
1989             <xs:appinfo>
1990               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
1991             </xs:appinfo>
1992           </xs:annotation>
1993         </xs:element>
1994         <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
1995           <xs:annotation>
1996             <xs:appinfo>
1997               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to")</annox:annotate>
1998             </xs:appinfo>
1999           </xs:annotation>
2000         </xs:element>
2001         <xs:element name="neutron-subnet-id" type="xs:string" minOccurs="0">
2002           <xs:annotation>
2003             <xs:appinfo>
2004               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to")</annox:annotate>
2005             </xs:appinfo>
2006           </xs:annotation>
2007         </xs:element>
2008         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2009       </xs:sequence>
2010     </xs:complexType>
2011   </xs:element>
2012   <xs:element name="vip-ipv6-address-list">
2013     <xs:complexType>
2014       <xs:annotation>
2015         <xs:appinfo>
2016           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="IPv6 Address Range",indexedProps="vip-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id",dependentOn="cloud-region",uriTemplate="/vip-ipv6-address-list/{vip-ipv6-address}",requiredProps="vip-ipv6-address")</annox:annotate>
2017         </xs:appinfo>
2018       </xs:annotation>
2019       <xs:sequence>
2020         <xs:element name="vip-ipv6-address" type="xs:string" minOccurs="0">
2021           <xs:annotation>
2022             <xs:appinfo>
2023               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="IP address")</annox:annotate>
2024             </xs:appinfo>
2025           </xs:annotation>
2026         </xs:element>
2027         <xs:element name="vip-ipv6-prefix-length" type="xs:unsignedInt" minOccurs="0">
2028           <xs:annotation>
2029             <xs:appinfo>
2030               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prefix length, 128 for single address")</annox:annotate>
2031             </xs:appinfo>
2032           </xs:annotation>
2033         </xs:element>
2034         <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
2035           <xs:annotation>
2036             <xs:appinfo>
2037               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
2038             </xs:appinfo>
2039           </xs:annotation>
2040         </xs:element>
2041         <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
2042           <xs:annotation>
2043             <xs:appinfo>
2044               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
2045             </xs:appinfo>
2046           </xs:annotation>
2047         </xs:element>
2048         <xs:element name="is-floating" type="xs:boolean" minOccurs="0">
2049           <xs:annotation>
2050             <xs:appinfo>
2051               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator of fixed or floating address")</annox:annotate>
2052             </xs:appinfo>
2053           </xs:annotation>
2054         </xs:element>
2055         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2056           <xs:annotation>
2057             <xs:appinfo>
2058               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2059             </xs:appinfo>
2060           </xs:annotation>
2061         </xs:element>
2062         <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
2063           <xs:annotation>
2064             <xs:appinfo>
2065               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron network id of the interface that address belongs to")</annox:annotate>
2066             </xs:appinfo>
2067           </xs:annotation>
2068         </xs:element>
2069         <xs:element name="neutron-subnet-id" type="xs:string" minOccurs="0">
2070           <xs:annotation>
2071             <xs:appinfo>
2072               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron id of subnet that address belongs to")</annox:annotate>
2073             </xs:appinfo>
2074           </xs:annotation>
2075         </xs:element>
2076         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2077       </xs:sequence>
2078     </xs:complexType>
2079   </xs:element>
2080   <xs:element name="vlan-tag">
2081     <xs:complexType>
2082       <xs:annotation>
2083         <xs:appinfo>
2084           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="vlan tag information",container="vlan-tags",dependentOn="vlan-range",uriTemplate="/vlan-tags/vlan-tag/{vlan-tag-id}",requiredProps="vlan-tag-id,vlan-tag-role,is-private")</annox:annotate>
2085         </xs:appinfo>
2086       </xs:annotation>
2087       <xs:sequence>
2088         <xs:element name="vlan-tag-id" type="xs:string" minOccurs="0">
2089           <xs:annotation>
2090             <xs:appinfo>
2091               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Vlan Tag Id")</annox:annotate>
2092             </xs:appinfo>
2093           </xs:annotation>
2094         </xs:element>
2095         <xs:element name="vlan-tag-role" type="xs:string" minOccurs="0">
2096           <xs:annotation>
2097             <xs:appinfo>
2098               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Role assigned to this vlan-tag")</annox:annotate>
2099             </xs:appinfo>
2100           </xs:annotation>
2101         </xs:element>
2102         <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
2103           <xs:annotation>
2104             <xs:appinfo>
2105               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Inner VLAN tag")</annox:annotate>
2106             </xs:appinfo>
2107           </xs:annotation>
2108         </xs:element>
2109         <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
2110           <xs:annotation>
2111             <xs:appinfo>
2112               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Outer VLAN tag")</annox:annotate>
2113             </xs:appinfo>
2114           </xs:annotation>
2115         </xs:element>
2116         <xs:element name="is-private" type="xs:boolean" minOccurs="0">
2117           <xs:annotation>
2118             <xs:appinfo>
2119               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="is private flag.")</annox:annotate>
2120             </xs:appinfo>
2121           </xs:annotation>
2122         </xs:element>
2123         <xs:element name="vlan-tag-type" type="xs:string" minOccurs="0">
2124           <xs:annotation>
2125             <xs:appinfo>
2126               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="VLAN tag Type")</annox:annotate>
2127             </xs:appinfo>
2128           </xs:annotation>
2129         </xs:element>
2130         <xs:element name="vlan-tag-function" type="xs:string" minOccurs="0">
2131           <xs:annotation>
2132             <xs:appinfo>
2133               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="VLAN Tag Function")</annox:annotate>
2134             </xs:appinfo>
2135           </xs:annotation>
2136         </xs:element>
2137         <xs:element name="config-phase" type="xs:string" minOccurs="0">
2138           <xs:annotation>
2139             <xs:appinfo>
2140               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The config-phase associated with this vlan-tag")</annox:annotate>
2141             </xs:appinfo>
2142           </xs:annotation>
2143         </xs:element>
2144         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2145           <xs:annotation>
2146             <xs:appinfo>
2147               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2148             </xs:appinfo>
2149           </xs:annotation>
2150         </xs:element>
2151         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2152       </xs:sequence>
2153     </xs:complexType>
2154   </xs:element>
2155   <xs:element name="vlan-tags">
2156     <xs:complexType>
2157       <xs:annotation>
2158         <xs:appinfo>
2159           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Vlan Tags Assigned out of a Vlan Range")</annox:annotate>
2160         </xs:appinfo>
2161       </xs:annotation>
2162       <xs:sequence>
2163         <xs:element ref="tns:vlan-tag" minOccurs="0" maxOccurs="5000"/>
2164       </xs:sequence>
2165     </xs:complexType>
2166   </xs:element>
2167   <xs:element name="vlan-range">
2168     <xs:complexType>
2169       <xs:annotation>
2170         <xs:appinfo>
2171           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Definition of vlan range",indexedProps="vlan-range-id,vlan-type",dependentOn="cloud-region",container="vlan-ranges",uriTemplate="/vlan-ranges/vlan-range/{vlan-range-id}",searchable="vlan-range-id",requiredProps="vlan-range-id,vlan-id-lower,vlan-id-upper,vlan-type")</annox:annotate>
2172         </xs:appinfo>
2173       </xs:annotation>
2174       <xs:sequence>
2175         <xs:element name="vlan-range-id" type="xs:string" minOccurs="0">
2176           <xs:annotation>
2177             <xs:appinfo>
2178               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="vlan id in range UUID.")</annox:annotate>
2179             </xs:appinfo>
2180           </xs:annotation>
2181         </xs:element>
2182         <xs:element name="vlan-id-lower" type="xs:unsignedInt" minOccurs="0">
2183           <xs:annotation>
2184             <xs:appinfo>
2185               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="vlan id in range lower")</annox:annotate>
2186             </xs:appinfo>
2187           </xs:annotation>
2188         </xs:element>
2189         <xs:element name="vlan-id-upper" type="xs:unsignedInt" minOccurs="0">
2190           <xs:annotation>
2191             <xs:appinfo>
2192               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="vlan id in range upper")</annox:annotate>
2193             </xs:appinfo>
2194           </xs:annotation>
2195         </xs:element>
2196         <xs:element name="vlan-type" type="xs:string" minOccurs="0">
2197           <xs:annotation>
2198             <xs:appinfo>
2199               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="vlan type")</annox:annotate>
2200             </xs:appinfo>
2201           </xs:annotation>
2202         </xs:element>
2203         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2204           <xs:annotation>
2205             <xs:appinfo>
2206               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2207             </xs:appinfo>
2208           </xs:annotation>
2209         </xs:element>
2210         <xs:element ref="tns:vlan-tags" minOccurs="0"/>
2211         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2212       </xs:sequence>
2213     </xs:complexType>
2214   </xs:element>
2215   <xs:element name="vlan-ranges">
2216     <xs:complexType>
2217       <xs:sequence>
2218         <xs:element ref="tns:vlan-range" minOccurs="0" maxOccurs="5000"/>
2219       </xs:sequence>
2220     </xs:complexType>
2221   </xs:element>
2222   <xs:element name="esr-system-info">
2223     <xs:complexType>
2224       <xs:annotation>
2225         <xs:appinfo>
2226           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Persist common address information of external systems.",indexedProps="esr-system-info-id,system-name,system-type",searchable="esr-system-info-id,system-name,system-type",container="esr-system-info-list",dependentOn="cloud-region,esr-ems,esr-vnfm,esr-thirdparty-sdnc,ext-aai-network,esr-nfvo",requiredProps="esr-system-info-id,user-name,password,system-type",uriTemplate="/esr-system-info-list/esr-system-info/{esr-system-info-id}")</annox:annotate>
2227         </xs:appinfo>
2228       </xs:annotation>
2229       <xs:sequence>
2230         <xs:element name="esr-system-info-id" type="xs:string" minOccurs="0">
2231           <xs:annotation>
2232             <xs:appinfo>
2233               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of esr system info.")</annox:annotate>
2234             </xs:appinfo>
2235           </xs:annotation>
2236         </xs:element>
2237         <xs:element name="system-name" type="xs:string" minOccurs="0">
2238           <xs:annotation>
2239             <xs:appinfo>
2240               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="name of external system.")</annox:annotate>
2241             </xs:appinfo>
2242           </xs:annotation>
2243         </xs:element>
2244         <xs:element name="type" type="xs:string" minOccurs="0">
2245           <xs:annotation>
2246             <xs:appinfo>
2247               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="type of external systems.")</annox:annotate>
2248             </xs:appinfo>
2249           </xs:annotation>
2250         </xs:element>
2251         <xs:element name="vendor" type="xs:string" minOccurs="0">
2252           <xs:annotation>
2253             <xs:appinfo>
2254               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="vendor of external systems.")</annox:annotate>
2255             </xs:appinfo>
2256           </xs:annotation>
2257         </xs:element>
2258         <xs:element name="version" type="xs:string" minOccurs="0">
2259           <xs:annotation>
2260             <xs:appinfo>
2261               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="version of external systems.")</annox:annotate>
2262             </xs:appinfo>
2263           </xs:annotation>
2264         </xs:element>
2265         <xs:element name="service-url" type="xs:string" minOccurs="0">
2266           <xs:annotation>
2267             <xs:appinfo>
2268               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="url used to access external systems.")</annox:annotate>
2269             </xs:appinfo>
2270           </xs:annotation>
2271         </xs:element>
2272         <xs:element name="user-name" type="xs:string" minOccurs="0">
2273           <xs:annotation>
2274             <xs:appinfo>
2275               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="username used to access external systems.")</annox:annotate>
2276             </xs:appinfo>
2277           </xs:annotation>
2278         </xs:element>
2279         <xs:element name="password" type="xs:string" minOccurs="0">
2280           <xs:annotation>
2281             <xs:appinfo>
2282               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="password used to access external systems.")</annox:annotate>
2283             </xs:appinfo>
2284           </xs:annotation>
2285         </xs:element>
2286         <xs:element name="system-type" type="xs:string" minOccurs="0">
2287           <xs:annotation>
2288             <xs:appinfo>
2289               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm.")</annox:annotate>
2290             </xs:appinfo>
2291           </xs:annotation>
2292         </xs:element>
2293         <xs:element name="protocol" type="xs:string" minOccurs="0">
2294           <xs:annotation>
2295             <xs:appinfo>
2296               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="protocol of third party SDNC, for example netconf/snmp.")</annox:annotate>
2297             </xs:appinfo>
2298           </xs:annotation>
2299         </xs:element>
2300         <xs:element name="ssl-cacert" type="xs:string" minOccurs="0">
2301           <xs:annotation>
2302             <xs:appinfo>
2303               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ca file content if enabled ssl on auth-url.")</annox:annotate>
2304             </xs:appinfo>
2305           </xs:annotation>
2306         </xs:element>
2307         <xs:element name="ssl-insecure" type="xs:boolean" minOccurs="0">
2308           <xs:annotation>
2309             <xs:appinfo>
2310               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Whether to verify VIM's certificate.")</annox:annotate>
2311             </xs:appinfo>
2312           </xs:annotation>
2313         </xs:element>
2314         <xs:element name="ip-address" type="xs:string" minOccurs="0">
2315           <xs:annotation>
2316             <xs:appinfo>
2317               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="service IP of ftp server.")</annox:annotate>
2318             </xs:appinfo>
2319           </xs:annotation>
2320         </xs:element>
2321         <xs:element name="port" type="xs:string" minOccurs="0">
2322           <xs:annotation>
2323             <xs:appinfo>
2324               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="service port of ftp server.")</annox:annotate>
2325             </xs:appinfo>
2326           </xs:annotation>
2327         </xs:element>
2328         <xs:element name="cloud-domain" type="xs:string" minOccurs="0">
2329           <xs:annotation>
2330             <xs:appinfo>
2331               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="domain info for authentication.")</annox:annotate>
2332             </xs:appinfo>
2333           </xs:annotation>
2334         </xs:element>
2335         <xs:element name="default-tenant" type="xs:string" minOccurs="0">
2336           <xs:annotation>
2337             <xs:appinfo>
2338               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="default tenant of VIM.")</annox:annotate>
2339             </xs:appinfo>
2340           </xs:annotation>
2341         </xs:element>
2342         <xs:element name="passive" type="xs:boolean" minOccurs="0">
2343           <xs:annotation>
2344             <xs:appinfo>
2345               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ftp passive mode or not.")</annox:annotate>
2346             </xs:appinfo>
2347           </xs:annotation>
2348         </xs:element>
2349         <xs:element name="remote-path" type="xs:string" minOccurs="0">
2350           <xs:annotation>
2351             <xs:appinfo>
2352               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="resource or performance data file path.")</annox:annotate>
2353             </xs:appinfo>
2354           </xs:annotation>
2355         </xs:element>
2356         <xs:element name="system-status" type="xs:string" minOccurs="0">
2357           <xs:annotation>
2358             <xs:appinfo>
2359               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the status of external system.")</annox:annotate>
2360             </xs:appinfo>
2361           </xs:annotation>
2362         </xs:element>
2363         <xs:element name="openstack-region-id" type="xs:string" minOccurs="0">
2364           <xs:annotation>
2365             <xs:appinfo>
2366               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="OpenStack region ID used by MultiCloud plugin to interact with an OpenStack instance.")</annox:annotate>
2367             </xs:appinfo>
2368           </xs:annotation>
2369         </xs:element>
2370         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2371           <xs:annotation>
2372             <xs:appinfo>
2373               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2374             </xs:appinfo>
2375           </xs:annotation>
2376         </xs:element>
2377         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2378       </xs:sequence>
2379     </xs:complexType>
2380   </xs:element>
2381   <xs:element name="esr-system-info-list">
2382     <xs:complexType>
2383       <xs:annotation>
2384         <xs:appinfo>
2385           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of persistent block-level external system auth info.")</annox:annotate>
2386         </xs:appinfo>
2387       </xs:annotation>
2388       <xs:sequence>
2389         <xs:element ref="tns:esr-system-info" minOccurs="0" maxOccurs="5000"/>
2390       </xs:sequence>
2391     </xs:complexType>
2392   </xs:element>
2393   <xs:element name="cloud-region">
2394     <xs:complexType>
2395       <xs:annotation>
2396         <xs:appinfo>
2397           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="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.",indexedProps="cloud-owner,cloud-region-id,cloud-type,owner-defined-type",nameProps="owner-defined-type",container="cloud-regions",namespace="cloud-infrastructure",uriTemplate="/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}",requiredProps="cloud-owner,cloud-region-id,orchestration-disabled,in-maint")</annox:annotate>
2398         </xs:appinfo>
2399       </xs:annotation>
2400       <xs:sequence>
2401         <xs:element name="cloud-owner" type="xs:string" minOccurs="0">
2402           <xs:annotation>
2403             <xs:appinfo>
2404               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname")</annox:annotate>
2405             </xs:appinfo>
2406           </xs:annotation>
2407         </xs:element>
2408         <xs:element name="cloud-region-id" type="xs:string" minOccurs="0">
2409           <xs:annotation>
2410             <xs:appinfo>
2411               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Identifier used by the vendor for the region. Second part of composite key")</annox:annotate>
2412             </xs:appinfo>
2413           </xs:annotation>
2414         </xs:element>
2415         <xs:element name="cloud-type" type="xs:string" minOccurs="0">
2416           <xs:annotation>
2417             <xs:appinfo>
2418               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Type of the cloud (e.g., openstack)")</annox:annotate>
2419             </xs:appinfo>
2420           </xs:annotation>
2421         </xs:element>
2422         <xs:element name="owner-defined-type" type="xs:string" minOccurs="0">
2423           <xs:annotation>
2424             <xs:appinfo>
2425               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Cloud-owner defined type indicator (e.g., dcp, lcp)")</annox:annotate>
2426             </xs:appinfo>
2427           </xs:annotation>
2428         </xs:element>
2429         <xs:element name="cloud-region-version" type="xs:string" minOccurs="0">
2430           <xs:annotation>
2431             <xs:appinfo>
2432               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Software version employed at the site.  NOTE - THIS FIELD IS NOT KEPT UP TO DATE.")</annox:annotate>
2433             </xs:appinfo>
2434           </xs:annotation>
2435         </xs:element>
2436         <xs:element name="identity-url" type="xs:string" minOccurs="0">
2437           <xs:annotation>
2438             <xs:appinfo>
2439               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL of the keystone identity service")</annox:annotate>
2440             </xs:appinfo>
2441           </xs:annotation>
2442         </xs:element>
2443         <xs:element name="cloud-zone" type="xs:string" minOccurs="0">
2444           <xs:annotation>
2445             <xs:appinfo>
2446               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Zone where the cloud is homed.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.")</annox:annotate>
2447             </xs:appinfo>
2448           </xs:annotation>
2449         </xs:element>
2450         <xs:element name="complex-name" type="xs:string" minOccurs="0">
2451           <xs:annotation>
2452             <xs:appinfo>
2453               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="complex name for cloud-region instance.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.")</annox:annotate>
2454             </xs:appinfo>
2455           </xs:annotation>
2456         </xs:element>
2457         <xs:element name="sriov-automation" type="xs:string" minOccurs="0">
2458           <xs:annotation>
2459             <xs:appinfo>
2460               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Whether the cloud region supports (true) or does not support (false) SR-IOV automation.")</annox:annotate>
2461             </xs:appinfo>
2462           </xs:annotation>
2463         </xs:element>
2464         <xs:element name="cloud-extra-info" type="xs:string" minOccurs="0">
2465           <xs:annotation>
2466             <xs:appinfo>
2467               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM.")</annox:annotate>
2468             </xs:appinfo>
2469           </xs:annotation>
2470         </xs:element>
2471         <xs:element name="upgrade-cycle" type="xs:string" minOccurs="0">
2472           <xs:annotation>
2473             <xs:appinfo>
2474               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Upgrade cycle for the cloud region. For AIC regions upgrade cycle is designated by A,B,C etc.")</annox:annotate>
2475             </xs:appinfo>
2476           </xs:annotation>
2477         </xs:element>
2478         <xs:element name="orchestration-disabled" type="xs:boolean" minOccurs="0">
2479           <xs:annotation>
2480             <xs:appinfo>
2481               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether orchestration is enabled for this cloud-region.")</annox:annotate>
2482             </xs:appinfo>
2483           </xs:annotation>
2484         </xs:element>
2485         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
2486           <xs:annotation>
2487             <xs:appinfo>
2488               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not cloud-region object is in maintenance mode.")</annox:annotate>
2489             </xs:appinfo>
2490           </xs:annotation>
2491         </xs:element>
2492         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2493           <xs:annotation>
2494             <xs:appinfo>
2495               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2496             </xs:appinfo>
2497           </xs:annotation>
2498         </xs:element>
2499         <xs:element ref="tns:volume-groups" minOccurs="0"/>
2500         <xs:element ref="tns:tenants" minOccurs="0"/>
2501         <xs:element ref="tns:flavors" minOccurs="0"/>
2502         <xs:element ref="tns:group-assignments" minOccurs="0"/>
2503         <xs:element ref="tns:snapshots" minOccurs="0"/>
2504         <xs:element ref="tns:images" minOccurs="0"/>
2505         <xs:element ref="tns:dvs-switches" minOccurs="0"/>
2506         <xs:element ref="tns:oam-networks" minOccurs="0"/>
2507         <xs:element ref="tns:availability-zones" minOccurs="0"/>
2508         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2509         <xs:element ref="tns:vip-ipv4-address-list" minOccurs="0" maxOccurs="5000"/>
2510         <xs:element ref="tns:vip-ipv6-address-list" minOccurs="0" maxOccurs="5000"/>
2511         <xs:element ref="tns:vlan-ranges" minOccurs="0"/>
2512         <xs:element ref="tns:hpa-capabilities" minOccurs="0">
2513           <xs:annotation>
2514             <xs:appinfo>
2515               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="List of cloud-region specific HPA Capabilities")</annox:annotate>
2516             </xs:appinfo>
2517           </xs:annotation>
2518         </xs:element>
2519         <xs:element ref="tns:esr-system-info-list" minOccurs="0"/>
2520       </xs:sequence>
2521     </xs:complexType>
2522   </xs:element>
2523   <xs:element name="cloud-regions">
2524     <xs:complexType>
2525       <xs:annotation>
2526         <xs:appinfo>
2527           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0")</annox:annotate>
2528         </xs:appinfo>
2529       </xs:annotation>
2530       <xs:sequence>
2531         <xs:element ref="tns:cloud-region" minOccurs="0" maxOccurs="5000"/>
2532       </xs:sequence>
2533     </xs:complexType>
2534   </xs:element>
2535   <xs:element name="network-profile">
2536     <xs:complexType>
2537       <xs:annotation>
2538         <xs:appinfo>
2539           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Network profile populated by SDN-GP for SNMP",indexedProps="nm-profile-name",container="network-profiles",namespace="cloud-infrastructure",uriTemplate="/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}",requiredProps="nm-profile-name")</annox:annotate>
2540         </xs:appinfo>
2541       </xs:annotation>
2542       <xs:sequence>
2543         <xs:element name="nm-profile-name" type="xs:string" minOccurs="0">
2544           <xs:annotation>
2545             <xs:appinfo>
2546               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique name of network profile.")</annox:annotate>
2547             </xs:appinfo>
2548           </xs:annotation>
2549         </xs:element>
2550         <xs:element name="community-string" type="xs:string" minOccurs="0">
2551           <xs:annotation>
2552             <xs:appinfo>
2553               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Encrypted SNMP community string")</annox:annotate>
2554             </xs:appinfo>
2555           </xs:annotation>
2556         </xs:element>
2557         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2558           <xs:annotation>
2559             <xs:appinfo>
2560               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2561             </xs:appinfo>
2562           </xs:annotation>
2563         </xs:element>
2564         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2565       </xs:sequence>
2566     </xs:complexType>
2567   </xs:element>
2568   <xs:element name="network-profiles">
2569     <xs:complexType>
2570       <xs:annotation>
2571         <xs:appinfo>
2572           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of network profiles")</annox:annotate>
2573         </xs:appinfo>
2574       </xs:annotation>
2575       <xs:sequence>
2576         <xs:element ref="tns:network-profile" minOccurs="0" maxOccurs="5000"/>
2577       </xs:sequence>
2578     </xs:complexType>
2579   </xs:element>
2580   <xs:element name="sriov-pf">
2581     <xs:complexType>
2582       <xs:annotation>
2583         <xs:appinfo>
2584           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="SR-IOV Physical Function",indexedProps="pf-pci-id",dependentOn="p-interface",container="sriov-pfs",uriTemplate="/sriov-pfs/sriov-pf/{pf-pci-id}",requiredProps="pf-pci-id")</annox:annotate>
2585         </xs:appinfo>
2586       </xs:annotation>
2587       <xs:sequence>
2588         <xs:element name="pf-pci-id" type="xs:string" minOccurs="0">
2589           <xs:annotation>
2590             <xs:appinfo>
2591               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Identifier for the sriov-pf")</annox:annotate>
2592             </xs:appinfo>
2593           </xs:annotation>
2594         </xs:element>
2595         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2596           <xs:annotation>
2597             <xs:appinfo>
2598               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2599             </xs:appinfo>
2600           </xs:annotation>
2601         </xs:element>
2602         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2603       </xs:sequence>
2604     </xs:complexType>
2605   </xs:element>
2606   <xs:element name="sriov-pfs">
2607     <xs:complexType>
2608       <xs:annotation>
2609         <xs:appinfo>
2610           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of SR-IOV Physical Functions.")</annox:annotate>
2611         </xs:appinfo>
2612       </xs:annotation>
2613       <xs:sequence>
2614         <xs:element ref="tns:sriov-pf" minOccurs="0" maxOccurs="5000"/>
2615       </xs:sequence>
2616     </xs:complexType>
2617   </xs:element>
2618   <xs:element name="p-interface">
2619     <xs:complexType>
2620       <xs:annotation>
2621         <xs:appinfo>
2622           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Physical interface (e.g., nic)",indexedProps="interface-name,prov-status,network-ref,operational-status",nameProps="prov-status",dependentOn="vpls-pe,pserver,pnf",container="p-interfaces",uriTemplate="/p-interfaces/p-interface/{interface-name}",requiredProps="interface-name,in-maint")</annox:annotate>
2623         </xs:appinfo>
2624       </xs:annotation>
2625       <xs:sequence>
2626         <xs:element name="interface-name" type="xs:string" minOccurs="0">
2627           <xs:annotation>
2628             <xs:appinfo>
2629               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Name that identifies the physical interface")</annox:annotate>
2630             </xs:appinfo>
2631           </xs:annotation>
2632         </xs:element>
2633         <xs:element name="selflink" type="xs:string" minOccurs="0">
2634           <xs:annotation>
2635             <xs:appinfo>
2636               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details.")</annox:annotate>
2637             </xs:appinfo>
2638           </xs:annotation>
2639         </xs:element>
2640         <xs:element name="speed-value" type="xs:string" minOccurs="0">
2641           <xs:annotation>
2642             <xs:appinfo>
2643               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed")</annox:annotate>
2644             </xs:appinfo>
2645           </xs:annotation>
2646         </xs:element>
2647         <xs:element name="speed-units" type="xs:string" minOccurs="0">
2648           <xs:annotation>
2649             <xs:appinfo>
2650               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed")</annox:annotate>
2651             </xs:appinfo>
2652           </xs:annotation>
2653         </xs:element>
2654         <xs:element name="port-description" type="xs:string" minOccurs="0">
2655           <xs:annotation>
2656             <xs:appinfo>
2657               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Nature of the services and connectivity on this port.")</annox:annotate>
2658             </xs:appinfo>
2659           </xs:annotation>
2660         </xs:element>
2661         <xs:element name="equipment-identifier" type="xs:string" minOccurs="0">
2662           <xs:annotation>
2663             <xs:appinfo>
2664               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="CLEI or other specification for p-interface hardware.")</annox:annotate>
2665             </xs:appinfo>
2666           </xs:annotation>
2667         </xs:element>
2668         <xs:element name="interface-role" type="xs:string" minOccurs="0">
2669           <xs:annotation>
2670             <xs:appinfo>
2671               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Role specification for p-interface hardware.")</annox:annotate>
2672             </xs:appinfo>
2673           </xs:annotation>
2674         </xs:element>
2675         <xs:element name="interface-type" type="xs:string" minOccurs="0">
2676           <xs:annotation>
2677             <xs:appinfo>
2678               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicates the physical properties of the interface.")</annox:annotate>
2679             </xs:appinfo>
2680           </xs:annotation>
2681         </xs:element>
2682         <xs:element name="prov-status" type="xs:string" minOccurs="0">
2683           <xs:annotation>
2684             <xs:appinfo>
2685               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.")</annox:annotate>
2686             </xs:appinfo>
2687           </xs:annotation>
2688         </xs:element>
2689         <xs:element name="mac-addresss" type="xs:string" minOccurs="0">
2690           <xs:annotation>
2691             <xs:appinfo>
2692               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="MAC Address of the p-interface.")</annox:annotate>
2693             </xs:appinfo>
2694           </xs:annotation>
2695         </xs:element>
2696         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2697           <xs:annotation>
2698             <xs:appinfo>
2699               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2700             </xs:appinfo>
2701           </xs:annotation>
2702         </xs:element>
2703         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
2704           <xs:annotation>
2705             <xs:appinfo>
2706               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)")</annox:annotate>
2707             </xs:appinfo>
2708           </xs:annotation>
2709         </xs:element>
2710         <xs:element name="inv-status" type="xs:string" minOccurs="0">
2711           <xs:annotation>
2712             <xs:appinfo>
2713               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="inventory status")</annox:annotate>
2714             </xs:appinfo>
2715           </xs:annotation>
2716         </xs:element>
2717         <xs:element name="network-ref" type="xs:string" minOccurs="0">
2718           <xs:annotation>
2719             <xs:appinfo>
2720               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the network-ref of this p-interface. Derived from ietf-restconf-notification that identifies a termination-point.")</annox:annotate>
2721             </xs:appinfo>
2722           </xs:annotation>
2723         </xs:element>
2724         <xs:element name="transparent" type="xs:string" minOccurs="0">
2725           <xs:annotation>
2726             <xs:appinfo>
2727               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the transparent value of this p-interface.")</annox:annotate>
2728             </xs:appinfo>
2729           </xs:annotation>
2730         </xs:element>
2731         <xs:element name="operational-status" type="xs:string" minOccurs="0">
2732           <xs:annotation>
2733             <xs:appinfo>
2734               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="oper Status of this p-interface.")</annox:annotate>
2735             </xs:appinfo>
2736           </xs:annotation>
2737         </xs:element>
2738         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2739         <xs:element ref="tns:sriov-pfs" minOccurs="0"/>
2740         <xs:element ref="tns:l-interfaces" minOccurs="0"/>
2741       </xs:sequence>
2742     </xs:complexType>
2743   </xs:element>
2744   <xs:element name="p-interfaces">
2745     <xs:complexType>
2746       <xs:annotation>
2747         <xs:appinfo>
2748           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of physical interfaces.")</annox:annotate>
2749         </xs:appinfo>
2750       </xs:annotation>
2751       <xs:sequence>
2752         <xs:element ref="tns:p-interface" minOccurs="0" maxOccurs="5000"/>
2753       </xs:sequence>
2754     </xs:complexType>
2755   </xs:element>
2756   <xs:element name="lag-interface">
2757     <xs:complexType>
2758       <xs:annotation>
2759         <xs:appinfo>
2760           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Link aggregate interface",indexedProps="interface-name,interface-id,interface-role",dependentOn="generic-vnf,pserver,vpls-pe,pnf",container="lag-interfaces",uriTemplate="/lag-interfaces/lag-interface/{interface-name}",requiredProps="interface-name,in-maint")</annox:annotate>
2761         </xs:appinfo>
2762       </xs:annotation>
2763       <xs:sequence>
2764         <xs:element name="interface-name" type="xs:string" minOccurs="0">
2765           <xs:annotation>
2766             <xs:appinfo>
2767               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Name that identifies the link aggregate interface")</annox:annotate>
2768             </xs:appinfo>
2769           </xs:annotation>
2770         </xs:element>
2771         <xs:element name="interface-description" type="xs:string" minOccurs="0">
2772           <xs:annotation>
2773             <xs:appinfo>
2774               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Human friendly text regarding this interface.")</annox:annotate>
2775             </xs:appinfo>
2776           </xs:annotation>
2777         </xs:element>
2778         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2779           <xs:annotation>
2780             <xs:appinfo>
2781               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2782             </xs:appinfo>
2783           </xs:annotation>
2784         </xs:element>
2785         <xs:element name="speed-value" type="xs:string" minOccurs="0">
2786           <xs:annotation>
2787             <xs:appinfo>
2788               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed")</annox:annotate>
2789             </xs:appinfo>
2790           </xs:annotation>
2791         </xs:element>
2792         <xs:element name="speed-units" type="xs:string" minOccurs="0">
2793           <xs:annotation>
2794             <xs:appinfo>
2795               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed")</annox:annotate>
2796             </xs:appinfo>
2797           </xs:annotation>
2798         </xs:element>
2799         <xs:element name="interface-id" type="xs:string" minOccurs="0">
2800           <xs:annotation>
2801             <xs:appinfo>
2802               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ID of interface")</annox:annotate>
2803             </xs:appinfo>
2804           </xs:annotation>
2805         </xs:element>
2806         <xs:element name="interface-role" type="xs:string" minOccurs="0">
2807           <xs:annotation>
2808             <xs:appinfo>
2809               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ONAP Yang models.")</annox:annotate>
2810             </xs:appinfo>
2811           </xs:annotation>
2812         </xs:element>
2813         <xs:element name="prov-status" type="xs:string" minOccurs="0">
2814           <xs:annotation>
2815             <xs:appinfo>
2816               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.")</annox:annotate>
2817             </xs:appinfo>
2818           </xs:annotation>
2819         </xs:element>
2820         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
2821           <xs:annotation>
2822             <xs:appinfo>
2823               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)")</annox:annotate>
2824             </xs:appinfo>
2825           </xs:annotation>
2826         </xs:element>
2827         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2828         <xs:element ref="tns:l-interfaces" minOccurs="0"/>
2829       </xs:sequence>
2830     </xs:complexType>
2831   </xs:element>
2832   <xs:element name="lag-interfaces">
2833     <xs:complexType>
2834       <xs:annotation>
2835         <xs:appinfo>
2836           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of link aggregate interfaces.")</annox:annotate>
2837         </xs:appinfo>
2838       </xs:annotation>
2839       <xs:sequence>
2840         <xs:element ref="tns:lag-interface" minOccurs="0" maxOccurs="5000"/>
2841       </xs:sequence>
2842     </xs:complexType>
2843   </xs:element>
2844   <xs:element name="hpa-capacity">
2845     <xs:complexType>
2846       <xs:annotation>
2847         <xs:appinfo>
2848           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="HPA Capacity information for compute node",indexedProps="hpa-capacity-key",dependentOn="hpa-capacity",requiredProps="hpa-capacity-key")</annox:annotate>
2849         </xs:appinfo>
2850       </xs:annotation>
2851       <xs:sequence>
2852         <xs:element name="hpa-capacity-key" type="xs:string" minOccurs="0">
2853           <xs:annotation>
2854             <xs:appinfo>
2855               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check")</annox:annotate>
2856             </xs:appinfo>
2857           </xs:annotation>
2858         </xs:element>
2859         <xs:element name="hpa-capacity-value" type="xs:string" minOccurs="0">
2860           <xs:annotation>
2861             <xs:appinfo>
2862               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="JSON string specifying the capacity (total,free), unit and metadata of the specific HPA attribute")</annox:annotate>
2863             </xs:appinfo>
2864           </xs:annotation>
2865         </xs:element>
2866         <xs:element name="resource-version" type="xs:string" minOccurs="0">
2867           <xs:annotation>
2868             <xs:appinfo>
2869               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
2870             </xs:appinfo>
2871           </xs:annotation>
2872         </xs:element>
2873         <xs:element ref="tns:relationship-list" minOccurs="0"/>
2874       </xs:sequence>
2875     </xs:complexType>
2876   </xs:element>
2877   <xs:element name="pserver">
2878     <xs:complexType>
2879       <xs:annotation>
2880         <xs:appinfo>
2881           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.",nameProps="pserver-name2",indexedProps="hostname,in-maint,pserver-id,pserver-name2,inv-status",searchable="hostname,pserver-name2,pserver-id,ipv4-oam-address",uniqueProps="hostname",container="pservers",namespace="cloud-infrastructure",uriTemplate="/cloud-infrastructure/pservers/pserver/{hostname}",requiredProps="hostname,in-maint")</annox:annotate>
2882         </xs:appinfo>
2883       </xs:annotation>
2884       <xs:sequence>
2885         <xs:element name="hostname" type="xs:string" minOccurs="0">
2886           <xs:annotation>
2887             <xs:appinfo>
2888               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Value from executing hostname on the compute node.")</annox:annotate>
2889             </xs:appinfo>
2890           </xs:annotation>
2891         </xs:element>
2892         <xs:element name="ptnii-equip-name" type="xs:string" minOccurs="0">
2893           <xs:annotation>
2894             <xs:appinfo>
2895               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="PTNII name")</annox:annotate>
2896             </xs:appinfo>
2897           </xs:annotation>
2898         </xs:element>
2899         <xs:element name="number-of-cpus" type="xs:int" minOccurs="0">
2900           <xs:annotation>
2901             <xs:appinfo>
2902               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Number of cpus")</annox:annotate>
2903             </xs:appinfo>
2904           </xs:annotation>
2905         </xs:element>
2906         <xs:element name="disk-in-gigabytes" type="xs:int" minOccurs="0">
2907           <xs:annotation>
2908             <xs:appinfo>
2909               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Disk size, in GBs")</annox:annotate>
2910             </xs:appinfo>
2911           </xs:annotation>
2912         </xs:element>
2913         <xs:element name="ram-in-megabytes" type="xs:int" minOccurs="0">
2914           <xs:annotation>
2915             <xs:appinfo>
2916               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="RAM size, in MBs")</annox:annotate>
2917             </xs:appinfo>
2918           </xs:annotation>
2919         </xs:element>
2920         <xs:element name="equip-type" type="xs:string" minOccurs="0">
2921           <xs:annotation>
2922             <xs:appinfo>
2923               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Equipment type.  Source of truth should define valid values.")</annox:annotate>
2924             </xs:appinfo>
2925           </xs:annotation>
2926         </xs:element>
2927         <xs:element name="equip-vendor" type="xs:string" minOccurs="0">
2928           <xs:annotation>
2929             <xs:appinfo>
2930               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Equipment vendor.  Source of truth should define valid values.")</annox:annotate>
2931             </xs:appinfo>
2932           </xs:annotation>
2933         </xs:element>
2934         <xs:element name="equip-model" type="xs:string" minOccurs="0">
2935           <xs:annotation>
2936             <xs:appinfo>
2937               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Equipment model.  Source of truth should define valid values.")</annox:annotate>
2938             </xs:appinfo>
2939           </xs:annotation>
2940         </xs:element>
2941         <xs:element name="fqdn" type="xs:string" minOccurs="0">
2942           <xs:annotation>
2943             <xs:appinfo>
2944               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Fully-qualified domain name")</annox:annotate>
2945             </xs:appinfo>
2946           </xs:annotation>
2947         </xs:element>
2948         <xs:element name="pserver-selflink" type="xs:string" minOccurs="0">
2949           <xs:annotation>
2950             <xs:appinfo>
2951               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
2952             </xs:appinfo>
2953           </xs:annotation>
2954         </xs:element>
2955         <xs:element name="ipv4-oam-address" type="xs:string" minOccurs="0">
2956           <xs:annotation>
2957             <xs:appinfo>
2958               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used to configure device, also used for troubleshooting and is IP used for traps generated by device.")</annox:annotate>
2959             </xs:appinfo>
2960           </xs:annotation>
2961         </xs:element>
2962         <xs:element name="serial-number" type="xs:string" minOccurs="0">
2963           <xs:annotation>
2964             <xs:appinfo>
2965               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Serial number, may be queried")</annox:annotate>
2966             </xs:appinfo>
2967           </xs:annotation>
2968         </xs:element>
2969         <xs:element name="ipaddress-v4-loopback-0" type="xs:string" minOccurs="0">
2970           <xs:annotation>
2971             <xs:appinfo>
2972               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV4 Loopback 0 address")</annox:annotate>
2973             </xs:appinfo>
2974           </xs:annotation>
2975         </xs:element>
2976         <xs:element name="ipaddress-v6-loopback-0" type="xs:string" minOccurs="0">
2977           <xs:annotation>
2978             <xs:appinfo>
2979               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV6 Loopback 0 address")</annox:annotate>
2980             </xs:appinfo>
2981           </xs:annotation>
2982         </xs:element>
2983         <xs:element name="ipaddress-v4-aim" type="xs:string" minOccurs="0">
2984           <xs:annotation>
2985             <xs:appinfo>
2986               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV4 AIM address")</annox:annotate>
2987             </xs:appinfo>
2988           </xs:annotation>
2989         </xs:element>
2990         <xs:element name="ipaddress-v6-aim" type="xs:string" minOccurs="0">
2991           <xs:annotation>
2992             <xs:appinfo>
2993               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV6 AIM address")</annox:annotate>
2994             </xs:appinfo>
2995           </xs:annotation>
2996         </xs:element>
2997         <xs:element name="ipaddress-v6-oam" type="xs:string" minOccurs="0">
2998           <xs:annotation>
2999             <xs:appinfo>
3000               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV6 OAM address")</annox:annotate>
3001             </xs:appinfo>
3002           </xs:annotation>
3003         </xs:element>
3004         <xs:element name="inv-status" type="xs:string" minOccurs="0">
3005           <xs:annotation>
3006             <xs:appinfo>
3007               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.")</annox:annotate>
3008             </xs:appinfo>
3009           </xs:annotation>
3010         </xs:element>
3011         <xs:element name="pserver-id" type="xs:string" minOccurs="0">
3012           <xs:annotation>
3013             <xs:appinfo>
3014               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ID of Pserver")</annox:annotate>
3015             </xs:appinfo>
3016           </xs:annotation>
3017         </xs:element>
3018         <xs:element name="internet-topology" type="xs:string" minOccurs="0">
3019           <xs:annotation>
3020             <xs:appinfo>
3021               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="internet topology of Pserver")</annox:annotate>
3022             </xs:appinfo>
3023           </xs:annotation>
3024         </xs:element>
3025         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
3026           <xs:annotation>
3027             <xs:appinfo>
3028               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="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.")</annox:annotate>
3029             </xs:appinfo>
3030           </xs:annotation>
3031         </xs:element>
3032         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3033           <xs:annotation>
3034             <xs:appinfo>
3035               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3036             </xs:appinfo>
3037           </xs:annotation>
3038         </xs:element>
3039         <xs:element name="pserver-name2" type="xs:string" minOccurs="0">
3040           <xs:annotation>
3041             <xs:appinfo>
3042               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="alternative pserver name")</annox:annotate>
3043             </xs:appinfo>
3044           </xs:annotation>
3045         </xs:element>
3046         <xs:element name="purpose" type="xs:string" minOccurs="0">
3047           <xs:annotation>
3048             <xs:appinfo>
3049               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="purpose of pserver")</annox:annotate>
3050             </xs:appinfo>
3051           </xs:annotation>
3052         </xs:element>
3053         <xs:element name="prov-status" type="xs:string" minOccurs="0">
3054           <xs:annotation>
3055             <xs:appinfo>
3056               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]")</annox:annotate>
3057             </xs:appinfo>
3058           </xs:annotation>
3059         </xs:element>
3060         <xs:element name="management-option" type="xs:string" minOccurs="0">
3061           <xs:annotation>
3062             <xs:appinfo>
3063               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicates who owns and or manages the device.")</annox:annotate>
3064             </xs:appinfo>
3065           </xs:annotation>
3066         </xs:element>
3067         <xs:element name="host-profile" type="xs:string" minOccurs="0">
3068           <xs:annotation>
3069             <xs:appinfo>
3070               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The host profile that defines the configuration of the pserver.")</annox:annotate>
3071             </xs:appinfo>
3072           </xs:annotation>
3073         </xs:element>
3074         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3075         <xs:element ref="tns:p-interfaces" minOccurs="0"/>
3076         <xs:element ref="tns:lag-interfaces" minOccurs="0"/>
3077         <xs:element ref="tns:hpa-capacity" minOccurs="0" maxOccurs="5000"/>
3078       </xs:sequence>
3079     </xs:complexType>
3080   </xs:element>
3081   <xs:element name="pservers">
3082     <xs:complexType>
3083       <xs:annotation>
3084         <xs:appinfo>
3085           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of compute hosts.")</annox:annotate>
3086         </xs:appinfo>
3087       </xs:annotation>
3088       <xs:sequence>
3089         <xs:element ref="tns:pserver" minOccurs="0" maxOccurs="5000"/>
3090       </xs:sequence>
3091     </xs:complexType>
3092   </xs:element>
3093   <xs:element name="virtual-data-center">
3094     <xs:complexType>
3095       <xs:annotation>
3096         <xs:appinfo>
3097           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context",nameProps="vdc-name",indexedProps="vdc-name,vdc-id",container="virtual-data-centers",namespace="cloud-infrastructure",uriTemplate="/cloud-infrastructure/virtual-data-centers/virtual-data-center/{vdc-id}",requiredProps="vdc-id,vdc-name")</annox:annotate>
3098         </xs:appinfo>
3099       </xs:annotation>
3100       <xs:sequence>
3101         <xs:element name="vdc-id" type="xs:string" minOccurs="0">
3102           <xs:annotation>
3103             <xs:appinfo>
3104               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the vdc")</annox:annotate>
3105             </xs:appinfo>
3106           </xs:annotation>
3107         </xs:element>
3108         <xs:element name="vdc-name" type="xs:string" minOccurs="0">
3109           <xs:annotation>
3110             <xs:appinfo>
3111               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the virtual data center")</annox:annotate>
3112             </xs:appinfo>
3113           </xs:annotation>
3114         </xs:element>
3115         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3116           <xs:annotation>
3117             <xs:appinfo>
3118               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3119             </xs:appinfo>
3120           </xs:annotation>
3121         </xs:element>
3122         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3123       </xs:sequence>
3124     </xs:complexType>
3125   </xs:element>
3126   <xs:element name="virtual-data-centers">
3127     <xs:complexType>
3128       <xs:annotation>
3129         <xs:appinfo>
3130           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Virtual organization of cloud infrastructure elements in a data center context")</annox:annotate>
3131         </xs:appinfo>
3132       </xs:annotation>
3133       <xs:sequence>
3134         <xs:element ref="tns:virtual-data-center" minOccurs="0" maxOccurs="5000"/>
3135       </xs:sequence>
3136     </xs:complexType>
3137   </xs:element>
3138   <xs:element name="operational-environment">
3139     <xs:complexType>
3140       <xs:annotation>
3141         <xs:appinfo>
3142           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="It is a logical partition of the cloud which allows to have multiple environments in the production AIC.",indexedProps="operational-environment-id",nameProps="operational-environment-name",uniqueProps="operational-environment-id",container="operational-environments",namespace="cloud-infrastructure",uriTemplate="/cloud-infrastructure/operational-environments/operational-environment/{operational-environment-id}",requiredProps="operational-environment-id,operational-environment-name,operational-environment-type,operational-environment-status,tenant-context,workload-context")</annox:annotate>
3143         </xs:appinfo>
3144       </xs:annotation>
3145       <xs:sequence>
3146         <xs:element name="operational-environment-id" type="xs:string" minOccurs="0">
3147           <xs:annotation>
3148             <xs:appinfo>
3149               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="UUID of an operational environment")</annox:annotate>
3150             </xs:appinfo>
3151           </xs:annotation>
3152         </xs:element>
3153         <xs:element name="operational-environment-name" type="xs:string" minOccurs="0">
3154           <xs:annotation>
3155             <xs:appinfo>
3156               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Operational Environment name")</annox:annotate>
3157             </xs:appinfo>
3158           </xs:annotation>
3159         </xs:element>
3160         <xs:element name="operational-environment-type" type="xs:string" minOccurs="0">
3161           <xs:annotation>
3162             <xs:appinfo>
3163               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Operational Environment Type.")</annox:annotate>
3164             </xs:appinfo>
3165           </xs:annotation>
3166         </xs:element>
3167         <xs:element name="operational-environment-status" type="xs:string" minOccurs="0">
3168           <xs:annotation>
3169             <xs:appinfo>
3170               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Status")</annox:annotate>
3171             </xs:appinfo>
3172           </xs:annotation>
3173         </xs:element>
3174         <xs:element name="tenant-context" type="xs:string" minOccurs="0">
3175           <xs:annotation>
3176             <xs:appinfo>
3177               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Tenant Context.")</annox:annotate>
3178             </xs:appinfo>
3179           </xs:annotation>
3180         </xs:element>
3181         <xs:element name="workload-context" type="xs:string" minOccurs="0">
3182           <xs:annotation>
3183             <xs:appinfo>
3184               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Workload Context.")</annox:annotate>
3185             </xs:appinfo>
3186           </xs:annotation>
3187         </xs:element>
3188         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3189           <xs:annotation>
3190             <xs:appinfo>
3191               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3192             </xs:appinfo>
3193           </xs:annotation>
3194         </xs:element>
3195         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3196       </xs:sequence>
3197     </xs:complexType>
3198   </xs:element>
3199   <xs:element name="operational-environments">
3200     <xs:complexType>
3201       <xs:annotation>
3202         <xs:appinfo>
3203           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description="a logical partition of the cloud which allows to have multiple environments in the production AIC.")</annox:annotate>
3204         </xs:appinfo>
3205       </xs:annotation>
3206       <xs:sequence>
3207         <xs:element ref="tns:operational-environment" minOccurs="0" maxOccurs="5000"/>
3208       </xs:sequence>
3209     </xs:complexType>
3210   </xs:element>
3211   <xs:element name="network-technology">
3212     <xs:complexType>
3213       <xs:annotation>
3214         <xs:appinfo>
3215           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="The network-technology object is used to capture the supported network technologies of a cloud-region.",nameProps="network-technology-id,network-technology-name",uniqueProps="network-technology-id",container="network-technologies",namespace="cloud-infrastructure",uriTemplate="/cloud-infrastructure/network-technologies/network-technology/{network-technology-id}",requiredProps="network-technology-id,network-technology-name")</annox:annotate>
3216         </xs:appinfo>
3217       </xs:annotation>
3218       <xs:sequence>
3219         <xs:element name="network-technology-id" type="xs:string" minOccurs="0">
3220           <xs:annotation>
3221             <xs:appinfo>
3222               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier of the network-technology object (UUID)")</annox:annotate>
3223             </xs:appinfo>
3224           </xs:annotation>
3225         </xs:element>
3226         <xs:element name="network-technology-name" type="xs:string" minOccurs="0">
3227           <xs:annotation>
3228             <xs:appinfo>
3229               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The network-technology  that a cloud-region can support. Current valid values- CONTRAIL AIC_SR_IOV OVS STANDARD-SR-IOV")</annox:annotate>
3230             </xs:appinfo>
3231           </xs:annotation>
3232         </xs:element>
3233         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3234           <xs:annotation>
3235             <xs:appinfo>
3236               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3237             </xs:appinfo>
3238           </xs:annotation>
3239         </xs:element>
3240         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3241       </xs:sequence>
3242     </xs:complexType>
3243   </xs:element>
3244   <xs:element name="network-technologies">
3245     <xs:complexType>
3246       <xs:annotation>
3247         <xs:appinfo>
3248           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description=" The network-technology object is used to capture the supported network technologies of a cloud-region.")</annox:annotate>
3249         </xs:appinfo>
3250       </xs:annotation>
3251       <xs:sequence>
3252         <xs:element ref="tns:network-technology" minOccurs="0" maxOccurs="5000"/>
3253       </xs:sequence>
3254     </xs:complexType>
3255   </xs:element>
3256   <xs:element name="cloud-infrastructure">
3257     <xs:complexType>
3258       <xs:annotation>
3259         <xs:appinfo>
3260           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Namespace for cloud infrastructure.")</annox:annotate>
3261         </xs:appinfo>
3262       </xs:annotation>
3263       <xs:sequence>
3264         <xs:element ref="tns:complexes" minOccurs="0"/>
3265         <xs:element ref="tns:cloud-regions" minOccurs="0"/>
3266         <xs:element ref="tns:network-profiles" minOccurs="0"/>
3267         <xs:element ref="tns:pservers" minOccurs="0"/>
3268         <xs:element ref="tns:virtual-data-centers" minOccurs="0"/>
3269         <xs:element ref="tns:operational-environments" minOccurs="0"/>
3270         <xs:element ref="tns:network-technologies" minOccurs="0"/>
3271       </xs:sequence>
3272     </xs:complexType>
3273   </xs:element>
3274   <xs:element name="esr-ems">
3275     <xs:complexType>
3276       <xs:annotation>
3277         <xs:appinfo>
3278           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Persist EMS address information used by EMS driver.",indexedProps="ems-id",searchable="ems-id",container="esr-ems-list",namespace="external-system",requiredProps="ems-id",uriTemplate="/external-system/esr-ems-list/esr-ems/{ems-id}")</annox:annotate>
3279         </xs:appinfo>
3280       </xs:annotation>
3281       <xs:sequence>
3282         <xs:element name="ems-id" type="xs:string" minOccurs="0">
3283           <xs:annotation>
3284             <xs:appinfo>
3285               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of EMS.")</annox:annotate>
3286             </xs:appinfo>
3287           </xs:annotation>
3288         </xs:element>
3289         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3290           <xs:annotation>
3291             <xs:appinfo>
3292               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3293             </xs:appinfo>
3294           </xs:annotation>
3295         </xs:element>
3296         <xs:element ref="tns:esr-system-info-list" minOccurs="0"/>
3297         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3298       </xs:sequence>
3299     </xs:complexType>
3300   </xs:element>
3301   <xs:element name="esr-ems-list">
3302     <xs:complexType>
3303       <xs:annotation>
3304         <xs:appinfo>
3305           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0")</annox:annotate>
3306         </xs:appinfo>
3307       </xs:annotation>
3308       <xs:sequence>
3309         <xs:element ref="tns:esr-ems" minOccurs="0" maxOccurs="5000"/>
3310       </xs:sequence>
3311     </xs:complexType>
3312   </xs:element>
3313   <xs:element name="esr-vnfm">
3314     <xs:complexType>
3315       <xs:annotation>
3316         <xs:appinfo>
3317           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Persist VNFM address information used by VF-C.",indexedProps="vnfm-id",searchable="vnfm-id",container="esr-vnfm-list",namespace="external-system",requiredProps="vnfm-id",uriTemplate="/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}")</annox:annotate>
3318         </xs:appinfo>
3319       </xs:annotation>
3320       <xs:sequence>
3321         <xs:element name="vnfm-id" type="xs:string" minOccurs="0">
3322           <xs:annotation>
3323             <xs:appinfo>
3324               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of VNFM.")</annox:annotate>
3325             </xs:appinfo>
3326           </xs:annotation>
3327         </xs:element>
3328         <xs:element name="vim-id" type="xs:string" minOccurs="0">
3329           <xs:annotation>
3330             <xs:appinfo>
3331               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="indecate the VIM to deploy VNF.")</annox:annotate>
3332             </xs:appinfo>
3333           </xs:annotation>
3334         </xs:element>
3335         <xs:element name="certificate-url" type="xs:string" minOccurs="0">
3336           <xs:annotation>
3337             <xs:appinfo>
3338               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="certificate url of VNFM.")</annox:annotate>
3339             </xs:appinfo>
3340           </xs:annotation>
3341         </xs:element>
3342         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3343           <xs:annotation>
3344             <xs:appinfo>
3345               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3346             </xs:appinfo>
3347           </xs:annotation>
3348         </xs:element>
3349         <xs:element ref="tns:esr-system-info-list" minOccurs="0"/>
3350         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3351       </xs:sequence>
3352     </xs:complexType>
3353   </xs:element>
3354   <xs:element name="esr-vnfm-list">
3355     <xs:complexType>
3356       <xs:annotation>
3357         <xs:appinfo>
3358           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0")</annox:annotate>
3359         </xs:appinfo>
3360       </xs:annotation>
3361       <xs:sequence>
3362         <xs:element ref="tns:esr-vnfm" minOccurs="0" maxOccurs="5000"/>
3363       </xs:sequence>
3364     </xs:complexType>
3365   </xs:element>
3366   <xs:element name="esr-nfvo">
3367     <xs:complexType>
3368       <xs:annotation>
3369         <xs:appinfo>
3370           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Persist NFVO address information used by VF-C.",indexedProps="nfvo-id",searchable="nfvo-id",container="esr-nfvo-list",namespace="external-system",requiredProps="nfvo-id",uriTemplate="/external-system/esr-nfvo-list/esr-nfvo/{nfvo-id}")</annox:annotate>
3371         </xs:appinfo>
3372       </xs:annotation>
3373       <xs:sequence>
3374         <xs:element name="nfvo-id" type="xs:string" minOccurs="0">
3375           <xs:annotation>
3376             <xs:appinfo>
3377               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of nfvo.")</annox:annotate>
3378             </xs:appinfo>
3379           </xs:annotation>
3380         </xs:element>
3381         <xs:element name="api-root" type="xs:string" minOccurs="0">
3382           <xs:annotation>
3383             <xs:appinfo>
3384               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="indecate the api-root.")</annox:annotate>
3385             </xs:appinfo>
3386           </xs:annotation>
3387         </xs:element>
3388         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3389           <xs:annotation>
3390             <xs:appinfo>
3391               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3392             </xs:appinfo>
3393           </xs:annotation>
3394         </xs:element>
3395         <xs:element ref="tns:esr-system-info-list" minOccurs="0"/>
3396         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3397       </xs:sequence>
3398     </xs:complexType>
3399   </xs:element>
3400   <xs:element name="esr-nfvo-list">
3401     <xs:complexType>
3402       <xs:annotation>
3403         <xs:appinfo>
3404           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0")</annox:annotate>
3405         </xs:appinfo>
3406       </xs:annotation>
3407       <xs:sequence>
3408         <xs:element ref="tns:esr-nfvo" minOccurs="0" maxOccurs="5000"/>
3409       </xs:sequence>
3410     </xs:complexType>
3411   </xs:element>
3412   <xs:element name="esr-thirdparty-sdnc">
3413     <xs:complexType>
3414       <xs:annotation>
3415         <xs:appinfo>
3416           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Persist SDNC address information used by ONAP SDNC.",container="esr-thirdparty-sdnc-list",namespace="external-system",requiredProps="thirdparty-sdnc-id",uriTemplate="/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}")</annox:annotate>
3417         </xs:appinfo>
3418       </xs:annotation>
3419       <xs:sequence>
3420         <xs:element name="thirdparty-sdnc-id" type="xs:string" minOccurs="0">
3421           <xs:annotation>
3422             <xs:appinfo>
3423               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of SDNC.")</annox:annotate>
3424             </xs:appinfo>
3425           </xs:annotation>
3426         </xs:element>
3427         <xs:element name="location" type="xs:string" minOccurs="0">
3428           <xs:annotation>
3429             <xs:appinfo>
3430               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="used for DC type to indicate the location of SDNC, such as Core or Edge.")</annox:annotate>
3431             </xs:appinfo>
3432           </xs:annotation>
3433         </xs:element>
3434         <xs:element name="product-name" type="xs:string" minOccurs="0">
3435           <xs:annotation>
3436             <xs:appinfo>
3437               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="password used to access SDNC server.")</annox:annotate>
3438             </xs:appinfo>
3439           </xs:annotation>
3440         </xs:element>
3441         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3442           <xs:annotation>
3443             <xs:appinfo>
3444               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3445             </xs:appinfo>
3446           </xs:annotation>
3447         </xs:element>
3448         <xs:element ref="tns:esr-system-info-list" minOccurs="0"/>
3449         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3450       </xs:sequence>
3451     </xs:complexType>
3452   </xs:element>
3453   <xs:element name="esr-thirdparty-sdnc-list">
3454     <xs:complexType>
3455       <xs:annotation>
3456         <xs:appinfo>
3457           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0")</annox:annotate>
3458         </xs:appinfo>
3459       </xs:annotation>
3460       <xs:sequence>
3461         <xs:element ref="tns:esr-thirdparty-sdnc" minOccurs="0" maxOccurs="5000"/>
3462       </xs:sequence>
3463     </xs:complexType>
3464   </xs:element>
3465   <xs:element name="external-system">
3466     <xs:complexType>
3467       <xs:annotation>
3468         <xs:appinfo>
3469           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Namespace for external system.")</annox:annotate>
3470         </xs:appinfo>
3471       </xs:annotation>
3472       <xs:sequence>
3473         <xs:element ref="tns:esr-ems-list" minOccurs="0"/>
3474         <xs:element ref="tns:esr-vnfm-list" minOccurs="0"/>
3475         <xs:element ref="tns:esr-nfvo-list" minOccurs="0"/>
3476         <xs:element ref="tns:esr-thirdparty-sdnc-list" minOccurs="0"/>
3477       </xs:sequence>
3478     </xs:complexType>
3479   </xs:element>
3480   <xs:element name="connector">
3481     <xs:complexType>
3482       <xs:annotation>
3483         <xs:appinfo>
3484           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets",indexedProps="resource-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version",container="connectors",namespace="business",uriTemplate="/business/connectors/connector/{resource-instance-id}",requiredProps="resource-instance-id")</annox:annotate>
3485         </xs:appinfo>
3486       </xs:annotation>
3487       <xs:sequence>
3488         <xs:element name="resource-instance-id" type="xs:string" minOccurs="0">
3489           <xs:annotation>
3490             <xs:appinfo>
3491               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of resource instance.")</annox:annotate>
3492             </xs:appinfo>
3493           </xs:annotation>
3494         </xs:element>
3495         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3496           <xs:annotation>
3497             <xs:appinfo>
3498               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3499             </xs:appinfo>
3500           </xs:annotation>
3501         </xs:element>
3502         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
3503           <xs:annotation>
3504             <xs:appinfo>
3505               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
3506             </xs:appinfo>
3507           </xs:annotation>
3508         </xs:element>
3509         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
3510           <xs:annotation>
3511             <xs:appinfo>
3512               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
3513             </xs:appinfo>
3514           </xs:annotation>
3515         </xs:element>
3516         <xs:element name="widget-model-id" type="xs:string" minOccurs="0">
3517           <xs:annotation>
3518             <xs:appinfo>
3519               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget.")</annox:annotate>
3520             </xs:appinfo>
3521           </xs:annotation>
3522         </xs:element>
3523         <xs:element name="widget-model-version" type="xs:string" minOccurs="0">
3524           <xs:annotation>
3525             <xs:appinfo>
3526               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget.")</annox:annotate>
3527             </xs:appinfo>
3528           </xs:annotation>
3529         </xs:element>
3530         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3531         <xs:element ref="tns:metadata" minOccurs="0"/>
3532       </xs:sequence>
3533     </xs:complexType>
3534   </xs:element>
3535   <xs:element name="connectors">
3536     <xs:complexType>
3537       <xs:annotation>
3538         <xs:appinfo>
3539           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of resource instances used to connect a variety of disparate inventory widgets")</annox:annotate>
3540         </xs:appinfo>
3541       </xs:annotation>
3542       <xs:sequence>
3543         <xs:element ref="tns:connector" minOccurs="0" maxOccurs="5000"/>
3544       </xs:sequence>
3545     </xs:complexType>
3546   </xs:element>
3547   <xs:element name="tunnel-xconnect">
3548     <xs:complexType>
3549       <xs:annotation>
3550         <xs:appinfo>
3551           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Represents the specifics of a tunnel cross connect piece of a resource that gets separately allotted",uniqueProps="id",indexedProps="id",dependentOn="allotted-resource",container="tunnel-xconnects",uriTemplate="/tunnel-xconnects/tunnel-xconnect/{id}",requiredProps="id")</annox:annotate>
3552         </xs:appinfo>
3553       </xs:annotation>
3554       <xs:sequence>
3555         <xs:element name="id" type="xs:string" minOccurs="0">
3556           <xs:annotation>
3557             <xs:appinfo>
3558               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.")</annox:annotate>
3559             </xs:appinfo>
3560           </xs:annotation>
3561         </xs:element>
3562         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3563           <xs:annotation>
3564             <xs:appinfo>
3565               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Concurrency value")</annox:annotate>
3566             </xs:appinfo>
3567           </xs:annotation>
3568         </xs:element>
3569         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3570       </xs:sequence>
3571     </xs:complexType>
3572   </xs:element>
3573   <xs:element name="tunnel-xconnects">
3574     <xs:complexType>
3575       <xs:annotation>
3576         <xs:appinfo>
3577           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="This object is used to store the specific tunnel cross connect aspects of an allotted resource")</annox:annotate>
3578         </xs:appinfo>
3579       </xs:annotation>
3580       <xs:sequence>
3581         <xs:element ref="tns:tunnel-xconnect" minOccurs="0" maxOccurs="5000"/>
3582       </xs:sequence>
3583     </xs:complexType>
3584   </xs:element>
3585   <xs:element name="allotted-resource">
3586     <xs:complexType>
3587       <xs:annotation>
3588         <xs:appinfo>
3589           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Represents a slice or partial piece of a resource that gets separately allotted",nameProps="description,allotted-resource-name",uniqueProps="id",indexedProps="id,model-invariant-id,model-version-id,type,role,allotted-resource-name,access-provider-id,access-client-id,access-topology-id,access-node-id,access-ltp-id,vpn-name",dependentOn="service-instance",container="allotted-resources",uriTemplate="/allotted-resources/allotted-resource/{id}",requiredProps="id")</annox:annotate>
3590         </xs:appinfo>
3591       </xs:annotation>
3592       <xs:sequence>
3593         <xs:element name="id" type="xs:string" minOccurs="0">
3594           <xs:annotation>
3595             <xs:appinfo>
3596               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Allotted Resource id UUID assigned to this instance.")</annox:annotate>
3597             </xs:appinfo>
3598           </xs:annotation>
3599         </xs:element>
3600         <xs:element name="description" type="xs:string" minOccurs="0">
3601           <xs:annotation>
3602             <xs:appinfo>
3603               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The descriptive information assigned to this allotted resource instance")</annox:annotate>
3604             </xs:appinfo>
3605           </xs:annotation>
3606         </xs:element>
3607         <xs:element name="selflink" type="xs:string" minOccurs="0">
3608           <xs:annotation>
3609             <xs:appinfo>
3610               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Link back to more information in the controller")</annox:annotate>
3611             </xs:appinfo>
3612           </xs:annotation>
3613         </xs:element>
3614         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
3615           <xs:annotation>
3616             <xs:appinfo>
3617               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
3618             </xs:appinfo>
3619           </xs:annotation>
3620         </xs:element>
3621         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
3622           <xs:annotation>
3623             <xs:appinfo>
3624               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
3625             </xs:appinfo>
3626           </xs:annotation>
3627         </xs:element>
3628         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3629           <xs:annotation>
3630             <xs:appinfo>
3631               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Concurrency value")</annox:annotate>
3632             </xs:appinfo>
3633           </xs:annotation>
3634         </xs:element>
3635         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
3636           <xs:annotation>
3637             <xs:appinfo>
3638               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status")</annox:annotate>
3639             </xs:appinfo>
3640           </xs:annotation>
3641         </xs:element>
3642         <xs:element name="operational-status" type="xs:string" minOccurs="0">
3643           <xs:annotation>
3644             <xs:appinfo>
3645               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational")</annox:annotate>
3646             </xs:appinfo>
3647           </xs:annotation>
3648         </xs:element>
3649         <xs:element name="type" type="xs:string" minOccurs="0">
3650           <xs:annotation>
3651             <xs:appinfo>
3652               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Generic description of the type of allotted resource.")</annox:annotate>
3653             </xs:appinfo>
3654           </xs:annotation>
3655         </xs:element>
3656         <xs:element name="role" type="xs:string" minOccurs="0">
3657           <xs:annotation>
3658             <xs:appinfo>
3659               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="role in the network that this resource will be providing.")</annox:annotate>
3660             </xs:appinfo>
3661           </xs:annotation>
3662         </xs:element>
3663         <xs:element name="allotted-resource-name" type="xs:string" minOccurs="0">
3664           <xs:annotation>
3665             <xs:appinfo>
3666               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the name of this allotted-resource.")</annox:annotate>
3667             </xs:appinfo>
3668           </xs:annotation>
3669         </xs:element>
3670         <xs:element name="access-provider-id" type="xs:string" minOccurs="0">
3671           <xs:annotation>
3672             <xs:appinfo>
3673               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access provider of this allotted-resource.")</annox:annotate>
3674             </xs:appinfo>
3675           </xs:annotation>
3676         </xs:element>
3677         <xs:element name="access-client-id" type="xs:string" minOccurs="0">
3678           <xs:annotation>
3679             <xs:appinfo>
3680               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access client of this allotted-resource.")</annox:annotate>
3681             </xs:appinfo>
3682           </xs:annotation>
3683         </xs:element>
3684         <xs:element name="access-topology-id" type="xs:string" minOccurs="0">
3685           <xs:annotation>
3686             <xs:appinfo>
3687               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access topology of this allotted-resource.")</annox:annotate>
3688             </xs:appinfo>
3689           </xs:annotation>
3690         </xs:element>
3691         <xs:element name="access-node-id" type="xs:string" minOccurs="0">
3692           <xs:annotation>
3693             <xs:appinfo>
3694               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access node of this allotted-resource.")</annox:annotate>
3695             </xs:appinfo>
3696           </xs:annotation>
3697         </xs:element>
3698         <xs:element name="access-ltp-id" type="xs:string" minOccurs="0">
3699           <xs:annotation>
3700             <xs:appinfo>
3701               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access ltp of this allotted-resource.")</annox:annotate>
3702             </xs:appinfo>
3703           </xs:annotation>
3704         </xs:element>
3705         <xs:element name="cvlan" type="xs:string" minOccurs="0">
3706           <xs:annotation>
3707             <xs:appinfo>
3708               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the cvlan of this allotted-resource.")</annox:annotate>
3709             </xs:appinfo>
3710           </xs:annotation>
3711         </xs:element>
3712         <xs:element name="vpn-name" type="xs:string" minOccurs="0">
3713           <xs:annotation>
3714             <xs:appinfo>
3715               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the vpn-name of this allotted-resource.")</annox:annotate>
3716             </xs:appinfo>
3717           </xs:annotation>
3718         </xs:element>
3719         <xs:element ref="tns:tunnel-xconnects" minOccurs="0"/>
3720         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3721       </xs:sequence>
3722     </xs:complexType>
3723   </xs:element>
3724   <xs:element name="allotted-resources">
3725     <xs:complexType>
3726       <xs:annotation>
3727         <xs:appinfo>
3728           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="This object is used to store slices of services being offered")</annox:annotate>
3729         </xs:appinfo>
3730       </xs:annotation>
3731       <xs:sequence>
3732         <xs:element ref="tns:allotted-resource" minOccurs="0" maxOccurs="5000"/>
3733       </xs:sequence>
3734     </xs:complexType>
3735   </xs:element>
3736   <xs:element name="service-instance">
3737     <xs:complexType>
3738       <xs:annotation>
3739         <xs:appinfo>
3740           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of a service",indexedProps="service-instance-id,model-invariant-id,model-version-id,widget-model-id,widget-model-version,service-instance-name,service-instance-location-id,orchestration-status,environment-context,workload-context",nameProps="service-instance-name",searchable="service-instance-id,service-instance-name",uniqueProps="service-instance-id",dependentOn="service-subscription",container="service-instances",uriTemplate="/service-instances/service-instance/{service-instance-id}",requiredProps="service-instance-id")</annox:annotate>
3741         </xs:appinfo>
3742       </xs:annotation>
3743       <xs:sequence>
3744         <xs:element name="service-instance-id" type="xs:string" minOccurs="0">
3745           <xs:annotation>
3746             <xs:appinfo>
3747               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this instance of a service")</annox:annotate>
3748             </xs:appinfo>
3749           </xs:annotation>
3750         </xs:element>
3751         <xs:element name="service-instance-name" type="xs:string" minOccurs="0">
3752           <xs:annotation>
3753             <xs:appinfo>
3754               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This field will store a name assigned to the service-instance.")</annox:annotate>
3755             </xs:appinfo>
3756           </xs:annotation>
3757         </xs:element>
3758         <xs:element name="service-type" type="xs:string" minOccurs="0">
3759           <xs:annotation>
3760             <xs:appinfo>
3761               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="String capturing type of service.")</annox:annotate>
3762             </xs:appinfo>
3763           </xs:annotation>
3764         </xs:element>
3765         <xs:element name="service-role" type="xs:string" minOccurs="0">
3766           <xs:annotation>
3767             <xs:appinfo>
3768               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="String capturing the service role.")</annox:annotate>
3769             </xs:appinfo>
3770           </xs:annotation>
3771         </xs:element>
3772         <xs:element name="environment-context" type="xs:string" minOccurs="0">
3773           <xs:annotation>
3774             <xs:appinfo>
3775               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This field will store the environment context assigned to the service-instance.")</annox:annotate>
3776             </xs:appinfo>
3777           </xs:annotation>
3778         </xs:element>
3779         <xs:element name="workload-context" type="xs:string" minOccurs="0">
3780           <xs:annotation>
3781             <xs:appinfo>
3782               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This field will store the workload context assigned to the service-instance.")</annox:annotate>
3783             </xs:appinfo>
3784           </xs:annotation>
3785         </xs:element>
3786         <xs:element name="created-at" type="xs:string" minOccurs="0">
3787           <xs:annotation>
3788             <xs:appinfo>
3789               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="create time of Network Service.")</annox:annotate>
3790             </xs:appinfo>
3791           </xs:annotation>
3792         </xs:element>
3793         <xs:element name="updated-at" type="xs:string" minOccurs="0">
3794           <xs:annotation>
3795             <xs:appinfo>
3796               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="last update of Network Service.")</annox:annotate>
3797             </xs:appinfo>
3798           </xs:annotation>
3799         </xs:element>
3800         <xs:element name="description" type="xs:string" minOccurs="0">
3801           <xs:annotation>
3802             <xs:appinfo>
3803               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="short description for service-instance.")</annox:annotate>
3804             </xs:appinfo>
3805           </xs:annotation>
3806         </xs:element>
3807         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
3808           <xs:annotation>
3809             <xs:appinfo>
3810               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
3811             </xs:appinfo>
3812           </xs:annotation>
3813         </xs:element>
3814         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
3815           <xs:annotation>
3816             <xs:appinfo>
3817               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
3818             </xs:appinfo>
3819           </xs:annotation>
3820         </xs:element>
3821         <xs:element name="persona-model-version" type="xs:string" minOccurs="0">
3822           <xs:annotation>
3823             <xs:appinfo>
3824               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version")</annox:annotate>
3825             </xs:appinfo>
3826           </xs:annotation>
3827         </xs:element>
3828         <xs:element name="widget-model-id" type="xs:string" minOccurs="0">
3829           <xs:annotation>
3830             <xs:appinfo>
3831               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget.")</annox:annotate>
3832             </xs:appinfo>
3833           </xs:annotation>
3834         </xs:element>
3835         <xs:element name="widget-model-version" type="xs:string" minOccurs="0">
3836           <xs:annotation>
3837             <xs:appinfo>
3838               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget.")</annox:annotate>
3839             </xs:appinfo>
3840           </xs:annotation>
3841         </xs:element>
3842         <xs:element name="bandwidth-total" type="xs:string" minOccurs="0">
3843           <xs:annotation>
3844             <xs:appinfo>
3845               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicates the total bandwidth to be used for this service.")</annox:annotate>
3846             </xs:appinfo>
3847           </xs:annotation>
3848         </xs:element>
3849         <xs:element name="vhn-portal-url" type="xs:string" minOccurs="0">
3850           <xs:annotation>
3851             <xs:appinfo>
3852               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL customers will use to access the vHN Portal.")</annox:annotate>
3853             </xs:appinfo>
3854           </xs:annotation>
3855         </xs:element>
3856         <xs:element name="service-instance-location-id" type="xs:string" minOccurs="0">
3857           <xs:annotation>
3858             <xs:appinfo>
3859               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="An identifier that customers assign to the location where this service is being used.")</annox:annotate>
3860             </xs:appinfo>
3861           </xs:annotation>
3862         </xs:element>
3863         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3864           <xs:annotation>
3865             <xs:appinfo>
3866               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3867             </xs:appinfo>
3868           </xs:annotation>
3869         </xs:element>
3870         <xs:element name="selflink" type="xs:string" minOccurs="0">
3871           <xs:annotation>
3872             <xs:appinfo>
3873               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Path to the controller object.")</annox:annotate>
3874             </xs:appinfo>
3875           </xs:annotation>
3876         </xs:element>
3877         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
3878           <xs:annotation>
3879             <xs:appinfo>
3880               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this service.")</annox:annotate>
3881             </xs:appinfo>
3882           </xs:annotation>
3883         </xs:element>
3884         <xs:element name="input-parameters" type="xs:string" minOccurs="0">
3885           <xs:annotation>
3886             <xs:appinfo>
3887               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="String capturing request parameters from SO to pass to Closed Loop.")</annox:annotate>
3888             </xs:appinfo>
3889           </xs:annotation>
3890         </xs:element>
3891         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3892         <xs:element ref="tns:metadata" minOccurs="0"/>
3893         <xs:element ref="tns:allotted-resources" minOccurs="0"/>
3894       </xs:sequence>
3895     </xs:complexType>
3896   </xs:element>
3897   <xs:element name="service-instances">
3898     <xs:complexType>
3899       <xs:annotation>
3900         <xs:appinfo>
3901           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of service instances")</annox:annotate>
3902         </xs:appinfo>
3903       </xs:annotation>
3904       <xs:sequence>
3905         <xs:element ref="tns:service-instance" minOccurs="0" maxOccurs="5000"/>
3906       </xs:sequence>
3907     </xs:complexType>
3908   </xs:element>
3909   <xs:element name="service-subscription">
3910     <xs:complexType>
3911       <xs:annotation>
3912         <xs:appinfo>
3913           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Object that group service instances.",indexedProps="service-type",dependentOn="customer",container="service-subscriptions",crossEntityReference="service-instance,service-type",uriTemplate="/service-subscriptions/service-subscription/{service-type}",requiredProps="service-type")</annox:annotate>
3914         </xs:appinfo>
3915       </xs:annotation>
3916       <xs:sequence>
3917         <xs:element name="service-type" type="xs:string" minOccurs="0">
3918           <xs:annotation>
3919             <xs:appinfo>
3920               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Value defined by orchestration to identify this service across ONAP.")</annox:annotate>
3921             </xs:appinfo>
3922           </xs:annotation>
3923         </xs:element>
3924         <xs:element name="temp-ub-sub-account-id" type="xs:string" minOccurs="0">
3925           <xs:annotation>
3926             <xs:appinfo>
3927               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This property will be deleted from A&amp;AI in the near future. Only stop gap solution.")</annox:annotate>
3928             </xs:appinfo>
3929           </xs:annotation>
3930         </xs:element>
3931         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3932           <xs:annotation>
3933             <xs:appinfo>
3934               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3935             </xs:appinfo>
3936           </xs:annotation>
3937         </xs:element>
3938         <xs:element ref="tns:service-instances" minOccurs="0"/>
3939         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3940       </xs:sequence>
3941     </xs:complexType>
3942   </xs:element>
3943   <xs:element name="service-subscriptions">
3944     <xs:complexType>
3945       <xs:annotation>
3946         <xs:appinfo>
3947           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of objects that group service instances.")</annox:annotate>
3948         </xs:appinfo>
3949       </xs:annotation>
3950       <xs:sequence>
3951         <xs:element ref="tns:service-subscription" minOccurs="0" maxOccurs="5000"/>
3952       </xs:sequence>
3953     </xs:complexType>
3954   </xs:element>
3955   <xs:element name="customer">
3956     <xs:complexType>
3957       <xs:annotation>
3958         <xs:appinfo>
3959           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="customer identifiers to provide linkage back to BSS information.",nameProps="subscriber-name",indexedProps="subscriber-name,global-customer-id,subscriber-type",searchable="global-customer-id,subscriber-name",uniqueProps="global-customer-id",container="customers",namespace="business",uriTemplate="/business/customers/customer/{global-customer-id}",requiredProps="global-customer-id,subscriber-name,subscriber-type")</annox:annotate>
3960         </xs:appinfo>
3961       </xs:annotation>
3962       <xs:sequence>
3963         <xs:element name="global-customer-id" type="xs:string" minOccurs="0">
3964           <xs:annotation>
3965             <xs:appinfo>
3966               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Global customer id used across ONAP to uniquely identify customer.")</annox:annotate>
3967             </xs:appinfo>
3968           </xs:annotation>
3969         </xs:element>
3970         <xs:element name="subscriber-name" type="xs:string" minOccurs="0">
3971           <xs:annotation>
3972             <xs:appinfo>
3973               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Subscriber name, an alternate way to retrieve a customer.")</annox:annotate>
3974             </xs:appinfo>
3975           </xs:annotation>
3976         </xs:element>
3977         <xs:element name="subscriber-type" type="xs:string" minOccurs="0">
3978           <xs:annotation>
3979             <xs:appinfo>
3980               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Subscriber type, a way to provide VID with only the INFRA customers.",defaultValue="CUST")</annox:annotate>
3981             </xs:appinfo>
3982           </xs:annotation>
3983         </xs:element>
3984         <xs:element name="resource-version" type="xs:string" minOccurs="0">
3985           <xs:annotation>
3986             <xs:appinfo>
3987               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
3988             </xs:appinfo>
3989           </xs:annotation>
3990         </xs:element>
3991         <xs:element ref="tns:service-subscriptions" minOccurs="0"/>
3992         <xs:element ref="tns:relationship-list" minOccurs="0"/>
3993       </xs:sequence>
3994     </xs:complexType>
3995   </xs:element>
3996   <xs:element name="customers">
3997     <xs:complexType>
3998       <xs:annotation>
3999         <xs:appinfo>
4000           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of customer identifiers to provide linkage back to BSS information.")</annox:annotate>
4001         </xs:appinfo>
4002       </xs:annotation>
4003       <xs:sequence>
4004         <xs:element ref="tns:customer" minOccurs="0" maxOccurs="5000"/>
4005       </xs:sequence>
4006     </xs:complexType>
4007   </xs:element>
4008   <xs:element name="line-of-business">
4009     <xs:complexType>
4010       <xs:annotation>
4011         <xs:appinfo>
4012           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="describes a line-of-business",indexedProps="line-of-business-name",uniqueProps="line-of-business-name",container="lines-of-business",namespace="business",uriTemplate="/business/lines-of-business/line-of-business/{line-of-business-name}",requiredProps="line-of-business-name")</annox:annotate>
4013         </xs:appinfo>
4014       </xs:annotation>
4015       <xs:sequence>
4016         <xs:element name="line-of-business-name" type="xs:string" minOccurs="0">
4017           <xs:annotation>
4018             <xs:appinfo>
4019               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Name of the line-of-business (product)")</annox:annotate>
4020             </xs:appinfo>
4021           </xs:annotation>
4022         </xs:element>
4023         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4024           <xs:annotation>
4025             <xs:appinfo>
4026               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4027             </xs:appinfo>
4028           </xs:annotation>
4029         </xs:element>
4030         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4031       </xs:sequence>
4032     </xs:complexType>
4033   </xs:element>
4034   <xs:element name="lines-of-business">
4035     <xs:complexType>
4036       <xs:annotation>
4037         <xs:appinfo>
4038           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of lines-of-business")</annox:annotate>
4039         </xs:appinfo>
4040       </xs:annotation>
4041       <xs:sequence>
4042         <xs:element ref="tns:line-of-business" minOccurs="0" maxOccurs="5000"/>
4043       </xs:sequence>
4044     </xs:complexType>
4045   </xs:element>
4046   <xs:element name="owning-entity">
4047     <xs:complexType>
4048       <xs:annotation>
4049         <xs:appinfo>
4050           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="describes an owning-entity",indexedProps="owning-entity-id,owning-entity-name",searchable="owning-entity-id",uniqueProps="owning-entity-id,owning-entity-name",container="owning-entities",namespace="business",uriTemplate="/business/owning-entities/owning-entity/{owning-entity-id}",requiredProps="owning-entity-id,owning-entity-name")</annox:annotate>
4051         </xs:appinfo>
4052       </xs:annotation>
4053       <xs:sequence>
4054         <xs:element name="owning-entity-id" type="xs:string" minOccurs="0">
4055           <xs:annotation>
4056             <xs:appinfo>
4057               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="UUID of an owning entity")</annox:annotate>
4058             </xs:appinfo>
4059           </xs:annotation>
4060         </xs:element>
4061         <xs:element name="owning-entity-name" type="xs:string" minOccurs="0">
4062           <xs:annotation>
4063             <xs:appinfo>
4064               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Owning entity name")</annox:annotate>
4065             </xs:appinfo>
4066           </xs:annotation>
4067         </xs:element>
4068         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4069           <xs:annotation>
4070             <xs:appinfo>
4071               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4072             </xs:appinfo>
4073           </xs:annotation>
4074         </xs:element>
4075         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4076       </xs:sequence>
4077     </xs:complexType>
4078   </xs:element>
4079   <xs:element name="owning-entities">
4080     <xs:complexType>
4081       <xs:annotation>
4082         <xs:appinfo>
4083           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of owning-entities")</annox:annotate>
4084         </xs:appinfo>
4085       </xs:annotation>
4086       <xs:sequence>
4087         <xs:element ref="tns:owning-entity" minOccurs="0" maxOccurs="5000"/>
4088       </xs:sequence>
4089     </xs:complexType>
4090   </xs:element>
4091   <xs:element name="platform">
4092     <xs:complexType>
4093       <xs:annotation>
4094         <xs:appinfo>
4095           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="describes a platform",indexedProps="platform-name",uniqueProps="platform-name",container="platforms",namespace="business",uriTemplate="/business/platforms/platform/{platform-name}",requiredProps="platform-name")</annox:annotate>
4096         </xs:appinfo>
4097       </xs:annotation>
4098       <xs:sequence>
4099         <xs:element name="platform-name" type="xs:string" minOccurs="0">
4100           <xs:annotation>
4101             <xs:appinfo>
4102               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Name of the platform")</annox:annotate>
4103             </xs:appinfo>
4104           </xs:annotation>
4105         </xs:element>
4106         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4107           <xs:annotation>
4108             <xs:appinfo>
4109               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4110             </xs:appinfo>
4111           </xs:annotation>
4112         </xs:element>
4113         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4114       </xs:sequence>
4115     </xs:complexType>
4116   </xs:element>
4117   <xs:element name="platforms">
4118     <xs:complexType>
4119       <xs:annotation>
4120         <xs:appinfo>
4121           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of platforms")</annox:annotate>
4122         </xs:appinfo>
4123       </xs:annotation>
4124       <xs:sequence>
4125         <xs:element ref="tns:platform" minOccurs="0" maxOccurs="5000"/>
4126       </xs:sequence>
4127     </xs:complexType>
4128   </xs:element>
4129   <xs:element name="project">
4130     <xs:complexType>
4131       <xs:annotation>
4132         <xs:appinfo>
4133           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="describes the project",indexedProps="project-name",uniqueProps="project-name",container="projects",namespace="business",uriTemplate="/business/projects/project/{project-name}",requiredProps="project-name")</annox:annotate>
4134         </xs:appinfo>
4135       </xs:annotation>
4136       <xs:sequence>
4137         <xs:element name="project-name" type="xs:string" minOccurs="0">
4138           <xs:annotation>
4139             <xs:appinfo>
4140               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Name of the project deploying a service")</annox:annotate>
4141             </xs:appinfo>
4142           </xs:annotation>
4143         </xs:element>
4144         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4145           <xs:annotation>
4146             <xs:appinfo>
4147               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4148             </xs:appinfo>
4149           </xs:annotation>
4150         </xs:element>
4151         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4152       </xs:sequence>
4153     </xs:complexType>
4154   </xs:element>
4155   <xs:element name="projects">
4156     <xs:complexType>
4157       <xs:annotation>
4158         <xs:appinfo>
4159           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of projects")</annox:annotate>
4160         </xs:appinfo>
4161       </xs:annotation>
4162       <xs:sequence>
4163         <xs:element ref="tns:project" minOccurs="0" maxOccurs="5000"/>
4164       </xs:sequence>
4165     </xs:complexType>
4166   </xs:element>
4167   <xs:element name="sp-partner">
4168     <xs:complexType>
4169       <xs:annotation>
4170         <xs:appinfo>
4171           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of an sp-partner",indexedProps="sp-partner-id,url,callsource,model-invariant-id,model-version-id",nameProps="sp-partner-id",searchable="sp-partner-id",uniqueProps="sp-partner-id",container="sp-partners",namespace="business",uriTemplate="/business/sp-partners/sp-partner/{sp-partner-id}",requiredProps="sp-partner-id")</annox:annotate>
4172         </xs:appinfo>
4173       </xs:annotation>
4174       <xs:sequence>
4175         <xs:element name="sp-partner-id" type="xs:string" minOccurs="0">
4176           <xs:annotation>
4177             <xs:appinfo>
4178               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this sp-partner by id")</annox:annotate>
4179             </xs:appinfo>
4180           </xs:annotation>
4181         </xs:element>
4182         <xs:element name="url" type="xs:string" minOccurs="0">
4183           <xs:annotation>
4184             <xs:appinfo>
4185               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the URL of this sp-partner.")</annox:annotate>
4186             </xs:appinfo>
4187           </xs:annotation>
4188         </xs:element>
4189         <xs:element name="callsource" type="xs:string" minOccurs="0">
4190           <xs:annotation>
4191             <xs:appinfo>
4192               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the callsource of this sp-partner.")</annox:annotate>
4193             </xs:appinfo>
4194           </xs:annotation>
4195         </xs:element>
4196         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4197           <xs:annotation>
4198             <xs:appinfo>
4199               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4200             </xs:appinfo>
4201           </xs:annotation>
4202         </xs:element>
4203         <xs:element name="operational-status" type="xs:string" minOccurs="0">
4204           <xs:annotation>
4205             <xs:appinfo>
4206               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the operational-status for this sp-partner.")</annox:annotate>
4207             </xs:appinfo>
4208           </xs:annotation>
4209         </xs:element>
4210         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
4211           <xs:annotation>
4212             <xs:appinfo>
4213               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the model-customization-id for this sp-partner.")</annox:annotate>
4214             </xs:appinfo>
4215           </xs:annotation>
4216         </xs:element>
4217         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
4218           <xs:annotation>
4219             <xs:appinfo>
4220               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this sp-partner model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
4221             </xs:appinfo>
4222           </xs:annotation>
4223         </xs:element>
4224         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
4225           <xs:annotation>
4226             <xs:appinfo>
4227               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this sp-partner model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
4228             </xs:appinfo>
4229           </xs:annotation>
4230         </xs:element>
4231         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4232       </xs:sequence>
4233     </xs:complexType>
4234   </xs:element>
4235   <xs:element name="sp-partners">
4236     <xs:complexType>
4237       <xs:annotation>
4238         <xs:appinfo>
4239           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of sp-partners")</annox:annotate>
4240         </xs:appinfo>
4241       </xs:annotation>
4242       <xs:sequence>
4243         <xs:element ref="tns:sp-partner" minOccurs="0" maxOccurs="5000"/>
4244       </xs:sequence>
4245     </xs:complexType>
4246   </xs:element>
4247   <xs:element name="business">
4248     <xs:complexType>
4249       <xs:annotation>
4250         <xs:appinfo>
4251           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Namespace for business related constructs")</annox:annotate>
4252         </xs:appinfo>
4253       </xs:annotation>
4254       <xs:sequence>
4255         <xs:element ref="tns:connectors" minOccurs="0"/>
4256         <xs:element ref="tns:customers" minOccurs="0"/>
4257         <xs:element ref="tns:lines-of-business" minOccurs="0"/>
4258         <xs:element ref="tns:owning-entities" minOccurs="0"/>
4259         <xs:element ref="tns:platforms" minOccurs="0"/>
4260         <xs:element ref="tns:projects" minOccurs="0"/>
4261         <xs:element ref="tns:sp-partners" minOccurs="0"/>
4262       </xs:sequence>
4263     </xs:complexType>
4264   </xs:element>
4265   <xs:element name="vnf-image">
4266     <xs:complexType>
4267       <xs:annotation>
4268         <xs:appinfo>
4269           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Image object that pertain to a VNF that doesn't have associated vservers.  This is a kludge.",indexedProps="application,vnf-image-uuid,application-vendor,application-version",uniqueProps="vnf-image-uuid",container="vnf-images",namespace="service-design-and-creation",uriTemplate="/service-design-and-creation/vnf-images/vnf-image/{vnf-image-uuid}",requiredProps="vnf-image-uuid,application,application-vendor")</annox:annotate>
4270         </xs:appinfo>
4271       </xs:annotation>
4272       <xs:sequence>
4273         <xs:element name="vnf-image-uuid" type="xs:string" minOccurs="0">
4274           <xs:annotation>
4275             <xs:appinfo>
4276               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of this asset")</annox:annotate>
4277             </xs:appinfo>
4278           </xs:annotation>
4279         </xs:element>
4280         <xs:element name="application" type="xs:string" minOccurs="0">
4281           <xs:annotation>
4282             <xs:appinfo>
4283               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The application that the image instantiates.")</annox:annotate>
4284             </xs:appinfo>
4285           </xs:annotation>
4286         </xs:element>
4287         <xs:element name="application-vendor" type="xs:string" minOccurs="0">
4288           <xs:annotation>
4289             <xs:appinfo>
4290               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The vendor of the application.")</annox:annotate>
4291             </xs:appinfo>
4292           </xs:annotation>
4293         </xs:element>
4294         <xs:element name="application-version" type="xs:string" minOccurs="0">
4295           <xs:annotation>
4296             <xs:appinfo>
4297               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The version of the application.")</annox:annotate>
4298             </xs:appinfo>
4299           </xs:annotation>
4300         </xs:element>
4301         <xs:element name="selflink" type="xs:string" minOccurs="0">
4302           <xs:annotation>
4303             <xs:appinfo>
4304               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
4305             </xs:appinfo>
4306           </xs:annotation>
4307         </xs:element>
4308         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4309           <xs:annotation>
4310             <xs:appinfo>
4311               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4312             </xs:appinfo>
4313           </xs:annotation>
4314         </xs:element>
4315         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4316       </xs:sequence>
4317     </xs:complexType>
4318   </xs:element>
4319   <xs:element name="vnf-images">
4320     <xs:complexType>
4321       <xs:annotation>
4322         <xs:appinfo>
4323           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of image objects that pertain to a VNF that doesn't have associated vservers.  This is a kludge.")</annox:annotate>
4324         </xs:appinfo>
4325       </xs:annotation>
4326       <xs:sequence>
4327         <xs:element ref="tns:vnf-image" minOccurs="0" maxOccurs="5000"/>
4328       </xs:sequence>
4329     </xs:complexType>
4330   </xs:element>
4331   <xs:element name="service">
4332     <xs:complexType>
4333       <xs:annotation>
4334         <xs:appinfo>
4335           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Stand-in for service model definitions.  Likely to be deprecated in favor of models from ASDC.  Does not strictly map to ASDC services.",indexedProps="service-description,service-id",container="services",namespace="service-design-and-creation",uriTemplate="/service-design-and-creation/services/service/{service-id}",requiredProps="service-id,service-description")</annox:annotate>
4336         </xs:appinfo>
4337       </xs:annotation>
4338       <xs:sequence>
4339         <xs:element name="service-id" type="xs:string" minOccurs="0">
4340           <xs:annotation>
4341             <xs:appinfo>
4342               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.")</annox:annotate>
4343             </xs:appinfo>
4344           </xs:annotation>
4345         </xs:element>
4346         <xs:element name="service-description" type="xs:string" minOccurs="0">
4347           <xs:annotation>
4348             <xs:appinfo>
4349               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Description of the service")</annox:annotate>
4350             </xs:appinfo>
4351           </xs:annotation>
4352         </xs:element>
4353         <xs:element name="service-selflink" type="xs:string" minOccurs="0">
4354           <xs:annotation>
4355             <xs:appinfo>
4356               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details")</annox:annotate>
4357             </xs:appinfo>
4358           </xs:annotation>
4359         </xs:element>
4360         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4361           <xs:annotation>
4362             <xs:appinfo>
4363               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4364             </xs:appinfo>
4365           </xs:annotation>
4366         </xs:element>
4367         <xs:element name="service-version" type="xs:string" minOccurs="0">
4368           <xs:annotation>
4369             <xs:appinfo>
4370               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="service version")</annox:annotate>
4371             </xs:appinfo>
4372           </xs:annotation>
4373         </xs:element>
4374         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4375       </xs:sequence>
4376     </xs:complexType>
4377   </xs:element>
4378   <xs:element name="services">
4379     <xs:complexType>
4380       <xs:annotation>
4381         <xs:appinfo>
4382           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of service model definitions.  Likely to be deprecated in favor of models from ASDC.")</annox:annotate>
4383         </xs:appinfo>
4384       </xs:annotation>
4385       <xs:sequence>
4386         <xs:element ref="tns:service" minOccurs="0" maxOccurs="5000"/>
4387       </xs:sequence>
4388     </xs:complexType>
4389   </xs:element>
4390   <xs:element name="service-capability">
4391     <xs:complexType>
4392       <xs:annotation>
4393         <xs:appinfo>
4394           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Early definition of server/resource pairings, likely to be replaced by models.  No new use should be made of this.",indexedProps="service-type,vnf-type",container="service-capabilities",namespace="service-design-and-creation",uriTemplate="/service-design-and-creation/service-capabilities/service-capability/{service-type}/{vnf-type}",requiredProps="service-type,vnf-type")</annox:annotate>
4395         </xs:appinfo>
4396       </xs:annotation>
4397       <xs:sequence>
4398         <xs:element name="service-type" type="xs:string" minOccurs="0">
4399           <xs:annotation>
4400             <xs:appinfo>
4401               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="This gets defined by others to provide a unique ID for the service, we accept what is sent.")</annox:annotate>
4402             </xs:appinfo>
4403           </xs:annotation>
4404         </xs:element>
4405         <xs:element name="vnf-type" type="xs:string" minOccurs="0">
4406           <xs:annotation>
4407             <xs:appinfo>
4408               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="String capturing type of vnf, that was intended to identify the SDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ONAP matures.")</annox:annotate>
4409             </xs:appinfo>
4410           </xs:annotation>
4411         </xs:element>
4412         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4413           <xs:annotation>
4414             <xs:appinfo>
4415               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4416             </xs:appinfo>
4417           </xs:annotation>
4418         </xs:element>
4419         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4420       </xs:sequence>
4421     </xs:complexType>
4422   </xs:element>
4423   <xs:element name="service-capabilities">
4424     <xs:complexType>
4425       <xs:annotation>
4426         <xs:appinfo>
4427           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of service capabilities.")</annox:annotate>
4428         </xs:appinfo>
4429       </xs:annotation>
4430       <xs:sequence>
4431         <xs:element ref="tns:service-capability" minOccurs="0" maxOccurs="5000"/>
4432       </xs:sequence>
4433     </xs:complexType>
4434   </xs:element>
4435   <xs:element name="element-choice-set">
4436     <xs:complexType>
4437       <xs:annotation>
4438         <xs:appinfo>
4439           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="element-choice-set-uuid",indexedProps="element-choice-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="element-choice-sets",uriTemplate="/element-choice-sets/element-choice-set/{element-choice-set-uuid}",requiredProps="element-choice-set-uuid,element-choice-set-name")</annox:annotate>
4440         </xs:appinfo>
4441       </xs:annotation>
4442       <xs:sequence>
4443         <xs:element name="element-choice-set-uuid" type="xs:string" minOccurs="0">
4444           <xs:annotation>
4445             <xs:appinfo>
4446               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true")</annox:annotate>
4447             </xs:appinfo>
4448           </xs:annotation>
4449         </xs:element>
4450         <xs:element name="element-choice-set-name" type="xs:string" minOccurs="0"/>
4451         <xs:element name="cardinality" type="xs:string" minOccurs="0"/>
4452         <xs:element name="resource-version" type="xs:string" minOccurs="0"/>
4453         <xs:element ref="tns:model-elements" minOccurs="0"/>
4454         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4455       </xs:sequence>
4456     </xs:complexType>
4457   </xs:element>
4458   <xs:element name="element-choice-sets">
4459     <xs:complexType>
4460       <xs:sequence>
4461         <xs:element ref="tns:element-choice-set" minOccurs="0" maxOccurs="5000"/>
4462       </xs:sequence>
4463     </xs:complexType>
4464   </xs:element>
4465   <xs:element name="constrained-element-set">
4466     <xs:complexType>
4467       <xs:annotation>
4468         <xs:appinfo>
4469           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="constrained-element-set-uuid",indexedProps="constrained-element-set-uuid",allowDirectRead="true",allowDirectWrite="false",container="constrained-element-sets",uriTemplate="/constrained-element-sets/constrained-element-set/{constrained-element-set-uuid}",requiredProps="constrained-element-set-uuid,constraint-type,check-type")</annox:annotate>
4470         </xs:appinfo>
4471       </xs:annotation>
4472       <xs:sequence>
4473         <xs:element name="constrained-element-set-uuid" type="xs:string" minOccurs="0">
4474           <xs:annotation>
4475             <xs:appinfo>
4476               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true")</annox:annotate>
4477             </xs:appinfo>
4478           </xs:annotation>
4479         </xs:element>
4480         <xs:element name="constraint-type" type="xs:string" minOccurs="0"/>
4481         <xs:element name="check-type" type="xs:string" minOccurs="0"/>
4482         <xs:element name="resource-version" type="xs:string" minOccurs="0"/>
4483         <xs:element ref="tns:element-choice-sets" minOccurs="0"/>
4484         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4485       </xs:sequence>
4486     </xs:complexType>
4487   </xs:element>
4488   <xs:element name="constrained-element-sets">
4489     <xs:complexType>
4490       <xs:sequence>
4491         <xs:element ref="tns:constrained-element-set" minOccurs="0" maxOccurs="5000"/>
4492       </xs:sequence>
4493     </xs:complexType>
4494   </xs:element>
4495   <xs:element name="model-constraint">
4496     <xs:complexType>
4497       <xs:annotation>
4498         <xs:appinfo>
4499           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="This is how we would capture constraints defining allowed sets of elements.",uniqueProps="model-constraint-uuid",indexedProps="model-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-constraints",uriTemplate="/model-constraints/model-constraint/{model-constraint-uuid}",requiredProps="model-constraint-uuid,constrained-element-set-uuid-to-replace")</annox:annotate>
4500         </xs:appinfo>
4501       </xs:annotation>
4502       <xs:sequence>
4503         <xs:element name="model-constraint-uuid" type="xs:string" minOccurs="0">
4504           <xs:annotation>
4505             <xs:appinfo>
4506               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true")</annox:annotate>
4507             </xs:appinfo>
4508           </xs:annotation>
4509         </xs:element>
4510         <xs:element name="constrained-element-set-uuid-to-replace" type="xs:string" minOccurs="0"/>
4511         <xs:element ref="tns:constrained-element-sets" minOccurs="0"/>
4512         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4513           <xs:annotation>
4514             <xs:appinfo>
4515               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4516             </xs:appinfo>
4517           </xs:annotation>
4518         </xs:element>
4519       </xs:sequence>
4520     </xs:complexType>
4521   </xs:element>
4522   <xs:element name="model-constraints">
4523     <xs:complexType>
4524       <xs:sequence>
4525         <xs:element ref="tns:model-constraint" minOccurs="0" maxOccurs="5000"/>
4526       </xs:sequence>
4527     </xs:complexType>
4528   </xs:element>
4529   <xs:element name="model-element">
4530     <xs:complexType>
4531       <xs:annotation>
4532         <xs:appinfo>
4533           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model.",uniqueProps="model-element-uuid",indexedProps="model-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="model-elements",uriTemplate="/model-elements/model-element/{model-element-uuid}",requiredProps="model-element-uuid,new-data-del-flag,cardinality")</annox:annotate>
4534         </xs:appinfo>
4535       </xs:annotation>
4536       <xs:sequence>
4537         <xs:element name="model-element-uuid" type="xs:string" minOccurs="0">
4538           <xs:annotation>
4539             <xs:appinfo>
4540               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true")</annox:annotate>
4541             </xs:appinfo>
4542           </xs:annotation>
4543         </xs:element>
4544         <xs:element name="new-data-del-flag" type="xs:string" minOccurs="0">
4545           <xs:annotation>
4546             <xs:appinfo>
4547               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicates whether this element was created as part of instantiation from this model")</annox:annotate>
4548             </xs:appinfo>
4549           </xs:annotation>
4550         </xs:element>
4551         <xs:element name="cardinality" type="xs:string" minOccurs="0">
4552           <xs:annotation>
4553             <xs:appinfo>
4554               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="How many of this type of element are required/allowed")</annox:annotate>
4555             </xs:appinfo>
4556           </xs:annotation>
4557         </xs:element>
4558         <xs:element name="linkage-points" type="xs:string" minOccurs="0" maxOccurs="5000"/>
4559         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4560           <xs:annotation>
4561             <xs:appinfo>
4562               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4563             </xs:appinfo>
4564           </xs:annotation>
4565         </xs:element>
4566         <xs:element ref="tns:model-elements" minOccurs="0">
4567           <xs:annotation>
4568             <xs:appinfo>
4569               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Defines how other models combine to make up a higher-level model")</annox:annotate>
4570             </xs:appinfo>
4571           </xs:annotation>
4572         </xs:element>
4573         <xs:element ref="tns:model-constraints" minOccurs="0">
4574           <xs:annotation>
4575             <xs:appinfo>
4576               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Describes new constraints on this model element that are not part of that model's definition")</annox:annotate>
4577             </xs:appinfo>
4578           </xs:annotation>
4579         </xs:element>
4580         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4581       </xs:sequence>
4582     </xs:complexType>
4583   </xs:element>
4584   <xs:element name="model-elements">
4585     <xs:complexType>
4586       <xs:sequence>
4587         <xs:element ref="tns:model-element" minOccurs="0" maxOccurs="5000"/>
4588       </xs:sequence>
4589     </xs:complexType>
4590   </xs:element>
4591   <xs:element name="model-ver">
4592     <xs:complexType>
4593       <xs:annotation>
4594         <xs:appinfo>
4595           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe a specific version of an inventory asset and its connections related to ASDC models",nameProps="model-name",indexedProps="model-version-id,model-name,model-version,distribution-status",uniqueProps="model-version-id",container="model-vers",uriTemplate="/model-vers/model-ver/{model-version-id}",requiredProps="model-version-id,model-name,model-version")</annox:annotate>
4596         </xs:appinfo>
4597       </xs:annotation>
4598       <xs:sequence>
4599         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
4600           <xs:annotation>
4601             <xs:appinfo>
4602               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC")</annox:annotate>
4603             </xs:appinfo>
4604           </xs:annotation>
4605         </xs:element>
4606         <xs:element name="model-name" type="xs:string" minOccurs="0">
4607           <xs:annotation>
4608             <xs:appinfo>
4609               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the model, which can change from version to version.")</annox:annotate>
4610             </xs:appinfo>
4611           </xs:annotation>
4612         </xs:element>
4613         <xs:element name="model-version" type="xs:string" minOccurs="0">
4614           <xs:annotation>
4615             <xs:appinfo>
4616               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Version")</annox:annotate>
4617             </xs:appinfo>
4618           </xs:annotation>
4619         </xs:element>
4620         <xs:element name="distribution-status" type="xs:string" minOccurs="0">
4621           <xs:annotation>
4622             <xs:appinfo>
4623               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Distribution Status")</annox:annotate>
4624             </xs:appinfo>
4625           </xs:annotation>
4626         </xs:element>
4627         <xs:element name="model-description" type="xs:string" minOccurs="0">
4628           <xs:annotation>
4629             <xs:appinfo>
4630               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Description")</annox:annotate>
4631             </xs:appinfo>
4632           </xs:annotation>
4633         </xs:element>
4634         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4635           <xs:annotation>
4636             <xs:appinfo>
4637               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4638             </xs:appinfo>
4639           </xs:annotation>
4640         </xs:element>
4641         <xs:element ref="tns:model-elements" minOccurs="0"/>
4642         <xs:element ref="tns:metadata" minOccurs="0"/>
4643         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4644       </xs:sequence>
4645     </xs:complexType>
4646   </xs:element>
4647   <xs:element name="model-vers">
4648     <xs:complexType>
4649       <xs:sequence>
4650         <xs:element ref="tns:model-ver" minOccurs="0" maxOccurs="5000"/>
4651       </xs:sequence>
4652     </xs:complexType>
4653   </xs:element>
4654   <xs:element name="model">
4655     <xs:complexType>
4656       <xs:annotation>
4657         <xs:appinfo>
4658           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models, independent of version",nameProps="model-type",indexedProps="model-invariant-id,model-type",uniqueProps="model-invariant-id",container="models",namespace="service-design-and-creation",uriTemplate="/service-design-and-creation/models/model/{model-invariant-id}",requiredProps="model-invariant-id,model-type")</annox:annotate>
4659         </xs:appinfo>
4660       </xs:annotation>
4661       <xs:sequence>
4662         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
4663           <xs:annotation>
4664             <xs:appinfo>
4665               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC")</annox:annotate>
4666             </xs:appinfo>
4667           </xs:annotation>
4668         </xs:element>
4669         <xs:element name="model-type" type="xs:string" minOccurs="0">
4670           <xs:annotation>
4671             <xs:appinfo>
4672               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.")</annox:annotate>
4673             </xs:appinfo>
4674           </xs:annotation>
4675         </xs:element>
4676         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4677           <xs:annotation>
4678             <xs:appinfo>
4679               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4680             </xs:appinfo>
4681           </xs:annotation>
4682         </xs:element>
4683         <xs:element ref="tns:model-vers" minOccurs="0"/>
4684         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4685       </xs:sequence>
4686     </xs:complexType>
4687   </xs:element>
4688   <xs:element name="models">
4689     <xs:complexType>
4690       <xs:annotation>
4691         <xs:appinfo>
4692           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models")</annox:annotate>
4693         </xs:appinfo>
4694       </xs:annotation>
4695       <xs:sequence>
4696         <xs:element ref="tns:model" minOccurs="0" maxOccurs="5000"/>
4697       </xs:sequence>
4698     </xs:complexType>
4699   </xs:element>
4700   <xs:element name="related-lookup">
4701     <xs:complexType>
4702       <xs:annotation>
4703         <xs:appinfo>
4704           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="related-lookup-uuid",indexedProps="related-lookup-uuid",allowDirectRead="true",allowDirectWrite="false",container="related-lookups",requiredProps="related-lookup-uuid,source-node-type,source-node-property,target-node-type,target-node-property",uriTemplate="/related-lookups/related-lookup/{related-lookup-uuid}")</annox:annotate>
4705         </xs:appinfo>
4706       </xs:annotation>
4707       <xs:sequence>
4708         <xs:element name="related-lookup-uuid" type="xs:string" minOccurs="0">
4709           <xs:annotation>
4710             <xs:appinfo>
4711               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true")</annox:annotate>
4712             </xs:appinfo>
4713           </xs:annotation>
4714         </xs:element>
4715         <xs:element name="source-node-type" type="xs:string" minOccurs="0"/>
4716         <xs:element name="source-node-property" type="xs:string" minOccurs="0"/>
4717         <xs:element name="target-node-type" type="xs:string" minOccurs="0"/>
4718         <xs:element name="target-node-property" type="xs:string" minOccurs="0"/>
4719         <xs:element name="property-collect-list" type="xs:string" minOccurs="0" maxOccurs="5000"/>
4720         <xs:element name="resource-version" type="xs:string" minOccurs="0"/>
4721         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4722       </xs:sequence>
4723     </xs:complexType>
4724   </xs:element>
4725   <xs:element name="related-lookups">
4726     <xs:complexType>
4727       <xs:sequence>
4728         <xs:element ref="tns:related-lookup" minOccurs="0" maxOccurs="5000"/>
4729       </xs:sequence>
4730     </xs:complexType>
4731   </xs:element>
4732   <xs:element name="property-constraint">
4733     <xs:complexType>
4734       <xs:annotation>
4735         <xs:appinfo>
4736           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="property-constraint-uuid",indexedProps="property-constraint-uuid",allowDirectRead="true",allowDirectWrite="false",container="property-constraints",requiredProps="property-constraint-uuid,constraint-type,property-name,property-value",uriTemplate="/property-constraints/property-constraint/{property-constraint-uuid}")</annox:annotate>
4737         </xs:appinfo>
4738       </xs:annotation>
4739       <xs:sequence>
4740         <xs:element name="property-constraint-uuid" type="xs:string" minOccurs="0">
4741           <xs:annotation>
4742             <xs:appinfo>
4743               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true")</annox:annotate>
4744             </xs:appinfo>
4745           </xs:annotation>
4746         </xs:element>
4747         <xs:element name="constraint-type" type="xs:string" minOccurs="0"/>
4748         <xs:element name="property-name" type="xs:string" minOccurs="0"/>
4749         <xs:element name="property-value" type="xs:string" minOccurs="0"/>
4750         <xs:element name="resource-version" type="xs:string" minOccurs="0"/>
4751       </xs:sequence>
4752     </xs:complexType>
4753   </xs:element>
4754   <xs:element name="property-constraints">
4755     <xs:complexType>
4756       <xs:sequence>
4757         <xs:element ref="tns:property-constraint" minOccurs="0" maxOccurs="5000"/>
4758       </xs:sequence>
4759     </xs:complexType>
4760   </xs:element>
4761   <xs:element name="named-query-element">
4762     <xs:complexType>
4763       <xs:annotation>
4764         <xs:appinfo>
4765           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="TBD",uniqueProps="named-query-element-uuid",indexedProps="named-query-element-uuid",allowDirectRead="true",allowDirectWrite="false",container="named-query-elements",requiredProps="named-query-element-uuid",uriTemplate="/named-query-elements/named-query-element/{named-query-element-uuid}")</annox:annotate>
4766         </xs:appinfo>
4767       </xs:annotation>
4768       <xs:sequence>
4769         <xs:element name="named-query-element-uuid" type="xs:string" minOccurs="0">
4770           <xs:annotation>
4771             <xs:appinfo>
4772               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,autoGenerateUuid="true")</annox:annotate>
4773             </xs:appinfo>
4774           </xs:annotation>
4775         </xs:element>
4776         <xs:element name="property-collect-list" type="xs:string" minOccurs="0" maxOccurs="5000"/>
4777         <xs:element name="resource-version" type="xs:string" minOccurs="0"/>
4778         <xs:element name="property-limit-desc" type="xs:string" minOccurs="0"/>
4779         <xs:element name="do-not-output" type="xs:string" minOccurs="0"/>
4780         <xs:element ref="tns:named-query-elements" minOccurs="0"/>
4781         <xs:element ref="tns:related-lookups" minOccurs="0"/>
4782         <xs:element ref="tns:property-constraints" minOccurs="0"/>
4783         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4784       </xs:sequence>
4785     </xs:complexType>
4786   </xs:element>
4787   <xs:element name="named-query-elements">
4788     <xs:complexType>
4789       <xs:sequence>
4790         <xs:element ref="tns:named-query-element" minOccurs="0" maxOccurs="5000"/>
4791       </xs:sequence>
4792     </xs:complexType>
4793   </xs:element>
4794   <xs:element name="named-query">
4795     <xs:complexType>
4796       <xs:annotation>
4797         <xs:appinfo>
4798           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="TBD",nameProps="named-query-name",uniqueProps="named-query-uuid",indexedProps="named-query-uuid,named-query-name",container="named-queries",namespace="service-design-and-creation",requiredProps="named-query-uuid,named-query-name,named-query-version",uriTemplate="/service-design-and-creation/named-queries/named-query/{named-query-uuid}")</annox:annotate>
4799         </xs:appinfo>
4800       </xs:annotation>
4801       <xs:sequence>
4802         <xs:element name="named-query-uuid" type="xs:string" minOccurs="0">
4803           <xs:annotation>
4804             <xs:appinfo>
4805               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true)</annox:annotate>
4806             </xs:appinfo>
4807           </xs:annotation>
4808         </xs:element>
4809         <xs:element name="named-query-name" type="xs:string" minOccurs="0"/>
4810         <xs:element name="named-query-version" type="xs:string" minOccurs="0"/>
4811         <xs:element name="required-input-params" minOccurs="0">
4812           <xs:complexType>
4813             <xs:sequence>
4814               <xs:element name="required-input-param" type="xs:string" minOccurs="0" maxOccurs="5000"/>
4815             </xs:sequence>
4816           </xs:complexType>
4817         </xs:element>
4818         <xs:element name="description" type="xs:string" minOccurs="0"/>
4819         <xs:element name="resource-version" type="xs:string" minOccurs="0"/>
4820         <xs:element ref="tns:named-query-elements" minOccurs="0"/>
4821         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4822       </xs:sequence>
4823     </xs:complexType>
4824   </xs:element>
4825   <xs:element name="named-queries">
4826     <xs:complexType>
4827       <xs:sequence>
4828         <xs:element ref="tns:named-query" minOccurs="0" maxOccurs="5000"/>
4829       </xs:sequence>
4830     </xs:complexType>
4831   </xs:element>
4832   <xs:element name="service-design-and-creation">
4833     <xs:complexType>
4834       <xs:annotation>
4835         <xs:appinfo>
4836           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Namespace for objects managed by ASDC")</annox:annotate>
4837         </xs:appinfo>
4838       </xs:annotation>
4839       <xs:sequence>
4840         <xs:element ref="tns:vnf-images" minOccurs="0"/>
4841         <xs:element ref="tns:services" minOccurs="0"/>
4842         <xs:element ref="tns:service-capabilities" minOccurs="0"/>
4843         <xs:element ref="tns:models" minOccurs="0"/>
4844         <xs:element ref="tns:named-queries" minOccurs="0"/>
4845       </xs:sequence>
4846     </xs:complexType>
4847   </xs:element>
4848   <xs:element name="logical-link">
4849     <xs:complexType>
4850       <xs:annotation>
4851         <xs:appinfo>
4852           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Logical links generally connect l-interfaces but are used to express logical connectivity between two points",indexedProps="link-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,link-id,prov-status,circuit-id,purpose,operational-status",uniqueProps="link-id",container="logical-links",namespace="network",searchable="link-name",uriTemplate="/network/logical-links/logical-link/{link-name}",requiredProps="link-name,in-maint,link-type")</annox:annotate>
4853         </xs:appinfo>
4854       </xs:annotation>
4855       <xs:sequence>
4856         <xs:element name="link-name" type="xs:string" minOccurs="0">
4857           <xs:annotation>
4858             <xs:appinfo>
4859               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ")</annox:annotate>
4860             </xs:appinfo>
4861           </xs:annotation>
4862         </xs:element>
4863         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
4864           <xs:annotation>
4865             <xs:appinfo>
4866               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="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.")</annox:annotate>
4867             </xs:appinfo>
4868           </xs:annotation>
4869         </xs:element>
4870         <xs:element name="link-type" type="xs:string" minOccurs="0">
4871           <xs:annotation>
4872             <xs:appinfo>
4873               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Type of logical link, e.g., evc")</annox:annotate>
4874             </xs:appinfo>
4875           </xs:annotation>
4876         </xs:element>
4877         <xs:element name="speed-value" type="xs:string" minOccurs="0">
4878           <xs:annotation>
4879             <xs:appinfo>
4880               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed")</annox:annotate>
4881             </xs:appinfo>
4882           </xs:annotation>
4883         </xs:element>
4884         <xs:element name="speed-units" type="xs:string" minOccurs="0">
4885           <xs:annotation>
4886             <xs:appinfo>
4887               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed")</annox:annotate>
4888             </xs:appinfo>
4889           </xs:annotation>
4890         </xs:element>
4891         <xs:element name="ip-version" type="xs:string" minOccurs="0">
4892           <xs:annotation>
4893             <xs:appinfo>
4894               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="v4, v6, or ds for dual stack")</annox:annotate>
4895             </xs:appinfo>
4896           </xs:annotation>
4897         </xs:element>
4898         <xs:element name="routing-protocol" type="xs:string" minOccurs="0">
4899           <xs:annotation>
4900             <xs:appinfo>
4901               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="For example, static or BGP")</annox:annotate>
4902             </xs:appinfo>
4903           </xs:annotation>
4904         </xs:element>
4905         <xs:element name="resource-version" type="xs:string" minOccurs="0">
4906           <xs:annotation>
4907             <xs:appinfo>
4908               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
4909             </xs:appinfo>
4910           </xs:annotation>
4911         </xs:element>
4912         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
4913           <xs:annotation>
4914             <xs:appinfo>
4915               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
4916             </xs:appinfo>
4917           </xs:annotation>
4918         </xs:element>
4919         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
4920           <xs:annotation>
4921             <xs:appinfo>
4922               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
4923             </xs:appinfo>
4924           </xs:annotation>
4925         </xs:element>
4926         <xs:element name="widget-model-id" type="xs:string" minOccurs="0">
4927           <xs:annotation>
4928             <xs:appinfo>
4929               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget.")</annox:annotate>
4930             </xs:appinfo>
4931           </xs:annotation>
4932         </xs:element>
4933         <xs:element name="widget-model-version" type="xs:string" minOccurs="0">
4934           <xs:annotation>
4935             <xs:appinfo>
4936               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget.")</annox:annotate>
4937             </xs:appinfo>
4938           </xs:annotation>
4939         </xs:element>
4940         <xs:element name="operational-status" type="xs:string" minOccurs="0">
4941           <xs:annotation>
4942             <xs:appinfo>
4943               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indication of operational status of the logical link.")</annox:annotate>
4944             </xs:appinfo>
4945           </xs:annotation>
4946         </xs:element>
4947         <xs:element name="prov-status" type="xs:string" minOccurs="0">
4948           <xs:annotation>
4949             <xs:appinfo>
4950               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.")</annox:annotate>
4951             </xs:appinfo>
4952           </xs:annotation>
4953         </xs:element>
4954         <xs:element name="link-role" type="xs:string" minOccurs="0">
4955           <xs:annotation>
4956             <xs:appinfo>
4957               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indication of the network use of the logical link.")</annox:annotate>
4958             </xs:appinfo>
4959           </xs:annotation>
4960         </xs:element>
4961         <xs:element name="link-name2" type="xs:string" minOccurs="0">
4962           <xs:annotation>
4963             <xs:appinfo>
4964               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Alias or alternate name (CLCI or D1 name).")</annox:annotate>
4965             </xs:appinfo>
4966           </xs:annotation>
4967         </xs:element>
4968         <xs:element name="link-id" type="xs:string" minOccurs="0">
4969           <xs:annotation>
4970             <xs:appinfo>
4971               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="UUID of the logical-link, SDNC generates this.")</annox:annotate>
4972             </xs:appinfo>
4973           </xs:annotation>
4974         </xs:element>
4975         <xs:element name="circuit-id" type="xs:string" minOccurs="0">
4976           <xs:annotation>
4977             <xs:appinfo>
4978               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Circuit id")</annox:annotate>
4979             </xs:appinfo>
4980           </xs:annotation>
4981         </xs:element>
4982         <xs:element name="purpose" type="xs:string" minOccurs="0">
4983           <xs:annotation>
4984             <xs:appinfo>
4985               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Reason for this entity, role it is playing")</annox:annotate>
4986             </xs:appinfo>
4987           </xs:annotation>
4988         </xs:element>
4989         <xs:element ref="tns:relationship-list" minOccurs="0"/>
4990       </xs:sequence>
4991     </xs:complexType>
4992   </xs:element>
4993   <xs:element name="logical-links">
4994     <xs:complexType>
4995       <xs:annotation>
4996         <xs:appinfo>
4997           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of logical connections")</annox:annotate>
4998         </xs:appinfo>
4999       </xs:annotation>
5000       <xs:sequence>
5001         <xs:element ref="tns:logical-link" minOccurs="0" maxOccurs="5000"/>
5002       </xs:sequence>
5003     </xs:complexType>
5004   </xs:element>
5005   <xs:element name="class-of-service">
5006     <xs:complexType>
5007       <xs:annotation>
5008         <xs:appinfo>
5009           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(indexedProps="cos",dependentOn="site-pair",container="classes-of-service",uriTemplate="/classes-of-service/class-of-service/{cos}")</annox:annotate>
5010         </xs:appinfo>
5011       </xs:annotation>
5012       <xs:sequence>
5013         <xs:element name="cos" type="xs:string" minOccurs="0">
5014           <xs:annotation>
5015             <xs:appinfo>
5016               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="unique identifier of probe")</annox:annotate>
5017             </xs:appinfo>
5018           </xs:annotation>
5019         </xs:element>
5020         <xs:element name="probe-id" type="xs:string" minOccurs="0">
5021           <xs:annotation>
5022             <xs:appinfo>
5023               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="identifier of probe")</annox:annotate>
5024             </xs:appinfo>
5025           </xs:annotation>
5026         </xs:element>
5027         <xs:element name="probe-type" type="xs:string" minOccurs="0">
5028           <xs:annotation>
5029             <xs:appinfo>
5030               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="type of probe")</annox:annotate>
5031             </xs:appinfo>
5032           </xs:annotation>
5033         </xs:element>
5034         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5035           <xs:annotation>
5036             <xs:appinfo>
5037               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5038             </xs:appinfo>
5039           </xs:annotation>
5040         </xs:element>
5041         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5042       </xs:sequence>
5043     </xs:complexType>
5044   </xs:element>
5045   <xs:element name="classes-of-service">
5046     <xs:complexType>
5047       <xs:annotation>
5048         <xs:appinfo>
5049           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="class-of-service of probe")</annox:annotate>
5050         </xs:appinfo>
5051       </xs:annotation>
5052       <xs:sequence>
5053         <xs:element ref="tns:class-of-service" minOccurs="0" maxOccurs="5000"/>
5054       </xs:sequence>
5055     </xs:complexType>
5056   </xs:element>
5057   <xs:element name="site-pair">
5058     <xs:complexType>
5059       <xs:annotation>
5060         <xs:appinfo>
5061           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(indexedProps="site-pair-id",uniqueProps="site-pair-id",dependentOn="routing-instance",container="site-pairs",uriTemplate="/site-pairs/site-pair/{site-pair-id}")</annox:annotate>
5062         </xs:appinfo>
5063       </xs:annotation>
5064       <xs:sequence>
5065         <xs:element name="site-pair-id" type="xs:string" minOccurs="0">
5066           <xs:annotation>
5067             <xs:appinfo>
5068               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="unique identifier of probe")</annox:annotate>
5069             </xs:appinfo>
5070           </xs:annotation>
5071         </xs:element>
5072         <xs:element name="source-ip" type="xs:string" minOccurs="0">
5073           <xs:annotation>
5074             <xs:appinfo>
5075               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prefix address")</annox:annotate>
5076             </xs:appinfo>
5077           </xs:annotation>
5078         </xs:element>
5079         <xs:element name="destination-ip" type="xs:string" minOccurs="0">
5080           <xs:annotation>
5081             <xs:appinfo>
5082               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prefix address")</annox:annotate>
5083             </xs:appinfo>
5084           </xs:annotation>
5085         </xs:element>
5086         <xs:element name="ip-version" type="xs:string" minOccurs="0">
5087           <xs:annotation>
5088             <xs:appinfo>
5089               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ip version, v4, v6")</annox:annotate>
5090             </xs:appinfo>
5091           </xs:annotation>
5092         </xs:element>
5093         <xs:element name="destination-hostname" type="xs:string" minOccurs="0">
5094           <xs:annotation>
5095             <xs:appinfo>
5096               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Hostname of the destination equipment to which SLAs are measured against.")</annox:annotate>
5097             </xs:appinfo>
5098           </xs:annotation>
5099         </xs:element>
5100         <xs:element name="destination-equip-type" type="xs:string" minOccurs="0">
5101           <xs:annotation>
5102             <xs:appinfo>
5103               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The type of destinatination equipment. Could be Router, UCPE, etc.")</annox:annotate>
5104             </xs:appinfo>
5105           </xs:annotation>
5106         </xs:element>
5107         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5108           <xs:annotation>
5109             <xs:appinfo>
5110               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5111             </xs:appinfo>
5112           </xs:annotation>
5113         </xs:element>
5114         <xs:element ref="tns:classes-of-service" minOccurs="0"/>
5115         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5116       </xs:sequence>
5117     </xs:complexType>
5118   </xs:element>
5119   <xs:element name="site-pairs">
5120     <xs:complexType>
5121       <xs:annotation>
5122         <xs:appinfo>
5123           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="probe within a set")</annox:annotate>
5124         </xs:appinfo>
5125       </xs:annotation>
5126       <xs:sequence>
5127         <xs:element ref="tns:site-pair" minOccurs="0" maxOccurs="5000"/>
5128       </xs:sequence>
5129     </xs:complexType>
5130   </xs:element>
5131   <xs:element name="routing-instance">
5132     <xs:complexType>
5133       <xs:annotation>
5134         <xs:appinfo>
5135           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(indexedProps="routing-instance-id",dependentOn="site-pair-set",container="routing-instances",uriTemplate="/routing-instances/routing-instance/{routing-instance-id}")</annox:annotate>
5136         </xs:appinfo>
5137       </xs:annotation>
5138       <xs:sequence>
5139         <xs:element name="routing-instance-id" type="xs:string" minOccurs="0">
5140           <xs:annotation>
5141             <xs:appinfo>
5142               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of routing instance")</annox:annotate>
5143             </xs:appinfo>
5144           </xs:annotation>
5145         </xs:element>
5146         <xs:element name="rpm-owner" type="xs:string" minOccurs="0">
5147           <xs:annotation>
5148             <xs:appinfo>
5149               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="rpm owner")</annox:annotate>
5150             </xs:appinfo>
5151           </xs:annotation>
5152         </xs:element>
5153         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5154           <xs:annotation>
5155             <xs:appinfo>
5156               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5157             </xs:appinfo>
5158           </xs:annotation>
5159         </xs:element>
5160         <xs:element ref="tns:site-pairs" minOccurs="0"/>
5161         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5162       </xs:sequence>
5163     </xs:complexType>
5164   </xs:element>
5165   <xs:element name="routing-instances">
5166     <xs:complexType>
5167       <xs:annotation>
5168         <xs:appinfo>
5169           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="set of probes related to generic-vnf routing instance")</annox:annotate>
5170         </xs:appinfo>
5171       </xs:annotation>
5172       <xs:sequence>
5173         <xs:element ref="tns:routing-instance" minOccurs="0" maxOccurs="5000"/>
5174       </xs:sequence>
5175     </xs:complexType>
5176   </xs:element>
5177   <xs:element name="site-pair-set">
5178     <xs:complexType>
5179       <xs:annotation>
5180         <xs:appinfo>
5181           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Set of instances for probes used to measure service level agreements",indexedProps="site-pair-set-id",uniqueProps="site-pair-set-id",container="site-pair-sets",namespace="network",uriTemplate="/network/site-pair-sets/site-pair-set/{site-pair-set-id}",requiredProps="site-pair-set-id")</annox:annotate>
5182         </xs:appinfo>
5183       </xs:annotation>
5184       <xs:sequence>
5185         <xs:element name="site-pair-set-id" type="xs:string" minOccurs="0">
5186           <xs:annotation>
5187             <xs:appinfo>
5188               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of site pair set.")</annox:annotate>
5189             </xs:appinfo>
5190           </xs:annotation>
5191         </xs:element>
5192         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5193           <xs:annotation>
5194             <xs:appinfo>
5195               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5196             </xs:appinfo>
5197           </xs:annotation>
5198         </xs:element>
5199         <xs:element ref="tns:routing-instances" minOccurs="0"/>
5200         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5201       </xs:sequence>
5202     </xs:complexType>
5203   </xs:element>
5204   <xs:element name="site-pair-sets">
5205     <xs:complexType>
5206       <xs:annotation>
5207         <xs:appinfo>
5208           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of sets of instances for probes related to generic-vnf")</annox:annotate>
5209         </xs:appinfo>
5210       </xs:annotation>
5211       <xs:sequence>
5212         <xs:element ref="tns:site-pair-set" minOccurs="0" maxOccurs="5000"/>
5213       </xs:sequence>
5214     </xs:complexType>
5215   </xs:element>
5216   <xs:element name="route-target">
5217     <xs:complexType>
5218       <xs:annotation>
5219         <xs:appinfo>
5220           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Route target information",container="route-targets",dependentOn="vpn-binding",canBeLinked="true",uriTemplate="/route-targets/route-target/{global-route-target}/{route-target-role}",requiredProps="global-route-target,route-target-role")</annox:annotate>
5221         </xs:appinfo>
5222       </xs:annotation>
5223       <xs:sequence>
5224         <xs:element name="global-route-target" type="xs:string" minOccurs="0">
5225           <xs:annotation>
5226             <xs:appinfo>
5227               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Number used to identify an RT, globally unique in the network")</annox:annotate>
5228             </xs:appinfo>
5229           </xs:annotation>
5230         </xs:element>
5231         <xs:element name="route-target-role" type="xs:string" minOccurs="0">
5232           <xs:annotation>
5233             <xs:appinfo>
5234               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Role assigned to this route target")</annox:annotate>
5235             </xs:appinfo>
5236           </xs:annotation>
5237         </xs:element>
5238         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5239           <xs:annotation>
5240             <xs:appinfo>
5241               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5242             </xs:appinfo>
5243           </xs:annotation>
5244         </xs:element>
5245         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5246       </xs:sequence>
5247     </xs:complexType>
5248   </xs:element>
5249   <xs:element name="route-targets">
5250     <xs:complexType>
5251       <xs:annotation>
5252         <xs:appinfo>
5253           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of route target information")</annox:annotate>
5254         </xs:appinfo>
5255       </xs:annotation>
5256       <xs:sequence>
5257         <xs:element ref="tns:route-target" minOccurs="0" maxOccurs="5000"/>
5258       </xs:sequence>
5259     </xs:complexType>
5260   </xs:element>
5261   <xs:element name="vpn-binding">
5262     <xs:complexType>
5263       <xs:annotation>
5264         <xs:appinfo>
5265           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="VPN binding",nameProps="vpn-name,vpn-type",indexedProps="vpn-name,vpn-id,vpn-type,access-provider-id,access-client-id,access-topology-id,src-access-node-id,src-access-ltp-id,dst-access-node-id,dst-access-ltp-id,operational-status,model-invariant-id,model-version-id",searchable="vpn-id,vpn-name",uniqueProps="vpn-id",container="vpn-bindings",namespace="network",uriTemplate="/network/vpn-bindings/vpn-binding/{vpn-id}",requiredProps="vpn-id,vpn-name")</annox:annotate>
5266         </xs:appinfo>
5267       </xs:annotation>
5268       <xs:sequence>
5269         <xs:element name="vpn-id" type="xs:string" minOccurs="0">
5270           <xs:annotation>
5271             <xs:appinfo>
5272               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="VPN ID, globally unique within A&amp;AI")</annox:annotate>
5273             </xs:appinfo>
5274           </xs:annotation>
5275         </xs:element>
5276         <xs:element name="vpn-name" type="xs:string" minOccurs="0">
5277           <xs:annotation>
5278             <xs:appinfo>
5279               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="VPN Name")</annox:annotate>
5280             </xs:appinfo>
5281           </xs:annotation>
5282         </xs:element>
5283         <xs:element name="vpn-platform" type="xs:string" minOccurs="0">
5284           <xs:annotation>
5285             <xs:appinfo>
5286               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the platform associated with the VPN example AVPN, Mobility")</annox:annotate>
5287             </xs:appinfo>
5288           </xs:annotation>
5289         </xs:element>
5290         <xs:element name="vpn-type" type="xs:string" minOccurs="0">
5291           <xs:annotation>
5292             <xs:appinfo>
5293               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Type of the vpn, should be taken from enumerated/valid values")</annox:annotate>
5294             </xs:appinfo>
5295           </xs:annotation>
5296         </xs:element>
5297         <xs:element name="vpn-region" type="xs:string" minOccurs="0">
5298           <xs:annotation>
5299             <xs:appinfo>
5300               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="region of customer vpn")</annox:annotate>
5301             </xs:appinfo>
5302           </xs:annotation>
5303         </xs:element>
5304         <xs:element name="customer-vpn-id" type="xs:string" minOccurs="0">
5305           <xs:annotation>
5306             <xs:appinfo>
5307               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="id for this customer vpn")</annox:annotate>
5308             </xs:appinfo>
5309           </xs:annotation>
5310         </xs:element>
5311         <xs:element name="route-distinguisher" type="xs:string" minOccurs="0">
5312           <xs:annotation>
5313             <xs:appinfo>
5314               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.")</annox:annotate>
5315             </xs:appinfo>
5316           </xs:annotation>
5317         </xs:element>
5318         <xs:element name="access-provider-id" type="xs:string" minOccurs="0">
5319           <xs:annotation>
5320             <xs:appinfo>
5321               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access provider of this vpn.")</annox:annotate>
5322             </xs:appinfo>
5323           </xs:annotation>
5324         </xs:element>
5325         <xs:element name="access-client-id" type="xs:string" minOccurs="0">
5326           <xs:annotation>
5327             <xs:appinfo>
5328               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access client of this vpn.")</annox:annotate>
5329             </xs:appinfo>
5330           </xs:annotation>
5331         </xs:element>
5332         <xs:element name="access-topology-id" type="xs:string" minOccurs="0">
5333           <xs:annotation>
5334             <xs:appinfo>
5335               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access topology of this vpn.")</annox:annotate>
5336             </xs:appinfo>
5337           </xs:annotation>
5338         </xs:element>
5339         <xs:element name="src-access-node-id" type="xs:string" minOccurs="0">
5340           <xs:annotation>
5341             <xs:appinfo>
5342               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the src-access-node of this vpn.")</annox:annotate>
5343             </xs:appinfo>
5344           </xs:annotation>
5345         </xs:element>
5346         <xs:element name="src-access-ltp-id" type="xs:string" minOccurs="0">
5347           <xs:annotation>
5348             <xs:appinfo>
5349               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the src-access-ltp of this vpn.")</annox:annotate>
5350             </xs:appinfo>
5351           </xs:annotation>
5352         </xs:element>
5353         <xs:element name="dst-access-node-id" type="xs:string" minOccurs="0">
5354           <xs:annotation>
5355             <xs:appinfo>
5356               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the dst-access-node of this vpn.")</annox:annotate>
5357             </xs:appinfo>
5358           </xs:annotation>
5359         </xs:element>
5360         <xs:element name="dst-access-ltp-id" type="xs:string" minOccurs="0">
5361           <xs:annotation>
5362             <xs:appinfo>
5363               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the dst-access-ltp of this vpn.")</annox:annotate>
5364             </xs:appinfo>
5365           </xs:annotation>
5366         </xs:element>
5367         <xs:element name="operational-status" type="xs:string" minOccurs="0">
5368           <xs:annotation>
5369             <xs:appinfo>
5370               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the operational-status for this object.")</annox:annotate>
5371             </xs:appinfo>
5372           </xs:annotation>
5373         </xs:element>
5374         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
5375           <xs:annotation>
5376             <xs:appinfo>
5377               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the model-customization-id for this object.")</annox:annotate>
5378             </xs:appinfo>
5379           </xs:annotation>
5380         </xs:element>
5381         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
5382           <xs:annotation>
5383             <xs:appinfo>
5384               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
5385             </xs:appinfo>
5386           </xs:annotation>
5387         </xs:element>
5388         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
5389           <xs:annotation>
5390             <xs:appinfo>
5391               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
5392             </xs:appinfo>
5393           </xs:annotation>
5394         </xs:element>
5395         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5396           <xs:annotation>
5397             <xs:appinfo>
5398               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5399             </xs:appinfo>
5400           </xs:annotation>
5401         </xs:element>
5402         <xs:element ref="tns:route-targets" minOccurs="0"/>
5403         <xs:element ref="tns:relationship-list" minOccurs="0">
5404           <xs:annotation>
5405             <xs:appinfo>
5406               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="l3-networks relate to vpn-bindings")</annox:annotate>
5407             </xs:appinfo>
5408           </xs:annotation>
5409         </xs:element>
5410       </xs:sequence>
5411     </xs:complexType>
5412   </xs:element>
5413   <xs:element name="vpn-bindings">
5414     <xs:complexType>
5415       <xs:sequence>
5416         <xs:element ref="tns:vpn-binding" minOccurs="0" maxOccurs="5000"/>
5417       </xs:sequence>
5418     </xs:complexType>
5419   </xs:element>
5420   <xs:element name="vpls-pe">
5421     <xs:complexType>
5422       <xs:annotation>
5423         <xs:appinfo>
5424           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="VPLS Provider Edge routers.",indexedProps="prov-status,equipment-name",container="vpls-pes",namespace="network",uriTemplate="/network/vpls-pes/vpls-pe/{equipment-name}",requiredProps="equipment-name")</annox:annotate>
5425         </xs:appinfo>
5426       </xs:annotation>
5427       <xs:sequence>
5428         <xs:element name="equipment-name" type="xs:string" minOccurs="0">
5429           <xs:annotation>
5430             <xs:appinfo>
5431               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true)</annox:annotate>
5432             </xs:appinfo>
5433           </xs:annotation>
5434         </xs:element>
5435         <xs:element name="prov-status" type="xs:string" minOccurs="0">
5436           <xs:annotation>
5437             <xs:appinfo>
5438               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.")</annox:annotate>
5439             </xs:appinfo>
5440           </xs:annotation>
5441         </xs:element>
5442         <xs:element name="ipv4-oam-address" type="xs:string" minOccurs="0">
5443           <xs:annotation>
5444             <xs:appinfo>
5445               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).")</annox:annotate>
5446             </xs:appinfo>
5447           </xs:annotation>
5448         </xs:element>
5449         <xs:element name="equipment-role" type="xs:string" minOccurs="0">
5450           <xs:annotation>
5451             <xs:appinfo>
5452               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value, e.g., VPLS-PE.")</annox:annotate>
5453             </xs:appinfo>
5454           </xs:annotation>
5455         </xs:element>
5456         <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
5457           <xs:annotation>
5458             <xs:appinfo>
5459               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Temporary location for stag to get to VCE")</annox:annotate>
5460             </xs:appinfo>
5461           </xs:annotation>
5462         </xs:element>
5463         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5464           <xs:annotation>
5465             <xs:appinfo>
5466               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5467             </xs:appinfo>
5468           </xs:annotation>
5469         </xs:element>
5470         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5471         <xs:element ref="tns:p-interfaces" minOccurs="0"/>
5472         <xs:element ref="tns:lag-interfaces" minOccurs="0"/>
5473       </xs:sequence>
5474     </xs:complexType>
5475   </xs:element>
5476   <xs:element name="vpls-pes">
5477     <xs:complexType>
5478       <xs:annotation>
5479         <xs:appinfo>
5480           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of VPLS Provider Edge routers")</annox:annotate>
5481         </xs:appinfo>
5482       </xs:annotation>
5483       <xs:sequence>
5484         <xs:element ref="tns:vpls-pe" minOccurs="0" maxOccurs="5000"/>
5485       </xs:sequence>
5486     </xs:complexType>
5487   </xs:element>
5488   <xs:element name="multicast-configuration">
5489     <xs:complexType>
5490       <xs:annotation>
5491         <xs:appinfo>
5492           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(indexedProps="multicast-configuration-id",uniqueProps="multicast-configuration-id",container="multicast-configurations",namespace="network",uriTemplate="/network/multicast-configurations/multicast-configuration/{multicast-configuration-id}")</annox:annotate>
5493         </xs:appinfo>
5494       </xs:annotation>
5495       <xs:sequence>
5496         <xs:element name="multicast-configuration-id" type="xs:string" minOccurs="0">
5497           <xs:annotation>
5498             <xs:appinfo>
5499               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of multicast configuration.")</annox:annotate>
5500             </xs:appinfo>
5501           </xs:annotation>
5502         </xs:element>
5503         <xs:element name="multicast-protocol" type="xs:string" minOccurs="0">
5504           <xs:annotation>
5505             <xs:appinfo>
5506               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="protocol of multicast configuration")</annox:annotate>
5507             </xs:appinfo>
5508           </xs:annotation>
5509         </xs:element>
5510         <xs:element name="rp-type" type="xs:string" minOccurs="0">
5511           <xs:annotation>
5512             <xs:appinfo>
5513               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="rp type of multicast configuration")</annox:annotate>
5514             </xs:appinfo>
5515           </xs:annotation>
5516         </xs:element>
5517         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5518           <xs:annotation>
5519             <xs:appinfo>
5520               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5521             </xs:appinfo>
5522           </xs:annotation>
5523         </xs:element>
5524         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5525       </xs:sequence>
5526     </xs:complexType>
5527   </xs:element>
5528   <xs:element name="multicast-configurations">
5529     <xs:complexType>
5530       <xs:annotation>
5531         <xs:appinfo>
5532           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="multicast configuration of generic-vnf ip-address")</annox:annotate>
5533         </xs:appinfo>
5534       </xs:annotation>
5535       <xs:sequence>
5536         <xs:element ref="tns:multicast-configuration" minOccurs="0" maxOccurs="5000"/>
5537       </xs:sequence>
5538     </xs:complexType>
5539   </xs:element>
5540   <xs:element name="cvlan-tag-entry">
5541     <xs:complexType>
5542       <xs:annotation>
5543         <xs:appinfo>
5544           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(dependentOn="port-group",indexedProps="cvlan-tag",container="cvlan-tags",uriTemplate="/cvlan-tags/cvlan-tag/{cvlan-tag}")</annox:annotate>
5545         </xs:appinfo>
5546       </xs:annotation>
5547       <xs:sequence>
5548         <xs:element name="cvlan-tag" type="xs:unsignedInt" minOccurs="0">
5549           <xs:annotation>
5550             <xs:appinfo>
5551               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="See mis-na-virtualization-platform.yang")</annox:annotate>
5552             </xs:appinfo>
5553           </xs:annotation>
5554         </xs:element>
5555         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5556           <xs:annotation>
5557             <xs:appinfo>
5558               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5559             </xs:appinfo>
5560           </xs:annotation>
5561         </xs:element>
5562         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5563       </xs:sequence>
5564     </xs:complexType>
5565   </xs:element>
5566   <xs:element name="cvlan-tags">
5567     <xs:complexType>
5568       <xs:sequence>
5569         <xs:element ref="tns:cvlan-tag-entry" minOccurs="0" maxOccurs="5000"/>
5570       </xs:sequence>
5571     </xs:complexType>
5572   </xs:element>
5573   <xs:element name="port-group">
5574     <xs:complexType>
5575       <xs:annotation>
5576         <xs:appinfo>
5577           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Used to capture the network interfaces of this VCE",nameProps="port-group-name",indexedProps="port-group-id,heat-stack-id,interface-id,switch-name",dependentOn="vce",container="port-groups",uriTemplate="/port-groups/port-group/{interface-id}",requiredProps="interface-id,orchestration-status")</annox:annotate>
5578         </xs:appinfo>
5579       </xs:annotation>
5580       <xs:sequence>
5581         <xs:element name="interface-id" type="xs:string" minOccurs="0">
5582           <xs:annotation>
5583             <xs:appinfo>
5584               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the interface")</annox:annotate>
5585             </xs:appinfo>
5586           </xs:annotation>
5587         </xs:element>
5588         <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
5589           <xs:annotation>
5590             <xs:appinfo>
5591               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron network id of this Interface")</annox:annotate>
5592             </xs:appinfo>
5593           </xs:annotation>
5594         </xs:element>
5595         <xs:element name="neutron-network-name" type="xs:string" minOccurs="0">
5596           <xs:annotation>
5597             <xs:appinfo>
5598               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron network name of this Interface")</annox:annotate>
5599             </xs:appinfo>
5600           </xs:annotation>
5601         </xs:element>
5602         <xs:element name="interface-role" type="xs:string" minOccurs="0">
5603           <xs:annotation>
5604             <xs:appinfo>
5605               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Role assigned to this Interface, should use values as defined in ECOMP Yang models.")</annox:annotate>
5606             </xs:appinfo>
5607           </xs:annotation>
5608         </xs:element>
5609         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5610           <xs:annotation>
5611             <xs:appinfo>
5612               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5613             </xs:appinfo>
5614           </xs:annotation>
5615         </xs:element>
5616         <xs:element name="port-group-id" type="xs:string" minOccurs="0">
5617           <xs:annotation>
5618             <xs:appinfo>
5619               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Unique ID for port group in vmware")</annox:annotate>
5620             </xs:appinfo>
5621           </xs:annotation>
5622         </xs:element>
5623         <xs:element name="port-group-name" type="xs:string" minOccurs="0">
5624           <xs:annotation>
5625             <xs:appinfo>
5626               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Likely to duplicate value of neutron network name")</annox:annotate>
5627             </xs:appinfo>
5628           </xs:annotation>
5629         </xs:element>
5630         <xs:element name="switch-name" type="xs:string" minOccurs="0">
5631           <xs:annotation>
5632             <xs:appinfo>
5633               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="DVS or standard switch name (should be non-null for port groups associated with DVS)")</annox:annotate>
5634             </xs:appinfo>
5635           </xs:annotation>
5636         </xs:element>
5637         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
5638           <xs:annotation>
5639             <xs:appinfo>
5640               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO")</annox:annotate>
5641             </xs:appinfo>
5642           </xs:annotation>
5643         </xs:element>
5644         <xs:element name="heat-stack-id" type="xs:string" minOccurs="0">
5645           <xs:annotation>
5646             <xs:appinfo>
5647               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO")</annox:annotate>
5648             </xs:appinfo>
5649           </xs:annotation>
5650         </xs:element>
5651         <xs:element name="mso-catalog-key" type="xs:string" minOccurs="0">
5652           <xs:annotation>
5653             <xs:appinfo>
5654               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE")</annox:annotate>
5655             </xs:appinfo>
5656           </xs:annotation>
5657         </xs:element>
5658         <xs:element ref="tns:cvlan-tags" minOccurs="0"/>
5659         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5660       </xs:sequence>
5661     </xs:complexType>
5662   </xs:element>
5663   <xs:element name="port-groups">
5664     <xs:complexType>
5665       <xs:sequence>
5666         <xs:element ref="tns:port-group" minOccurs="0" maxOccurs="5000"/>
5667       </xs:sequence>
5668     </xs:complexType>
5669   </xs:element>
5670   <xs:element name="license">
5671     <xs:complexType>
5672       <xs:annotation>
5673         <xs:appinfo>
5674           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Metadata for license group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="licenses",uriTemplate="/licenses/license/{group-uuid}/{resource-uuid}",requiredProps="group-uuid,resource-uuid")</annox:annotate>
5675         </xs:appinfo>
5676       </xs:annotation>
5677       <xs:sequence>
5678         <xs:element name="group-uuid" type="xs:string" minOccurs="0">
5679           <xs:annotation>
5680             <xs:appinfo>
5681               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID for the license group the resource belongs to, should be uuid.")</annox:annotate>
5682             </xs:appinfo>
5683           </xs:annotation>
5684         </xs:element>
5685         <xs:element name="resource-uuid" type="xs:string" minOccurs="0">
5686           <xs:annotation>
5687             <xs:appinfo>
5688               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of a license resource. ")</annox:annotate>
5689             </xs:appinfo>
5690           </xs:annotation>
5691         </xs:element>
5692         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5693           <xs:annotation>
5694             <xs:appinfo>
5695               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Concurrency value")</annox:annotate>
5696             </xs:appinfo>
5697           </xs:annotation>
5698         </xs:element>
5699         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5700       </xs:sequence>
5701     </xs:complexType>
5702   </xs:element>
5703   <xs:element name="licenses">
5704     <xs:complexType>
5705       <xs:annotation>
5706         <xs:appinfo>
5707           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management")</annox:annotate>
5708         </xs:appinfo>
5709       </xs:annotation>
5710       <xs:sequence>
5711         <xs:element ref="tns:license" minOccurs="0" maxOccurs="5000"/>
5712       </xs:sequence>
5713     </xs:complexType>
5714   </xs:element>
5715   <xs:element name="entitlement">
5716     <xs:complexType>
5717       <xs:annotation>
5718         <xs:appinfo>
5719           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Metadata for entitlement group.",indexedProps="group-uuid,resource-uuid",dependentOn="generic-vnf,vce",container="entitlements",uriTemplate="/entitlements/entitlement/{group-uuid}/{resource-uuid}",requiredProps="group-uuid,resource-uuid")</annox:annotate>
5720         </xs:appinfo>
5721       </xs:annotation>
5722       <xs:sequence>
5723         <xs:element name="group-uuid" type="xs:string" minOccurs="0">
5724           <xs:annotation>
5725             <xs:appinfo>
5726               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID for the entitlement group the resource comes from, should be uuid.")</annox:annotate>
5727             </xs:appinfo>
5728           </xs:annotation>
5729         </xs:element>
5730         <xs:element name="resource-uuid" type="xs:string" minOccurs="0">
5731           <xs:annotation>
5732             <xs:appinfo>
5733               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of an entitlement resource. ")</annox:annotate>
5734             </xs:appinfo>
5735           </xs:annotation>
5736         </xs:element>
5737         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5738           <xs:annotation>
5739             <xs:appinfo>
5740               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Concurrency value")</annox:annotate>
5741             </xs:appinfo>
5742           </xs:annotation>
5743         </xs:element>
5744         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5745       </xs:sequence>
5746     </xs:complexType>
5747   </xs:element>
5748   <xs:element name="entitlements">
5749     <xs:complexType>
5750       <xs:annotation>
5751         <xs:appinfo>
5752           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Entitlements, keyed by group-uuid and resource-uuid, related to license management")</annox:annotate>
5753         </xs:appinfo>
5754       </xs:annotation>
5755       <xs:sequence>
5756         <xs:element ref="tns:entitlement" minOccurs="0" maxOccurs="5000"/>
5757       </xs:sequence>
5758     </xs:complexType>
5759   </xs:element>
5760   <xs:element name="vce">
5761     <xs:complexType>
5762       <xs:annotation>
5763         <xs:appinfo>
5764           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Virtual Customer Edge Router, used specifically for Gamma.  This object is deprecated.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,regional-resource-zone,vpe-id,prov-status,service-id",searchable="vnf-id,vnf-name,vnf-name2",uniqueProps="vnf-id",container="vces",namespace="network",extendsFrom="vnf",uriTemplate="/network/vces/vce/{vnf-id}",requiredProps="vnf-id,vnf-name,vnf-type")</annox:annotate>
5765         </xs:appinfo>
5766       </xs:annotation>
5767       <xs:sequence>
5768         <xs:element name="vnf-id" type="xs:string" minOccurs="0">
5769           <xs:annotation>
5770             <xs:appinfo>
5771               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF.  This is unique across the graph.")</annox:annotate>
5772             </xs:appinfo>
5773           </xs:annotation>
5774         </xs:element>
5775         <xs:element name="vnf-name" type="xs:string" minOccurs="0">
5776           <xs:annotation>
5777             <xs:appinfo>
5778               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of VNF.")</annox:annotate>
5779             </xs:appinfo>
5780           </xs:annotation>
5781         </xs:element>
5782         <xs:element name="vnf-name2" type="xs:string" minOccurs="0">
5783           <xs:annotation>
5784             <xs:appinfo>
5785               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Alternate name of VNF.")</annox:annotate>
5786             </xs:appinfo>
5787           </xs:annotation>
5788         </xs:element>
5789         <xs:element name="vnf-type" type="xs:string" minOccurs="0">
5790           <xs:annotation>
5791             <xs:appinfo>
5792               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="String capturing type of vnf, that was intended to identify the SDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ONAP matures.")</annox:annotate>
5793             </xs:appinfo>
5794           </xs:annotation>
5795         </xs:element>
5796         <xs:element name="service-id" type="xs:string" minOccurs="0">
5797           <xs:annotation>
5798             <xs:appinfo>
5799               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.")</annox:annotate>
5800             </xs:appinfo>
5801           </xs:annotation>
5802         </xs:element>
5803         <xs:element name="regional-resource-zone" type="xs:string" minOccurs="0">
5804           <xs:annotation>
5805             <xs:appinfo>
5806               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values")</annox:annotate>
5807             </xs:appinfo>
5808           </xs:annotation>
5809         </xs:element>
5810         <xs:element name="prov-status" type="xs:string" minOccurs="0">
5811           <xs:annotation>
5812             <xs:appinfo>
5813               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.")</annox:annotate>
5814             </xs:appinfo>
5815           </xs:annotation>
5816         </xs:element>
5817         <xs:element name="operational-status" type="xs:string" minOccurs="0">
5818           <xs:annotation>
5819             <xs:appinfo>
5820               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational")</annox:annotate>
5821             </xs:appinfo>
5822           </xs:annotation>
5823         </xs:element>
5824         <xs:element name="license-key" type="xs:string" minOccurs="0">
5825           <xs:annotation>
5826             <xs:appinfo>
5827               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="OBSOLETE -  do not use")</annox:annotate>
5828             </xs:appinfo>
5829           </xs:annotation>
5830         </xs:element>
5831         <xs:element name="equipment-role" type="xs:string" minOccurs="0">
5832           <xs:annotation>
5833             <xs:appinfo>
5834               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Network role being played by this VNF")</annox:annotate>
5835             </xs:appinfo>
5836           </xs:annotation>
5837         </xs:element>
5838         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
5839           <xs:annotation>
5840             <xs:appinfo>
5841               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO")</annox:annotate>
5842             </xs:appinfo>
5843           </xs:annotation>
5844         </xs:element>
5845         <xs:element name="heat-stack-id" type="xs:string" minOccurs="0">
5846           <xs:annotation>
5847             <xs:appinfo>
5848               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO")</annox:annotate>
5849             </xs:appinfo>
5850           </xs:annotation>
5851         </xs:element>
5852         <xs:element name="mso-catalog-key" type="xs:string" minOccurs="0">
5853           <xs:annotation>
5854             <xs:appinfo>
5855               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE")</annox:annotate>
5856             </xs:appinfo>
5857           </xs:annotation>
5858         </xs:element>
5859         <xs:element name="vpe-id" type="xs:string" minOccurs="0">
5860           <xs:annotation>
5861             <xs:appinfo>
5862               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Unique ID of VPE connected to this VCE.")</annox:annotate>
5863             </xs:appinfo>
5864           </xs:annotation>
5865         </xs:element>
5866         <xs:element name="v6-vce-wan-address" type="xs:string" minOccurs="0">
5867           <xs:annotation>
5868             <xs:appinfo>
5869               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Valid v6 IP address for the WAN Link on this router.  Implied length of /64.")</annox:annotate>
5870             </xs:appinfo>
5871           </xs:annotation>
5872         </xs:element>
5873         <xs:element name="ipv4-oam-address" type="xs:string" minOccurs="0">
5874           <xs:annotation>
5875             <xs:appinfo>
5876               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.")</annox:annotate>
5877             </xs:appinfo>
5878           </xs:annotation>
5879         </xs:element>
5880         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5881           <xs:annotation>
5882             <xs:appinfo>
5883               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
5884             </xs:appinfo>
5885           </xs:annotation>
5886         </xs:element>
5887         <xs:element name="ipv4-loopback0-address" type="xs:string" minOccurs="0">
5888           <xs:annotation>
5889             <xs:appinfo>
5890               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Loopback0 address")</annox:annotate>
5891             </xs:appinfo>
5892           </xs:annotation>
5893         </xs:element>
5894         <xs:element name="entitlement-resource-uuid" type="xs:string" minOccurs="0">
5895           <xs:annotation>
5896             <xs:appinfo>
5897               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="OBSOLETE -  see child relationships")</annox:annotate>
5898             </xs:appinfo>
5899           </xs:annotation>
5900         </xs:element>
5901         <xs:element ref="tns:port-groups" minOccurs="0"/>
5902         <xs:element ref="tns:licenses" minOccurs="0"/>
5903         <xs:element ref="tns:entitlements" minOccurs="0"/>
5904         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5905       </xs:sequence>
5906     </xs:complexType>
5907   </xs:element>
5908   <xs:element name="vces">
5909     <xs:complexType>
5910       <xs:annotation>
5911         <xs:appinfo>
5912           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of Virtual Customer Edge Routers, used specifically for Gamma.  This object is deprecated.")</annox:annotate>
5913         </xs:appinfo>
5914       </xs:annotation>
5915       <xs:sequence>
5916         <xs:element ref="tns:vce" minOccurs="0" maxOccurs="5000"/>
5917       </xs:sequence>
5918     </xs:complexType>
5919   </xs:element>
5920   <xs:element name="cp">
5921     <xs:complexType>
5922       <xs:annotation>
5923         <xs:appinfo>
5924           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="point of attachment from services or resources to a virtual link or network.",uniqueProps="cp-instance-id",dependentOn="vnfc",container="cps",uriTemplate="/cps/cp/{cp-instance-id}",requiredProps="cp-instance-id")</annox:annotate>
5925         </xs:appinfo>
5926       </xs:annotation>
5927       <xs:sequence>
5928         <xs:element name="cp-instance-id" type="xs:string" minOccurs="0">
5929           <xs:annotation>
5930             <xs:appinfo>
5931               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the connection point.")</annox:annotate>
5932             </xs:appinfo>
5933           </xs:annotation>
5934         </xs:element>
5935         <xs:element name="port-id" type="xs:int" minOccurs="0">
5936           <xs:annotation>
5937             <xs:appinfo>
5938               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="port index to represent multiple CPs on VNFC connected to same network.")</annox:annotate>
5939             </xs:appinfo>
5940           </xs:annotation>
5941         </xs:element>
5942         <xs:element name="resource-version" type="xs:string" minOccurs="0">
5943           <xs:annotation>
5944             <xs:appinfo>
5945               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.")</annox:annotate>
5946             </xs:appinfo>
5947           </xs:annotation>
5948         </xs:element>
5949         <xs:element ref="tns:relationship-list" minOccurs="0"/>
5950         <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="5000"/>
5951         <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="5000"/>
5952       </xs:sequence>
5953     </xs:complexType>
5954   </xs:element>
5955   <xs:element name="cps">
5956     <xs:complexType>
5957       <xs:annotation>
5958         <xs:appinfo>
5959           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of connection points.")</annox:annotate>
5960         </xs:appinfo>
5961       </xs:annotation>
5962       <xs:sequence>
5963         <xs:element ref="tns:cp" minOccurs="0" maxOccurs="5000"/>
5964       </xs:sequence>
5965     </xs:complexType>
5966   </xs:element>
5967   <xs:element name="vnfc">
5968     <xs:complexType>
5969       <xs:annotation>
5970         <xs:appinfo>
5971           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(indexedProps="vnfc-name,prov-status,nfc-function,nfc-naming-code,ipaddress-v4-oam-vip,in-maint,is-closed-loop-disabled,group-notation,model-invariant-id,model-version-id",searchable="vnfc-name",container="vnfcs",namespace="network",uriTemplate="/network/vnfcs/vnfc/{vnfc-name}")</annox:annotate>
5972         </xs:appinfo>
5973       </xs:annotation>
5974       <xs:sequence>
5975         <xs:element name="vnfc-name" type="xs:string" minOccurs="0">
5976           <xs:annotation>
5977             <xs:appinfo>
5978               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of vnfc.")</annox:annotate>
5979             </xs:appinfo>
5980           </xs:annotation>
5981         </xs:element>
5982         <xs:element name="nfc-naming-code" type="xs:string" minOccurs="0">
5983           <xs:annotation>
5984             <xs:appinfo>
5985               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Short code that is used in naming instances of the item being modeled")</annox:annotate>
5986             </xs:appinfo>
5987           </xs:annotation>
5988         </xs:element>
5989         <xs:element name="nfc-function" type="xs:string" minOccurs="0">
5990           <xs:annotation>
5991             <xs:appinfo>
5992               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="English description of function that the specific resource deployment is providing. Assigned as part of the customization of a resource in a service")</annox:annotate>
5993             </xs:appinfo>
5994           </xs:annotation>
5995         </xs:element>
5996         <xs:element name="prov-status" type="xs:string" minOccurs="0">
5997           <xs:annotation>
5998             <xs:appinfo>
5999               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="prov status of this vnfc")</annox:annotate>
6000             </xs:appinfo>
6001           </xs:annotation>
6002         </xs:element>
6003         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
6004           <xs:annotation>
6005             <xs:appinfo>
6006               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by APP-C")</annox:annotate>
6007             </xs:appinfo>
6008           </xs:annotation>
6009         </xs:element>
6010         <xs:element name="ipaddress-v4-oam-vip" type="xs:string" minOccurs="0">
6011           <xs:annotation>
6012             <xs:appinfo>
6013               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Oam V4 vip address of this vnfc")</annox:annotate>
6014             </xs:appinfo>
6015           </xs:annotation>
6016         </xs:element>
6017         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
6018           <xs:annotation>
6019             <xs:appinfo>
6020               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)")</annox:annotate>
6021             </xs:appinfo>
6022           </xs:annotation>
6023         </xs:element>
6024         <xs:element name="is-closed-loop-disabled" type="xs:boolean" minOccurs="0">
6025           <xs:annotation>
6026             <xs:appinfo>
6027               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node")</annox:annotate>
6028             </xs:appinfo>
6029           </xs:annotation>
6030         </xs:element>
6031         <xs:element name="group-notation" type="xs:string" minOccurs="0">
6032           <xs:annotation>
6033             <xs:appinfo>
6034               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Group notation of VNFC")</annox:annotate>
6035             </xs:appinfo>
6036           </xs:annotation>
6037         </xs:element>
6038         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
6039           <xs:annotation>
6040             <xs:appinfo>
6041               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
6042             </xs:appinfo>
6043           </xs:annotation>
6044         </xs:element>
6045         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
6046           <xs:annotation>
6047             <xs:appinfo>
6048               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local")</annox:annotate>
6049             </xs:appinfo>
6050           </xs:annotation>
6051         </xs:element>
6052         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
6053           <xs:annotation>
6054             <xs:appinfo>
6055               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.")</annox:annotate>
6056             </xs:appinfo>
6057           </xs:annotation>
6058         </xs:element>
6059         <xs:element name="resource-version" type="xs:string" minOccurs="0">
6060           <xs:annotation>
6061             <xs:appinfo>
6062               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
6063             </xs:appinfo>
6064           </xs:annotation>
6065         </xs:element>
6066         <xs:element ref="tns:relationship-list" minOccurs="0"/>
6067         <xs:element ref="tns:cps" minOccurs="0"/>
6068         <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="5000"/>
6069         <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="5000"/>
6070       </xs:sequence>
6071     </xs:complexType>
6072   </xs:element>
6073   <xs:element name="vnfcs">
6074     <xs:complexType>
6075       <xs:annotation>
6076         <xs:appinfo>
6077           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="virtual network components associated with a vserver from application controller.")</annox:annotate>
6078         </xs:appinfo>
6079       </xs:annotation>
6080       <xs:sequence>
6081         <xs:element ref="tns:vnfc" minOccurs="0" maxOccurs="5000"/>
6082       </xs:sequence>
6083     </xs:complexType>
6084   </xs:element>
6085   <xs:element name="host-route">
6086     <xs:complexType>
6087       <xs:annotation>
6088         <xs:appinfo>
6089           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(indexedProps="host-route-id",dependentOn="subnet",container="host-routes",uriTemplate="/host-routes/host-route/{host-route-id}")</annox:annotate>
6090         </xs:appinfo>
6091       </xs:annotation>
6092       <xs:sequence>
6093         <xs:element name="host-route-id" type="xs:string" minOccurs="0">
6094           <xs:annotation>
6095             <xs:appinfo>
6096               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="host-route id")</annox:annotate>
6097             </xs:appinfo>
6098           </xs:annotation>
6099         </xs:element>
6100         <xs:element name="route-prefix" type="xs:string" minOccurs="0">
6101           <xs:annotation>
6102             <xs:appinfo>
6103               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="subnet prefix")</annox:annotate>
6104             </xs:appinfo>
6105           </xs:annotation>
6106         </xs:element>
6107         <xs:element name="next-hop" type="xs:string" minOccurs="0">
6108           <xs:annotation>
6109             <xs:appinfo>
6110               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Could be ip-address, hostname, or service-instance")</annox:annotate>
6111             </xs:appinfo>
6112           </xs:annotation>
6113         </xs:element>
6114         <xs:element name="next-hop-type" type="xs:string" minOccurs="0">
6115           <xs:annotation>
6116             <xs:appinfo>
6117               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Should be ip-address, hostname, or service-instance to match next-hop")</annox:annotate>
6118             </xs:appinfo>
6119           </xs:annotation>
6120         </xs:element>
6121         <xs:element name="resource-version" type="xs:string" minOccurs="0">
6122           <xs:annotation>
6123             <xs:appinfo>
6124               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
6125             </xs:appinfo>
6126           </xs:annotation>
6127         </xs:element>
6128         <xs:element ref="tns:relationship-list" minOccurs="0"/>
6129       </xs:sequence>
6130     </xs:complexType>
6131   </xs:element>
6132   <xs:element name="host-routes">
6133     <xs:complexType>
6134       <xs:sequence>
6135         <xs:element ref="tns:host-route" minOccurs="0" maxOccurs="5000"/>
6136       </xs:sequence>
6137     </xs:complexType>
6138   </xs:element>
6139   <xs:element name="subnet">
6140     <xs:complexType>
6141       <xs:annotation>
6142         <xs:appinfo>
6143           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(indexedProps="subnet-id,subnet-name",nameProps="subnet-name",uniqueProps="subnet-id",dependentOn="l3-network",container="subnets",uriTemplate="/subnets/subnet/{subnet-id}")</annox:annotate>
6144         </xs:appinfo>
6145       </xs:annotation>
6146       <xs:sequence>
6147         <xs:element name="subnet-id" type="xs:string" minOccurs="0">
6148           <xs:annotation>
6149             <xs:appinfo>
6150               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Subnet ID, should be UUID.")</annox:annotate>
6151             </xs:appinfo>
6152           </xs:annotation>
6153         </xs:element>
6154         <xs:element name="subnet-name" type="xs:string" minOccurs="0">
6155           <xs:annotation>
6156             <xs:appinfo>
6157               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name associated with the subnet.")</annox:annotate>
6158             </xs:appinfo>
6159           </xs:annotation>
6160         </xs:element>
6161         <xs:element name="neutron-subnet-id" type="xs:string" minOccurs="0">
6162           <xs:annotation>
6163             <xs:appinfo>
6164               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron id of this subnet")</annox:annotate>
6165             </xs:appinfo>
6166           </xs:annotation>
6167         </xs:element>
6168         <xs:element name="gateway-address" type="xs:string" minOccurs="0">
6169           <xs:annotation>
6170             <xs:appinfo>
6171               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="gateway ip address")</annox:annotate>
6172             </xs:appinfo>
6173           </xs:annotation>
6174         </xs:element>
6175         <xs:element name="network-start-address" type="xs:string" minOccurs="0">
6176           <xs:annotation>
6177             <xs:appinfo>
6178               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="network start address")</annox:annotate>
6179             </xs:appinfo>
6180           </xs:annotation>
6181         </xs:element>
6182         <xs:element name="cidr-mask" type="xs:string" minOccurs="0">
6183           <xs:annotation>
6184             <xs:appinfo>
6185               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="cidr mask")</annox:annotate>
6186             </xs:appinfo>
6187           </xs:annotation>
6188         </xs:element>
6189         <xs:element name="ip-version" type="xs:string" minOccurs="0">
6190           <xs:annotation>
6191             <xs:appinfo>
6192               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ip version")</annox:annotate>
6193             </xs:appinfo>
6194           </xs:annotation>
6195         </xs:element>
6196         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
6197           <xs:annotation>
6198             <xs:appinfo>
6199               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO")</annox:annotate>
6200             </xs:appinfo>
6201           </xs:annotation>
6202         </xs:element>
6203         <xs:element name="dhcp-enabled" type="xs:boolean" minOccurs="0">
6204           <xs:annotation>
6205             <xs:appinfo>
6206               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="dhcp enabled")</annox:annotate>
6207             </xs:appinfo>
6208           </xs:annotation>
6209         </xs:element>
6210         <xs:element name="dhcp-start" type="xs:string" minOccurs="0">
6211           <xs:annotation>
6212             <xs:appinfo>
6213               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the start address reserved for use by dhcp")</annox:annotate>
6214             </xs:appinfo>
6215           </xs:annotation>
6216         </xs:element>
6217         <xs:element name="dhcp-end" type="xs:string" minOccurs="0">
6218           <xs:annotation>
6219             <xs:appinfo>
6220               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the last address reserved for use by dhcp")</annox:annotate>
6221             </xs:appinfo>
6222           </xs:annotation>
6223         </xs:element>
6224         <xs:element name="subnet-role" type="xs:string" minOccurs="0">
6225           <xs:annotation>
6226             <xs:appinfo>
6227               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="role of the subnet, referenced when assigning IPs")</annox:annotate>
6228             </xs:appinfo>
6229           </xs:annotation>
6230         </xs:element>
6231         <xs:element name="ip-assignment-direction" type="xs:string" minOccurs="0">
6232           <xs:annotation>
6233             <xs:appinfo>
6234               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ip address assignment direction of the subnet")</annox:annotate>
6235             </xs:appinfo>
6236           </xs:annotation>
6237         </xs:element>
6238         <xs:element name="resource-version" type="xs:string" minOccurs="0">
6239           <xs:annotation>
6240             <xs:appinfo>
6241               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
6242             </xs:appinfo>
6243           </xs:annotation>
6244         </xs:element>
6245         <xs:element name="subnet-sequence" type="xs:int" minOccurs="0">
6246           <xs:annotation>
6247             <xs:appinfo>
6248               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="sequence of the subnet")</annox:annotate>
6249             </xs:appinfo>
6250           </xs:annotation>
6251         </xs:element>
6252         <xs:element ref="tns:host-routes" minOccurs="0"/>
6253         <xs:element ref="tns:relationship-list" minOccurs="0"/>
6254       </xs:sequence>
6255     </xs:complexType>
6256   </xs:element>
6257   <xs:element name="subnets">
6258     <xs:complexType>
6259       <xs:sequence>
6260         <xs:element ref="tns:subnet" minOccurs="0" maxOccurs="5000"/>
6261       </xs:sequence>
6262     </xs:complexType>
6263   </xs:element>
6264   <xs:element name="ctag-assignment">
6265     <xs:complexType>
6266       <xs:annotation>
6267         <xs:appinfo>
6268           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(indexedProps="vlan-id-inner",dependentOn="l3-network",container="ctag-assignments",uriTemplate="/ctag-assignments/ctag-assignment/{vlan-id-inner}")</annox:annotate>
6269         </xs:appinfo>
6270       </xs:annotation>
6271       <xs:sequence>
6272         <xs:element name="vlan-id-inner" type="xs:unsignedInt" minOccurs="0">
6273           <xs:annotation>
6274             <xs:appinfo>
6275               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="id.")</annox:annotate>
6276             </xs:appinfo>
6277           </xs:annotation>
6278         </xs:element>
6279         <xs:element name="resource-version" type="xs:string" minOccurs="0">
6280           <xs:annotation>
6281             <xs:appinfo>
6282               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
6283             </xs:appinfo>
6284           </xs:annotation>
6285         </xs:element>
6286         <xs:element ref="tns:relationship-list" minOccurs="0"/>
6287       </xs:sequence>
6288     </xs:complexType>
6289   </xs:element>
6290   <xs:element name="ctag-assignments">
6291     <xs:complexType>
6292       <xs:sequence>
6293         <xs:element ref="tns:ctag-assignment" minOccurs="0" maxOccurs="5000"/>
6294       </xs:sequence>
6295     </xs:complexType>
6296   </xs:element>
6297   <xs:element name="segmentation-assignment">
6298     <xs:complexType>
6299       <xs:annotation>
6300         <xs:appinfo>
6301           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Openstack segmentation assignment.",indexedProps="segmentation-id",dependentOn="l3-network",container="segmentation-assignments",uriTemplate="/segmentation-assignments/segmentation-assignment/{segmentation-id}",requiredProps="segmentation-id")</annox:annotate>
6302         </xs:appinfo>
6303       </xs:annotation>
6304       <xs:sequence>
6305         <xs:element name="segmentation-id" type="xs:string" minOccurs="0">
6306           <xs:annotation>
6307             <xs:appinfo>
6308               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.")</annox:annotate>
6309             </xs:appinfo>
6310           </xs:annotation>
6311         </xs:element>
6312         <xs:element name="resource-version" type="xs:string" minOccurs="0">
6313           <xs:annotation>
6314             <xs:appinfo>
6315               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Concurrency value")</annox:annotate>
6316             </xs:appinfo>
6317           </xs:annotation>
6318         </xs:element>
6319         <xs:element ref="tns:relationship-list" minOccurs="0"/>
6320       </xs:sequence>
6321     </xs:complexType>
6322   </xs:element>
6323   <xs:element name="segmentation-assignments">
6324     <xs:complexType>
6325       <xs:annotation>
6326         <xs:appinfo>
6327           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of openstack segmentation assignments")</annox:annotate>
6328         </xs:appinfo>
6329       </xs:annotation>
6330       <xs:sequence>
6331         <xs:element ref="tns:segmentation-assignment" minOccurs="0" maxOccurs="5000"/>
6332       </xs:sequence>
6333     </xs:complexType>
6334   </xs:element>
6335   <xs:element name="aggregate-route">
6336     <xs:complexType>
6337       <xs:annotation>
6338         <xs:appinfo>
6339           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Aggregate route configs are used on the D2 IPE’s for the Voice services.  In 1902, SDNC will create aggregate-route objects and write them to A&amp;AI. ",uniqueProps="agg-route-id",container="aggregate-routes",dependentOn="l3-network",uriTemplate="/aggregate-routes/aggregate-route/{agg-route-id}",requiredProps="agg-route-id,network-start-address,cidr-mask,ip-version")</annox:annotate>
6340         </xs:appinfo>
6341       </xs:annotation>
6342       <xs:sequence>
6343         <xs:element name="agg-route-id" type="xs:string" minOccurs="0">
6344           <xs:annotation>
6345             <xs:appinfo>
6346               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of the aggregate-route instance")</annox:annotate>
6347             </xs:appinfo>
6348           </xs:annotation>
6349         </xs:element>
6350         <xs:element name="network-start-address" type="xs:string" minOccurs="0">
6351           <xs:annotation>
6352             <xs:appinfo>
6353               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the forwarding-path")</annox:annotate>
6354             </xs:appinfo>
6355           </xs:annotation>
6356         </xs:element>
6357         <xs:element name="cidr-mask" type="xs:string" minOccurs="0">
6358           <xs:annotation>
6359             <xs:appinfo>
6360               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="CIDR-mask for aggregate route subnet")</annox:annotate>
6361             </xs:appinfo>
6362           </xs:annotation>
6363         </xs:element>
6364         <xs:element name="ip-version" type="xs:string" minOccurs="0">
6365           <xs:annotation>
6366             <xs:appinfo>
6367               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Identifies is aggregate route is ipv4 or ipv6")</annox:annotate>
6368             </xs:appinfo>
6369           </xs:annotation>
6370         </xs:element>
6371         <xs:element name="resource-version" type="xs:string" minOccurs="0">
6372           <xs:annotation>
6373             <xs:appinfo>
6374               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
6375             </xs:appinfo>
6376           </xs:annotation>
6377         </xs:element>
6378         <xs:element ref="tns:relationship-list" minOccurs="0"/>
6379       </xs:sequence>
6380     </xs:complexType>
6381   </xs:element>
6382   <xs:element name="aggregate-routes">
6383     <xs:complexType>
6384       <xs:annotation>
6385         <xs:appinfo>
6386           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of aggregate routes.")</annox:annotate>
6387         </xs:appinfo>
6388       </xs:annotation>
6389       <xs:sequence>
6390         <xs:element ref="tns:aggregate-route" minOccurs="0" maxOccurs="5000"/>
6391       </xs:sequence>
6392     </xs:complexType>
6393   </xs:element>
6394   <xs:element name="l3-network">
6395     <xs:complexType>
6396       <xs:annotation>
6397         <xs:appinfo>
6398           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Generic network definition",nameProps="network-name",indexedProps="heat-stack-id,service-id,network-id,network-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,contrail-network-fqdn,network-role",searchable="network-id,network-name",uniqueProps="network-id",container="l3-networks",namespace="network",uriTemplate="/network/l3-networks/l3-network/{network-id}",requiredProps="network-id,is-bound-to-vpn,is-provider-network,is-shared-network,is-external-network")</annox:annotate>
6399         </xs:appinfo>
6400       </xs:annotation>
6401       <xs:sequence>
6402         <xs:element name="network-id" type="xs:string" minOccurs="0">
6403           <xs:annotation>
6404             <xs:appinfo>
6405               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Network ID, should be uuid. Unique across A&amp;AI.")</annox:annotate>
6406             </xs:appinfo>
6407           </xs:annotation>
6408         </xs:element>
6409         <xs:element name="network-name" type="xs:string" minOccurs="0">
6410           <xs:annotation>
6411             <xs:appinfo>
6412               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the network, governed by some naming convention..")</annox:annotate>
6413             </xs:appinfo>
6414           </xs:annotation>
6415         </xs:element>
6416         <xs:element name="network-type" type="xs:string" minOccurs="0">
6417           <xs:annotation>
6418             <xs:appinfo>
6419               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Type of the network - who defines these values?")</annox:annotate>
6420             </xs:appinfo>
6421           </xs:annotation>
6422         </xs:element>
6423         <xs:element name="network-role" type="xs:string" minOccurs="0">
6424           <xs:annotation>
6425             <xs:appinfo>
6426               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Role the network plans - who defines these values?")</annox:annotate>
6427             </xs:appinfo>
6428           </xs:annotation>
6429         </xs:element>
6430         <xs:element name="network-technology" type="xs:string" minOccurs="0">
6431           <xs:annotation>
6432             <xs:appinfo>
6433               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Network technology - who defines these values?")</annox:annotate>
6434             </xs:appinfo>
6435           </xs:annotation>
6436         </xs:element>
6437         <xs:element name="neutron-network-id" type="xs:string" minOccurs="0">
6438           <xs:annotation>
6439             <xs:appinfo>
6440               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Neutron network id of this Interface")</annox:annotate>
6441             </xs:appinfo>
6442           </xs:annotation>
6443         </xs:element>
6444         <xs:element name="is-bound-to-vpn" type="xs:boolean" minOccurs="0">
6445           <xs:annotation>
6446             <xs:appinfo>
6447               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Set to true if bound to VPN")</annox:annotate>
6448             </xs:appinfo>
6449           </xs:annotation>
6450         </xs:element>
6451         <xs:element name="service-id" type="xs:string" minOccurs="0">
6452           <xs:annotation>
6453             <xs:appinfo>
6454               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Unique identifier of service from ASDC.  Does not strictly map to ASDC services.  SOON TO BE DEPRECATED")</annox:annotate>
6455             </xs:appinfo>
6456           </xs:annotation>
6457         </xs:element>
6458         <xs:element name="network-role-instance" type="xs:unsignedInt" minOccurs="0">
6459           <xs:annotation>
6460             <xs:appinfo>
6461               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="network role instance")</annox:annotate>
6462             </xs:appinfo>
6463           </xs:annotation>
6464         </xs:element>
6465         <xs:element name="resource-version" type="xs:string" minOccurs="0">
6466           <xs:annotation>
6467             <xs:appinfo>
6468               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
6469             </xs:appinfo>
6470           </xs:annotation>
6471         </xs:element>
6472         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
6473           <xs:annotation>
6474             <xs:appinfo>
6475               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO")</annox:annotate>
6476             </xs:appinfo>
6477           </xs:annotation>
6478         </xs:element>
6479         <xs:element name="heat-stack-id" type="xs:string" minOccurs="0">
6480           <xs:annotation>
6481             <xs:appinfo>
6482               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO")</annox:annotate>
6483             </xs:appinfo>
6484           </xs:annotation>
6485         </xs:element>
6486         <xs:element name="mso-catalog-key" type="xs:string" minOccurs="0">
6487           <xs:annotation>
6488             <xs:appinfo>
6489               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE")</annox:annotate>
6490             </xs:appinfo>
6491           </xs:annotation>
6492         </xs:element>
6493         <xs:element name="contrail-network-fqdn" type="xs:string" minOccurs="0">
6494           <xs:annotation>
6495             <xs:appinfo>
6496               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Contrail FQDN for the network")</annox:annotate>
6497             </xs:appinfo>
6498           </xs:annotation>
6499         </xs:element>
6500         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
6501           <xs:annotation>
6502             <xs:appinfo>
6503               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
6504             </xs:appinfo>
6505           </xs:annotation>
6506         </xs:element>
6507         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
6508           <xs:annotation>
6509             <xs:appinfo>
6510               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
6511             </xs:appinfo>
6512           </xs:annotation>
6513         </xs:element>
6514         <xs:element name="persona-model-version" type="xs:string" minOccurs="0">
6515           <xs:annotation>
6516             <xs:appinfo>
6517               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version")</annox:annotate>
6518             </xs:appinfo>
6519           </xs:annotation>
6520         </xs:element>
6521         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
6522           <xs:annotation>
6523             <xs:appinfo>
6524               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.")</annox:annotate>
6525             </xs:appinfo>
6526           </xs:annotation>
6527         </xs:element>
6528         <xs:element name="widget-model-id" type="xs:string" minOccurs="0">
6529           <xs:annotation>
6530             <xs:appinfo>
6531               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget.")</annox:annotate>
6532             </xs:appinfo>
6533           </xs:annotation>
6534         </xs:element>
6535         <xs:element name="widget-model-version" type="xs:string" minOccurs="0">
6536           <xs:annotation>
6537             <xs:appinfo>
6538               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget.")</annox:annotate>
6539             </xs:appinfo>
6540           </xs:annotation>
6541         </xs:element>
6542         <xs:element name="physical-network-name" type="xs:string" minOccurs="0">
6543           <xs:annotation>
6544             <xs:appinfo>
6545               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name associated with the physical network.")</annox:annotate>
6546             </xs:appinfo>
6547           </xs:annotation>
6548         </xs:element>
6549         <xs:element name="is-provider-network" type="xs:boolean" minOccurs="0">
6550           <xs:annotation>
6551             <xs:appinfo>
6552               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a provider network.")</annox:annotate>
6553             </xs:appinfo>
6554           </xs:annotation>
6555         </xs:element>
6556         <xs:element name="is-shared-network" type="xs:boolean" minOccurs="0">
6557           <xs:annotation>
6558             <xs:appinfo>
6559               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is a shared network.")</annox:annotate>
6560             </xs:appinfo>
6561           </xs:annotation>
6562         </xs:element>
6563         <xs:element name="is-external-network" type="xs:boolean" minOccurs="0">
6564           <xs:annotation>
6565             <xs:appinfo>
6566               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="boolean indicatating whether or not network is an external network.")</annox:annotate>
6567             </xs:appinfo>
6568           </xs:annotation>
6569         </xs:element>
6570         <xs:element name="selflink" type="xs:string" minOccurs="0">
6571           <xs:annotation>
6572             <xs:appinfo>
6573               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Path to the controller object.")</annox:annotate>
6574             </xs:appinfo>
6575           </xs:annotation>
6576         </xs:element>
6577         <xs:element name="operational-status" type="xs:string" minOccurs="0">
6578           <xs:annotation>
6579             <xs:appinfo>
6580               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational.")</annox:annotate>
6581             </xs:appinfo>
6582           </xs:annotation>
6583         </xs:element>
6584         <xs:element name="is-trunked" type="xs:boolean" minOccurs="0">
6585           <xs:annotation>
6586             <xs:appinfo>
6587               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Trunked network indication.")</annox:annotate>
6588             </xs:appinfo>
6589           </xs:annotation>
6590         </xs:element>
6591         <xs:element ref="tns:subnets" minOccurs="0"/>
6592         <xs:element ref="tns:ctag-assignments" minOccurs="0"/>
6593         <xs:element ref="tns:segmentation-assignments" minOccurs="0"/>
6594         <xs:element ref="tns:aggregate-routes" minOccurs="0"/>
6595         <xs:element ref="tns:relationship-list" minOccurs="0">
6596           <xs:annotation>
6597             <xs:appinfo>
6598               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Relates to tenant (or is it a child of tenant), complex, service, vpn-binding")</annox:annotate>
6599             </xs:appinfo>
6600           </xs:annotation>
6601         </xs:element>
6602       </xs:sequence>
6603     </xs:complexType>
6604   </xs:element>
6605   <xs:element name="l3-networks">
6606     <xs:complexType>
6607       <xs:sequence>
6608         <xs:element ref="tns:l3-network" minOccurs="0" maxOccurs="5000"/>
6609       </xs:sequence>
6610     </xs:complexType>
6611   </xs:element>
6612   <xs:element name="network-policy">
6613     <xs:complexType>
6614       <xs:annotation>
6615         <xs:appinfo>
6616           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(nameProps="network-policy-fqdn",indexedProps="network-policy-id,network-policy-fqdn",searchable="network-policy-id,network-policy-fqdn",uniqueProps="network-policy-id",container="network-policies",namespace="network",uriTemplate="/network/network-policies/network-policy/{network-policy-id}")</annox:annotate>
6617         </xs:appinfo>
6618       </xs:annotation>
6619       <xs:sequence>
6620         <xs:element name="network-policy-id" type="xs:string" minOccurs="0">
6621           <xs:annotation>
6622             <xs:appinfo>
6623               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="UUID representing unique key to this instance")</annox:annotate>
6624             </xs:appinfo>
6625           </xs:annotation>
6626         </xs:element>
6627         <xs:element name="network-policy-fqdn" type="xs:string" minOccurs="0">
6628           <xs:annotation>
6629             <xs:appinfo>
6630               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Contrail FQDN for the policy")</annox:annotate>
6631             </xs:appinfo>
6632           </xs:annotation>
6633         </xs:element>
6634         <xs:element name="heat-stack-id" type="xs:string" minOccurs="0">
6635           <xs:annotation>
6636             <xs:appinfo>
6637               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ID for the openStack Heat instance")</annox:annotate>
6638             </xs:appinfo>
6639           </xs:annotation>
6640         </xs:element>
6641         <xs:element name="resource-version" type="xs:string" minOccurs="0">
6642           <xs:annotation>
6643             <xs:appinfo>
6644               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
6645             </xs:appinfo>
6646           </xs:annotation>
6647         </xs:element>
6648         <xs:element ref="tns:relationship-list" minOccurs="0"/>
6649       </xs:sequence>
6650     </xs:complexType>
6651   </xs:element>
6652   <xs:element name="network-policies">
6653     <xs:complexType>
6654       <xs:sequence>
6655         <xs:element ref="tns:network-policy" minOccurs="0" maxOccurs="5000"/>
6656       </xs:sequence>
6657     </xs:complexType>
6658   </xs:element>
6659   <xs:element name="vf-module">
6660     <xs:complexType>
6661       <xs:annotation>
6662         <xs:appinfo>
6663           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="a deployment unit of VNFCs",indexedProps="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",searchable="vf-module-id,vf-module-name",dependentOn="generic-vnf",container="vf-modules",uriTemplate="/vf-modules/vf-module/{vf-module-id}",requiredProps="vf-module-id,is-base-vf-module,automated-assignment")</annox:annotate>
6664         </xs:appinfo>
6665       </xs:annotation>
6666       <xs:sequence>
6667         <xs:element name="vf-module-id" type="xs:string" minOccurs="0">
6668           <xs:annotation>
6669             <xs:appinfo>
6670               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of vf-module.")</annox:annotate>
6671             </xs:appinfo>
6672           </xs:annotation>
6673         </xs:element>
6674         <xs:element name="vf-module-name" type="xs:string" minOccurs="0">
6675           <xs:annotation>
6676             <xs:appinfo>
6677               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of vf-module")</annox:annotate>
6678             </xs:appinfo>
6679           </xs:annotation>
6680         </xs:element>
6681         <xs:element name="heat-stack-id" type="xs:string" minOccurs="0">
6682           <xs:annotation>
6683             <xs:appinfo>
6684               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance.")</annox:annotate>
6685             </xs:appinfo>
6686           </xs:annotation>
6687         </xs:element>
6688         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
6689           <xs:annotation>
6690             <xs:appinfo>
6691               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="orchestration status of this vf-module, mastered by MSO")</annox:annotate>
6692             </xs:appinfo>
6693           </xs:annotation>
6694         </xs:element>
6695         <xs:element name="is-base-vf-module" type="xs:boolean" minOccurs="0">
6696           <xs:annotation>
6697             <xs:appinfo>
6698               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this object is base vf module")</annox:annotate>
6699             </xs:appinfo>
6700           </xs:annotation>
6701         </xs:element>
6702         <xs:element name="automated-assignment" type="xs:boolean" minOccurs="0">
6703           <xs:annotation>
6704             <xs:appinfo>
6705               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Indicates whether vf-module assignment was done via automation or manually")</annox:annotate>
6706             </xs:appinfo>
6707           </xs:annotation>
6708         </xs:element>
6709         <xs:element name="resource-version" type="xs:string" minOccurs="0">
6710           <xs:annotation>
6711             <xs:appinfo>
6712               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
6713             </xs:appinfo>
6714           </xs:annotation>
6715         </xs:element>
6716         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
6717           <xs:annotation>
6718             <xs:appinfo>
6719               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
6720             </xs:appinfo>
6721           </xs:annotation>
6722         </xs:element>
6723         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
6724           <xs:annotation>
6725             <xs:appinfo>
6726               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
6727             </xs:appinfo>
6728           </xs:annotation>
6729         </xs:element>
6730         <xs:element name="persona-model-version" type="xs:string" minOccurs="0">
6731           <xs:annotation>
6732             <xs:appinfo>
6733               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version")</annox:annotate>
6734             </xs:appinfo>
6735           </xs:annotation>
6736         </xs:element>
6737         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
6738           <xs:annotation>
6739             <xs:appinfo>
6740               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.")</annox:annotate>
6741             </xs:appinfo>
6742           </xs:annotation>
6743         </xs:element>
6744         <xs:element name="widget-model-id" type="xs:string" minOccurs="0">
6745           <xs:annotation>
6746             <xs:appinfo>
6747               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget.")</annox:annotate>
6748             </xs:appinfo>
6749           </xs:annotation>
6750         </xs:element>
6751         <xs:element name="widget-model-version" type="xs:string" minOccurs="0">
6752           <xs:annotation>
6753             <xs:appinfo>
6754               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget.")</annox:annotate>
6755             </xs:appinfo>
6756           </xs:annotation>
6757         </xs:element>
6758         <xs:element name="contrail-service-instance-fqdn" type="xs:string" minOccurs="0">
6759           <xs:annotation>
6760             <xs:appinfo>
6761               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the Contrail unique ID for a service-instance")</annox:annotate>
6762             </xs:appinfo>
6763           </xs:annotation>
6764         </xs:element>
6765         <xs:element name="module-index" type="xs:int" minOccurs="0">
6766           <xs:annotation>
6767             <xs:appinfo>
6768               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="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")</annox:annotate>
6769             </xs:appinfo>
6770           </xs:annotation>
6771         </xs:element>
6772         <xs:element name="selflink" type="xs:string" minOccurs="0">
6773           <xs:annotation>
6774             <xs:appinfo>
6775               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Path to the controller object.")</annox:annotate>
6776             </xs:appinfo>
6777           </xs:annotation>
6778         </xs:element>
6779         <xs:element ref="tns:relationship-list" minOccurs="0"/>
6780       </xs:sequence>
6781     </xs:complexType>
6782   </xs:element>
6783   <xs:element name="vf-modules">
6784     <xs:complexType>
6785       <xs:annotation>
6786         <xs:appinfo>
6787           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of vf-modules, a deployment unit of VNFCs")</annox:annotate>
6788         </xs:appinfo>
6789       </xs:annotation>
6790       <xs:sequence>
6791         <xs:element ref="tns:vf-module" minOccurs="0" maxOccurs="5000"/>
6792       </xs:sequence>
6793     </xs:complexType>
6794   </xs:element>
6795   <xs:element name="generic-vnf">
6796     <xs:complexType>
6797       <xs:annotation>
6798         <xs:appinfo>
6799           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="General purpose VNF",nameProps="vnf-name",indexedProps="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",searchable="vnf-id,vnf-name,vnf-name2,operational-status",uniqueProps="vnf-id",container="generic-vnfs",namespace="network",extendsFrom="vnf",containsSuggestibleProps="true",suggestionAliases="VNFs",uriTemplate="/network/generic-vnfs/generic-vnf/{vnf-id}",requiredProps="vnf-id,vnf-type,in-maint,is-closed-loop-disabled")</annox:annotate>
6800         </xs:appinfo>
6801       </xs:annotation>
6802       <xs:sequence>
6803         <xs:element name="vnf-id" type="xs:string" minOccurs="0">
6804           <xs:annotation>
6805             <xs:appinfo>
6806               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF.  This is unique across the graph.")</annox:annotate>
6807             </xs:appinfo>
6808           </xs:annotation>
6809         </xs:element>
6810         <xs:element name="vnf-instance-id" type="xs:string" minOccurs="0">
6811           <xs:annotation>
6812             <xs:appinfo>
6813               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="vnf instance id.")</annox:annotate>
6814             </xs:appinfo>
6815           </xs:annotation>
6816         </xs:element>
6817         <xs:element name="vnf-name" type="xs:string" minOccurs="0">
6818           <xs:annotation>
6819             <xs:appinfo>
6820               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of VNF.")</annox:annotate>
6821             </xs:appinfo>
6822           </xs:annotation>
6823         </xs:element>
6824         <xs:element name="vnf-name2" type="xs:string" minOccurs="0">
6825           <xs:annotation>
6826             <xs:appinfo>
6827               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Alternate name of VNF.")</annox:annotate>
6828             </xs:appinfo>
6829           </xs:annotation>
6830         </xs:element>
6831         <xs:element name="vnf-type" type="xs:string" minOccurs="0">
6832           <xs:annotation>
6833             <xs:appinfo>
6834               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="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.")</annox:annotate>
6835             </xs:appinfo>
6836           </xs:annotation>
6837         </xs:element>
6838         <xs:element name="service-id" type="xs:string" minOccurs="0">
6839           <xs:annotation>
6840             <xs:appinfo>
6841               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Unique identifier of service, does not necessarily map to ASDC service models.  SOON TO BE DEPRECATED")</annox:annotate>
6842             </xs:appinfo>
6843           </xs:annotation>
6844         </xs:element>
6845         <xs:element name="regional-resource-zone" type="xs:string" minOccurs="0">
6846           <xs:annotation>
6847             <xs:appinfo>
6848               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Regional way of organizing pservers, source of truth should define values")</annox:annotate>
6849             </xs:appinfo>
6850           </xs:annotation>
6851         </xs:element>
6852         <xs:element name="prov-status" type="xs:string" minOccurs="0">
6853           <xs:annotation>
6854             <xs:appinfo>
6855               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this resource by Service Assurance systems.",suggestibleOnSearch="true")</annox:annotate>
6856             </xs:appinfo>
6857           </xs:annotation>
6858         </xs:element>
6859         <xs:element name="operational-status" type="xs:string" minOccurs="0">
6860           <xs:annotation>
6861             <xs:appinfo>
6862               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational.  Valid values are in-service-path and out-of-service-path.",suggestibleOnSearch="true")</annox:annotate>
6863             </xs:appinfo>
6864           </xs:annotation>
6865         </xs:element>
6866         <xs:element name="license-key" type="xs:string" minOccurs="0">
6867           <xs:annotation>
6868             <xs:appinfo>
6869               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="OBSOLETE -  do not use")</annox:annotate>
6870             </xs:appinfo>
6871           </xs:annotation>
6872         </xs:element>
6873         <xs:element name="equipment-role" type="xs:string" minOccurs="0">
6874           <xs:annotation>
6875             <xs:appinfo>
6876               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value")</annox:annotate>
6877             </xs:appinfo>
6878           </xs:annotation>
6879         </xs:element>
6880         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
6881           <xs:annotation>
6882             <xs:appinfo>
6883               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, used by MSO.",suggestibleOnSearch="true")</annox:annotate>
6884             </xs:appinfo>
6885           </xs:annotation>
6886         </xs:element>
6887         <xs:element name="vnf-package-name" type="xs:string" minOccurs="0">
6888           <xs:annotation>
6889             <xs:appinfo>
6890               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="")</annox:annotate>
6891             </xs:appinfo>
6892           </xs:annotation>
6893         </xs:element>
6894         <xs:element name="vnf-discriptor-name" type="xs:string" minOccurs="0">
6895           <xs:annotation>
6896             <xs:appinfo>
6897               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="vnf discriptor name")</annox:annotate>
6898             </xs:appinfo>
6899           </xs:annotation>
6900         </xs:element>
6901         <xs:element name="job-id" type="xs:string" minOccurs="0">
6902           <xs:annotation>
6903             <xs:appinfo>
6904               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="job id corresponding to vnf")</annox:annotate>
6905             </xs:appinfo>
6906           </xs:annotation>
6907         </xs:element>
6908         <xs:element name="heat-stack-id" type="xs:string" minOccurs="0">
6909           <xs:annotation>
6910             <xs:appinfo>
6911               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO")</annox:annotate>
6912             </xs:appinfo>
6913           </xs:annotation>
6914         </xs:element>
6915         <xs:element name="mso-catalog-key" type="xs:string" minOccurs="0">
6916           <xs:annotation>
6917             <xs:appinfo>
6918               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE")</annox:annotate>
6919             </xs:appinfo>
6920           </xs:annotation>
6921         </xs:element>
6922         <xs:element name="management-option" type="xs:string" minOccurs="0">
6923           <xs:annotation>
6924             <xs:appinfo>
6925               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="identifier of managed customer")</annox:annotate>
6926             </xs:appinfo>
6927           </xs:annotation>
6928         </xs:element>
6929         <xs:element name="ipv4-oam-address" type="xs:string" minOccurs="0">
6930           <xs:annotation>
6931             <xs:appinfo>
6932               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.")</annox:annotate>
6933             </xs:appinfo>
6934           </xs:annotation>
6935         </xs:element>
6936         <xs:element name="ipv4-loopback0-address" type="xs:string" minOccurs="0">
6937           <xs:annotation>
6938             <xs:appinfo>
6939               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="v4 Loopback0 address")</annox:annotate>
6940             </xs:appinfo>
6941           </xs:annotation>
6942         </xs:element>
6943         <xs:element name="nm-lan-v6-address" type="xs:string" minOccurs="0">
6944           <xs:annotation>
6945             <xs:appinfo>
6946               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="v6 Loopback address")</annox:annotate>
6947             </xs:appinfo>
6948           </xs:annotation>
6949         </xs:element>
6950         <xs:element name="management-v6-address" type="xs:string" minOccurs="0">
6951           <xs:annotation>
6952             <xs:appinfo>
6953               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="v6 management address")</annox:annotate>
6954             </xs:appinfo>
6955           </xs:annotation>
6956         </xs:element>
6957         <xs:element name="vcpu" type="xs:unsignedInt" minOccurs="0">
6958           <xs:annotation>
6959             <xs:appinfo>
6960               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE")</annox:annotate>
6961             </xs:appinfo>
6962           </xs:annotation>
6963         </xs:element>
6964         <xs:element name="vcpu-units" type="xs:string" minOccurs="0">
6965           <xs:annotation>
6966             <xs:appinfo>
6967               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="units associated with vcpu, used for VNFs with no vservers/flavors, to be used only by uCPE")</annox:annotate>
6968             </xs:appinfo>
6969           </xs:annotation>
6970         </xs:element>
6971         <xs:element name="vmemory" type="xs:unsignedInt" minOccurs="0">
6972           <xs:annotation>
6973             <xs:appinfo>
6974               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE")</annox:annotate>
6975             </xs:appinfo>
6976           </xs:annotation>
6977         </xs:element>
6978         <xs:element name="vmemory-units" type="xs:string" minOccurs="0">
6979           <xs:annotation>
6980             <xs:appinfo>
6981               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="units associated with vmemory, used for VNFs with no vservers/flavors, to be used only by uCPE")</annox:annotate>
6982             </xs:appinfo>
6983           </xs:annotation>
6984         </xs:element>
6985         <xs:element name="vdisk" type="xs:unsignedInt" minOccurs="0">
6986           <xs:annotation>
6987             <xs:appinfo>
6988               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only uCPE")</annox:annotate>
6989             </xs:appinfo>
6990           </xs:annotation>
6991         </xs:element>
6992         <xs:element name="vdisk-units" type="xs:string" minOccurs="0">
6993           <xs:annotation>
6994             <xs:appinfo>
6995               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="units associated with vdisk, used for VNFs with no vservers/flavors, to be used only by uCPE")</annox:annotate>
6996             </xs:appinfo>
6997           </xs:annotation>
6998         </xs:element>
6999         <xs:element name="nshd" type="xs:unsignedInt" minOccurs="0">
7000           <xs:annotation>
7001             <xs:appinfo>
7002               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="number of associated SHD in vnf.")</annox:annotate>
7003             </xs:appinfo>
7004           </xs:annotation>
7005         </xs:element>
7006         <xs:element name="nvm" type="xs:unsignedInt" minOccurs="0">
7007           <xs:annotation>
7008             <xs:appinfo>
7009               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="number of vms in vnf.")</annox:annotate>
7010             </xs:appinfo>
7011           </xs:annotation>
7012         </xs:element>
7013         <xs:element name="nnet" type="xs:unsignedInt" minOccurs="0">
7014           <xs:annotation>
7015             <xs:appinfo>
7016               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="number of network in vnf.")</annox:annotate>
7017             </xs:appinfo>
7018           </xs:annotation>
7019         </xs:element>
7020         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
7021           <xs:annotation>
7022             <xs:appinfo>
7023               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="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.")</annox:annotate>
7024             </xs:appinfo>
7025           </xs:annotation>
7026         </xs:element>
7027         <xs:element name="is-closed-loop-disabled" type="xs:boolean" minOccurs="0">
7028           <xs:annotation>
7029             <xs:appinfo>
7030               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether closed loop function is enabled on this node")</annox:annotate>
7031             </xs:appinfo>
7032           </xs:annotation>
7033         </xs:element>
7034         <xs:element name="resource-version" type="xs:string" minOccurs="0">
7035           <xs:annotation>
7036             <xs:appinfo>
7037               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
7038             </xs:appinfo>
7039           </xs:annotation>
7040         </xs:element>
7041         <xs:element name="summary-status" type="xs:string" minOccurs="0">
7042           <xs:annotation>
7043             <xs:appinfo>
7044               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.")</annox:annotate>
7045             </xs:appinfo>
7046           </xs:annotation>
7047         </xs:element>
7048         <xs:element name="encrypted-access-flag" type="xs:boolean" minOccurs="0">
7049           <xs:annotation>
7050             <xs:appinfo>
7051               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="indicates whether generic-vnf access uses SSH")</annox:annotate>
7052             </xs:appinfo>
7053           </xs:annotation>
7054         </xs:element>
7055         <xs:element name="entitlement-assignment-group-uuid" type="xs:string" minOccurs="0">
7056           <xs:annotation>
7057             <xs:appinfo>
7058               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="UUID of the Entitlement group used for licensing VNFs, OBSOLETE -  See child relationships.")</annox:annotate>
7059             </xs:appinfo>
7060           </xs:annotation>
7061         </xs:element>
7062         <xs:element name="entitlement-resource-uuid" type="xs:string" minOccurs="0">
7063           <xs:annotation>
7064             <xs:appinfo>
7065               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="UUID of the specific entitlement resource.  OBSOLETE -  See child relationships.")</annox:annotate>
7066             </xs:appinfo>
7067           </xs:annotation>
7068         </xs:element>
7069         <xs:element name="license-assignment-group-uuid" type="xs:string" minOccurs="0">
7070           <xs:annotation>
7071             <xs:appinfo>
7072               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="UUID of the license assignment group.  OBSOLETE -  See child relationships.")</annox:annotate>
7073             </xs:appinfo>
7074           </xs:annotation>
7075         </xs:element>
7076         <xs:element name="license-key-uuid" type="xs:string" minOccurs="0">
7077           <xs:annotation>
7078             <xs:appinfo>
7079               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="UUID of the actual license resource.  OBSOLETE -  See child relationships.")</annox:annotate>
7080             </xs:appinfo>
7081           </xs:annotation>
7082         </xs:element>
7083         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
7084           <xs:annotation>
7085             <xs:appinfo>
7086               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
7087             </xs:appinfo>
7088           </xs:annotation>
7089         </xs:element>
7090         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
7091           <xs:annotation>
7092             <xs:appinfo>
7093               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
7094             </xs:appinfo>
7095           </xs:annotation>
7096         </xs:element>
7097         <xs:element name="persona-model-version" type="xs:string" minOccurs="0">
7098           <xs:annotation>
7099             <xs:appinfo>
7100               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="internal",dataCopy="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version")</annox:annotate>
7101             </xs:appinfo>
7102           </xs:annotation>
7103         </xs:element>
7104         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
7105           <xs:annotation>
7106             <xs:appinfo>
7107               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="captures the id of all the configuration used to customize the resource for the service.")</annox:annotate>
7108             </xs:appinfo>
7109           </xs:annotation>
7110         </xs:element>
7111         <xs:element name="widget-model-id" type="xs:string" minOccurs="0">
7112           <xs:annotation>
7113             <xs:appinfo>
7114               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget.")</annox:annotate>
7115             </xs:appinfo>
7116           </xs:annotation>
7117         </xs:element>
7118         <xs:element name="widget-model-version" type="xs:string" minOccurs="0">
7119           <xs:annotation>
7120             <xs:appinfo>
7121               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget.")</annox:annotate>
7122             </xs:appinfo>
7123           </xs:annotation>
7124         </xs:element>
7125         <xs:element name="as-number" type="xs:string" minOccurs="0">
7126           <xs:annotation>
7127             <xs:appinfo>
7128               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="as-number of the VNF")</annox:annotate>
7129             </xs:appinfo>
7130           </xs:annotation>
7131         </xs:element>
7132         <xs:element name="regional-resource-subzone" type="xs:string" minOccurs="0">
7133           <xs:annotation>
7134             <xs:appinfo>
7135               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="represents sub zone of the rr plane")</annox:annotate>
7136             </xs:appinfo>
7137           </xs:annotation>
7138         </xs:element>
7139         <xs:element name="nf-type" type="xs:string" minOccurs="0">
7140           <xs:annotation>
7141             <xs:appinfo>
7142               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Generic description of the type of NF",suggestibleOnSearch="true")</annox:annotate>
7143             </xs:appinfo>
7144           </xs:annotation>
7145         </xs:element>
7146         <xs:element name="nf-function" type="xs:string" minOccurs="0">
7147           <xs:annotation>
7148             <xs:appinfo>
7149               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="English description of Network function that the specific VNF deployment is providing")</annox:annotate>
7150             </xs:appinfo>
7151           </xs:annotation>
7152         </xs:element>
7153         <xs:element name="nf-role" type="xs:string" minOccurs="0">
7154           <xs:annotation>
7155             <xs:appinfo>
7156               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="role in the network that this model will be providing",suggestibleOnSearch="true")</annox:annotate>
7157             </xs:appinfo>
7158           </xs:annotation>
7159         </xs:element>
7160         <xs:element name="nf-naming-code" type="xs:string" minOccurs="0">
7161           <xs:annotation>
7162             <xs:appinfo>
7163               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="string assigned to this model used for naming purposes")</annox:annotate>
7164             </xs:appinfo>
7165           </xs:annotation>
7166         </xs:element>
7167         <xs:element name="selflink" type="xs:string" minOccurs="0">
7168           <xs:annotation>
7169             <xs:appinfo>
7170               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Path to the controller object.")</annox:annotate>
7171             </xs:appinfo>
7172           </xs:annotation>
7173         </xs:element>
7174         <xs:element name="ipv4-oam-gateway-address" type="xs:string" minOccurs="0">
7175           <xs:annotation>
7176             <xs:appinfo>
7177               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Gateway address")</annox:annotate>
7178             </xs:appinfo>
7179           </xs:annotation>
7180         </xs:element>
7181         <xs:element name="ipv4-oam-gateway-address-prefix-length" type="xs:int" minOccurs="0">
7182           <xs:annotation>
7183             <xs:appinfo>
7184               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prefix length for oam-address")</annox:annotate>
7185             </xs:appinfo>
7186           </xs:annotation>
7187         </xs:element>
7188         <xs:element name="vlan-id-outer" type="xs:unsignedInt" minOccurs="0">
7189           <xs:annotation>
7190             <xs:appinfo>
7191               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Temporary location for S-TAG to get to VCE")</annox:annotate>
7192             </xs:appinfo>
7193           </xs:annotation>
7194         </xs:element>
7195         <xs:element name="nm-profile-name" type="xs:string" minOccurs="0">
7196           <xs:annotation>
7197             <xs:appinfo>
7198               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Network Management profile of this VNF")</annox:annotate>
7199             </xs:appinfo>
7200           </xs:annotation>
7201         </xs:element>
7202         <xs:element ref="tns:relationship-list" minOccurs="0"/>
7203         <xs:element ref="tns:l-interfaces" minOccurs="0"/>
7204         <xs:element ref="tns:lag-interfaces" minOccurs="0"/>
7205         <xs:element ref="tns:vf-modules" minOccurs="0"/>
7206         <xs:element ref="tns:licenses" minOccurs="0"/>
7207         <xs:element ref="tns:entitlements" minOccurs="0"/>
7208       </xs:sequence>
7209     </xs:complexType>
7210   </xs:element>
7211   <xs:element name="generic-vnfs">
7212     <xs:complexType>
7213       <xs:annotation>
7214         <xs:appinfo>
7215           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of VNFs")</annox:annotate>
7216         </xs:appinfo>
7217       </xs:annotation>
7218       <xs:sequence>
7219         <xs:element ref="tns:generic-vnf" minOccurs="0" maxOccurs="5000"/>
7220       </xs:sequence>
7221     </xs:complexType>
7222   </xs:element>
7223   <xs:element name="lag-link">
7224     <xs:complexType>
7225       <xs:annotation>
7226         <xs:appinfo>
7227           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="LAG links can connect lag-interfaces",indexedProps="link-name",container="lag-links",namespace="network",uriTemplate="/network/lag-links/lag-link/{link-name}",requiredProps="link-name")</annox:annotate>
7228         </xs:appinfo>
7229       </xs:annotation>
7230       <xs:sequence>
7231         <xs:element name="link-name" type="xs:string" minOccurs="0">
7232           <xs:annotation>
7233             <xs:appinfo>
7234               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Alphabetical concatenation of lag-interface names")</annox:annotate>
7235             </xs:appinfo>
7236           </xs:annotation>
7237         </xs:element>
7238         <xs:element name="resource-version" type="xs:string" minOccurs="0">
7239           <xs:annotation>
7240             <xs:appinfo>
7241               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
7242             </xs:appinfo>
7243           </xs:annotation>
7244         </xs:element>
7245         <xs:element ref="tns:relationship-list" minOccurs="0"/>
7246       </xs:sequence>
7247     </xs:complexType>
7248   </xs:element>
7249   <xs:element name="lag-links">
7250     <xs:complexType>
7251       <xs:annotation>
7252         <xs:appinfo>
7253           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of link aggregation connections")</annox:annotate>
7254         </xs:appinfo>
7255       </xs:annotation>
7256       <xs:sequence>
7257         <xs:element ref="tns:lag-link" minOccurs="0" maxOccurs="5000"/>
7258       </xs:sequence>
7259     </xs:complexType>
7260   </xs:element>
7261   <xs:element name="newvce">
7262     <xs:complexType>
7263       <xs:annotation>
7264         <xs:appinfo>
7265           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce.",nameProps="vnf-name",indexedProps="vnf-name,vnf-name2,vnf-type,heat-stack-id,prov-status,vnf-id2",searchable="vnf-id2,vnf-name,vnf-name2",uniqueProps="vnf-id2",container="newvces",namespace="network",uriTemplate="/network/newvces/newvce/{vnf-id2}",requiredProps="vnf-id2,vnf-name,vnf-type")</annox:annotate>
7266         </xs:appinfo>
7267       </xs:annotation>
7268       <xs:sequence>
7269         <xs:element name="vnf-id2" type="xs:string" minOccurs="0">
7270           <xs:annotation>
7271             <xs:appinfo>
7272               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF, can't use same attribute name right now until we promote this new object")</annox:annotate>
7273             </xs:appinfo>
7274           </xs:annotation>
7275         </xs:element>
7276         <xs:element name="vnf-name" type="xs:string" minOccurs="0">
7277           <xs:annotation>
7278             <xs:appinfo>
7279               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of VNF.")</annox:annotate>
7280             </xs:appinfo>
7281           </xs:annotation>
7282         </xs:element>
7283         <xs:element name="vnf-name2" type="xs:string" minOccurs="0">
7284           <xs:annotation>
7285             <xs:appinfo>
7286               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Alternate name of VNF.")</annox:annotate>
7287             </xs:appinfo>
7288           </xs:annotation>
7289         </xs:element>
7290         <xs:element name="vnf-type" type="xs:string" minOccurs="0">
7291           <xs:annotation>
7292             <xs:appinfo>
7293               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="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.")</annox:annotate>
7294             </xs:appinfo>
7295           </xs:annotation>
7296         </xs:element>
7297         <xs:element name="prov-status" type="xs:string" minOccurs="0">
7298           <xs:annotation>
7299             <xs:appinfo>
7300               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Trigger for operational monitoring of this VNF by BAU Service Assurance systems.")</annox:annotate>
7301             </xs:appinfo>
7302           </xs:annotation>
7303         </xs:element>
7304         <xs:element name="operational-status" type="xs:string" minOccurs="0">
7305           <xs:annotation>
7306             <xs:appinfo>
7307               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational")</annox:annotate>
7308             </xs:appinfo>
7309           </xs:annotation>
7310         </xs:element>
7311         <xs:element name="license-key" type="xs:string" minOccurs="0">
7312           <xs:annotation>
7313             <xs:appinfo>
7314               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="OBSOLETE -  do not use")</annox:annotate>
7315             </xs:appinfo>
7316           </xs:annotation>
7317         </xs:element>
7318         <xs:element name="ipv4-oam-address" type="xs:string" minOccurs="0">
7319           <xs:annotation>
7320             <xs:appinfo>
7321               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).")</annox:annotate>
7322             </xs:appinfo>
7323           </xs:annotation>
7324         </xs:element>
7325         <xs:element name="equipment-role" type="xs:string" minOccurs="0">
7326           <xs:annotation>
7327             <xs:appinfo>
7328               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Client should send valid enumerated value.")</annox:annotate>
7329             </xs:appinfo>
7330           </xs:annotation>
7331         </xs:element>
7332         <xs:element name="resource-version" type="xs:string" minOccurs="0">
7333           <xs:annotation>
7334             <xs:appinfo>
7335               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
7336             </xs:appinfo>
7337           </xs:annotation>
7338         </xs:element>
7339         <xs:element name="ipv4-loopback0-address" type="xs:string" minOccurs="0">
7340           <xs:annotation>
7341             <xs:appinfo>
7342               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="v4 Loopback0 address")</annox:annotate>
7343             </xs:appinfo>
7344           </xs:annotation>
7345         </xs:element>
7346         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
7347           <xs:annotation>
7348             <xs:appinfo>
7349               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this VNF, mastered by MSO.")</annox:annotate>
7350             </xs:appinfo>
7351           </xs:annotation>
7352         </xs:element>
7353         <xs:element name="heat-stack-id" type="xs:string" minOccurs="0">
7354           <xs:annotation>
7355             <xs:appinfo>
7356               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Heat stack id corresponding to this instance, managed by MSO")</annox:annotate>
7357             </xs:appinfo>
7358           </xs:annotation>
7359         </xs:element>
7360         <xs:element name="mso-catalog-key" type="xs:string" minOccurs="0">
7361           <xs:annotation>
7362             <xs:appinfo>
7363               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Corresponds to the SDN-C catalog id used to configure this VCE")</annox:annotate>
7364             </xs:appinfo>
7365           </xs:annotation>
7366         </xs:element>
7367         <xs:element ref="tns:relationship-list" minOccurs="0"/>
7368         <xs:element ref="tns:l-interfaces" minOccurs="0"/>
7369       </xs:sequence>
7370     </xs:complexType>
7371   </xs:element>
7372   <xs:element name="newvces">
7373     <xs:complexType>
7374       <xs:annotation>
7375         <xs:appinfo>
7376           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce.")</annox:annotate>
7377         </xs:appinfo>
7378       </xs:annotation>
7379       <xs:sequence>
7380         <xs:element ref="tns:newvce" minOccurs="0" maxOccurs="5000"/>
7381       </xs:sequence>
7382     </xs:complexType>
7383   </xs:element>
7384   <xs:element name="software-version">
7385     <xs:complexType>
7386       <xs:annotation>
7387         <xs:appinfo>
7388           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Software Version",indexedProps="software-version-id,is-active-sw-ver",dependentOn="pnf",container="pnf",requiredProps="software-version-id,is-active-sw-ver",uriTemplate="/pnf/software-version/{software-version-id}")</annox:annotate>
7389         </xs:appinfo>
7390       </xs:annotation>
7391       <xs:sequence>
7392         <xs:element name="software-version-id" type="xs:string" minOccurs="0">
7393           <xs:annotation>
7394             <xs:appinfo>
7395               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Identifier of the software version")</annox:annotate>
7396             </xs:appinfo>
7397           </xs:annotation>
7398         </xs:element>
7399         <xs:element name="is-active-sw-ver" type="xs:boolean" minOccurs="0">
7400           <xs:annotation>
7401             <xs:appinfo>
7402               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="used to indicate whether or not this software-version is the active one (activeSw = true)")</annox:annotate>
7403             </xs:appinfo>
7404           </xs:annotation>
7405         </xs:element>
7406       </xs:sequence>
7407     </xs:complexType>
7408   </xs:element>
7409   <xs:element name="software-versions">
7410     <xs:complexType>
7411       <xs:annotation>
7412         <xs:appinfo>
7413           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of software versions.")</annox:annotate>
7414         </xs:appinfo>
7415       </xs:annotation>
7416       <xs:sequence>
7417         <xs:element ref="tns:software-version" minOccurs="0" maxOccurs="5000"/>
7418       </xs:sequence>
7419     </xs:complexType>
7420   </xs:element>
7421   <xs:element name="vrf">
7422     <xs:complexType>
7423       <xs:annotation>
7424         <xs:appinfo>
7425           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Definition of vrf",indexedProps="vrf-id",nameProps="vrf-name",dependentOn="pnf",container="vrfs",uriTemplate="/vrfs/vrf/{vrf-id}",requiredProps="vrf-id,vrf-name")</annox:annotate>
7426         </xs:appinfo>
7427       </xs:annotation>
7428       <xs:sequence>
7429         <xs:element name="vrf-id" type="xs:string" minOccurs="0">
7430           <xs:annotation>
7431             <xs:appinfo>
7432               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="VRF UUID.")</annox:annotate>
7433             </xs:appinfo>
7434           </xs:annotation>
7435         </xs:element>
7436         <xs:element name="vrf-name" type="xs:string" minOccurs="0">
7437           <xs:annotation>
7438             <xs:appinfo>
7439               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="VRF Name")</annox:annotate>
7440             </xs:appinfo>
7441           </xs:annotation>
7442         </xs:element>
7443         <xs:element name="vrf-description" type="xs:string" minOccurs="0">
7444           <xs:annotation>
7445             <xs:appinfo>
7446               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="VRF Description")</annox:annotate>
7447             </xs:appinfo>
7448           </xs:annotation>
7449         </xs:element>
7450         <xs:element name="route-distinguisher" type="xs:string" minOccurs="0">
7451           <xs:annotation>
7452             <xs:appinfo>
7453               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Route Distinguisher")</annox:annotate>
7454             </xs:appinfo>
7455           </xs:annotation>
7456         </xs:element>
7457         <xs:element name="vrf-type" type="xs:string" minOccurs="0">
7458           <xs:annotation>
7459             <xs:appinfo>
7460               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The type of vrf (bridge-domain as an example)")</annox:annotate>
7461             </xs:appinfo>
7462           </xs:annotation>
7463         </xs:element>
7464         <xs:element name="vrf-address-family" type="xs:string" minOccurs="0">
7465           <xs:annotation>
7466             <xs:appinfo>
7467               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IP address family (v6/v4/both)")</annox:annotate>
7468             </xs:appinfo>
7469           </xs:annotation>
7470         </xs:element>
7471         <xs:element name="resource-version" type="xs:string" minOccurs="0">
7472           <xs:annotation>
7473             <xs:appinfo>
7474               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
7475             </xs:appinfo>
7476           </xs:annotation>
7477         </xs:element>
7478         <xs:element ref="tns:route-targets" minOccurs="0"/>
7479         <xs:element ref="tns:relationship-list" minOccurs="0"/>
7480       </xs:sequence>
7481     </xs:complexType>
7482   </xs:element>
7483   <xs:element name="vrfs">
7484     <xs:complexType>
7485       <xs:sequence>
7486         <xs:element ref="tns:vrf" minOccurs="0" maxOccurs="5000"/>
7487       </xs:sequence>
7488     </xs:complexType>
7489   </xs:element>
7490   <xs:element name="pnf">
7491     <xs:complexType>
7492       <xs:annotation>
7493         <xs:appinfo>
7494           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="PNF represents a physical network function. typically equipment used in the D1 world. in 1607, this will be populated by SDN-C to represent a premises router that a uCPE connects to. But this can be used to represent any physical device that is not an AIC node or uCPE.",indexedProps="pnf-name,orchestration-status,inv-status,model-invariant-id,model-version-id,operational-status,admin-status",searchable="pnf-name",uniqueProps="pnf-name",container="pnfs",namespace="network",uriTemplate="/network/pnfs/pnf/{pnf-name}",requiredProps="pnf-name,in-maint")</annox:annotate>
7495         </xs:appinfo>
7496       </xs:annotation>
7497       <xs:sequence>
7498         <xs:element name="pnf-name" type="xs:string" minOccurs="0">
7499           <xs:annotation>
7500             <xs:appinfo>
7501               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="unique name of Physical Network Function.")</annox:annotate>
7502             </xs:appinfo>
7503           </xs:annotation>
7504         </xs:element>
7505         <xs:element name="pnf-name2" type="xs:string" minOccurs="0">
7506           <xs:annotation>
7507             <xs:appinfo>
7508               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="name of Physical Network Function.")</annox:annotate>
7509             </xs:appinfo>
7510           </xs:annotation>
7511         </xs:element>
7512         <xs:element name="selflink" type="xs:string" minOccurs="0">
7513           <xs:annotation>
7514             <xs:appinfo>
7515               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details.")</annox:annotate>
7516             </xs:appinfo>
7517           </xs:annotation>
7518         </xs:element>
7519         <xs:element name="pnf-name2-source" type="xs:string" minOccurs="0">
7520           <xs:annotation>
7521             <xs:appinfo>
7522               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="source of name2")</annox:annotate>
7523             </xs:appinfo>
7524           </xs:annotation>
7525         </xs:element>
7526         <xs:element name="pnf-id" type="xs:string" minOccurs="0">
7527           <xs:annotation>
7528             <xs:appinfo>
7529               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="id of pnf")</annox:annotate>
7530             </xs:appinfo>
7531           </xs:annotation>
7532         </xs:element>
7533         <xs:element name="equip-type" type="xs:string" minOccurs="0">
7534           <xs:annotation>
7535             <xs:appinfo>
7536               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Equipment type.  Source of truth should define valid values.")</annox:annotate>
7537             </xs:appinfo>
7538           </xs:annotation>
7539         </xs:element>
7540         <xs:element name="equip-vendor" type="xs:string" minOccurs="0">
7541           <xs:annotation>
7542             <xs:appinfo>
7543               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Equipment vendor.  Source of truth should define valid values.")</annox:annotate>
7544             </xs:appinfo>
7545           </xs:annotation>
7546         </xs:element>
7547         <xs:element name="equip-model" type="xs:string" minOccurs="0">
7548           <xs:annotation>
7549             <xs:appinfo>
7550               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Equipment model.  Source of truth should define valid values.")</annox:annotate>
7551             </xs:appinfo>
7552           </xs:annotation>
7553         </xs:element>
7554         <xs:element name="management-option" type="xs:string" minOccurs="0">
7555           <xs:annotation>
7556             <xs:appinfo>
7557               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="identifier of managed customer")</annox:annotate>
7558             </xs:appinfo>
7559           </xs:annotation>
7560         </xs:element>
7561         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
7562           <xs:annotation>
7563             <xs:appinfo>
7564               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of this pnf")</annox:annotate>
7565             </xs:appinfo>
7566           </xs:annotation>
7567         </xs:element>
7568         <xs:element name="ipaddress-v4-oam" type="xs:string" minOccurs="0">
7569           <xs:annotation>
7570             <xs:appinfo>
7571               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ipv4-oam-address with new naming convention for IP addresses")</annox:annotate>
7572             </xs:appinfo>
7573           </xs:annotation>
7574         </xs:element>
7575         <xs:element name="sw-version" type="xs:string" minOccurs="0">
7576           <xs:annotation>
7577             <xs:appinfo>
7578               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="sw-version is the version of SW for the hosted application on the PNF.")</annox:annotate>
7579             </xs:appinfo>
7580           </xs:annotation>
7581         </xs:element>
7582         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
7583           <xs:annotation>
7584             <xs:appinfo>
7585               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="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.")</annox:annotate>
7586             </xs:appinfo>
7587           </xs:annotation>
7588         </xs:element>
7589         <xs:element name="frame-id" type="xs:string" minOccurs="0">
7590           <xs:annotation>
7591             <xs:appinfo>
7592               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ID of the physical frame (relay rack) where pnf is installed.")</annox:annotate>
7593             </xs:appinfo>
7594           </xs:annotation>
7595         </xs:element>
7596         <xs:element name="serial-number" type="xs:string" minOccurs="0">
7597           <xs:annotation>
7598             <xs:appinfo>
7599               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Serial number of the device")</annox:annotate>
7600             </xs:appinfo>
7601           </xs:annotation>
7602         </xs:element>
7603         <xs:element name="ipaddress-v4-loopback-0" type="xs:string" minOccurs="0">
7604           <xs:annotation>
7605             <xs:appinfo>
7606               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV4 Loopback 0 address")</annox:annotate>
7607             </xs:appinfo>
7608           </xs:annotation>
7609         </xs:element>
7610         <xs:element name="ipaddress-v6-loopback-0" type="xs:string" minOccurs="0">
7611           <xs:annotation>
7612             <xs:appinfo>
7613               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV6 Loopback 0 address")</annox:annotate>
7614             </xs:appinfo>
7615           </xs:annotation>
7616         </xs:element>
7617         <xs:element name="ipaddress-v4-aim" type="xs:string" minOccurs="0">
7618           <xs:annotation>
7619             <xs:appinfo>
7620               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV4 AIM address")</annox:annotate>
7621             </xs:appinfo>
7622           </xs:annotation>
7623         </xs:element>
7624         <xs:element name="ipaddress-v6-aim" type="xs:string" minOccurs="0">
7625           <xs:annotation>
7626             <xs:appinfo>
7627               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV6 AIM address")</annox:annotate>
7628             </xs:appinfo>
7629           </xs:annotation>
7630         </xs:element>
7631         <xs:element name="ipaddress-v6-oam" type="xs:string" minOccurs="0">
7632           <xs:annotation>
7633             <xs:appinfo>
7634               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="IPV6 OAM address")</annox:annotate>
7635             </xs:appinfo>
7636           </xs:annotation>
7637         </xs:element>
7638         <xs:element name="inv-status" type="xs:string" minOccurs="0">
7639           <xs:annotation>
7640             <xs:appinfo>
7641               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.")</annox:annotate>
7642             </xs:appinfo>
7643           </xs:annotation>
7644         </xs:element>
7645         <xs:element name="resource-version" type="xs:string" minOccurs="0">
7646           <xs:annotation>
7647             <xs:appinfo>
7648               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
7649             </xs:appinfo>
7650           </xs:annotation>
7651         </xs:element>
7652         <xs:element name="prov-status" type="xs:string" minOccurs="0">
7653           <xs:annotation>
7654             <xs:appinfo>
7655               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]")</annox:annotate>
7656             </xs:appinfo>
7657           </xs:annotation>
7658         </xs:element>
7659         <xs:element name="nf-role" type="xs:string" minOccurs="0">
7660           <xs:annotation>
7661             <xs:appinfo>
7662               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Nf Role is the role performed by this instance in the network.")</annox:annotate>
7663             </xs:appinfo>
7664           </xs:annotation>
7665         </xs:element>
7666         <xs:element name="admin-status" type="xs:string" minOccurs="0">
7667           <xs:annotation>
7668             <xs:appinfo>
7669               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="admin Status of this PNF")</annox:annotate>
7670             </xs:appinfo>
7671           </xs:annotation>
7672         </xs:element>
7673         <xs:element name="operational-status" type="xs:string" minOccurs="0">
7674           <xs:annotation>
7675             <xs:appinfo>
7676               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the operational-status for this object.")</annox:annotate>
7677             </xs:appinfo>
7678           </xs:annotation>
7679         </xs:element>
7680         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
7681           <xs:annotation>
7682             <xs:appinfo>
7683               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the model-customization-id for this object.")</annox:annotate>
7684             </xs:appinfo>
7685           </xs:annotation>
7686         </xs:element>
7687         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
7688           <xs:annotation>
7689             <xs:appinfo>
7690               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The ASDC model id for this resource  model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
7691             </xs:appinfo>
7692           </xs:annotation>
7693         </xs:element>
7694         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
7695           <xs:annotation>
7696             <xs:appinfo>
7697               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The ASDC model version for this resource  model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
7698             </xs:appinfo>
7699           </xs:annotation>
7700         </xs:element>
7701         <xs:element name="pnf-ipv4-address" type="xs:string" minOccurs="0">
7702           <xs:annotation>
7703             <xs:appinfo>
7704               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This is the IP address (IPv4) for the PNF itself. This is the IPv4 address that the PNF iself can be accessed at.")</annox:annotate>
7705             </xs:appinfo>
7706           </xs:annotation>
7707         </xs:element>
7708         <xs:element name="pnf-ipv6-address" type="xs:string" minOccurs="0">
7709           <xs:annotation>
7710             <xs:appinfo>
7711               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="This is the IP address (IPv6) for the PNF itself. This is the IPv6 address that the PNF iself can be accessed at.")</annox:annotate>
7712             </xs:appinfo>
7713           </xs:annotation>
7714         </xs:element>
7715         <xs:element ref="tns:software-versions" minOccurs="0"/>
7716         <xs:element ref="tns:relationship-list" minOccurs="0"/>
7717         <xs:element ref="tns:p-interfaces" minOccurs="0"/>
7718         <xs:element ref="tns:lag-interfaces" minOccurs="0"/>
7719         <xs:element ref="tns:vrfs" minOccurs="0"/>
7720       </xs:sequence>
7721     </xs:complexType>
7722   </xs:element>
7723   <xs:element name="pnfs">
7724     <xs:complexType>
7725       <xs:annotation>
7726         <xs:appinfo>
7727           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of Physical Network Functions.")</annox:annotate>
7728         </xs:appinfo>
7729       </xs:annotation>
7730       <xs:sequence>
7731         <xs:element ref="tns:pnf" minOccurs="0" maxOccurs="5000"/>
7732       </xs:sequence>
7733     </xs:complexType>
7734   </xs:element>
7735   <xs:element name="physical-link">
7736     <xs:complexType>
7737       <xs:annotation>
7738         <xs:appinfo>
7739           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of physical connections, typically between p-interfaces",indexedProps="circuit-id,link-name",alternateKeys1="circuit-id",container="physical-links",namespace="network",searchable="link-name,circuit-id",uriTemplate="/network/physical-links/physical-link/{link-name}",requiredProps="link-name")</annox:annotate>
7740         </xs:appinfo>
7741       </xs:annotation>
7742       <xs:sequence>
7743         <xs:element name="link-name" type="xs:string" minOccurs="0">
7744           <xs:annotation>
7745             <xs:appinfo>
7746               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ")</annox:annotate>
7747             </xs:appinfo>
7748           </xs:annotation>
7749         </xs:element>
7750         <xs:element name="speed-value" type="xs:string" minOccurs="0">
7751           <xs:annotation>
7752             <xs:appinfo>
7753               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the numeric part of the speed")</annox:annotate>
7754             </xs:appinfo>
7755           </xs:annotation>
7756         </xs:element>
7757         <xs:element name="speed-units" type="xs:string" minOccurs="0">
7758           <xs:annotation>
7759             <xs:appinfo>
7760               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the units corresponding to the speed")</annox:annotate>
7761             </xs:appinfo>
7762           </xs:annotation>
7763         </xs:element>
7764         <xs:element name="circuit-id" type="xs:string" minOccurs="0">
7765           <xs:annotation>
7766             <xs:appinfo>
7767               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Circuit it")</annox:annotate>
7768             </xs:appinfo>
7769           </xs:annotation>
7770         </xs:element>
7771         <xs:element name="dual-mode" type="xs:string" minOccurs="0">
7772           <xs:annotation>
7773             <xs:appinfo>
7774               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Dual access mode (e.g., primary, secondary")</annox:annotate>
7775             </xs:appinfo>
7776           </xs:annotation>
7777         </xs:element>
7778         <xs:element name="management-option" type="xs:string" minOccurs="0">
7779           <xs:annotation>
7780             <xs:appinfo>
7781               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="To provide information on who manages this circuit. A&amp;AI or 3rd party transport provider")</annox:annotate>
7782             </xs:appinfo>
7783           </xs:annotation>
7784         </xs:element>
7785         <xs:element name="service-provider-name" type="xs:string" minOccurs="0">
7786           <xs:annotation>
7787             <xs:appinfo>
7788               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the service Provider on this link.")</annox:annotate>
7789             </xs:appinfo>
7790           </xs:annotation>
7791         </xs:element>
7792         <xs:element name="service-provider-bandwidth-up-value" type="xs:int" minOccurs="0">
7793           <xs:annotation>
7794             <xs:appinfo>
7795               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Upstream Bandwidth value agreed with the service provider")</annox:annotate>
7796             </xs:appinfo>
7797           </xs:annotation>
7798         </xs:element>
7799         <xs:element name="service-provider-bandwidth-up-units" type="xs:string" minOccurs="0">
7800           <xs:annotation>
7801             <xs:appinfo>
7802               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Units for the upstream BW value")</annox:annotate>
7803             </xs:appinfo>
7804           </xs:annotation>
7805         </xs:element>
7806         <xs:element name="service-provider-bandwidth-down-value" type="xs:int" minOccurs="0">
7807           <xs:annotation>
7808             <xs:appinfo>
7809               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Downstream Bandwidth value agreed with the service provider")</annox:annotate>
7810             </xs:appinfo>
7811           </xs:annotation>
7812         </xs:element>
7813         <xs:element name="service-provider-bandwidth-down-units" type="xs:string" minOccurs="0">
7814           <xs:annotation>
7815             <xs:appinfo>
7816               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Units for downstream BW value")</annox:annotate>
7817             </xs:appinfo>
7818           </xs:annotation>
7819         </xs:element>
7820         <xs:element name="resource-version" type="xs:string" minOccurs="0">
7821           <xs:annotation>
7822             <xs:appinfo>
7823               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
7824             </xs:appinfo>
7825           </xs:annotation>
7826         </xs:element>
7827         <xs:element ref="tns:relationship-list" minOccurs="0"/>
7828       </xs:sequence>
7829     </xs:complexType>
7830   </xs:element>
7831   <xs:element name="physical-links">
7832     <xs:complexType>
7833       <xs:annotation>
7834         <xs:appinfo>
7835           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(maximumDepth="0",description="Collection of physical connections, typically between p-interfaces")</annox:annotate>
7836         </xs:appinfo>
7837       </xs:annotation>
7838       <xs:sequence>
7839         <xs:element ref="tns:physical-link" minOccurs="0" maxOccurs="5000"/>
7840       </xs:sequence>
7841     </xs:complexType>
7842   </xs:element>
7843   <xs:element name="vig-server">
7844     <xs:complexType>
7845       <xs:annotation>
7846         <xs:appinfo>
7847           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607",indexedProps="vig-address-type",dependentOn="ipsec-configuration",container="vig-servers",uriTemplate="/vig-servers/vig-server/{vig-address-type}",requiredProps="vig-address-type")</annox:annotate>
7848         </xs:appinfo>
7849       </xs:annotation>
7850       <xs:sequence>
7851         <xs:element name="vig-address-type" type="xs:string" minOccurs="0">
7852           <xs:annotation>
7853             <xs:appinfo>
7854               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="indicates whether the VIG is for AVPN or INTERNET")</annox:annotate>
7855             </xs:appinfo>
7856           </xs:annotation>
7857         </xs:element>
7858         <xs:element name="ipaddress-v4-vig" type="xs:string" minOccurs="0" maxOccurs="5000">
7859           <xs:annotation>
7860             <xs:appinfo>
7861               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="v4 IP of the vig server")</annox:annotate>
7862             </xs:appinfo>
7863           </xs:annotation>
7864         </xs:element>
7865         <xs:element name="ipaddress-v6-vig" type="xs:string" minOccurs="0" maxOccurs="5000">
7866           <xs:annotation>
7867             <xs:appinfo>
7868               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="v6 IP of the vig server")</annox:annotate>
7869             </xs:appinfo>
7870           </xs:annotation>
7871         </xs:element>
7872         <xs:element name="resource-version" type="xs:string" minOccurs="0">
7873           <xs:annotation>
7874             <xs:appinfo>
7875               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
7876             </xs:appinfo>
7877           </xs:annotation>
7878         </xs:element>
7879         <xs:element ref="tns:relationship-list" minOccurs="0"/>
7880       </xs:sequence>
7881     </xs:complexType>
7882   </xs:element>
7883   <xs:element name="vig-servers">
7884     <xs:complexType>
7885       <xs:sequence>
7886         <xs:element ref="tns:vig-server" minOccurs="0" maxOccurs="5000"/>
7887       </xs:sequence>
7888     </xs:complexType>
7889   </xs:element>
7890   <xs:element name="ipsec-configuration">
7891     <xs:complexType>
7892       <xs:annotation>
7893         <xs:appinfo>
7894           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="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",indexedProps="ipsec-configuration-id",uniqueProps="ipsec-configuration-id",container="ipsec-configurations",namespace="network",uriTemplate="/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}",requiredProps="ipsec-configuration-id")</annox:annotate>
7895         </xs:appinfo>
7896       </xs:annotation>
7897       <xs:sequence>
7898         <xs:element name="ipsec-configuration-id" type="xs:string" minOccurs="0">
7899           <xs:annotation>
7900             <xs:appinfo>
7901               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="UUID of this configuration")</annox:annotate>
7902             </xs:appinfo>
7903           </xs:annotation>
7904         </xs:element>
7905         <xs:element name="requested-vig-address-type" type="xs:string" minOccurs="0">
7906           <xs:annotation>
7907             <xs:appinfo>
7908               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicate the type of VIG server like AVPN, INTERNET, BOTH")</annox:annotate>
7909             </xs:appinfo>
7910           </xs:annotation>
7911         </xs:element>
7912         <xs:element name="requested-encryption-strength" type="xs:string" minOccurs="0">
7913           <xs:annotation>
7914             <xs:appinfo>
7915               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc")</annox:annotate>
7916             </xs:appinfo>
7917           </xs:annotation>
7918         </xs:element>
7919         <xs:element name="requested-dmz-type" type="xs:string" minOccurs="0">
7920           <xs:annotation>
7921             <xs:appinfo>
7922               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Shared DMZ or a DMZ specific to a customer")</annox:annotate>
7923             </xs:appinfo>
7924           </xs:annotation>
7925         </xs:element>
7926         <xs:element name="shared-dmz-network-address" type="xs:string" minOccurs="0">
7927           <xs:annotation>
7928             <xs:appinfo>
7929               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Network address of shared DMZ")</annox:annotate>
7930             </xs:appinfo>
7931           </xs:annotation>
7932         </xs:element>
7933         <xs:element name="requested-customer-name" type="xs:string" minOccurs="0">
7934           <xs:annotation>
7935             <xs:appinfo>
7936               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="If the DMZ is a custom DMZ, this field will indicate the customer information")</annox:annotate>
7937             </xs:appinfo>
7938           </xs:annotation>
7939         </xs:element>
7940         <xs:element name="ike-version" type="xs:string" minOccurs="0">
7941           <xs:annotation>
7942             <xs:appinfo>
7943               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="can be 1 or 2")</annox:annotate>
7944             </xs:appinfo>
7945           </xs:annotation>
7946         </xs:element>
7947         <xs:element name="ikev1-authentication" type="xs:string" minOccurs="0">
7948           <xs:annotation>
7949             <xs:appinfo>
7950               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Contains values like md5, sha1, sha256, sha384")</annox:annotate>
7951             </xs:appinfo>
7952           </xs:annotation>
7953         </xs:element>
7954         <xs:element name="ikev1-encryption" type="xs:string" minOccurs="0">
7955           <xs:annotation>
7956             <xs:appinfo>
7957               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Encyption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc")</annox:annotate>
7958             </xs:appinfo>
7959           </xs:annotation>
7960         </xs:element>
7961         <xs:element name="ikev1-dh-group" type="xs:string" minOccurs="0">
7962           <xs:annotation>
7963             <xs:appinfo>
7964               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14")</annox:annotate>
7965             </xs:appinfo>
7966           </xs:annotation>
7967         </xs:element>
7968         <xs:element name="ikev1-am-group-id" type="xs:string" minOccurs="0">
7969           <xs:annotation>
7970             <xs:appinfo>
7971               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Group name defined in VIG for clients using aggressive mode")</annox:annotate>
7972             </xs:appinfo>
7973           </xs:annotation>
7974         </xs:element>
7975         <xs:element name="ikev1-am-password" type="xs:string" minOccurs="0">
7976           <xs:annotation>
7977             <xs:appinfo>
7978               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="pre-shared key for the above group name ")</annox:annotate>
7979             </xs:appinfo>
7980           </xs:annotation>
7981         </xs:element>
7982         <xs:element name="ikev1-sa-lifetime" type="xs:string" minOccurs="0">
7983           <xs:annotation>
7984             <xs:appinfo>
7985               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Lifetime for IKEv1 SA")</annox:annotate>
7986             </xs:appinfo>
7987           </xs:annotation>
7988         </xs:element>
7989         <xs:element name="ipsec-authentication" type="xs:string" minOccurs="0">
7990           <xs:annotation>
7991             <xs:appinfo>
7992               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="md5, sha1, sha256, sha384")</annox:annotate>
7993             </xs:appinfo>
7994           </xs:annotation>
7995         </xs:element>
7996         <xs:element name="ipsec-encryption" type="xs:string" minOccurs="0">
7997           <xs:annotation>
7998             <xs:appinfo>
7999               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc")</annox:annotate>
8000             </xs:appinfo>
8001           </xs:annotation>
8002         </xs:element>
8003         <xs:element name="ipsec-sa-lifetime" type="xs:string" minOccurs="0">
8004           <xs:annotation>
8005             <xs:appinfo>
8006               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Life time for IPSec SA")</annox:annotate>
8007             </xs:appinfo>
8008           </xs:annotation>
8009         </xs:element>
8010         <xs:element name="ipsec-pfs" type="xs:string" minOccurs="0">
8011           <xs:annotation>
8012             <xs:appinfo>
8013               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="enable PFS or not")</annox:annotate>
8014             </xs:appinfo>
8015           </xs:annotation>
8016         </xs:element>
8017         <xs:element name="xauth-userid" type="xs:string" minOccurs="0">
8018           <xs:annotation>
8019             <xs:appinfo>
8020               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="user ID for xAuth, sm-user,ucpeHostName,nmteHostName")</annox:annotate>
8021             </xs:appinfo>
8022           </xs:annotation>
8023         </xs:element>
8024         <xs:element name="xauth-user-password" type="xs:string" minOccurs="0">
8025           <xs:annotation>
8026             <xs:appinfo>
8027               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Encrypted using the Juniper $9$ algorithm")</annox:annotate>
8028             </xs:appinfo>
8029           </xs:annotation>
8030         </xs:element>
8031         <xs:element name="dpd-interval" type="xs:string" minOccurs="0">
8032           <xs:annotation>
8033             <xs:appinfo>
8034               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The time between DPD probe")</annox:annotate>
8035             </xs:appinfo>
8036           </xs:annotation>
8037         </xs:element>
8038         <xs:element name="dpd-frequency" type="xs:string" minOccurs="0">
8039           <xs:annotation>
8040             <xs:appinfo>
8041               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Maximum number of DPD before claiming the tunnel is down")</annox:annotate>
8042             </xs:appinfo>
8043           </xs:annotation>
8044         </xs:element>
8045         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8046           <xs:annotation>
8047             <xs:appinfo>
8048               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
8049             </xs:appinfo>
8050           </xs:annotation>
8051         </xs:element>
8052         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8053         <xs:element ref="tns:vig-servers" minOccurs="0"/>
8054       </xs:sequence>
8055     </xs:complexType>
8056   </xs:element>
8057   <xs:element name="ipsec-configurations">
8058     <xs:complexType>
8059       <xs:sequence>
8060         <xs:element ref="tns:ipsec-configuration" minOccurs="0" maxOccurs="5000"/>
8061       </xs:sequence>
8062     </xs:complexType>
8063   </xs:element>
8064   <xs:element name="route-table-reference">
8065     <xs:complexType>
8066       <xs:annotation>
8067         <xs:appinfo>
8068           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Openstack route table reference.",nameProps="route-table-reference-fqdn",uniqueProps="route-table-reference-id",indexedProps="route-table-reference-id,route-table-reference-fqdn",container="route-table-references",namespace="network",uriTemplate="/network/route-table-references/route-table-reference/{route-table-reference-id}",requiredProps="route-table-reference-id,route-table-reference-fqdn")</annox:annotate>
8069         </xs:appinfo>
8070       </xs:annotation>
8071       <xs:sequence>
8072         <xs:element name="route-table-reference-id" type="xs:string" minOccurs="0">
8073           <xs:annotation>
8074             <xs:appinfo>
8075               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Route Table Reference id, UUID assigned to this instance.")</annox:annotate>
8076             </xs:appinfo>
8077           </xs:annotation>
8078         </xs:element>
8079         <xs:element name="route-table-reference-fqdn" type="xs:string" minOccurs="0">
8080           <xs:annotation>
8081             <xs:appinfo>
8082               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="FQDN entry in the route table.")</annox:annotate>
8083             </xs:appinfo>
8084           </xs:annotation>
8085         </xs:element>
8086         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8087           <xs:annotation>
8088             <xs:appinfo>
8089               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Concurrency value")</annox:annotate>
8090             </xs:appinfo>
8091           </xs:annotation>
8092         </xs:element>
8093         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8094       </xs:sequence>
8095     </xs:complexType>
8096   </xs:element>
8097   <xs:element name="route-table-references">
8098     <xs:complexType>
8099       <xs:annotation>
8100         <xs:appinfo>
8101           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of openstack route table references")</annox:annotate>
8102         </xs:appinfo>
8103       </xs:annotation>
8104       <xs:sequence>
8105         <xs:element ref="tns:route-table-reference" minOccurs="0" maxOccurs="5000"/>
8106       </xs:sequence>
8107     </xs:complexType>
8108   </xs:element>
8109   <xs:element name="instance-group">
8110     <xs:complexType>
8111       <xs:annotation>
8112         <xs:appinfo>
8113           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="General mechanism for grouping instances",nameProps="description,instance-group-name",uniqueProps="id",searchable="id,description",indexedProps="id,model-invariant-id,model-version-id",container="instance-groups",namespace="network",uriTemplate="/network/instance-groups/instance-group/{id}",requiredProps="id,instance-group-type")</annox:annotate>
8114         </xs:appinfo>
8115       </xs:annotation>
8116       <xs:sequence>
8117         <xs:element name="id" type="xs:string" minOccurs="0">
8118           <xs:annotation>
8119             <xs:appinfo>
8120               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Instance Group ID, UUID assigned to this instance.")</annox:annotate>
8121             </xs:appinfo>
8122           </xs:annotation>
8123         </xs:element>
8124         <xs:element name="instance-group-role" type="xs:string" minOccurs="0">
8125           <xs:annotation>
8126             <xs:appinfo>
8127               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="role of the instance group.")</annox:annotate>
8128             </xs:appinfo>
8129           </xs:annotation>
8130         </xs:element>
8131         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
8132           <xs:annotation>
8133             <xs:appinfo>
8134               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
8135             </xs:appinfo>
8136           </xs:annotation>
8137         </xs:element>
8138         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
8139           <xs:annotation>
8140             <xs:appinfo>
8141               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ASDC model version uid for this resource model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
8142             </xs:appinfo>
8143           </xs:annotation>
8144         </xs:element>
8145         <xs:element name="description" type="xs:string" minOccurs="0">
8146           <xs:annotation>
8147             <xs:appinfo>
8148               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Descriptive text to help identify the usage of this instance-group")</annox:annotate>
8149             </xs:appinfo>
8150           </xs:annotation>
8151         </xs:element>
8152         <xs:element name="instance-group-type" type="xs:string" minOccurs="0">
8153           <xs:annotation>
8154             <xs:appinfo>
8155               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Only valid value today is lower case ha for high availability")</annox:annotate>
8156             </xs:appinfo>
8157           </xs:annotation>
8158         </xs:element>
8159         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8160           <xs:annotation>
8161             <xs:appinfo>
8162               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Concurrency value")</annox:annotate>
8163             </xs:appinfo>
8164           </xs:annotation>
8165         </xs:element>
8166         <xs:element name="instance-group-name" type="xs:string" minOccurs="0">
8167           <xs:annotation>
8168             <xs:appinfo>
8169               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Instance-Group Name.")</annox:annotate>
8170             </xs:appinfo>
8171           </xs:annotation>
8172         </xs:element>
8173         <xs:element name="instance-group-function" type="xs:string" minOccurs="0">
8174           <xs:annotation>
8175             <xs:appinfo>
8176               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Instance-Group Function")</annox:annotate>
8177             </xs:appinfo>
8178           </xs:annotation>
8179         </xs:element>
8180         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8181       </xs:sequence>
8182     </xs:complexType>
8183   </xs:element>
8184   <xs:element name="instance-groups">
8185     <xs:complexType>
8186       <xs:annotation>
8187         <xs:appinfo>
8188           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of openstack route table references")</annox:annotate>
8189         </xs:appinfo>
8190       </xs:annotation>
8191       <xs:sequence>
8192         <xs:element ref="tns:instance-group" minOccurs="0" maxOccurs="5000"/>
8193       </xs:sequence>
8194     </xs:complexType>
8195   </xs:element>
8196   <xs:element name="zone">
8197     <xs:complexType>
8198       <xs:annotation>
8199         <xs:appinfo>
8200           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="A zone is a grouping of assets in a location homing to the same connections into the CBB",nameProps="zone-name",indexedProps="zone-id,design-type,zone-context",uniqueProps="zone-id",container="zones",namespace="network",uriTemplate="/network/zones/zone/{zone-id}",requiredProps="zone-id,zone-name,design-type,zone-context,in-maint")</annox:annotate>
8201         </xs:appinfo>
8202       </xs:annotation>
8203       <xs:sequence>
8204         <xs:element name="zone-id" type="xs:string" minOccurs="0">
8205           <xs:annotation>
8206             <xs:appinfo>
8207               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Code assigned by AIC to the zone")</annox:annotate>
8208             </xs:appinfo>
8209           </xs:annotation>
8210         </xs:element>
8211         <xs:element name="zone-name" type="xs:string" minOccurs="0">
8212           <xs:annotation>
8213             <xs:appinfo>
8214               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="English name associated with the zone")</annox:annotate>
8215             </xs:appinfo>
8216           </xs:annotation>
8217         </xs:element>
8218         <xs:element name="design-type" type="xs:string" minOccurs="0">
8219           <xs:annotation>
8220             <xs:appinfo>
8221               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Design of zone [Medium/Large…]")</annox:annotate>
8222             </xs:appinfo>
8223           </xs:annotation>
8224         </xs:element>
8225         <xs:element name="zone-context" type="xs:string" minOccurs="0">
8226           <xs:annotation>
8227             <xs:appinfo>
8228               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Context of zone [production/test]")</annox:annotate>
8229             </xs:appinfo>
8230           </xs:annotation>
8231         </xs:element>
8232         <xs:element name="status" type="xs:string" minOccurs="0">
8233           <xs:annotation>
8234             <xs:appinfo>
8235               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Status of a zone.")</annox:annotate>
8236             </xs:appinfo>
8237           </xs:annotation>
8238         </xs:element>
8239         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8240           <xs:annotation>
8241             <xs:appinfo>
8242               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Concurrency value")</annox:annotate>
8243             </xs:appinfo>
8244           </xs:annotation>
8245         </xs:element>
8246         <xs:element name="in-maint" type="xs:boolean" minOccurs="0">
8247           <xs:annotation>
8248             <xs:appinfo>
8249               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(defaultValue="false",description="Used to indicate whether or not zone object is in maintenance mode.")</annox:annotate>
8250             </xs:appinfo>
8251           </xs:annotation>
8252         </xs:element>
8253         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8254       </xs:sequence>
8255     </xs:complexType>
8256   </xs:element>
8257   <xs:element name="zones">
8258     <xs:complexType>
8259       <xs:annotation>
8260         <xs:appinfo>
8261           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of zones")</annox:annotate>
8262         </xs:appinfo>
8263       </xs:annotation>
8264       <xs:sequence>
8265         <xs:element ref="tns:zone" minOccurs="0" maxOccurs="5000"/>
8266       </xs:sequence>
8267     </xs:complexType>
8268   </xs:element>
8269   <xs:element name="vlan-mapping">
8270     <xs:complexType>
8271       <xs:annotation>
8272         <xs:appinfo>
8273           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="vlan-mapping object is an optional child object of the forwarder-evc object.  A given forwarder-evc object may have multiple vlan-mapping objects.",dependentOn="forwarder-evc",uniqueProps="vlan-mapping-id",container="vlan-mappings",uriTemplate="/vlan-mappings/vlan-mapping/{vlan-mapping-id}",requiredProps="vlan-mapping-id")</annox:annotate>
8274         </xs:appinfo>
8275       </xs:annotation>
8276       <xs:sequence>
8277         <xs:element name="vlan-mapping-id" type="xs:string" minOccurs="0">
8278           <xs:annotation>
8279             <xs:appinfo>
8280               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Key for vlan-mapping object.")</annox:annotate>
8281             </xs:appinfo>
8282           </xs:annotation>
8283         </xs:element>
8284         <xs:element name="uni-cvlan" type="xs:string" minOccurs="0">
8285           <xs:annotation>
8286             <xs:appinfo>
8287               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="CVLAN value from the UNI/ingress side of the SAREA gateway access device.")</annox:annotate>
8288             </xs:appinfo>
8289           </xs:annotation>
8290         </xs:element>
8291         <xs:element name="nni-svlan" type="xs:string" minOccurs="0">
8292           <xs:annotation>
8293             <xs:appinfo>
8294               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="SVLAN value from the NNI/egress side of the SAREA gateway access device.")</annox:annotate>
8295             </xs:appinfo>
8296           </xs:annotation>
8297         </xs:element>
8298         <xs:element name="nni-cvlan" type="xs:string" minOccurs="0">
8299           <xs:annotation>
8300             <xs:appinfo>
8301               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="CVLAN value from the NNI/egress side of the SAREA gateway access device.")</annox:annotate>
8302             </xs:appinfo>
8303           </xs:annotation>
8304         </xs:element>
8305         <xs:element name="ivlan" type="xs:string" minOccurs="0">
8306           <xs:annotation>
8307             <xs:appinfo>
8308               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The internal VLAN ('IVLAN') value.  Specific to Arista devices.")</annox:annotate>
8309             </xs:appinfo>
8310           </xs:annotation>
8311         </xs:element>
8312         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8313         <xs:element name="resource-version" type="xs:string" minOccurs="0"/>
8314       </xs:sequence>
8315     </xs:complexType>
8316   </xs:element>
8317   <xs:element name="vlan-mappings">
8318     <xs:complexType>
8319       <xs:annotation>
8320         <xs:appinfo>
8321           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of vlan mappings.")</annox:annotate>
8322         </xs:appinfo>
8323       </xs:annotation>
8324       <xs:sequence>
8325         <xs:element ref="tns:vlan-mapping" minOccurs="0" maxOccurs="5000"/>
8326       </xs:sequence>
8327     </xs:complexType>
8328   </xs:element>
8329   <xs:element name="forwarder-evc">
8330     <xs:complexType>
8331       <xs:annotation>
8332         <xs:appinfo>
8333           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="forwarder object is an optional child object of the Configuration object.",dependentOn="configuration",uniqueProps="forwarder-evc-id",container="forwarder-evcs",uriTemplate="/forwarder-evcs/forwarder-evc/{forwarder-evc-id}",requiredProps="forwarder-evc-id")</annox:annotate>
8334         </xs:appinfo>
8335       </xs:annotation>
8336       <xs:sequence>
8337         <xs:element name="forwarder-evc-id" type="xs:string" minOccurs="0">
8338           <xs:annotation>
8339             <xs:appinfo>
8340               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Key for forwarder-evc object")</annox:annotate>
8341             </xs:appinfo>
8342           </xs:annotation>
8343         </xs:element>
8344         <xs:element name="circuit-id" type="xs:string" minOccurs="0">
8345           <xs:annotation>
8346             <xs:appinfo>
8347               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Circuit ID from customer/ESP/ingress end of EVC, or reference to beater circuit on gateway/network/egress end of EVC")</annox:annotate>
8348             </xs:appinfo>
8349           </xs:annotation>
8350         </xs:element>
8351         <xs:element name="ivlan" type="xs:string" minOccurs="0">
8352           <xs:annotation>
8353             <xs:appinfo>
8354               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Internal VLAN.")</annox:annotate>
8355             </xs:appinfo>
8356           </xs:annotation>
8357         </xs:element>
8358         <xs:element name="svlan" type="xs:string" minOccurs="0">
8359           <xs:annotation>
8360             <xs:appinfo>
8361               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="SVLAN value for ingress of egress forwarder.")</annox:annotate>
8362             </xs:appinfo>
8363           </xs:annotation>
8364         </xs:element>
8365         <xs:element name="cvlan" type="xs:string" minOccurs="0">
8366           <xs:annotation>
8367             <xs:appinfo>
8368               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="CVLAN value for ingress of egress forwarder.")</annox:annotate>
8369             </xs:appinfo>
8370           </xs:annotation>
8371         </xs:element>
8372         <xs:element ref="tns:vlan-mappings" minOccurs="0"/>
8373         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8374         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8375           <xs:annotation>
8376             <xs:appinfo>
8377               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.")</annox:annotate>
8378             </xs:appinfo>
8379           </xs:annotation>
8380         </xs:element>
8381       </xs:sequence>
8382     </xs:complexType>
8383   </xs:element>
8384   <xs:element name="forwarder-evcs">
8385     <xs:complexType>
8386       <xs:sequence>
8387         <xs:element ref="tns:forwarder-evc" minOccurs="0" maxOccurs="5000"/>
8388       </xs:sequence>
8389     </xs:complexType>
8390   </xs:element>
8391   <xs:element name="evc">
8392     <xs:complexType>
8393       <xs:annotation>
8394         <xs:appinfo>
8395           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="evc object is an optional child object of the Configuration object.",dependentOn="configuration",uniqueProps="evc-id",container="evcs",uriTemplate="/evcs/evc/{evc-id}",requiredProps="evc-id")</annox:annotate>
8396         </xs:appinfo>
8397       </xs:annotation>
8398       <xs:sequence>
8399         <xs:element name="evc-id" type="xs:string" minOccurs="0">
8400           <xs:annotation>
8401             <xs:appinfo>
8402               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique/key field for the evc object")</annox:annotate>
8403             </xs:appinfo>
8404           </xs:annotation>
8405         </xs:element>
8406         <xs:element name="forwarding-path-topology" type="xs:string" minOccurs="0">
8407           <xs:annotation>
8408             <xs:appinfo>
8409               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Point-to-Point, Multi-Point")</annox:annotate>
8410             </xs:appinfo>
8411           </xs:annotation>
8412         </xs:element>
8413         <xs:element name="cir-value" type="xs:string" minOccurs="0">
8414           <xs:annotation>
8415             <xs:appinfo>
8416               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Commited Information Rate")</annox:annotate>
8417             </xs:appinfo>
8418           </xs:annotation>
8419         </xs:element>
8420         <xs:element name="cir-units" type="xs:string" minOccurs="0">
8421           <xs:annotation>
8422             <xs:appinfo>
8423               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="CIR units")</annox:annotate>
8424             </xs:appinfo>
8425           </xs:annotation>
8426         </xs:element>
8427         <xs:element name="connection-diversity-group-id" type="xs:string" minOccurs="0">
8428           <xs:annotation>
8429             <xs:appinfo>
8430               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Diversity Group ID")</annox:annotate>
8431             </xs:appinfo>
8432           </xs:annotation>
8433         </xs:element>
8434         <xs:element name="service-hours" type="xs:string" minOccurs="0">
8435           <xs:annotation>
8436             <xs:appinfo>
8437               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="formerly Performance Group")</annox:annotate>
8438             </xs:appinfo>
8439           </xs:annotation>
8440         </xs:element>
8441         <xs:element name="esp-evc-circuit-id" type="xs:string" minOccurs="0">
8442           <xs:annotation>
8443             <xs:appinfo>
8444               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="EVC Circuit ID of ESP EVC")</annox:annotate>
8445             </xs:appinfo>
8446           </xs:annotation>
8447         </xs:element>
8448         <xs:element name="esp-evc-cir-value" type="xs:string" minOccurs="0">
8449           <xs:annotation>
8450             <xs:appinfo>
8451               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Committed Information Rate (For ESP)")</annox:annotate>
8452             </xs:appinfo>
8453           </xs:annotation>
8454         </xs:element>
8455         <xs:element name="esp-evc-cir-units" type="xs:string" minOccurs="0">
8456           <xs:annotation>
8457             <xs:appinfo>
8458               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="CIR units (For ESP)")</annox:annotate>
8459             </xs:appinfo>
8460           </xs:annotation>
8461         </xs:element>
8462         <xs:element name="esp-itu-code" type="xs:string" minOccurs="0">
8463           <xs:annotation>
8464             <xs:appinfo>
8465               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Identifies ESP")</annox:annotate>
8466             </xs:appinfo>
8467           </xs:annotation>
8468         </xs:element>
8469         <xs:element name="collector-pop-clli" type="xs:string" minOccurs="0">
8470           <xs:annotation>
8471             <xs:appinfo>
8472               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Collector POP CLLI (from the hostname of the access pnf)")</annox:annotate>
8473             </xs:appinfo>
8474           </xs:annotation>
8475         </xs:element>
8476         <xs:element name="inter-connect-type-ingress" type="xs:string" minOccurs="0">
8477           <xs:annotation>
8478             <xs:appinfo>
8479               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Interconnect type on ingress side of EVC.")</annox:annotate>
8480             </xs:appinfo>
8481           </xs:annotation>
8482         </xs:element>
8483         <xs:element name="tagmode-access-ingress" type="xs:string" minOccurs="0">
8484           <xs:annotation>
8485             <xs:appinfo>
8486               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="tagode for collector side of EVC")</annox:annotate>
8487             </xs:appinfo>
8488           </xs:annotation>
8489         </xs:element>
8490         <xs:element name="tagmode-access-egress" type="xs:string" minOccurs="0">
8491           <xs:annotation>
8492             <xs:appinfo>
8493               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="tagMode for network side of EVC")</annox:annotate>
8494             </xs:appinfo>
8495           </xs:annotation>
8496         </xs:element>
8497         <xs:element name="product-entry-id" type="xs:string" minOccurs="0">
8498           <xs:annotation>
8499             <xs:appinfo>
8500               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Product ID")</annox:annotate>
8501             </xs:appinfo>
8502           </xs:annotation>
8503         </xs:element>
8504         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8505         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8506           <xs:annotation>
8507             <xs:appinfo>
8508               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.")</annox:annotate>
8509             </xs:appinfo>
8510           </xs:annotation>
8511         </xs:element>
8512       </xs:sequence>
8513     </xs:complexType>
8514   </xs:element>
8515   <xs:element name="evcs">
8516     <xs:complexType>
8517       <xs:sequence>
8518         <xs:element ref="tns:evc" minOccurs="0" maxOccurs="5000"/>
8519       </xs:sequence>
8520     </xs:complexType>
8521   </xs:element>
8522   <xs:element name="configuration">
8523     <xs:complexType>
8524       <xs:annotation>
8525         <xs:appinfo>
8526           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Generic configuration object.",indexedProps="configuration-id,model-invariant-id,model-version-id",uniqueProps="configuration-id",container="configurations",namespace="network",uriTemplate="/network/configurations/configuration/{configuration-id}",requiredProps="configuration-id,configuration-type")</annox:annotate>
8527         </xs:appinfo>
8528       </xs:annotation>
8529       <xs:sequence>
8530         <xs:element name="configuration-id" type="xs:string" minOccurs="0">
8531           <xs:annotation>
8532             <xs:appinfo>
8533               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="UUID assigned to configuration.")</annox:annotate>
8534             </xs:appinfo>
8535           </xs:annotation>
8536         </xs:element>
8537         <xs:element name="management-option" type="xs:string" minOccurs="0">
8538           <xs:annotation>
8539             <xs:appinfo>
8540               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.")</annox:annotate>
8541             </xs:appinfo>
8542           </xs:annotation>
8543         </xs:element>
8544         <xs:element name="configuration-name" type="xs:string" minOccurs="0">
8545           <xs:annotation>
8546             <xs:appinfo>
8547               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the configuration.")</annox:annotate>
8548             </xs:appinfo>
8549           </xs:annotation>
8550         </xs:element>
8551         <xs:element name="configuration-type" type="xs:string" minOccurs="0">
8552           <xs:annotation>
8553             <xs:appinfo>
8554               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="port-mirroring-configuration.")</annox:annotate>
8555             </xs:appinfo>
8556           </xs:annotation>
8557         </xs:element>
8558         <xs:element name="configuration-sub-type" type="xs:string" minOccurs="0">
8559           <xs:annotation>
8560             <xs:appinfo>
8561               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="vprobe, pprobe.")</annox:annotate>
8562             </xs:appinfo>
8563           </xs:annotation>
8564         </xs:element>
8565         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
8566           <xs:annotation>
8567             <xs:appinfo>
8568               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
8569             </xs:appinfo>
8570           </xs:annotation>
8571         </xs:element>
8572         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
8573           <xs:annotation>
8574             <xs:appinfo>
8575               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
8576             </xs:appinfo>
8577           </xs:annotation>
8578         </xs:element>
8579         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
8580           <xs:annotation>
8581             <xs:appinfo>
8582               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Orchestration status of the configuration.")</annox:annotate>
8583             </xs:appinfo>
8584           </xs:annotation>
8585         </xs:element>
8586         <xs:element name="operational-status" type="xs:string" minOccurs="0">
8587           <xs:annotation>
8588             <xs:appinfo>
8589               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Indicator for whether the resource is considered operational.")</annox:annotate>
8590             </xs:appinfo>
8591           </xs:annotation>
8592         </xs:element>
8593         <xs:element name="configuration-selflink" type="xs:string" minOccurs="0">
8594           <xs:annotation>
8595             <xs:appinfo>
8596               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="URL to endpoint where AAI can get more details from SDN-GC.")</annox:annotate>
8597             </xs:appinfo>
8598           </xs:annotation>
8599         </xs:element>
8600         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
8601           <xs:annotation>
8602             <xs:appinfo>
8603               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="id of  the configuration used to customize the resource")</annox:annotate>
8604             </xs:appinfo>
8605           </xs:annotation>
8606         </xs:element>
8607         <xs:element name="tunnel-bandwidth" type="xs:string" minOccurs="0">
8608           <xs:annotation>
8609             <xs:appinfo>
8610               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="DHV Site Effective Bandwidth")</annox:annotate>
8611             </xs:appinfo>
8612           </xs:annotation>
8613         </xs:element>
8614         <xs:element name="vendor-allowed-max-bandwidth" type="xs:string" minOccurs="0">
8615           <xs:annotation>
8616             <xs:appinfo>
8617               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Velocloud Nominal Throughput - VNT")</annox:annotate>
8618             </xs:appinfo>
8619           </xs:annotation>
8620         </xs:element>
8621         <xs:element name="config-policy-name" type="xs:string" minOccurs="0">
8622           <xs:annotation>
8623             <xs:appinfo>
8624               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used to capture the name of the fabric configuration policy that was used to generate the payload sent to PINC for fabric configuration.")</annox:annotate>
8625             </xs:appinfo>
8626           </xs:annotation>
8627         </xs:element>
8628         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8629           <xs:annotation>
8630             <xs:appinfo>
8631               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
8632             </xs:appinfo>
8633           </xs:annotation>
8634         </xs:element>
8635         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8636         <xs:element ref="tns:metadata" minOccurs="0"/>
8637         <xs:element ref="tns:forwarder-evcs" minOccurs="0"/>
8638         <xs:element ref="tns:evcs" minOccurs="0"/>
8639       </xs:sequence>
8640     </xs:complexType>
8641   </xs:element>
8642   <xs:element name="configurations">
8643     <xs:complexType>
8644       <xs:annotation>
8645         <xs:appinfo>
8646           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of configurations")</annox:annotate>
8647         </xs:appinfo>
8648       </xs:annotation>
8649       <xs:sequence>
8650         <xs:element ref="tns:configuration" minOccurs="0" maxOccurs="5000"/>
8651       </xs:sequence>
8652     </xs:complexType>
8653   </xs:element>
8654   <xs:element name="forwarder">
8655     <xs:complexType>
8656       <xs:annotation>
8657         <xs:appinfo>
8658           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(indexedProps="sequence",description="Entity describing a sequenced segment of forwarding path",container="forwarders",dependentOn="forwarding-path",uriTemplate="/forwarders/forwarder/{sequence}",requiredProps="sequence")</annox:annotate>
8659         </xs:appinfo>
8660       </xs:annotation>
8661       <xs:sequence>
8662         <xs:element name="sequence" type="xs:int" minOccurs="0">
8663           <xs:annotation>
8664             <xs:appinfo>
8665               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of this segmentation")</annox:annotate>
8666             </xs:appinfo>
8667           </xs:annotation>
8668         </xs:element>
8669         <xs:element name="forwarder-role" type="xs:string" minOccurs="0">
8670           <xs:annotation>
8671             <xs:appinfo>
8672               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ingress, intermediate, egress")</annox:annotate>
8673             </xs:appinfo>
8674           </xs:annotation>
8675         </xs:element>
8676         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8677         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8678           <xs:annotation>
8679             <xs:appinfo>
8680               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.")</annox:annotate>
8681             </xs:appinfo>
8682           </xs:annotation>
8683         </xs:element>
8684       </xs:sequence>
8685     </xs:complexType>
8686   </xs:element>
8687   <xs:element name="forwarders">
8688     <xs:complexType>
8689       <xs:sequence>
8690         <xs:element ref="tns:forwarder" minOccurs="0" maxOccurs="5000"/>
8691       </xs:sequence>
8692     </xs:complexType>
8693   </xs:element>
8694   <xs:element name="forwarding-path">
8695     <xs:complexType>
8696       <xs:annotation>
8697         <xs:appinfo>
8698           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(namespace="network",indexedProps="forwarding-path-id,forwarding-path-name",description="Entity that describes the sequenced forwarding path between interfaces of services or resources",container="forwarding-paths",nameProps="forwarding-path-name",uniqueProps="forwarding-path-id",uriTemplate="/network/forwarding-paths/forwarding-path/{forwarding-path-id}",requiredProps="forwarding-path-id,forwarding-path-name")</annox:annotate>
8699         </xs:appinfo>
8700       </xs:annotation>
8701       <xs:sequence>
8702         <xs:element name="forwarding-path-id" type="xs:string" minOccurs="0">
8703           <xs:annotation>
8704             <xs:appinfo>
8705               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of this FP")</annox:annotate>
8706             </xs:appinfo>
8707           </xs:annotation>
8708         </xs:element>
8709         <xs:element name="forwarding-path-name" type="xs:string" minOccurs="0">
8710           <xs:annotation>
8711             <xs:appinfo>
8712               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the FP")</annox:annotate>
8713             </xs:appinfo>
8714           </xs:annotation>
8715         </xs:element>
8716         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8717         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8718           <xs:annotation>
8719             <xs:appinfo>
8720               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.")</annox:annotate>
8721             </xs:appinfo>
8722           </xs:annotation>
8723         </xs:element>
8724         <xs:element name="selflink" type="xs:string" minOccurs="0">
8725           <xs:annotation>
8726             <xs:appinfo>
8727               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the self link for this FP")</annox:annotate>
8728             </xs:appinfo>
8729           </xs:annotation>
8730         </xs:element>
8731         <xs:element ref="tns:forwarders" minOccurs="0"/>
8732       </xs:sequence>
8733     </xs:complexType>
8734   </xs:element>
8735   <xs:element name="forwarding-paths">
8736     <xs:complexType>
8737       <xs:sequence>
8738         <xs:element ref="tns:forwarding-path" minOccurs="0" maxOccurs="5000"/>
8739       </xs:sequence>
8740     </xs:complexType>
8741   </xs:element>
8742   <xs:element name="collection">
8743     <xs:complexType>
8744       <xs:annotation>
8745         <xs:appinfo>
8746           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(namespace="network",description="represents the collection resource in the TOSCA model",uniqueProps="collection-id",indexedProps="collection-id,model-invariant-id,model-version-id",container="collections",uriTemplate="/network/collections/collection/{collection-id}",requiredProps="collection-id")</annox:annotate>
8747         </xs:appinfo>
8748       </xs:annotation>
8749       <xs:sequence>
8750         <xs:element name="collection-id" type="xs:string" minOccurs="0">
8751           <xs:annotation>
8752             <xs:appinfo>
8753               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Collection Object UUID")</annox:annotate>
8754             </xs:appinfo>
8755           </xs:annotation>
8756         </xs:element>
8757         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
8758           <xs:annotation>
8759             <xs:appinfo>
8760               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="ASDC model id for this resource or service model",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
8761             </xs:appinfo>
8762           </xs:annotation>
8763         </xs:element>
8764         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
8765           <xs:annotation>
8766             <xs:appinfo>
8767               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Model Version",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
8768             </xs:appinfo>
8769           </xs:annotation>
8770         </xs:element>
8771         <xs:element name="collection-name" type="xs:string" minOccurs="0">
8772           <xs:annotation>
8773             <xs:appinfo>
8774               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="collection name")</annox:annotate>
8775             </xs:appinfo>
8776           </xs:annotation>
8777         </xs:element>
8778         <xs:element name="collection-type" type="xs:string" minOccurs="0">
8779           <xs:annotation>
8780             <xs:appinfo>
8781               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Collection type")</annox:annotate>
8782             </xs:appinfo>
8783           </xs:annotation>
8784         </xs:element>
8785         <xs:element name="collection-role" type="xs:string" minOccurs="0">
8786           <xs:annotation>
8787             <xs:appinfo>
8788               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Collection Role")</annox:annotate>
8789             </xs:appinfo>
8790           </xs:annotation>
8791         </xs:element>
8792         <xs:element name="collection-function" type="xs:string" minOccurs="0">
8793           <xs:annotation>
8794             <xs:appinfo>
8795               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Collection function")</annox:annotate>
8796             </xs:appinfo>
8797           </xs:annotation>
8798         </xs:element>
8799         <xs:element name="orchestration-status" type="xs:string" minOccurs="0">
8800           <xs:annotation>
8801             <xs:appinfo>
8802               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="orchestration status")</annox:annotate>
8803             </xs:appinfo>
8804           </xs:annotation>
8805         </xs:element>
8806         <xs:element name="collection-customization-id" type="xs:string" minOccurs="0">
8807           <xs:annotation>
8808             <xs:appinfo>
8809               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Captures the id of all the configuration used to customize the resource for the service")</annox:annotate>
8810             </xs:appinfo>
8811           </xs:annotation>
8812         </xs:element>
8813         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8814         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8815           <xs:annotation>
8816             <xs:appinfo>
8817               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.")</annox:annotate>
8818             </xs:appinfo>
8819           </xs:annotation>
8820         </xs:element>
8821       </xs:sequence>
8822     </xs:complexType>
8823   </xs:element>
8824   <xs:element name="collections">
8825     <xs:complexType>
8826       <xs:sequence>
8827         <xs:element ref="tns:collection" minOccurs="0" maxOccurs="5000"/>
8828       </xs:sequence>
8829     </xs:complexType>
8830   </xs:element>
8831   <xs:element name="connectivity">
8832     <xs:complexType>
8833       <xs:annotation>
8834         <xs:appinfo>
8835           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of a connectivity",indexedProps="connectivity-id,etht-svc-name,bandwidth-profile-name,vpn-type,color-aware,coupling-flag,access-provider-id,access-client-id,access-topology-id,access-node-id,access-ltp-id,operational-status,model-invariant-id,model-version-id",nameProps="etht-svc-name",searchable="connectivity-id",uniqueProps="connectivity-id",container="connectivities",namespace="network",requiredProps="connectivity-id",uriTemplate="/network/connectivities/connectivity/{connectivity-id}")</annox:annotate>
8836         </xs:appinfo>
8837       </xs:annotation>
8838       <xs:sequence>
8839         <xs:element name="connectivity-id" type="xs:string" minOccurs="0">
8840           <xs:annotation>
8841             <xs:appinfo>
8842               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this connectivity by id")</annox:annotate>
8843             </xs:appinfo>
8844           </xs:annotation>
8845         </xs:element>
8846         <xs:element name="bandwidth-profile-name" type="xs:string" minOccurs="0">
8847           <xs:annotation>
8848             <xs:appinfo>
8849               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the name of a bandwidth profile.")</annox:annotate>
8850             </xs:appinfo>
8851           </xs:annotation>
8852         </xs:element>
8853         <xs:element name="vpn-type" type="xs:string" minOccurs="0">
8854           <xs:annotation>
8855             <xs:appinfo>
8856               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the type of a bandwidth profile.")</annox:annotate>
8857             </xs:appinfo>
8858           </xs:annotation>
8859         </xs:element>
8860         <xs:element name="cir" type="xs:string" minOccurs="0">
8861           <xs:annotation>
8862             <xs:appinfo>
8863               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the CIR of this connectivity.")</annox:annotate>
8864             </xs:appinfo>
8865           </xs:annotation>
8866         </xs:element>
8867         <xs:element name="eir" type="xs:string" minOccurs="0">
8868           <xs:annotation>
8869             <xs:appinfo>
8870               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the EIR of this connectivity.")</annox:annotate>
8871             </xs:appinfo>
8872           </xs:annotation>
8873         </xs:element>
8874         <xs:element name="cbs" type="xs:string" minOccurs="0">
8875           <xs:annotation>
8876             <xs:appinfo>
8877               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the CBS of this connectivity.")</annox:annotate>
8878             </xs:appinfo>
8879           </xs:annotation>
8880         </xs:element>
8881         <xs:element name="ebs" type="xs:string" minOccurs="0">
8882           <xs:annotation>
8883             <xs:appinfo>
8884               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the EBS of this connectivity.")</annox:annotate>
8885             </xs:appinfo>
8886           </xs:annotation>
8887         </xs:element>
8888         <xs:element name="color-aware" type="xs:string" minOccurs="0">
8889           <xs:annotation>
8890             <xs:appinfo>
8891               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the color-awareness of this connectivity.")</annox:annotate>
8892             </xs:appinfo>
8893           </xs:annotation>
8894         </xs:element>
8895         <xs:element name="coupling-flag" type="xs:string" minOccurs="0">
8896           <xs:annotation>
8897             <xs:appinfo>
8898               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the coupling flag of this connectivity.")</annox:annotate>
8899             </xs:appinfo>
8900           </xs:annotation>
8901         </xs:element>
8902         <xs:element name="etht-svc-name" type="xs:string" minOccurs="0">
8903           <xs:annotation>
8904             <xs:appinfo>
8905               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The ethernet service name for this connectivity.")</annox:annotate>
8906             </xs:appinfo>
8907           </xs:annotation>
8908         </xs:element>
8909         <xs:element name="access-provider-id" type="xs:string" minOccurs="0">
8910           <xs:annotation>
8911             <xs:appinfo>
8912               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access provider of this connectivity.")</annox:annotate>
8913             </xs:appinfo>
8914           </xs:annotation>
8915         </xs:element>
8916         <xs:element name="access-client-id" type="xs:string" minOccurs="0">
8917           <xs:annotation>
8918             <xs:appinfo>
8919               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access client of this connectivity.")</annox:annotate>
8920             </xs:appinfo>
8921           </xs:annotation>
8922         </xs:element>
8923         <xs:element name="access-topology-id" type="xs:string" minOccurs="0">
8924           <xs:annotation>
8925             <xs:appinfo>
8926               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access topology of this connectivity.")</annox:annotate>
8927             </xs:appinfo>
8928           </xs:annotation>
8929         </xs:element>
8930         <xs:element name="access-node-id" type="xs:string" minOccurs="0">
8931           <xs:annotation>
8932             <xs:appinfo>
8933               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access node of this connectivity.")</annox:annotate>
8934             </xs:appinfo>
8935           </xs:annotation>
8936         </xs:element>
8937         <xs:element name="access-ltp-id" type="xs:string" minOccurs="0">
8938           <xs:annotation>
8939             <xs:appinfo>
8940               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the access ltp of this connectivity.")</annox:annotate>
8941             </xs:appinfo>
8942           </xs:annotation>
8943         </xs:element>
8944         <xs:element name="connectivity-selflink" type="xs:string" minOccurs="0">
8945           <xs:annotation>
8946             <xs:appinfo>
8947               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the link to get more information for this connectivity.")</annox:annotate>
8948             </xs:appinfo>
8949           </xs:annotation>
8950         </xs:element>
8951         <xs:element name="cvlan" type="xs:string" minOccurs="0">
8952           <xs:annotation>
8953             <xs:appinfo>
8954               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the cvlan for this connectivity.")</annox:annotate>
8955             </xs:appinfo>
8956           </xs:annotation>
8957         </xs:element>
8958         <xs:element name="operational-status" type="xs:string" minOccurs="0">
8959           <xs:annotation>
8960             <xs:appinfo>
8961               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the operational-status for this object.")</annox:annotate>
8962             </xs:appinfo>
8963           </xs:annotation>
8964         </xs:element>
8965         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
8966           <xs:annotation>
8967             <xs:appinfo>
8968               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the model-customization-id for this object.")</annox:annotate>
8969             </xs:appinfo>
8970           </xs:annotation>
8971         </xs:element>
8972         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
8973           <xs:annotation>
8974             <xs:appinfo>
8975               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
8976             </xs:appinfo>
8977           </xs:annotation>
8978         </xs:element>
8979         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
8980           <xs:annotation>
8981             <xs:appinfo>
8982               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
8983             </xs:appinfo>
8984           </xs:annotation>
8985         </xs:element>
8986         <xs:element name="resource-version" type="xs:string" minOccurs="0">
8987           <xs:annotation>
8988             <xs:appinfo>
8989               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
8990             </xs:appinfo>
8991           </xs:annotation>
8992         </xs:element>
8993         <xs:element ref="tns:relationship-list" minOccurs="0"/>
8994       </xs:sequence>
8995     </xs:complexType>
8996   </xs:element>
8997   <xs:element name="connectivities">
8998     <xs:complexType>
8999       <xs:annotation>
9000         <xs:appinfo>
9001           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of connectivities")</annox:annotate>
9002         </xs:appinfo>
9003       </xs:annotation>
9004       <xs:sequence>
9005         <xs:element ref="tns:connectivity" minOccurs="0" maxOccurs="5000"/>
9006       </xs:sequence>
9007     </xs:complexType>
9008   </xs:element>
9009   <xs:element name="dhcp-service">
9010     <xs:complexType>
9011       <xs:annotation>
9012         <xs:appinfo>
9013           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of a dhcp-service",indexedProps="dhcp-service-id,dhcp-service-type,domain-name,server-ipv4-address,server-ipv6-address",nameProps="domain-name",searchable="dhcp-service-id",uniqueProps="dhcp-service-id",container="dhcp-services",dependentOn="lan-port-config",namespace="network",requiredProps="dhcp-service-id",uriTemplate="/network/dhcp-services/dhcp-service/{dhcp-service-id}")</annox:annotate>
9014         </xs:appinfo>
9015       </xs:annotation>
9016       <xs:sequence>
9017         <xs:element name="dhcp-service-id" type="xs:string" minOccurs="0">
9018           <xs:annotation>
9019             <xs:appinfo>
9020               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this dhcp-service by id")</annox:annotate>
9021             </xs:appinfo>
9022           </xs:annotation>
9023         </xs:element>
9024         <xs:element name="server-ipv4-address" type="xs:string" minOccurs="0">
9025           <xs:annotation>
9026             <xs:appinfo>
9027               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the server-ip4-address of this dhcp-service.")</annox:annotate>
9028             </xs:appinfo>
9029           </xs:annotation>
9030         </xs:element>
9031         <xs:element name="server-ipv6-address" type="xs:string" minOccurs="0">
9032           <xs:annotation>
9033             <xs:appinfo>
9034               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the server-ipv6-address of this dhcp-service.")</annox:annotate>
9035             </xs:appinfo>
9036           </xs:annotation>
9037         </xs:element>
9038         <xs:element name="service-enable" type="xs:string" minOccurs="0">
9039           <xs:annotation>
9040             <xs:appinfo>
9041               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the service-enable of this dhcp-service.")</annox:annotate>
9042             </xs:appinfo>
9043           </xs:annotation>
9044         </xs:element>
9045         <xs:element name="dhcp-service-type" type="xs:string" minOccurs="0">
9046           <xs:annotation>
9047             <xs:appinfo>
9048               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the dhcp-service-type of this dhcp-service.")</annox:annotate>
9049             </xs:appinfo>
9050           </xs:annotation>
9051         </xs:element>
9052         <xs:element name="lease-time" type="xs:string" minOccurs="0">
9053           <xs:annotation>
9054             <xs:appinfo>
9055               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the lease-time of this dhcp-service.")</annox:annotate>
9056             </xs:appinfo>
9057           </xs:annotation>
9058         </xs:element>
9059         <xs:element name="domain-name" type="xs:string" minOccurs="0">
9060           <xs:annotation>
9061             <xs:appinfo>
9062               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the domain-name of this dhcp-service.")</annox:annotate>
9063             </xs:appinfo>
9064           </xs:annotation>
9065         </xs:element>
9066         <xs:element name="dns" type="xs:string" minOccurs="0">
9067           <xs:annotation>
9068             <xs:appinfo>
9069               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the dns of this dhcp-service.")</annox:annotate>
9070             </xs:appinfo>
9071           </xs:annotation>
9072         </xs:element>
9073         <xs:element name="ntp-primary" type="xs:string" minOccurs="0">
9074           <xs:annotation>
9075             <xs:appinfo>
9076               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the ntp-primary of this dhcp-service.")</annox:annotate>
9077             </xs:appinfo>
9078           </xs:annotation>
9079         </xs:element>
9080         <xs:element name="ntp-secondary" type="xs:string" minOccurs="0">
9081           <xs:annotation>
9082             <xs:appinfo>
9083               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the ntp-secondary of this dhcp-service.")</annox:annotate>
9084             </xs:appinfo>
9085           </xs:annotation>
9086         </xs:element>
9087         <xs:element name="nbns" type="xs:string" minOccurs="0">
9088           <xs:annotation>
9089             <xs:appinfo>
9090               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the nbns of this dhcp-service.")</annox:annotate>
9091             </xs:appinfo>
9092           </xs:annotation>
9093         </xs:element>
9094         <xs:element name="resource-version" type="xs:string" minOccurs="0">
9095           <xs:annotation>
9096             <xs:appinfo>
9097               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
9098             </xs:appinfo>
9099           </xs:annotation>
9100         </xs:element>
9101         <xs:element ref="tns:relationship-list" minOccurs="0"/>
9102       </xs:sequence>
9103     </xs:complexType>
9104   </xs:element>
9105   <xs:element name="dhcp-services">
9106     <xs:complexType>
9107       <xs:annotation>
9108         <xs:appinfo>
9109           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of dhcp-services")</annox:annotate>
9110         </xs:appinfo>
9111       </xs:annotation>
9112       <xs:sequence>
9113         <xs:element ref="tns:dhcp-service" minOccurs="0" maxOccurs="5000"/>
9114       </xs:sequence>
9115     </xs:complexType>
9116   </xs:element>
9117   <xs:element name="lan-port-config">
9118     <xs:complexType>
9119       <xs:annotation>
9120         <xs:appinfo>
9121           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of a lan-port-config",indexedProps="lan-port-config-id,lan-port-config-name,device-id,port-id,ipv4-address,ipv6-address,vlan-tag",nameProps="lan-port-config-name",searchable="lan-port-config-id",uniqueProps="lan-port-config-id",container="lan-port-configs",namespace="network",requiredProps="lan-port-config-id",uriTemplate="/network/lan-port-configs/lan-port-config/{lan-port-config-id}")</annox:annotate>
9122         </xs:appinfo>
9123       </xs:annotation>
9124       <xs:sequence>
9125         <xs:element name="lan-port-config-id" type="xs:string" minOccurs="0">
9126           <xs:annotation>
9127             <xs:appinfo>
9128               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this lan-port-config by id")</annox:annotate>
9129             </xs:appinfo>
9130           </xs:annotation>
9131         </xs:element>
9132         <xs:element name="lan-port-config-name" type="xs:string" minOccurs="0">
9133           <xs:annotation>
9134             <xs:appinfo>
9135               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the name of this lan-port-config.")</annox:annotate>
9136             </xs:appinfo>
9137           </xs:annotation>
9138         </xs:element>
9139         <xs:element name="description" type="xs:string" minOccurs="0">
9140           <xs:annotation>
9141             <xs:appinfo>
9142               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the description of this lan-port-config.")</annox:annotate>
9143             </xs:appinfo>
9144           </xs:annotation>
9145         </xs:element>
9146         <xs:element name="device-id" type="xs:string" minOccurs="0">
9147           <xs:annotation>
9148             <xs:appinfo>
9149               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the device-id of this lan-port-config.")</annox:annotate>
9150             </xs:appinfo>
9151           </xs:annotation>
9152         </xs:element>
9153         <xs:element name="port-id" type="xs:string" minOccurs="0">
9154           <xs:annotation>
9155             <xs:appinfo>
9156               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the port-id of this lan-port-config.")</annox:annotate>
9157             </xs:appinfo>
9158           </xs:annotation>
9159         </xs:element>
9160         <xs:element name="ipv4-address" type="xs:string" minOccurs="0">
9161           <xs:annotation>
9162             <xs:appinfo>
9163               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the ipv4-address of this lan-port-config.")</annox:annotate>
9164             </xs:appinfo>
9165           </xs:annotation>
9166         </xs:element>
9167         <xs:element name="ipv6-address" type="xs:string" minOccurs="0">
9168           <xs:annotation>
9169             <xs:appinfo>
9170               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the ipv6-address of this lan-port-config.")</annox:annotate>
9171             </xs:appinfo>
9172           </xs:annotation>
9173         </xs:element>
9174         <xs:element name="vlan-tag" type="xs:string" minOccurs="0">
9175           <xs:annotation>
9176             <xs:appinfo>
9177               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the vlan-tag of this lan-port-config.")</annox:annotate>
9178             </xs:appinfo>
9179           </xs:annotation>
9180         </xs:element>
9181         <xs:element name="input-bandwidth" type="xs:string" minOccurs="0">
9182           <xs:annotation>
9183             <xs:appinfo>
9184               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the input-bandwidth of this lan-port-config.")</annox:annotate>
9185             </xs:appinfo>
9186           </xs:annotation>
9187         </xs:element>
9188         <xs:element name="output-bandwidth" type="xs:string" minOccurs="0">
9189           <xs:annotation>
9190             <xs:appinfo>
9191               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the output-bandwidth of this lan-port-config.")</annox:annotate>
9192             </xs:appinfo>
9193           </xs:annotation>
9194         </xs:element>
9195         <xs:element name="resource-version" type="xs:string" minOccurs="0">
9196           <xs:annotation>
9197             <xs:appinfo>
9198               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
9199             </xs:appinfo>
9200           </xs:annotation>
9201         </xs:element>
9202         <xs:element ref="tns:dhcp-services" minOccurs="0"/>
9203         <xs:element ref="tns:relationship-list" minOccurs="0"/>
9204       </xs:sequence>
9205     </xs:complexType>
9206   </xs:element>
9207   <xs:element name="lan-port-configs">
9208     <xs:complexType>
9209       <xs:annotation>
9210         <xs:appinfo>
9211           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of lan-port-configs")</annox:annotate>
9212         </xs:appinfo>
9213       </xs:annotation>
9214       <xs:sequence>
9215         <xs:element ref="tns:lan-port-config" minOccurs="0" maxOccurs="5000"/>
9216       </xs:sequence>
9217     </xs:complexType>
9218   </xs:element>
9219   <xs:element name="network-resource">
9220     <xs:complexType>
9221       <xs:annotation>
9222         <xs:appinfo>
9223           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of a network-resource",indexedProps="network-id,provider-id,client-id,te-topo-id",nameProps="network-id",searchable="network-id",uniqueProps="network-id",container="network-resources",namespace="network",requiredProps="network-id",uriTemplate="/network/network-resources/network-resource/{network-id}")</annox:annotate>
9224         </xs:appinfo>
9225       </xs:annotation>
9226       <xs:sequence>
9227         <xs:element name="network-id" type="xs:string" minOccurs="0">
9228           <xs:annotation>
9229             <xs:appinfo>
9230               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this network-resource by id")</annox:annotate>
9231             </xs:appinfo>
9232           </xs:annotation>
9233         </xs:element>
9234         <xs:element name="provider-id" type="xs:string" minOccurs="0">
9235           <xs:annotation>
9236             <xs:appinfo>
9237               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the provider of this network-resource.")</annox:annotate>
9238             </xs:appinfo>
9239           </xs:annotation>
9240         </xs:element>
9241         <xs:element name="client-id" type="xs:string" minOccurs="0">
9242           <xs:annotation>
9243             <xs:appinfo>
9244               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the client of this network-resource.")</annox:annotate>
9245             </xs:appinfo>
9246           </xs:annotation>
9247         </xs:element>
9248         <xs:element name="te-topo-id" type="xs:string" minOccurs="0">
9249           <xs:annotation>
9250             <xs:appinfo>
9251               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the te-topo of this network-resource.")</annox:annotate>
9252             </xs:appinfo>
9253           </xs:annotation>
9254         </xs:element>
9255         <xs:element name="selflink" type="xs:string" minOccurs="0">
9256           <xs:annotation>
9257             <xs:appinfo>
9258               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the link to get more information for this object.")</annox:annotate>
9259             </xs:appinfo>
9260           </xs:annotation>
9261         </xs:element>
9262         <xs:element name="resource-version" type="xs:string" minOccurs="0">
9263           <xs:annotation>
9264             <xs:appinfo>
9265               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
9266             </xs:appinfo>
9267           </xs:annotation>
9268         </xs:element>
9269         <xs:element ref="tns:relationship-list" minOccurs="0"/>
9270       </xs:sequence>
9271     </xs:complexType>
9272   </xs:element>
9273   <xs:element name="network-resources">
9274     <xs:complexType>
9275       <xs:annotation>
9276         <xs:appinfo>
9277           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of network-resources")</annox:annotate>
9278         </xs:appinfo>
9279       </xs:annotation>
9280       <xs:sequence>
9281         <xs:element ref="tns:network-resource" minOccurs="0" maxOccurs="5000"/>
9282       </xs:sequence>
9283     </xs:complexType>
9284   </xs:element>
9285   <xs:element name="site-resource">
9286     <xs:complexType>
9287       <xs:annotation>
9288         <xs:appinfo>
9289           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of a site-resource",indexedProps="site-resource-id,site-resource-name,type,role,generated-site-id,operational-status,model-invariant-id,model-version-id",nameProps="site-resource-name",searchable="site-resource-id",uniqueProps="site-resource-id",container="site-resources",namespace="network",requiredProps="site-resource-id",uriTemplate="/network/site-resources/site-resource/{site-resource-id}")</annox:annotate>
9290         </xs:appinfo>
9291       </xs:annotation>
9292       <xs:sequence>
9293         <xs:element name="site-resource-id" type="xs:string" minOccurs="0">
9294           <xs:annotation>
9295             <xs:appinfo>
9296               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this site-resource by id")</annox:annotate>
9297             </xs:appinfo>
9298           </xs:annotation>
9299         </xs:element>
9300         <xs:element name="site-resource-name" type="xs:string" minOccurs="0">
9301           <xs:annotation>
9302             <xs:appinfo>
9303               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the name of this site-resource.")</annox:annotate>
9304             </xs:appinfo>
9305           </xs:annotation>
9306         </xs:element>
9307         <xs:element name="description" type="xs:string" minOccurs="0">
9308           <xs:annotation>
9309             <xs:appinfo>
9310               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the description of this site-resource.")</annox:annotate>
9311             </xs:appinfo>
9312           </xs:annotation>
9313         </xs:element>
9314         <xs:element name="type" type="xs:string" minOccurs="0">
9315           <xs:annotation>
9316             <xs:appinfo>
9317               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the type of this site-resource.")</annox:annotate>
9318             </xs:appinfo>
9319           </xs:annotation>
9320         </xs:element>
9321         <xs:element name="role" type="xs:string" minOccurs="0">
9322           <xs:annotation>
9323             <xs:appinfo>
9324               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the role of this site-resource.")</annox:annotate>
9325             </xs:appinfo>
9326           </xs:annotation>
9327         </xs:element>
9328         <xs:element name="generated-site-id" type="xs:string" minOccurs="0">
9329           <xs:annotation>
9330             <xs:appinfo>
9331               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the generated-site-id of this site-resource.")</annox:annotate>
9332             </xs:appinfo>
9333           </xs:annotation>
9334         </xs:element>
9335         <xs:element name="selflink" type="xs:string" minOccurs="0">
9336           <xs:annotation>
9337             <xs:appinfo>
9338               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the link to get more information for this object.")</annox:annotate>
9339             </xs:appinfo>
9340           </xs:annotation>
9341         </xs:element>
9342         <xs:element name="operational-status" type="xs:string" minOccurs="0">
9343           <xs:annotation>
9344             <xs:appinfo>
9345               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the operational-status for this object.")</annox:annotate>
9346             </xs:appinfo>
9347           </xs:annotation>
9348         </xs:element>
9349         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
9350           <xs:annotation>
9351             <xs:appinfo>
9352               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the model-customization-id for this object.")</annox:annotate>
9353             </xs:appinfo>
9354           </xs:annotation>
9355         </xs:element>
9356         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
9357           <xs:annotation>
9358             <xs:appinfo>
9359               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
9360             </xs:appinfo>
9361           </xs:annotation>
9362         </xs:element>
9363         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
9364           <xs:annotation>
9365             <xs:appinfo>
9366               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
9367             </xs:appinfo>
9368           </xs:annotation>
9369         </xs:element>
9370         <xs:element name="resource-version" type="xs:string" minOccurs="0">
9371           <xs:annotation>
9372             <xs:appinfo>
9373               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
9374             </xs:appinfo>
9375           </xs:annotation>
9376         </xs:element>
9377         <xs:element ref="tns:relationship-list" minOccurs="0"/>
9378       </xs:sequence>
9379     </xs:complexType>
9380   </xs:element>
9381   <xs:element name="site-resources">
9382     <xs:complexType>
9383       <xs:annotation>
9384         <xs:appinfo>
9385           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of site-resources")</annox:annotate>
9386         </xs:appinfo>
9387       </xs:annotation>
9388       <xs:sequence>
9389         <xs:element ref="tns:site-resource" minOccurs="0" maxOccurs="5000"/>
9390       </xs:sequence>
9391     </xs:complexType>
9392   </xs:element>
9393   <xs:element name="sdwan-vpn">
9394     <xs:complexType>
9395       <xs:annotation>
9396         <xs:appinfo>
9397           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of an sdwan-vpn",indexedProps="sdwan-vpn-id,sdwan-vpn-name,vxlan-id,topology,operational-status,model-invariant-id,model-version-id",nameProps="sdwan-vpn-name",searchable="sdwan-vpn-id",uniqueProps="sdwan-vpn-id",container="sdwan-vpns",namespace="network",requiredProps="sdwan-vpn-id",uriTemplate="/network/sdwan-vpns/sdwan-vpn/{sdwan-vpn-id}")</annox:annotate>
9398         </xs:appinfo>
9399       </xs:annotation>
9400       <xs:sequence>
9401         <xs:element name="sdwan-vpn-id" type="xs:string" minOccurs="0">
9402           <xs:annotation>
9403             <xs:appinfo>
9404               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this sdwan-vpn by id")</annox:annotate>
9405             </xs:appinfo>
9406           </xs:annotation>
9407         </xs:element>
9408         <xs:element name="sdwan-vpn-name" type="xs:string" minOccurs="0">
9409           <xs:annotation>
9410             <xs:appinfo>
9411               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the name of this sdwan-vpn.")</annox:annotate>
9412             </xs:appinfo>
9413           </xs:annotation>
9414         </xs:element>
9415         <xs:element name="vxlan-id" type="xs:string" minOccurs="0">
9416           <xs:annotation>
9417             <xs:appinfo>
9418               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the vxlan-id of this sdwan-vpn.")</annox:annotate>
9419             </xs:appinfo>
9420           </xs:annotation>
9421         </xs:element>
9422         <xs:element name="topology" type="xs:string" minOccurs="0">
9423           <xs:annotation>
9424             <xs:appinfo>
9425               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the topology of this sdwan-vpn.")</annox:annotate>
9426             </xs:appinfo>
9427           </xs:annotation>
9428         </xs:element>
9429         <xs:element name="tenant-id" type="xs:string" minOccurs="0">
9430           <xs:annotation>
9431             <xs:appinfo>
9432               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the tenant-id of this sdwan-vpn.")</annox:annotate>
9433             </xs:appinfo>
9434           </xs:annotation>
9435         </xs:element>
9436         <xs:element name="vpn-id" type="xs:string" minOccurs="0">
9437           <xs:annotation>
9438             <xs:appinfo>
9439               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the vpn-id of this sdwan-vpn.")</annox:annotate>
9440             </xs:appinfo>
9441           </xs:annotation>
9442         </xs:element>
9443         <xs:element name="selflink" type="xs:string" minOccurs="0">
9444           <xs:annotation>
9445             <xs:appinfo>
9446               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the link to get more information for this object.")</annox:annotate>
9447             </xs:appinfo>
9448           </xs:annotation>
9449         </xs:element>
9450         <xs:element name="operational-status" type="xs:string" minOccurs="0">
9451           <xs:annotation>
9452             <xs:appinfo>
9453               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the operational-status for this object.")</annox:annotate>
9454             </xs:appinfo>
9455           </xs:annotation>
9456         </xs:element>
9457         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
9458           <xs:annotation>
9459             <xs:appinfo>
9460               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the model-customization-id for this object.")</annox:annotate>
9461             </xs:appinfo>
9462           </xs:annotation>
9463         </xs:element>
9464         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
9465           <xs:annotation>
9466             <xs:appinfo>
9467               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
9468             </xs:appinfo>
9469           </xs:annotation>
9470         </xs:element>
9471         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
9472           <xs:annotation>
9473             <xs:appinfo>
9474               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
9475             </xs:appinfo>
9476           </xs:annotation>
9477         </xs:element>
9478         <xs:element name="resource-version" type="xs:string" minOccurs="0">
9479           <xs:annotation>
9480             <xs:appinfo>
9481               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
9482             </xs:appinfo>
9483           </xs:annotation>
9484         </xs:element>
9485         <xs:element ref="tns:relationship-list" minOccurs="0"/>
9486       </xs:sequence>
9487     </xs:complexType>
9488   </xs:element>
9489   <xs:element name="sdwan-vpns">
9490     <xs:complexType>
9491       <xs:annotation>
9492         <xs:appinfo>
9493           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of sdwan-vpns")</annox:annotate>
9494         </xs:appinfo>
9495       </xs:annotation>
9496       <xs:sequence>
9497         <xs:element ref="tns:sdwan-vpn" minOccurs="0" maxOccurs="5000"/>
9498       </xs:sequence>
9499     </xs:complexType>
9500   </xs:element>
9501   <xs:element name="device">
9502     <xs:complexType>
9503       <xs:annotation>
9504         <xs:appinfo>
9505           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of a device",indexedProps="device-id,device-name,esn,vendor,class,type,version,system-ip,system-ipv4,system-ipv6,operational-status,model-invariant-id,model-version-id",nameProps="device-name",searchable="device-id",uniqueProps="device-id",container="devices",namespace="network",requiredProps="device-id",uriTemplate="/network/devices/device/{device-id}")</annox:annotate>
9506         </xs:appinfo>
9507       </xs:annotation>
9508       <xs:sequence>
9509         <xs:element name="device-id" type="xs:string" minOccurs="0">
9510           <xs:annotation>
9511             <xs:appinfo>
9512               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this device by id")</annox:annotate>
9513             </xs:appinfo>
9514           </xs:annotation>
9515         </xs:element>
9516         <xs:element name="esn" type="xs:string" minOccurs="0">
9517           <xs:annotation>
9518             <xs:appinfo>
9519               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the esn of this device.")</annox:annotate>
9520             </xs:appinfo>
9521           </xs:annotation>
9522         </xs:element>
9523         <xs:element name="device-name" type="xs:string" minOccurs="0">
9524           <xs:annotation>
9525             <xs:appinfo>
9526               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the name of this device.")</annox:annotate>
9527             </xs:appinfo>
9528           </xs:annotation>
9529         </xs:element>
9530         <xs:element name="description" type="xs:string" minOccurs="0">
9531           <xs:annotation>
9532             <xs:appinfo>
9533               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the description of this device.")</annox:annotate>
9534             </xs:appinfo>
9535           </xs:annotation>
9536         </xs:element>
9537         <xs:element name="vendor" type="xs:string" minOccurs="0">
9538           <xs:annotation>
9539             <xs:appinfo>
9540               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the vendor of this device.")</annox:annotate>
9541             </xs:appinfo>
9542           </xs:annotation>
9543         </xs:element>
9544         <xs:element name="class" type="xs:string" minOccurs="0">
9545           <xs:annotation>
9546             <xs:appinfo>
9547               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the class of this device.")</annox:annotate>
9548             </xs:appinfo>
9549           </xs:annotation>
9550         </xs:element>
9551         <xs:element name="type" type="xs:string" minOccurs="0">
9552           <xs:annotation>
9553             <xs:appinfo>
9554               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the type of this device.")</annox:annotate>
9555             </xs:appinfo>
9556           </xs:annotation>
9557         </xs:element>
9558         <xs:element name="version" type="xs:string" minOccurs="0">
9559           <xs:annotation>
9560             <xs:appinfo>
9561               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the version of this device.")</annox:annotate>
9562             </xs:appinfo>
9563           </xs:annotation>
9564         </xs:element>
9565         <xs:element name="system-ip" type="xs:string" minOccurs="0">
9566           <xs:annotation>
9567             <xs:appinfo>
9568               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the system-ip of this device.")</annox:annotate>
9569             </xs:appinfo>
9570           </xs:annotation>
9571         </xs:element>
9572         <xs:element name="system-ipv4" type="xs:string" minOccurs="0">
9573           <xs:annotation>
9574             <xs:appinfo>
9575               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the system-ipv4 of this device.")</annox:annotate>
9576             </xs:appinfo>
9577           </xs:annotation>
9578         </xs:element>
9579         <xs:element name="system-ipv6" type="xs:string" minOccurs="0">
9580           <xs:annotation>
9581             <xs:appinfo>
9582               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the system-ipv6 of this device.")</annox:annotate>
9583             </xs:appinfo>
9584           </xs:annotation>
9585         </xs:element>
9586         <xs:element name="selflink" type="xs:string" minOccurs="0">
9587           <xs:annotation>
9588             <xs:appinfo>
9589               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the link to get more information for this object.")</annox:annotate>
9590             </xs:appinfo>
9591           </xs:annotation>
9592         </xs:element>
9593         <xs:element name="operational-status" type="xs:string" minOccurs="0">
9594           <xs:annotation>
9595             <xs:appinfo>
9596               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the operational-status for this object.")</annox:annotate>
9597             </xs:appinfo>
9598           </xs:annotation>
9599         </xs:element>
9600         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
9601           <xs:annotation>
9602             <xs:appinfo>
9603               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the model-customization-id for this object.")</annox:annotate>
9604             </xs:appinfo>
9605           </xs:annotation>
9606         </xs:element>
9607         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
9608           <xs:annotation>
9609             <xs:appinfo>
9610               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
9611             </xs:appinfo>
9612           </xs:annotation>
9613         </xs:element>
9614         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
9615           <xs:annotation>
9616             <xs:appinfo>
9617               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
9618             </xs:appinfo>
9619           </xs:annotation>
9620         </xs:element>
9621         <xs:element name="resource-version" type="xs:string" minOccurs="0">
9622           <xs:annotation>
9623             <xs:appinfo>
9624               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
9625             </xs:appinfo>
9626           </xs:annotation>
9627         </xs:element>
9628         <xs:element ref="tns:relationship-list" minOccurs="0"/>
9629       </xs:sequence>
9630     </xs:complexType>
9631   </xs:element>
9632   <xs:element name="devices">
9633     <xs:complexType>
9634       <xs:annotation>
9635         <xs:appinfo>
9636           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of devices")</annox:annotate>
9637         </xs:appinfo>
9638       </xs:annotation>
9639       <xs:sequence>
9640         <xs:element ref="tns:device" minOccurs="0" maxOccurs="5000"/>
9641       </xs:sequence>
9642     </xs:complexType>
9643   </xs:element>
9644   <xs:element name="wan-port-config">
9645     <xs:complexType>
9646       <xs:annotation>
9647         <xs:appinfo>
9648           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Instance of a wan-port-config",indexedProps="wan-port-config-id,wan-port-config-name,device-id,ip-address,ipv4-address,ipv6-address,port-type,port-number,device-port-id,wan-port-id,operational-status,model-invariant-id,model-version-id",nameProps="wan-port-config-name",searchable="wan-port-config-id",uniqueProps="wan-port-config-id",container="wan-port-configs",namespace="network",requiredProps="wan-port-config-id",uriTemplate="/network/wan-port-configs/wan-port-config/{wan-port-config-id}")</annox:annotate>
9649         </xs:appinfo>
9650       </xs:annotation>
9651       <xs:sequence>
9652         <xs:element name="wan-port-config-id" type="xs:string" minOccurs="0">
9653           <xs:annotation>
9654             <xs:appinfo>
9655               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Uniquely identifies this wan-port-config by id")</annox:annotate>
9656             </xs:appinfo>
9657           </xs:annotation>
9658         </xs:element>
9659         <xs:element name="wan-port-config-name" type="xs:string" minOccurs="0">
9660           <xs:annotation>
9661             <xs:appinfo>
9662               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the name of this wan-port-config.")</annox:annotate>
9663             </xs:appinfo>
9664           </xs:annotation>
9665         </xs:element>
9666         <xs:element name="device-id" type="xs:string" minOccurs="0">
9667           <xs:annotation>
9668             <xs:appinfo>
9669               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the device of this wan-port-config.")</annox:annotate>
9670             </xs:appinfo>
9671           </xs:annotation>
9672         </xs:element>
9673         <xs:element name="vlan-id" type="xs:string" minOccurs="0">
9674           <xs:annotation>
9675             <xs:appinfo>
9676               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the id of the vlan of this wan-port-config.")</annox:annotate>
9677             </xs:appinfo>
9678           </xs:annotation>
9679         </xs:element>
9680         <xs:element name="ip-address" type="xs:string" minOccurs="0">
9681           <xs:annotation>
9682             <xs:appinfo>
9683               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the ip-address of this wan-port-config.")</annox:annotate>
9684             </xs:appinfo>
9685           </xs:annotation>
9686         </xs:element>
9687         <xs:element name="ipv4-address" type="xs:string" minOccurs="0">
9688           <xs:annotation>
9689             <xs:appinfo>
9690               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the ipv4-address of this wan-port-config.")</annox:annotate>
9691             </xs:appinfo>
9692           </xs:annotation>
9693         </xs:element>
9694         <xs:element name="ipv6-address" type="xs:string" minOccurs="0">
9695           <xs:annotation>
9696             <xs:appinfo>
9697               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the ipv6-address of this wan-port-config.")</annox:annotate>
9698             </xs:appinfo>
9699           </xs:annotation>
9700         </xs:element>
9701         <xs:element name="provider-ip-address" type="xs:string" minOccurs="0">
9702           <xs:annotation>
9703             <xs:appinfo>
9704               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the provider-ip-address of this wan-port-config.")</annox:annotate>
9705             </xs:appinfo>
9706           </xs:annotation>
9707         </xs:element>
9708         <xs:element name="provider-ipv4-address" type="xs:string" minOccurs="0">
9709           <xs:annotation>
9710             <xs:appinfo>
9711               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the provider-ipv4-address of this wan-port-config.")</annox:annotate>
9712             </xs:appinfo>
9713           </xs:annotation>
9714         </xs:element>
9715         <xs:element name="provider-ipv6-address" type="xs:string" minOccurs="0">
9716           <xs:annotation>
9717             <xs:appinfo>
9718               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the provider-ipv6-address of this wan-port-config.")</annox:annotate>
9719             </xs:appinfo>
9720           </xs:annotation>
9721         </xs:element>
9722         <xs:element name="input-bandwidth" type="xs:string" minOccurs="0">
9723           <xs:annotation>
9724             <xs:appinfo>
9725               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the input-bandwidth of this wan-port-config.")</annox:annotate>
9726             </xs:appinfo>
9727           </xs:annotation>
9728         </xs:element>
9729         <xs:element name="output-bandwidth" type="xs:string" minOccurs="0">
9730           <xs:annotation>
9731             <xs:appinfo>
9732               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the output-bandwidth of this wan-port-config.")</annox:annotate>
9733             </xs:appinfo>
9734           </xs:annotation>
9735         </xs:element>
9736         <xs:element name="description" type="xs:string" minOccurs="0">
9737           <xs:annotation>
9738             <xs:appinfo>
9739               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the description of this wan-port-config.")</annox:annotate>
9740             </xs:appinfo>
9741           </xs:annotation>
9742         </xs:element>
9743         <xs:element name="port-type" type="xs:string" minOccurs="0">
9744           <xs:annotation>
9745             <xs:appinfo>
9746               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the port-type of this wan-port-config.")</annox:annotate>
9747             </xs:appinfo>
9748           </xs:annotation>
9749         </xs:element>
9750         <xs:element name="port-number" type="xs:string" minOccurs="0">
9751           <xs:annotation>
9752             <xs:appinfo>
9753               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the port-number of this wan-port-config.")</annox:annotate>
9754             </xs:appinfo>
9755           </xs:annotation>
9756         </xs:element>
9757         <xs:element name="transport-network-name" type="xs:string" minOccurs="0">
9758           <xs:annotation>
9759             <xs:appinfo>
9760               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the transport-network-name of this wan-port-config.")</annox:annotate>
9761             </xs:appinfo>
9762           </xs:annotation>
9763         </xs:element>
9764         <xs:element name="device-port-id" type="xs:string" minOccurs="0">
9765           <xs:annotation>
9766             <xs:appinfo>
9767               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the device-port-id of this wan-port-config.")</annox:annotate>
9768             </xs:appinfo>
9769           </xs:annotation>
9770         </xs:element>
9771         <xs:element name="wan-port-id" type="xs:string" minOccurs="0">
9772           <xs:annotation>
9773             <xs:appinfo>
9774               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the wan-port-id of this wan-port-config.")</annox:annotate>
9775             </xs:appinfo>
9776           </xs:annotation>
9777         </xs:element>
9778         <xs:element name="selflink" type="xs:string" minOccurs="0">
9779           <xs:annotation>
9780             <xs:appinfo>
9781               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the link to get more information for this object.")</annox:annotate>
9782             </xs:appinfo>
9783           </xs:annotation>
9784         </xs:element>
9785         <xs:element name="operational-status" type="xs:string" minOccurs="0">
9786           <xs:annotation>
9787             <xs:appinfo>
9788               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the operational-status for this object.")</annox:annotate>
9789             </xs:appinfo>
9790           </xs:annotation>
9791         </xs:element>
9792         <xs:element name="model-customization-id" type="xs:string" minOccurs="0">
9793           <xs:annotation>
9794             <xs:appinfo>
9795               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Store the model-customization-id for this object.")</annox:annotate>
9796             </xs:appinfo>
9797           </xs:annotation>
9798         </xs:element>
9799         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
9800           <xs:annotation>
9801             <xs:appinfo>
9802               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model id for this resource or service model.",visibility="deployment",requires="model-version-id",dbAlias="model-invariant-id-local")</annox:annotate>
9803             </xs:appinfo>
9804           </xs:annotation>
9805         </xs:element>
9806         <xs:element name="model-version-id" type="xs:string" minOccurs="0">
9807           <xs:annotation>
9808             <xs:appinfo>
9809               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="the ASDC model version for this resource or service model.",visibility="deployment",requires="model-invariant-id",dbAlias="model-version-id-local",privateEdge="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}")</annox:annotate>
9810             </xs:appinfo>
9811           </xs:annotation>
9812         </xs:element>
9813         <xs:element name="resource-version" type="xs:string" minOccurs="0">
9814           <xs:annotation>
9815             <xs:appinfo>
9816               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
9817             </xs:appinfo>
9818           </xs:annotation>
9819         </xs:element>
9820         <xs:element ref="tns:relationship-list" minOccurs="0"/>
9821       </xs:sequence>
9822     </xs:complexType>
9823   </xs:element>
9824   <xs:element name="wan-port-configs">
9825     <xs:complexType>
9826       <xs:annotation>
9827         <xs:appinfo>
9828           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of wan-port-configs")</annox:annotate>
9829         </xs:appinfo>
9830       </xs:annotation>
9831       <xs:sequence>
9832         <xs:element ref="tns:wan-port-config" minOccurs="0" maxOccurs="5000"/>
9833       </xs:sequence>
9834     </xs:complexType>
9835   </xs:element>
9836   <xs:element name="ext-aai-network">
9837     <xs:complexType>
9838       <xs:annotation>
9839         <xs:appinfo>
9840           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Refer to an external AAI in another ONAP.",indexedProps="aai-id",searchable="aai-id",container="ext-aai-networks",namespace="network",requiredProps="aai-id",uriTemplate="/network/ext-aai-networks/ext-aai-network/{aai-id}")</annox:annotate>
9841         </xs:appinfo>
9842       </xs:annotation>
9843       <xs:sequence>
9844         <xs:element name="aai-id" type="xs:string" minOccurs="0">
9845           <xs:annotation>
9846             <xs:appinfo>
9847               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID of the referenced AAI.")</annox:annotate>
9848             </xs:appinfo>
9849           </xs:annotation>
9850         </xs:element>
9851         <xs:element name="schema-version" type="xs:string" minOccurs="0">
9852           <xs:annotation>
9853             <xs:appinfo>
9854               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Schema version of the referenced AAI.")</annox:annotate>
9855             </xs:appinfo>
9856           </xs:annotation>
9857         </xs:element>
9858         <xs:element name="resource-version" type="xs:string" minOccurs="0">
9859           <xs:annotation>
9860             <xs:appinfo>
9861               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
9862             </xs:appinfo>
9863           </xs:annotation>
9864         </xs:element>
9865         <xs:element ref="tns:esr-system-info" minOccurs="0"/>
9866         <xs:element ref="tns:relationship-list" minOccurs="0"/>
9867       </xs:sequence>
9868     </xs:complexType>
9869   </xs:element>
9870   <xs:element name="ext-aai-networks">
9871     <xs:complexType>
9872       <xs:sequence>
9873         <xs:element ref="tns:ext-aai-network" minOccurs="0" maxOccurs="5000"/>
9874       </xs:sequence>
9875     </xs:complexType>
9876   </xs:element>
9877   <xs:element name="network">
9878     <xs:complexType>
9879       <xs:annotation>
9880         <xs:appinfo>
9881           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Namespace for network inventory resources.")</annox:annotate>
9882         </xs:appinfo>
9883       </xs:annotation>
9884       <xs:sequence>
9885         <xs:element ref="tns:logical-links" minOccurs="0"/>
9886         <xs:element ref="tns:site-pair-sets" minOccurs="0"/>
9887         <xs:element ref="tns:vpn-bindings" minOccurs="0"/>
9888         <xs:element ref="tns:vpls-pes" minOccurs="0"/>
9889         <xs:element ref="tns:multicast-configurations" minOccurs="0"/>
9890         <xs:element ref="tns:vces" minOccurs="0"/>
9891         <xs:element ref="tns:vnfcs" minOccurs="0"/>
9892         <xs:element ref="tns:l3-networks" minOccurs="0"/>
9893         <xs:element ref="tns:network-policies" minOccurs="0"/>
9894         <xs:element ref="tns:generic-vnfs" minOccurs="0"/>
9895         <xs:element ref="tns:lag-links" minOccurs="0"/>
9896         <xs:element ref="tns:newvces" minOccurs="0"/>
9897         <xs:element ref="tns:pnfs" minOccurs="0"/>
9898         <xs:element ref="tns:physical-links" minOccurs="0"/>
9899         <xs:element ref="tns:ipsec-configurations" minOccurs="0"/>
9900         <xs:element ref="tns:route-table-references" minOccurs="0"/>
9901         <xs:element ref="tns:instance-groups" minOccurs="0"/>
9902         <xs:element ref="tns:zones" minOccurs="0"/>
9903         <xs:element ref="tns:configurations" minOccurs="0"/>
9904         <xs:element ref="tns:forwarding-paths" minOccurs="0"/>
9905         <xs:element ref="tns:collections" minOccurs="0"/>
9906         <xs:element ref="tns:connectivities" minOccurs="0"/>
9907         <xs:element ref="tns:lan-port-configs" minOccurs="0"/>
9908         <xs:element ref="tns:network-resources" minOccurs="0"/>
9909         <xs:element ref="tns:site-resources" minOccurs="0"/>
9910         <xs:element ref="tns:sdwan-vpns" minOccurs="0"/>
9911         <xs:element ref="tns:devices" minOccurs="0"/>
9912         <xs:element ref="tns:wan-port-configs" minOccurs="0"/>
9913         <xs:element ref="tns:ext-aai-networks" minOccurs="0"/>
9914       </xs:sequence>
9915     </xs:complexType>
9916   </xs:element>
9917   <xs:element name="reserved-prop-names">
9918     <xs:complexType>
9919       <xs:annotation>
9920         <xs:appinfo>
9921           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Internal map to define some reserved properties of a vertex",uniqueProps="aai-unique-key,aai-uri",indexedProps="aai-unique-key,source-of-truth,aai-node-type,aai-uri")</annox:annotate>
9922         </xs:appinfo>
9923       </xs:annotation>
9924       <xs:sequence>
9925         <xs:element name="last-mod-source-of-truth" type="xs:string" minOccurs="0"/>
9926         <xs:element name="aai-node-type" type="xs:string" minOccurs="0"/>
9927         <xs:element name="aai-created-ts" type="xs:unsignedInt" minOccurs="0"/>
9928         <xs:element name="aai-unique-key" type="xs:string" minOccurs="0"/>
9929         <xs:element name="aai-last-mod-ts" type="xs:unsignedInt" minOccurs="0"/>
9930         <xs:element name="source-of-truth" type="xs:string" minOccurs="0"/>
9931         <xs:element name="aai-uri" type="xs:string" minOccurs="0"/>
9932       </xs:sequence>
9933     </xs:complexType>
9934   </xs:element>
9935   <xs:element name="edge-prop-names">
9936     <xs:complexType>
9937       <xs:annotation>
9938         <xs:appinfo>
9939           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Internal map to define the properties of an edge and interpret the map EdgeRules",edgeInfo="aaiUuid,edgeLabel,direction,multiplicityRule,isParent,usesResource,hasDelTarget,SVC-INFRA,SVC-INFRA-REV",uniqueProps="aai-uuid",indexedProps="aai-uuid")</annox:annotate>
9940         </xs:appinfo>
9941       </xs:annotation>
9942       <xs:sequence>
9943         <xs:element name="edgeLabel" type="xs:string" minOccurs="0"/>
9944         <xs:element name="direction" type="xs:string" minOccurs="0"/>
9945         <xs:element name="multiplicityRule" type="xs:string" minOccurs="0"/>
9946         <xs:element name="contains-other-v" type="xs:string" minOccurs="0"/>
9947         <xs:element name="delete-other-v" type="xs:string" minOccurs="0"/>
9948         <xs:element name="SVC-INFRA" type="xs:string" minOccurs="0"/>
9949         <xs:element name="prevent-delete" type="xs:string" minOccurs="0"/>
9950         <xs:element name="aai-uuid" type="xs:string" minOccurs="0"/>
9951       </xs:sequence>
9952     </xs:complexType>
9953   </xs:element>
9954   <xs:element name="aai-internal">
9955     <xs:complexType>
9956       <xs:sequence>
9957         <xs:element ref="tns:reserved-prop-names" minOccurs="0" maxOccurs="5000"/>
9958         <xs:element ref="tns:edge-prop-names" minOccurs="0" maxOccurs="5000"/>
9959       </xs:sequence>
9960     </xs:complexType>
9961   </xs:element>
9962   <xs:element name="contact">
9963     <xs:complexType>
9964       <xs:annotation>
9965         <xs:appinfo>
9966           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Contacts store the vendor information and have a relationship to the generic-vnf.  In 1902, this will be populated by SDN-GC",uniqueProps="contact-name",container="contacts",namespace="common",nameProps="contact-name,vendor-type",uriTemplate="/common/contacts/contact/{contact-name}",requiredProps="contact-name")</annox:annotate>
9967         </xs:appinfo>
9968       </xs:annotation>
9969       <xs:sequence>
9970         <xs:element name="contact-name" type="xs:string" minOccurs="0">
9971           <xs:annotation>
9972             <xs:appinfo>
9973               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Name of the contact")</annox:annotate>
9974             </xs:appinfo>
9975           </xs:annotation>
9976         </xs:element>
9977         <xs:element name="contact-telephone" type="xs:string" minOccurs="0">
9978           <xs:annotation>
9979             <xs:appinfo>
9980               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Tel no. of contact")</annox:annotate>
9981             </xs:appinfo>
9982           </xs:annotation>
9983         </xs:element>
9984         <xs:element name="contact-email" type="xs:string" minOccurs="0">
9985           <xs:annotation>
9986             <xs:appinfo>
9987               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="e-mail of contact")</annox:annotate>
9988             </xs:appinfo>
9989           </xs:annotation>
9990         </xs:element>
9991         <xs:element name="vendor-type" type="xs:string" minOccurs="0">
9992           <xs:annotation>
9993             <xs:appinfo>
9994               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="NI (Network Integrator)SI (System Integrator) 3rd Party LCM")</annox:annotate>
9995             </xs:appinfo>
9996           </xs:annotation>
9997         </xs:element>
9998         <xs:element name="resource-version" type="xs:string" minOccurs="0">
9999           <xs:annotation>
10000             <xs:appinfo>
10001               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
10002             </xs:appinfo>
10003           </xs:annotation>
10004         </xs:element>
10005         <xs:element ref="tns:relationship-list" minOccurs="0"/>
10006       </xs:sequence>
10007     </xs:complexType>
10008   </xs:element>
10009   <xs:element name="contacts">
10010     <xs:complexType>
10011       <xs:annotation>
10012         <xs:appinfo>
10013           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of contacts")</annox:annotate>
10014         </xs:appinfo>
10015       </xs:annotation>
10016       <xs:sequence>
10017         <xs:element ref="tns:contact" minOccurs="0" maxOccurs="5000"/>
10018       </xs:sequence>
10019     </xs:complexType>
10020   </xs:element>
10021   <xs:element name="common">
10022     <xs:complexType>
10023       <xs:annotation>
10024         <xs:appinfo>
10025           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Namespace for common inventory resources.")</annox:annotate>
10026         </xs:appinfo>
10027       </xs:annotation>
10028       <xs:sequence>
10029         <xs:element ref="tns:contacts" minOccurs="0"/>
10030       </xs:sequence>
10031     </xs:complexType>
10032   </xs:element>
10033   <xs:element name="notification-event-header">
10034     <xs:complexType>
10035       <xs:sequence>
10036         <xs:element name="id" type="xs:string" minOccurs="0"/>
10037         <xs:element name="timestamp" type="xs:string" minOccurs="0"/>
10038         <xs:element name="source-name" type="xs:string" minOccurs="0"/>
10039         <xs:element name="domain" type="xs:string" minOccurs="0"/>
10040         <xs:element name="sequence-number" type="xs:string" minOccurs="0"/>
10041         <xs:element name="severity" type="xs:string" minOccurs="0"/>
10042         <xs:element name="event-type" type="xs:string" minOccurs="0"/>
10043         <xs:element name="version" type="xs:string" minOccurs="0"/>
10044         <xs:element name="action" type="xs:string" minOccurs="0"/>
10045         <xs:element name="entity-type" type="xs:string" minOccurs="0"/>
10046         <xs:element name="top-entity-type" type="xs:string" minOccurs="0"/>
10047         <xs:element name="entity-link" type="xs:string" minOccurs="0"/>
10048         <xs:element name="status" type="xs:string" minOccurs="0"/>
10049       </xs:sequence>
10050     </xs:complexType>
10051   </xs:element>
10052   <xs:element name="notification-event">
10053     <xs:complexType>
10054       <xs:sequence>
10055         <xs:element name="cambria.partition" type="xs:string" minOccurs="0"/>
10056         <xs:element ref="tns:notification-event-header" minOccurs="0"/>
10057       </xs:sequence>
10058     </xs:complexType>
10059   </xs:element>
10060   <xs:element name="overloaded-model">
10061     <xs:complexType>
10062       <xs:annotation>
10063         <xs:appinfo>
10064           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Allows for legacy POST of old-style and new-style models",requiredProps="model-invariant-id,model-name-version-id,model-type,model-name,model-id,model-version")</annox:annotate>
10065         </xs:appinfo>
10066       </xs:annotation>
10067       <xs:sequence>
10068         <xs:element name="model-invariant-id" type="xs:string" minOccurs="0">
10069           <xs:annotation>
10070             <xs:appinfo>
10071               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to the main definition of a model in ASDC")</annox:annotate>
10072             </xs:appinfo>
10073           </xs:annotation>
10074         </xs:element>
10075         <xs:element name="model-name-version-id" type="xs:string" minOccurs="0">
10076           <xs:annotation>
10077             <xs:appinfo>
10078               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique identifier corresponding to one version of a model in ASDC")</annox:annotate>
10079             </xs:appinfo>
10080           </xs:annotation>
10081         </xs:element>
10082         <xs:element name="model-type" type="xs:string" minOccurs="0">
10083           <xs:annotation>
10084             <xs:appinfo>
10085               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Type of the model, e.g., service, resource, widget, etc.")</annox:annotate>
10086             </xs:appinfo>
10087           </xs:annotation>
10088         </xs:element>
10089         <xs:element name="model-name" type="xs:string" minOccurs="0">
10090           <xs:annotation>
10091             <xs:appinfo>
10092               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Name of the model, which can change from version to version.")</annox:annotate>
10093             </xs:appinfo>
10094           </xs:annotation>
10095         </xs:element>
10096         <xs:element name="model-id" type="xs:string" minOccurs="0">
10097           <xs:annotation>
10098             <xs:appinfo>
10099               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Invariant unique ID which does not change from version to version")</annox:annotate>
10100             </xs:appinfo>
10101           </xs:annotation>
10102         </xs:element>
10103         <xs:element name="model-version" type="xs:string" minOccurs="0">
10104           <xs:annotation>
10105             <xs:appinfo>
10106               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Version")</annox:annotate>
10107             </xs:appinfo>
10108           </xs:annotation>
10109         </xs:element>
10110         <xs:element name="model-description" type="xs:string" minOccurs="0">
10111           <xs:annotation>
10112             <xs:appinfo>
10113               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Description")</annox:annotate>
10114             </xs:appinfo>
10115           </xs:annotation>
10116         </xs:element>
10117         <xs:element name="resource-version" type="xs:string" minOccurs="0">
10118           <xs:annotation>
10119             <xs:appinfo>
10120               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency.  Must be empty on create, valid on update and delete.")</annox:annotate>
10121             </xs:appinfo>
10122           </xs:annotation>
10123         </xs:element>
10124         <xs:element ref="tns:model-vers" minOccurs="0"/>
10125         <xs:element ref="tns:relationship-list" minOccurs="0"/>
10126       </xs:sequence>
10127     </xs:complexType>
10128   </xs:element>
10129   <xs:element name="query-parameters">
10130     <xs:complexType>
10131       <xs:annotation>
10132         <xs:appinfo>
10133           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="QueryParameters for performing a named-query or model query")</annox:annotate>
10134         </xs:appinfo>
10135       </xs:annotation>
10136       <xs:sequence>
10137         <xs:element ref="tns:named-query" minOccurs="0"/>
10138         <xs:element ref="tns:overloaded-model" minOccurs="0"/>
10139       </xs:sequence>
10140     </xs:complexType>
10141   </xs:element>
10142   <xs:element name="instance-filter">
10143     <xs:complexType>
10144       <xs:sequence/>
10145     </xs:complexType>
10146   </xs:element>
10147   <xs:element name="instance-filters">
10148     <xs:complexType>
10149       <xs:annotation>
10150         <xs:appinfo>
10151           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="InstanceFilters for performing a named-query or model query")</annox:annotate>
10152         </xs:appinfo>
10153       </xs:annotation>
10154       <xs:sequence>
10155         <xs:element ref="tns:instance-filter" minOccurs="0" maxOccurs="5000"/>
10156       </xs:sequence>
10157     </xs:complexType>
10158   </xs:element>
10159   <xs:element name="secondary-filt">
10160     <xs:complexType>
10161       <xs:sequence/>
10162     </xs:complexType>
10163   </xs:element>
10164   <xs:element name="secondary-filts">
10165     <xs:complexType>
10166       <xs:annotation>
10167         <xs:appinfo>
10168           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="SecondaryFilts for performing a named-query or model query")</annox:annotate>
10169         </xs:appinfo>
10170       </xs:annotation>
10171       <xs:sequence>
10172         <xs:element ref="tns:secondary-filt" minOccurs="0" maxOccurs="5000"/>
10173       </xs:sequence>
10174     </xs:complexType>
10175   </xs:element>
10176   <xs:element name="model-and-named-query-search">
10177     <xs:complexType>
10178       <xs:annotation>
10179         <xs:appinfo>
10180           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query")</annox:annotate>
10181         </xs:appinfo>
10182       </xs:annotation>
10183       <xs:sequence>
10184         <xs:element ref="tns:query-parameters" minOccurs="0"/>
10185         <xs:element ref="tns:instance-filters" minOccurs="0"/>
10186         <xs:element ref="tns:secondary-filts" minOccurs="0"/>
10187         <xs:element name="top-node-type" type="xs:string" minOccurs="0"/>
10188         <xs:element name="secondary-filter-cut-point" type="xs:string" minOccurs="0"/>
10189       </xs:sequence>
10190     </xs:complexType>
10191   </xs:element>
10192   <xs:element name="properties">
10193     <xs:complexType>
10194       <xs:annotation>
10195         <xs:appinfo>
10196           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Property holder for query properties or instance properties")</annox:annotate>
10197         </xs:appinfo>
10198       </xs:annotation>
10199       <xs:sequence>
10200         <xs:element name="property-name" type="xs:string" minOccurs="0"/>
10201         <xs:element name="property-value" type="xs:string" minOccurs="0"/>
10202       </xs:sequence>
10203     </xs:complexType>
10204   </xs:element>
10205   <xs:element name="extra-property">
10206     <xs:complexType>
10207       <xs:sequence>
10208         <xs:element name="property-name" type="xs:string" minOccurs="0"/>
10209         <xs:element name="property-value" type="xs:string" minOccurs="0"/>
10210       </xs:sequence>
10211     </xs:complexType>
10212   </xs:element>
10213   <xs:element name="extra-properties">
10214     <xs:complexType>
10215       <xs:annotation>
10216         <xs:appinfo>
10217           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Extra properties for inventory item for response list")</annox:annotate>
10218         </xs:appinfo>
10219       </xs:annotation>
10220       <xs:sequence>
10221         <xs:element ref="tns:extra-property" minOccurs="0" maxOccurs="5000"/>
10222       </xs:sequence>
10223     </xs:complexType>
10224   </xs:element>
10225   <xs:element name="inventory-response-item">
10226     <xs:complexType>
10227       <xs:annotation>
10228         <xs:appinfo>
10229           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Inventory item for response list",container="inventory-response-items")</annox:annotate>
10230         </xs:appinfo>
10231       </xs:annotation>
10232       <xs:sequence>
10233         <xs:element name="model-name" type="xs:string" minOccurs="0"/>
10234         <xs:element ref="tns:extra-properties" minOccurs="0"/>
10235         <xs:element ref="tns:inventory-response-items" minOccurs="0"/>
10236       </xs:sequence>
10237     </xs:complexType>
10238   </xs:element>
10239   <xs:element name="inventory-response-items">
10240     <xs:complexType>
10241       <xs:annotation>
10242         <xs:appinfo>
10243           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Container for inventory items in response list",container="response-list")</annox:annotate>
10244         </xs:appinfo>
10245       </xs:annotation>
10246       <xs:sequence>
10247         <xs:element ref="tns:inventory-response-item" minOccurs="0" maxOccurs="5000"/>
10248       </xs:sequence>
10249     </xs:complexType>
10250   </xs:element>
10251   <xs:element name="response-list">
10252     <xs:complexType>
10253       <xs:annotation>
10254         <xs:appinfo>
10255           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Response container for the results of a named-query or model query")</annox:annotate>
10256         </xs:appinfo>
10257       </xs:annotation>
10258       <xs:sequence>
10259         <xs:element ref="tns:inventory-response-items" minOccurs="0"/>
10260       </xs:sequence>
10261     </xs:complexType>
10262   </xs:element>
10263   <xs:element name="vnf">
10264     <xs:complexType>
10265       <xs:annotation>
10266         <xs:appinfo>
10267           <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Abstract vnf class",indexedProps="vnf-id",uniqueProps="vnf-id",inheritors="vce,generic-vnf",isAbstract="true",requiredProps="vnf-id")</annox:annotate>
10268         </xs:appinfo>
10269       </xs:annotation>
10270       <xs:sequence>
10271         <xs:element name="vnf-id" type="xs:string" minOccurs="0">
10272           <xs:annotation>
10273             <xs:appinfo>
10274               <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique id of VNF.  This is unique across the graph.")</annox:annotate>
10275             </xs:appinfo>
10276           </xs:annotation>
10277         </xs:element>
10278       </xs:sequence>
10279     </xs:complexType>
10280   </xs:element>
10281   <xs:element name="inventory">
10282     <xs:complexType>
10283       <xs:sequence>
10284         <xs:element ref="tns:search" minOccurs="0"/>
10285         <xs:element ref="tns:actions" minOccurs="0"/>
10286         <xs:element ref="tns:cloud-infrastructure" minOccurs="0"/>
10287         <xs:element ref="tns:external-system" minOccurs="0"/>
10288         <xs:element ref="tns:business" minOccurs="0"/>
10289         <xs:element ref="tns:service-design-and-creation" minOccurs="0"/>
10290         <xs:element ref="tns:network" minOccurs="0"/>
10291         <xs:element ref="tns:aai-internal" minOccurs="0"/>
10292         <xs:element ref="tns:common" minOccurs="0"/>
10293       </xs:sequence>
10294     </xs:complexType>
10295   </xs:element>
10296 </xs:schema>