summaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest/src/test/resources/oxm/goodConfigForValidationTest_oxm.xml
blob: 60d000a709b474236aedea04c2c08fb9e2425f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
  ============LICENSE_START=======================================================
  org.openecomp.aai
  ================================================================================
  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  ================================================================================
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  ============LICENSE_END=========================================================
  -->

<xml-bindings xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm" package-name="inventory.aai.onap.org.v12" xml-mapping-metadata-complete="true">
	<xml-schema element-form-default="QUALIFIED">
		<xml-ns namespace-uri="http://org.onap.aai.inventory/v12" />
	</xml-schema>
	<java-types>
		<java-type name="Bloop">
			<xml-root-element name="bloop" />
		</java-type>
		<java-type name="LogicalLink">
			<xml-root-element name="logical-link" />
			<java-attributes>
				<xml-element java-attribute="linkName" name="link-name" required="true" type="java.lang.String" xml-key="true">
					<xml-properties>
						<xml-property name="description" value="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ" />
					</xml-properties>
				</xml-element>
				<xml-element default-value="false" required="true" java-attribute="inMaint" name="in-maint" type="java.lang.Boolean">
					<xml-properties>
						<xml-property name="defaultValue" value="false"/>
						<xml-property name="description" value="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="linkType" name="link-type" required="true" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Type of logical link, e.g., evc" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Captures the numeric part of the speed" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Captures the units corresponding to the speed" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="ipVersion" name="ip-version" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="v4, v6, or ds for dual stack (should be att-ip-version)" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="routingProtocol" name="routing-protocol" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="For example, static or BGP" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="modelInvariantId" name="model-invariant-id" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="the ASDC model id for this resource or service model." />
						<xml-property name="visibility" value="deployment" />
						<xml-property name="requires" value="model-version-id" />
						<xml-property name="dbAlias" value="model-invariant-id-local" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="the ASDC model version for this resource or service model." />
						<xml-property name="visibility" value="deployment" />
						<xml-property name="requires" value="model-invariant-id" />
						<xml-property name="dbAlias" value="model-version-id-local" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="the ASDC model version for this resource or service model." />
						<xml-property name="visibility" value="internal" />
						<xml-property name="dataCopy" value="service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}#model-version" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="operationalStatus" name="operational-status" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Indication of operational status of the logical link." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Trigger for operational monitoring of this VNF by BAU Service Assurance systems." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="linkRole" name="link-role" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Indication of the network use of the logical link." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="linkName2" name="link-name2" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Alias or alternate name (CLCI or D1 name)." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="linkId" name="link-id" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="UUID of the logical-link, SDNC generates this." />
					</xml-properties>
				</xml-element>
					<xml-element java-attribute="circuitId" name="circuit-id" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Circuit id" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="purpose" name="purpose" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Reason for this entity, role it is playing" />
					</xml-properties>
				</xml-element>
			</java-attributes>
			<xml-properties>
				<xml-property name="description" value="Logical links generally connect l-interfaces but are used to express logical connectivity between two points" />
				<xml-property name="indexedProps" value="link-name,model-invariant-id,model-version-id,widget-model-id,widget-model-version,link-id,prov-status,circuit-id,purpose" />
				<xml-property name="uniqueProps" value="link-id" />
				<xml-property name="container" value="logical-links" />
				<xml-property name="namespace" value="network" />
				<xml-property name="searchable" value="link-name" />
			</xml-properties>
		</java-type>
		<java-type name="LInterface">
			<xml-root-element name="l-interface" />
			<java-attributes>
				<xml-element java-attribute="interfaceName" name="interface-name" required="true" type="java.lang.String" xml-key="true">
					<xml-properties>
						<xml-property name="description" value="Name given to the interface" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="interfaceRole" name="interface-role" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="E.g., CUSTOMER, UPLINK, etc." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="v6WanLinkIp" name="v6-wan-link-ip" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="selflink" name="selflink" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="URL to endpoint where AAI can get more details" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="interfaceId" name="interface-id" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="ID of interface" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="macaddr" name="macaddr" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="MAC address for the interface" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="networkName" name="network-name" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Name of the network" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="managementOption" name="management-option" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Whether A&amp;AI should be managing this interface of not. Could have value like CUSTOMER" />
					</xml-properties>
				</xml-element>	
				<xml-element java-attribute="interfaceDescription" name="interface-description" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Human friendly text regarding this interface." />
					</xml-properties>
				</xml-element>			
				<xml-element java-attribute="isPortMirrored" name="is-port-mirrored" required="true" type="java.lang.Boolean">
					<xml-properties>
						<xml-property name="defaultValue" value="false"/>
						<xml-property name="description" value="boolean indicatating whether or not port is a mirrored." />
					</xml-properties>
				</xml-element>					
				<xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
					</xml-properties>
				</xml-element>
				<xml-element default-value="false" java-attribute="inMaint" name="in-maint" required="true" type="java.lang.Boolean">
					<xml-properties>
						<xml-property name="defaultValue" value="false"/>
						<xml-property name="description" value="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Prov Status of the logical interface. Valid values [PREPROV/NVTPROV/PROV]." />
					</xml-properties>
				</xml-element>
				<xml-element default-value="false" java-attribute="isIpUnnumbered" name="is-ip-unnumbered" required="true" type="java.lang.Boolean">
					<xml-properties>
						<xml-property name="defaultValue" value="false"/>
						<xml-property name="description" value="Flag indicating the interface uses the IP Unnumbered configuration." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="allowedAddressPairs" name="allowed-address-pairs" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Freeform field for storing an ip address, list of ip addresses or a subnet block." />
					</xml-properties>
				</xml-element>
			</java-attributes>
			<xml-properties>
				<xml-property name="description" value="Logical interfaces, e.g., a vnic." />
				<xml-property name="indexedProps" value="macaddr,interface-id,interface-name,network-name" />
				<xml-property name="dependentOn" value="generic-vnf,newvce,p-interface,vserver,lag-interface" />
				<xml-property name="container" value="l-interfaces" />
			</xml-properties>
		</java-type>
		<java-type name="LagInterface">
			<xml-root-element name="lag-interface" />
			<java-attributes>
				<xml-element java-attribute="interfaceName" name="interface-name" required="true" type="java.lang.String" xml-key="true">
					<xml-properties>
						<xml-property name="description" value="Name that identifies the link aggregate interface" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="interfaceDescription" name="interface-description" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Human friendly text regarding this interface." />
					</xml-properties>
				</xml-element>	
				<xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Captures the numeric part of the speed" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Captures the units corresponding to the speed" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="interfaceId" name="interface-id" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="ID of interface" />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="interfaceRole" name="interface-role" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Role assigned to this Interface, should use values as defined in ECOMP Yang models." />
					</xml-properties>
				</xml-element>
				<xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
					<xml-properties>
						<xml-property name="description" value="Trigger for operational monitoring of this resource by Service Assurance systems." />
					</xml-properties>
				</xml-element>
				<xml-element default-value="false" java-attribute="inMaint" name="in-maint" required="true" type="java.lang.Boolean">
					<xml-properties>
						<xml-property name="defaultValue" value="false"/>
						<xml-property name="description" value="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)" />
					</xml-properties>
				</xml-element>
			</java-attributes>
			<xml-properties>
				<xml-property name="description" value="Link aggregate interface" />
				<xml-property name="indexedProps" value="interface-name,interface-id,interface-role" />
				<xml-property name="dependentOn" value="generic-vnf,pserver,vpls-pe,pnf" />
				<xml-property name="container" value="lag-interfaces" />
			</xml-properties>
		</java-type>
	</java-types>
</xml-bindings>