1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Zone v1.6.2                                                         -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2023 DMTF.                                                            -->
9<!--# 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>
36  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AddressPool_v1.xml">
37    <edmx:Include Namespace="AddressPool"/>
38  </edmx:Reference>
39
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."/>
47        <Annotation Term="OData.LongDescription" String="This resource shall represent a simple fabric zone for a Redfish implementation."/>
48        <Annotation Term="Capabilities.InsertRestrictions">
49          <Record>
50            <PropertyValue Property="Insertable" Bool="false"/>
51          </Record>
52        </Annotation>
53        <Annotation Term="Capabilities.UpdateRestrictions">
54          <Record>
55            <PropertyValue Property="Updatable" Bool="true"/>
56          </Record>
57        </Annotation>
58        <Annotation Term="Capabilities.DeleteRestrictions">
59          <Record>
60            <PropertyValue Property="Deletable" Bool="true"/>
61          </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      <Action Name="AddEndpoint" IsBound="true">
72        <Annotation Term="OData.Description" String="This action adds an endpoint to a zone."/>
73        <Annotation Term="OData.LongDescription" String="This action shall add an endpoint to a zone."/>
74        <Parameter Name="Zone" Type="Zone.v1_1_0.Actions"/>
75        <Parameter Name="Endpoint" Type="Endpoint.Endpoint" Nullable="false">
76          <Annotation Term="OData.Description" String="The endpoint to add to the zone."/>
77          <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to the specified endpoint to add to the zone."/>
78        </Parameter>
79        <Parameter Name="EndpointETag" Type="Edm.String">
80          <Annotation Term="OData.Description" String="The current ETag of the endpoint to add to the zone."/>
81          <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the endpoint to add to the zone.  If the client-provided ETag does not match the current ETag of the endpoint that the Endpoint parameter specifies, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
82        </Parameter>
83        <Parameter Name="ZoneETag" Type="Edm.String">
84          <Annotation Term="OData.Description" String="The current ETag of the zone."/>
85          <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the zone.  If the client-provided ETag does not match the current ETag of the zone, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
86        </Parameter>
87        <Annotation Term="Redfish.Revisions">
88          <Collection>
89            <Record>
90              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
91              <PropertyValue Property="Version" String="v1_5_0"/>
92            </Record>
93          </Collection>
94        </Annotation>
95      </Action>
96
97      <Action Name="RemoveEndpoint" IsBound="true">
98        <Annotation Term="OData.Description" String="This action removes an endpoint from a zone."/>
99        <Annotation Term="OData.LongDescription" String="This action shall remove an endpoint from a zone."/>
100        <Parameter Name="Zone" Type="Zone.v1_1_0.Actions"/>
101        <Parameter Name="Endpoint" Type="Endpoint.Endpoint" Nullable="false">
102          <Annotation Term="OData.Description" String="The endpoint to remove from the zone."/>
103          <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to the specified endpoint to remove from the zone."/>
104        </Parameter>
105        <Parameter Name="EndpointETag" Type="Edm.String">
106          <Annotation Term="OData.Description" String="The current ETag of the endpoint to remove from the system."/>
107          <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the endpoint to remove from the system.  If the client-provided ETag does not match the current ETag of the endpoint that the Endpoint parameter specifies, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
108        </Parameter>
109        <Parameter Name="ZoneETag" Type="Edm.String">
110          <Annotation Term="OData.Description" String="The current ETag of the zone."/>
111          <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the zone.  If the client-provided ETag does not match the current ETag of the zone, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
112        </Parameter>
113        <Annotation Term="Redfish.Revisions">
114          <Collection>
115            <Record>
116              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
117              <PropertyValue Property="Version" String="v1_5_0"/>
118            </Record>
119          </Collection>
120        </Annotation>
121      </Action>
122    </Schema>
123
124    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_0">
125      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
126      <Annotation Term="Redfish.Release" String="2016.2"/>
127
128      <EntityType Name="Zone" BaseType="Zone.Zone">
129        <Property Name="Status" Type="Resource.Status" Nullable="false">
130          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
131          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
132        </Property>
133        <Property Name="Links" Type="Zone.v1_0_0.Links" Nullable="false">
134          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
135          <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."/>
136        </Property>
137      </EntityType>
138
139      <ComplexType Name="Links" BaseType="Resource.Links">
140        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
141        <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."/>
142        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
143          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
144          <Annotation Term="OData.Description" String="The links to the endpoints that this zone contains."/>
145          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint that this zone contains."/>
146          <Annotation Term="OData.AutoExpandReferences"/>
147        </NavigationProperty>
148        <NavigationProperty Name="InvolvedSwitches" Type="Collection(Switch.Switch)">
149          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
150          <Annotation Term="OData.Description" String="The links to the collection of switches in this zone."/>
151          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Switch in this zone."/>
152          <Annotation Term="OData.AutoExpandReferences"/>
153        </NavigationProperty>
154      </ComplexType>
155    </Schema>
156
157    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_1">
158      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
159      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
160      <EntityType Name="Zone" BaseType="Zone.v1_0_0.Zone"/>
161    </Schema>
162
163    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_2">
164      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
165      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet from NavigationProperties of the Collection type."/>
166      <EntityType Name="Zone" BaseType="Zone.v1_0_1.Zone"/>
167    </Schema>
168
169    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_3">
170      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
171      <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."/>
172      <EntityType Name="Zone" BaseType="Zone.v1_0_2.Zone"/>
173    </Schema>
174
175    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_4">
176      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
177      <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that URI properties use the uri-reference format."/>
178      <EntityType Name="Zone" BaseType="Zone.v1_0_3.Zone"/>
179    </Schema>
180
181    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_5">
182      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
183      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
184      <EntityType Name="Zone" BaseType="Zone.v1_0_4.Zone"/>
185    </Schema>
186
187    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_6">
188      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
189      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
190      <EntityType Name="Zone" BaseType="Zone.v1_0_5.Zone"/>
191    </Schema>
192
193    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_0">
194      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
195      <Annotation Term="Redfish.Release" String="2017.1"/>
196
197      <EntityType Name="Zone" BaseType="Zone.v1_0_2.Zone">
198        <Property Name="Actions" Type="Zone.v1_1_0.Actions" Nullable="false">
199          <Annotation Term="OData.Description" String="The available actions for this resource."/>
200          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
201        </Property>
202      </EntityType>
203
204      <ComplexType Name="Links" BaseType="Zone.v1_0_0.Links">
205        <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
206          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
207          <Annotation Term="OData.Description" String="The links to the resource blocks with which this zone is associated."/>
208          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type ResourceBlock with which this zone is associated."/>
209          <Annotation Term="OData.AutoExpandReferences"/>
210        </NavigationProperty>
211      </ComplexType>
212
213      <ComplexType Name="Actions">
214        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
215        <Annotation Term="OData.Description" String="The available actions for this resource."/>
216        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
217        <Property Name="Oem" Type="Zone.v1_1_0.OemActions" Nullable="false">
218          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
219          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
220        </Property>
221      </ComplexType>
222
223      <ComplexType Name="OemActions">
224        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
225        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
226        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
227      </ComplexType>
228    </Schema>
229
230    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_1">
231      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
232      <Annotation Term="OData.Description" String="This version was created to edit Schema-defined descriptions."/>
233      <EntityType Name="Zone" BaseType="Zone.v1_1_0.Zone"/>
234    </Schema>
235
236    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_2">
237      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
238      <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."/>
239      <EntityType Name="Zone" BaseType="Zone.v1_1_1.Zone"/>
240    </Schema>
241
242    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_3">
243      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
244      <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."/>
245      <EntityType Name="Zone" BaseType="Zone.v1_1_2.Zone"/>
246    </Schema>
247
248    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_4">
249      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
250      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
251      <EntityType Name="Zone" BaseType="Zone.v1_1_3.Zone"/>
252    </Schema>
253
254    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_5">
255      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
256      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
257      <EntityType Name="Zone" BaseType="Zone.v1_1_4.Zone"/>
258    </Schema>
259
260    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_0">
261      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
262      <Annotation Term="Redfish.Release" String="2017.3"/>
263
264      <EntityType Name="Zone" BaseType="Zone.v1_1_1.Zone">
265        <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
266          <Annotation Term="OData.Description" String="The durable names for the zone."/>
267          <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated zone."/>
268        </Property>
269      </EntityType>
270    </Schema>
271
272    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_1">
273      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
274      <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."/>
275      <EntityType Name="Zone" BaseType="Zone.v1_2_0.Zone"/>
276    </Schema>
277
278    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_2">
279      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
280      <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`."/>
281      <EntityType Name="Zone" BaseType="Zone.v1_2_1.Zone"/>
282    </Schema>
283
284    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_3">
285      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
286      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
287      <EntityType Name="Zone" BaseType="Zone.v1_2_2.Zone"/>
288    </Schema>
289
290    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_4">
291      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
292      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
293      <EntityType Name="Zone" BaseType="Zone.v1_2_3.Zone"/>
294    </Schema>
295
296    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_0">
297      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
298      <Annotation Term="Redfish.Release" String="2019.1"/>
299
300      <EntityType Name="Zone" BaseType="Zone.v1_2_2.Zone">
301        <Property Name="ExternalAccessibility" Type="Zone.v1_3_0.ExternalAccessibility">
302          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
303          <Annotation Term="OData.Description" String="Indicates accessibility of endpoints in this zone to endpoints outside of this zone."/>
304          <Annotation Term="OData.LongDescription" String="This property shall contain and indication of accessibility of endpoints in this zone to endpoints outside of this zone."/>
305        </Property>
306      </EntityType>
307
308      <EnumType Name="ExternalAccessibility">
309        <Member Name="GloballyAccessible">
310          <Annotation Term="OData.Description" String="Any external entity with the correct access details, which might include authorization information, can access the endpoints that this zone lists."/>
311          <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."/>
312        </Member>
313        <Member Name="NonZonedAccessible">
314          <Annotation Term="OData.Description" String="Any external entity that another zone does not explicitly list can access the endpoints that this zone lists."/>
315          <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."/>
316        </Member>
317        <Member Name="ZoneOnly">
318          <Annotation Term="OData.Description" String="Only accessible by endpoints that this zone explicitly lists."/>
319          <Annotation Term="OData.LongDescription" String="This value shall indicate that endpoints in this zone are only accessible by endpoints that this zone explicitly lists."/>
320        </Member>
321        <Member Name="NoInternalRouting">
322          <Annotation Term="OData.Description" String="Routing is not enabled within this zone."/>
323          <Annotation Term="OData.LongDescription" String="This value shall indicate that implicit routing within this zone is not defined."/>
324        </Member>
325      </EnumType>
326    </Schema>
327
328    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_1">
329      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
330      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
331      <EntityType Name="Zone" BaseType="Zone.v1_3_0.Zone"/>
332    </Schema>
333
334    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_2">
335      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
336      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
337      <EntityType Name="Zone" BaseType="Zone.v1_3_1.Zone"/>
338    </Schema>
339
340    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_3">
341      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
342      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
343      <EntityType Name="Zone" BaseType="Zone.v1_3_2.Zone"/>
344    </Schema>
345
346    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_4">
347      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
348      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
349      <EntityType Name="Zone" BaseType="Zone.v1_3_3.Zone"/>
350    </Schema>
351
352    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_5">
353      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
354      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
355      <EntityType Name="Zone" BaseType="Zone.v1_3_4.Zone"/>
356    </Schema>
357
358    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_0">
359      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
360      <Annotation Term="Redfish.Release" String="2019.4"/>
361
362      <EntityType Name="Zone" BaseType="Zone.v1_3_1.Zone">
363        <Property Name="ZoneType" Type="Zone.v1_4_0.ZoneType">
364          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
365          <Annotation Term="OData.Description" String="The type of zone."/>
366          <Annotation Term="OData.LongDescription" String="This property shall contain the type of zone that this zone represents."/>
367        </Property>
368        <Property Name="DefaultRoutingEnabled" Type="Edm.Boolean">
369          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
370          <Annotation Term="OData.Description" String="This property indicates whether routing within this zone is enabled."/>
371          <Annotation Term="OData.LongDescription" String="This property shall indicate whether routing within this zone is enabled."/>
372        </Property>
373      </EntityType>
374
375      <EnumType Name="ZoneType">
376        <Member Name="Default">
377          <Annotation Term="OData.Description" String="The zone in which all endpoints are added by default when instantiated."/>
378          <Annotation Term="OData.LongDescription" String="This value shall indicate a zone in which all endpoints are added by default when instantiated.  This value shall only be used for zones subordinate to the fabric collection."/>
379        </Member>
380        <Member Name="ZoneOfEndpoints">
381          <Annotation Term="OData.Description" String="A zone that contains endpoints."/>
382          <Annotation Term="OData.LongDescription" String="This value shall indicate a zone that contains resources of type Endpoint.  This value shall only be used for zones subordinate to the fabric collection."/>
383        </Member>
384        <Member Name="ZoneOfZones">
385          <Annotation Term="OData.Description" String="A zone that contains zones."/>
386          <Annotation Term="OData.LongDescription" String="This value shall indicate a zone that contains resources of type Zone.  This value shall only be used for zones subordinate to the fabric collection."/>
387        </Member>
388        <Member Name="ZoneOfResourceBlocks">
389          <Annotation Term="OData.Description" String="A zone that contains resource blocks."/>
390          <Annotation Term="OData.LongDescription" String="This value shall indicate a zone that contains resources of type ResourceBlock.  This value shall only be used for zones subordinate to the composition service."/>
391          <Annotation Term="Redfish.Revisions">
392            <Collection>
393              <Record>
394                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
395                <PropertyValue Property="Version" String="v1_6_0"/>
396              </Record>
397            </Collection>
398          </Annotation>
399        </Member>
400      </EnumType>
401
402      <ComplexType Name="Links" BaseType="Zone.v1_1_0.Links">
403        <NavigationProperty Name="AddressPools" Type="Collection(AddressPool.AddressPool)">
404          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
405          <Annotation Term="OData.Description" String="An array of links to the address pools associated with this zone."/>
406          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type AddressPool with which this zone is associated."/>
407          <Annotation Term="OData.AutoExpandReferences"/>
408        </NavigationProperty>
409        <NavigationProperty Name="ContainedByZones" Type="Collection(Zone.Zone)">
410          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
411          <Annotation Term="OData.Description" String="An array of links to the zone that contain this zone."/>
412          <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."/>
413          <Annotation Term="OData.AutoExpandReferences"/>
414        </NavigationProperty>
415        <NavigationProperty Name="ContainsZones" Type="Collection(Zone.Zone)">
416          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
417          <Annotation Term="OData.Description" String="An array of links to the zones that are contained by this zone."/>
418          <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."/>
419          <Annotation Term="OData.AutoExpandReferences"/>
420        </NavigationProperty>
421      </ComplexType>
422    </Schema>
423
424    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_1">
425      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
426      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
427      <EntityType Name="Zone" BaseType="Zone.v1_4_0.Zone"/>
428    </Schema>
429
430    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_2">
431      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
432      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
433      <EntityType Name="Zone" BaseType="Zone.v1_4_1.Zone"/>
434    </Schema>
435
436    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_3">
437      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
438      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
439      <EntityType Name="Zone" BaseType="Zone.v1_4_2.Zone"/>
440    </Schema>
441
442    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_4">
443      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
444      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
445      <EntityType Name="Zone" BaseType="Zone.v1_4_3.Zone"/>
446    </Schema>
447
448    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_5_0">
449      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
450      <Annotation Term="Redfish.Release" String="2020.3"/>
451      <Annotation Term="OData.Description" String="This version was created to add AddEndpoint and RemoveEndpoint actions.  It was also created to add `NoInternalRouting` to ExternalAccessibility."/>
452
453      <EntityType Name="Zone" BaseType="Zone.v1_4_2.Zone"/>
454    </Schema>
455
456    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_5_1">
457      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
458      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
459      <EntityType Name="Zone" BaseType="Zone.v1_5_0.Zone"/>
460    </Schema>
461
462    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_5_2">
463      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
465      <EntityType Name="Zone" BaseType="Zone.v1_5_1.Zone"/>
466    </Schema>
467
468    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_6_0">
469      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470      <Annotation Term="Redfish.Release" String="2020.4"/>
471      <Annotation Term="OData.Description" String="This version was created to add `ZoneOfResourceBlocks` to ZoneType."/>
472
473      <EntityType Name="Zone" BaseType="Zone.v1_5_0.Zone"/>
474    </Schema>
475
476    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_6_1">
477      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
478      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
479      <EntityType Name="Zone" BaseType="Zone.v1_6_0.Zone"/>
480    </Schema>
481
482    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_6_2">
483      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
484      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
485      <EntityType Name="Zone" BaseType="Zone.v1_6_1.Zone"/>
486    </Schema>
487
488  </edmx:DataServices>
489</edmx:Edmx>
490