blob: 91ae247e45856872886aff0f982b6075b61be1db [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Millsa778c022020-05-12 12:20:36 -05004<!--# Redfish Schema: Zone v1.4.1 -->
Ed Tanouscb103132019-10-08 11:34:22 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Ed Tanouscb103132019-10-08 11:34:22 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21 <edmx:Include Namespace="Resource"/>
22 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml">
28 <edmx:Include Namespace="Switch"/>
29 </edmx:Reference>
30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
31 <edmx:Include Namespace="Endpoint"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResourceBlock_v1.xml">
34 <edmx:Include Namespace="ResourceBlock"/>
35 </edmx:Reference>
Gunnar Mills09b9d452020-02-11 13:27:39 -060036 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AddressPool_v1.xml">
37 <edmx:Include Namespace="AddressPool"/>
38 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070039
40 <edmx:DataServices>
41
42 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone">
43 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
44
45 <EntityType Name="Zone" BaseType="Resource.v1_0_0.Resource" Abstract="true">
46 <Annotation Term="OData.Description" String="The Zone schema describes a simple fabric zone for a Redfish implementation."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050047 <Annotation Term="OData.LongDescription" String="This resource shall represent a simple fabric zone for a Redfish implementation."/>
Ed Tanouscb103132019-10-08 11:34:22 -070048 <Annotation Term="Capabilities.InsertRestrictions">
49 <Record>
50 <PropertyValue Property="Insertable" Bool="false"/>
51 </Record>
52 </Annotation>
53 <Annotation Term="Capabilities.UpdateRestrictions">
54 <Record>
Gunnar Mills09b9d452020-02-11 13:27:39 -060055 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070056 </Record>
57 </Annotation>
58 <Annotation Term="Capabilities.DeleteRestrictions">
59 <Record>
Gunnar Mills09b9d452020-02-11 13:27:39 -060060 <PropertyValue Property="Deletable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070061 </Record>
62 </Annotation>
63 <Annotation Term="Redfish.Uris">
64 <Collection>
65 <String>/redfish/v1/Fabrics/{FabricId}/Zones/{ZoneId}</String>
66 <String>/redfish/v1/CompositionService/ResourceZones/{ZoneId}</String>
67 </Collection>
68 </Annotation>
69 </EntityType>
70
71 </Schema>
72
73 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_0">
74 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
75 <Annotation Term="Redfish.Release" String="2016.2"/>
76
77 <EntityType Name="Zone" BaseType="Zone.Zone">
78 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -050079 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
80 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -070081 </Property>
82 <Property Name="Links" Type="Zone.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -050083 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
84 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -070085 </Property>
86 </EntityType>
87
88 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -050089 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
90 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -070091 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
92 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
93 <Annotation Term="OData.Description" String="The links to the endpoints that this zone contains."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050094 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint that this zone contains."/>
Ed Tanouscb103132019-10-08 11:34:22 -070095 <Annotation Term="OData.AutoExpandReferences"/>
96 </NavigationProperty>
97 <NavigationProperty Name="InvolvedSwitches" Type="Collection(Switch.Switch)">
98 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
99 <Annotation Term="OData.Description" String="The links to the collection of switches in this zone."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500100 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Switch in this zone."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700101 <Annotation Term="OData.AutoExpandReferences"/>
102 </NavigationProperty>
103 </ComplexType>
104 </Schema>
105
106 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_1">
107 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
108 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
109 <EntityType Name="Zone" BaseType="Zone.v1_0_0.Zone"/>
110 </Schema>
111
112 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_2">
113 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
114 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet from NavigationProperties of the Collection type."/>
115 <EntityType Name="Zone" BaseType="Zone.v1_0_1.Zone"/>
116 </Schema>
117
118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_3">
119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
120 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
121 <EntityType Name="Zone" BaseType="Zone.v1_0_2.Zone"/>
122 </Schema>
123
124 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_4">
125 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
126 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that URI properties use the uri-reference format."/>
127 <EntityType Name="Zone" BaseType="Zone.v1_0_3.Zone"/>
128 </Schema>
129
130 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_5">
131 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
132 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
133 <EntityType Name="Zone" BaseType="Zone.v1_0_4.Zone"/>
134 </Schema>
135
Gunnar Millsa778c022020-05-12 12:20:36 -0500136 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_6">
137 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
138 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
139 <EntityType Name="Zone" BaseType="Zone.v1_0_5.Zone"/>
140 </Schema>
141
Ed Tanouscb103132019-10-08 11:34:22 -0700142 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_0">
143 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
144 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500145
Ed Tanouscb103132019-10-08 11:34:22 -0700146 <EntityType Name="Zone" BaseType="Zone.v1_0_2.Zone">
147 <Property Name="Actions" Type="Zone.v1_1_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500148 <Annotation Term="OData.Description" String="The available actions for this resource."/>
149 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700150 </Property>
151 </EntityType>
152
153 <ComplexType Name="Links" BaseType="Zone.v1_0_0.Links">
154 <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500156 <Annotation Term="OData.Description" String="The links to the resource blocks with which this zone is associated."/>
157 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type ResourceBlock with which this zone is associated."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700158 <Annotation Term="OData.AutoExpandReferences"/>
159 </NavigationProperty>
160 </ComplexType>
161
162 <ComplexType Name="Actions">
163 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500164 <Annotation Term="OData.Description" String="The available actions for this resource."/>
165 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700166 <Property Name="Oem" Type="Zone.v1_1_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500167 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
168 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700169 </Property>
170 </ComplexType>
171
172 <ComplexType Name="OemActions">
173 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500174 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
175 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700176 </ComplexType>
177 </Schema>
178
179 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_1">
180 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
181 <Annotation Term="OData.Description" String="This version was created to edit Schema-defined descriptions."/>
182 <EntityType Name="Zone" BaseType="Zone.v1_1_0.Zone"/>
183 </Schema>
184
185 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_2">
186 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
187 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
188 <EntityType Name="Zone" BaseType="Zone.v1_1_1.Zone"/>
189 </Schema>
190
191 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_3">
192 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
193 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
194 <EntityType Name="Zone" BaseType="Zone.v1_1_2.Zone"/>
195 </Schema>
196
197 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_4">
198 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
199 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
200 <EntityType Name="Zone" BaseType="Zone.v1_1_3.Zone"/>
201 </Schema>
202
Gunnar Millsa778c022020-05-12 12:20:36 -0500203 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_5">
204 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
205 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
206 <EntityType Name="Zone" BaseType="Zone.v1_1_4.Zone"/>
207 </Schema>
208
Ed Tanouscb103132019-10-08 11:34:22 -0700209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_0">
210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
211 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500212
Ed Tanouscb103132019-10-08 11:34:22 -0700213 <EntityType Name="Zone" BaseType="Zone.v1_1_1.Zone">
Gunnar Millsa778c022020-05-12 12:20:36 -0500214 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
215 <Annotation Term="OData.Description" String="The durable names for the zone."/>
216 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated zone."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700217 </Property>
218 </EntityType>
219 </Schema>
220
221 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_1">
222 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
223 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
224 <EntityType Name="Zone" BaseType="Zone.v1_2_0.Zone"/>
225 </Schema>
226
227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_2">
228 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
229 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to Identifiers to disallow it from being null."/>
230 <EntityType Name="Zone" BaseType="Zone.v1_2_1.Zone"/>
231 </Schema>
232
233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_3">
234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
235 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
236 <EntityType Name="Zone" BaseType="Zone.v1_2_2.Zone"/>
237 </Schema>
238
Gunnar Millsa778c022020-05-12 12:20:36 -0500239 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_4">
240 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
241 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
242 <EntityType Name="Zone" BaseType="Zone.v1_2_3.Zone"/>
243 </Schema>
244
Ed Tanouscb103132019-10-08 11:34:22 -0700245 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_0">
246 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
247 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500248
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <EntityType Name="Zone" BaseType="Zone.v1_2_2.Zone">
250 <Property Name="ExternalAccessibility" Type="Zone.v1_3_0.ExternalAccessibility">
251 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500252 <Annotation Term="OData.Description" String="Indicates accessibility of endpoints in this zone to endpoints outside of this zone."/>
253 <Annotation Term="OData.LongDescription" String="This property shall contain and indication of accessibility of endpoints in this zone to endpoints outside of this zone."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700254 </Property>
255 </EntityType>
256
257 <EnumType Name="ExternalAccessibility">
258 <Member Name="GloballyAccessible">
259 <Annotation Term="OData.Description" String="Any external entity with the correct access details, which may include authorization information, can access the endpoints that this zone lists."/>
260 <Annotation Term="OData.LongDescription" String="This value shall indicate that any external entity with the correct access details, which may include authorization information, can access the endpoints that this zone lists, regardless of zone."/>
261 </Member>
262 <Member Name="NonZonedAccessible">
263 <Annotation Term="OData.Description" String="Any external entity that another zone does not explicitly list can access the endpoints that this zone lists."/>
264 <Annotation Term="OData.LongDescription" String="This value shall indicate that any external entity that another zone does not explicitly list can access the endpoints that this zone lists."/>
265 </Member>
266 <Member Name="ZoneOnly">
267 <Annotation Term="OData.Description" String="Only accessible by endpoints that this zone explicitly lists."/>
268 <Annotation Term="OData.LongDescription" String="This value shall indicate that endpoints in this zone are only accessible by endpoints that this zone explicitly lists."/>
269 </Member>
270 </EnumType>
271 </Schema>
272
273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_1">
274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
275 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
276 <EntityType Name="Zone" BaseType="Zone.v1_3_0.Zone"/>
277 </Schema>
278
Gunnar Millsa778c022020-05-12 12:20:36 -0500279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_2">
280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
281 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
282 <EntityType Name="Zone" BaseType="Zone.v1_3_1.Zone"/>
283 </Schema>
284
Gunnar Mills09b9d452020-02-11 13:27:39 -0600285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_0">
286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287 <Annotation Term="Redfish.Release" String="2019.4"/>
288
289 <EntityType Name="Zone" BaseType="Zone.v1_3_1.Zone">
290 <Property Name="ZoneType" Type="Zone.v1_4_0.ZoneType">
291 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
292 <Annotation Term="OData.Description" String="The type of zone."/>
293 <Annotation Term="OData.LongDescription" String="This property shall contain the type of zone that this zone represents."/>
294 </Property>
295 <Property Name="DefaultRoutingEnabled" Type="Edm.Boolean">
296 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
297 <Annotation Term="OData.Description" String="This property indicates whether routing within this zone is enabled."/>
298 <Annotation Term="OData.LongDescription" String="This property shall indicate whether routing within this zone is enabled."/>
299 </Property>
300 </EntityType>
301
302 <EnumType Name="ZoneType">
303 <Member Name="Default">
304 <Annotation Term="OData.Description" String="The zone in which all endpoints are added by default when instantiated."/>
305 <Annotation Term="OData.LongDescription" String="This value shall indicate a zone in which all endpoints are added by default when instantiated."/>
306 </Member>
307 <Member Name="ZoneOfEndpoints">
308 <Annotation Term="OData.Description" String="A zone that contains endpoints."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500309 <Annotation Term="OData.LongDescription" String="This value shall indicate a zone that contains resources of type Endpoint."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600310 </Member>
311 <Member Name="ZoneOfZones">
312 <Annotation Term="OData.Description" String="A zone that contains zones."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500313 <Annotation Term="OData.LongDescription" String="This value shall indicate a zone that contains resources of type Zone."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600314 </Member>
315 </EnumType>
316
317 <ComplexType Name="Links" BaseType="Zone.v1_1_0.Links">
318 <NavigationProperty Name="AddressPools" Type="Collection(AddressPool.AddressPool)">
319 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
320 <Annotation Term="OData.Description" String="An array of links to the address pools associated with this zone."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500321 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type AddressPool with which this zone is associated."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600322 <Annotation Term="OData.AutoExpandReferences"/>
323 </NavigationProperty>
324 <NavigationProperty Name="ContainedByZones" Type="Collection(Zone.Zone)">
325 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
326 <Annotation Term="OData.Description" String="An array of links to the zone that contain this zone."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500327 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Zone that represent the zones that contain this zone. The zones referenced by this property shall not be contained by other zones."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600328 <Annotation Term="OData.AutoExpandReferences"/>
329 </NavigationProperty>
330 <NavigationProperty Name="ContainsZones" Type="Collection(Zone.Zone)">
331 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
332 <Annotation Term="OData.Description" String="An array of links to the zones that are contained by this zone."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500333 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Zone that represent the zones that are contained by this zone. The zones referenced by this property shall not contain other zones."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600334 <Annotation Term="OData.AutoExpandReferences"/>
335 </NavigationProperty>
336 </ComplexType>
337 </Schema>
338
Gunnar Millsa778c022020-05-12 12:20:36 -0500339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_1">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
342 <EntityType Name="Zone" BaseType="Zone.v1_4_0.Zone"/>
343 </Schema>
344
Ed Tanouscb103132019-10-08 11:34:22 -0700345 </edmx:DataServices>
346</edmx:Edmx>