12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  Zone v1.6.3                                                         -->
52bde4061SEd Tanous<!--#                                                                                      -->
62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
102bde4061SEd Tanous<!--################################################################################       -->
112bde4061SEd Tanous<!---->
122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
132bde4061SEd Tanous
142bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
152bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
162bde4061SEd Tanous  </edmx:Reference>
172bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
182bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
192bde4061SEd Tanous  </edmx:Reference>
202bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
222bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
232bde4061SEd Tanous  </edmx:Reference>
242bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
252bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
262bde4061SEd Tanous  </edmx:Reference>
272bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml">
282bde4061SEd Tanous    <edmx:Include Namespace="Switch"/>
292bde4061SEd Tanous  </edmx:Reference>
302bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
312bde4061SEd Tanous    <edmx:Include Namespace="Endpoint"/>
322bde4061SEd Tanous  </edmx:Reference>
332bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResourceBlock_v1.xml">
342bde4061SEd Tanous    <edmx:Include Namespace="ResourceBlock"/>
352bde4061SEd Tanous  </edmx:Reference>
362bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AddressPool_v1.xml">
372bde4061SEd Tanous    <edmx:Include Namespace="AddressPool"/>
382bde4061SEd Tanous  </edmx:Reference>
392bde4061SEd Tanous
402bde4061SEd Tanous  <edmx:DataServices>
412bde4061SEd Tanous
422bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone">
432bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
44*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
452bde4061SEd Tanous
462bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Resource.v1_0_0.Resource" Abstract="true">
47*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `Zone` schema describes a simple fabric zone for a Redfish implementation."/>
482bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent a simple fabric zone for a Redfish implementation."/>
492bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
502bde4061SEd Tanous          <Record>
512bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
522bde4061SEd Tanous          </Record>
532bde4061SEd Tanous        </Annotation>
542bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
552bde4061SEd Tanous          <Record>
562bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
572bde4061SEd Tanous          </Record>
582bde4061SEd Tanous        </Annotation>
592bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
602bde4061SEd Tanous          <Record>
612bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="true"/>
622bde4061SEd Tanous          </Record>
632bde4061SEd Tanous        </Annotation>
642bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
652bde4061SEd Tanous          <Collection>
662bde4061SEd Tanous            <String>/redfish/v1/Fabrics/{FabricId}/Zones/{ZoneId}</String>
672bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceZones/{ZoneId}</String>
682bde4061SEd Tanous          </Collection>
692bde4061SEd Tanous        </Annotation>
702bde4061SEd Tanous      </EntityType>
712bde4061SEd Tanous
722bde4061SEd Tanous      <Action Name="AddEndpoint" IsBound="true">
732bde4061SEd Tanous        <Annotation Term="OData.Description" String="This action adds an endpoint to a zone."/>
742bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall add an endpoint to a zone."/>
752bde4061SEd Tanous        <Parameter Name="Zone" Type="Zone.v1_1_0.Actions"/>
762bde4061SEd Tanous        <Parameter Name="Endpoint" Type="Endpoint.Endpoint" Nullable="false">
772bde4061SEd Tanous          <Annotation Term="OData.Description" String="The endpoint to add to the zone."/>
782bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to the specified endpoint to add to the zone."/>
792bde4061SEd Tanous        </Parameter>
802bde4061SEd Tanous        <Parameter Name="EndpointETag" Type="Edm.String">
812bde4061SEd Tanous          <Annotation Term="OData.Description" String="The current ETag of the endpoint to add to the zone."/>
82*f2a8e57eSGunnar Mills          <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."/>
832bde4061SEd Tanous        </Parameter>
842bde4061SEd Tanous        <Parameter Name="ZoneETag" Type="Edm.String">
852bde4061SEd Tanous          <Annotation Term="OData.Description" String="The current ETag of the zone."/>
86*f2a8e57eSGunnar Mills          <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."/>
872bde4061SEd Tanous        </Parameter>
882bde4061SEd Tanous        <Annotation Term="Redfish.Revisions">
892bde4061SEd Tanous          <Collection>
902bde4061SEd Tanous            <Record>
912bde4061SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
922bde4061SEd Tanous              <PropertyValue Property="Version" String="v1_5_0"/>
932bde4061SEd Tanous            </Record>
942bde4061SEd Tanous          </Collection>
952bde4061SEd Tanous        </Annotation>
962bde4061SEd Tanous      </Action>
972bde4061SEd Tanous
982bde4061SEd Tanous      <Action Name="RemoveEndpoint" IsBound="true">
992bde4061SEd Tanous        <Annotation Term="OData.Description" String="This action removes an endpoint from a zone."/>
1002bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall remove an endpoint from a zone."/>
1012bde4061SEd Tanous        <Parameter Name="Zone" Type="Zone.v1_1_0.Actions"/>
1022bde4061SEd Tanous        <Parameter Name="Endpoint" Type="Endpoint.Endpoint" Nullable="false">
1032bde4061SEd Tanous          <Annotation Term="OData.Description" String="The endpoint to remove from the zone."/>
1042bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to the specified endpoint to remove from the zone."/>
1052bde4061SEd Tanous        </Parameter>
1062bde4061SEd Tanous        <Parameter Name="EndpointETag" Type="Edm.String">
1072bde4061SEd Tanous          <Annotation Term="OData.Description" String="The current ETag of the endpoint to remove from the system."/>
108*f2a8e57eSGunnar Mills          <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."/>
1092bde4061SEd Tanous        </Parameter>
1102bde4061SEd Tanous        <Parameter Name="ZoneETag" Type="Edm.String">
1112bde4061SEd Tanous          <Annotation Term="OData.Description" String="The current ETag of the zone."/>
112*f2a8e57eSGunnar Mills          <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."/>
1132bde4061SEd Tanous        </Parameter>
1142bde4061SEd Tanous        <Annotation Term="Redfish.Revisions">
1152bde4061SEd Tanous          <Collection>
1162bde4061SEd Tanous            <Record>
1172bde4061SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1182bde4061SEd Tanous              <PropertyValue Property="Version" String="v1_5_0"/>
1192bde4061SEd Tanous            </Record>
1202bde4061SEd Tanous          </Collection>
1212bde4061SEd Tanous        </Annotation>
1222bde4061SEd Tanous      </Action>
1232bde4061SEd Tanous    </Schema>
1242bde4061SEd Tanous
1252bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_0">
1262bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1272bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2016.2"/>
1282bde4061SEd Tanous
1292bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.Zone">
1302bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
1312bde4061SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1322bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
1332bde4061SEd Tanous        </Property>
1342bde4061SEd Tanous        <Property Name="Links" Type="Zone.v1_0_0.Links" Nullable="false">
1352bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1362bde4061SEd Tanous          <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."/>
1372bde4061SEd Tanous        </Property>
1382bde4061SEd Tanous      </EntityType>
1392bde4061SEd Tanous
1402bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
1412bde4061SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1422bde4061SEd Tanous        <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."/>
1432bde4061SEd Tanous        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
1442bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1452bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to the endpoints that this zone contains."/>
146*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Endpoint` that this zone contains."/>
1472bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1482bde4061SEd Tanous        </NavigationProperty>
1492bde4061SEd Tanous        <NavigationProperty Name="InvolvedSwitches" Type="Collection(Switch.Switch)">
1502bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1512bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to the collection of switches in this zone."/>
152*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Switch` in this zone."/>
1532bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1542bde4061SEd Tanous        </NavigationProperty>
1552bde4061SEd Tanous      </ComplexType>
1562bde4061SEd Tanous    </Schema>
1572bde4061SEd Tanous
1582bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_1">
1592bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1602bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1612bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_0_0.Zone"/>
1622bde4061SEd Tanous    </Schema>
1632bde4061SEd Tanous
1642bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_2">
1652bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
166*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
1672bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_0_1.Zone"/>
1682bde4061SEd Tanous    </Schema>
1692bde4061SEd Tanous
1702bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_3">
1712bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1722bde4061SEd Tanous      <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."/>
1732bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_0_2.Zone"/>
1742bde4061SEd Tanous    </Schema>
1752bde4061SEd Tanous
1762bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_4">
1772bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1782bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that URI properties use the uri-reference format."/>
1792bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_0_3.Zone"/>
1802bde4061SEd Tanous    </Schema>
1812bde4061SEd Tanous
1822bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_5">
1832bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1842bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1852bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_0_4.Zone"/>
1862bde4061SEd Tanous    </Schema>
1872bde4061SEd Tanous
1882bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_6">
1892bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1902bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1912bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_0_5.Zone"/>
1922bde4061SEd Tanous    </Schema>
1932bde4061SEd Tanous
194*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_7">
195*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
196*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
197*f2a8e57eSGunnar Mills      <EntityType Name="Zone" BaseType="Zone.v1_0_6.Zone"/>
198*f2a8e57eSGunnar Mills    </Schema>
199*f2a8e57eSGunnar Mills
2002bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_0">
2012bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2022bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
2032bde4061SEd Tanous
2042bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_0_2.Zone">
2052bde4061SEd Tanous        <Property Name="Actions" Type="Zone.v1_1_0.Actions" Nullable="false">
2062bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
2072bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
2082bde4061SEd Tanous        </Property>
2092bde4061SEd Tanous      </EntityType>
2102bde4061SEd Tanous
2112bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Zone.v1_0_0.Links">
2122bde4061SEd Tanous        <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
2132bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2142bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to the resource blocks with which this zone is associated."/>
215*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `ResourceBlock` with which this zone is associated."/>
2162bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2172bde4061SEd Tanous        </NavigationProperty>
2182bde4061SEd Tanous      </ComplexType>
2192bde4061SEd Tanous
2202bde4061SEd Tanous      <ComplexType Name="Actions">
2212bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2222bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
2232bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
2242bde4061SEd Tanous        <Property Name="Oem" Type="Zone.v1_1_0.OemActions" Nullable="false">
2252bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
2262bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
2272bde4061SEd Tanous        </Property>
2282bde4061SEd Tanous      </ComplexType>
2292bde4061SEd Tanous
2302bde4061SEd Tanous      <ComplexType Name="OemActions">
2312bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
2322bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
2332bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
2342bde4061SEd Tanous      </ComplexType>
2352bde4061SEd Tanous    </Schema>
2362bde4061SEd Tanous
2372bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_1">
2382bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2392bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to edit Schema-defined descriptions."/>
2402bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_1_0.Zone"/>
2412bde4061SEd Tanous    </Schema>
2422bde4061SEd Tanous
2432bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_2">
2442bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2452bde4061SEd Tanous      <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."/>
2462bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_1_1.Zone"/>
2472bde4061SEd Tanous    </Schema>
2482bde4061SEd Tanous
2492bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_3">
2502bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2512bde4061SEd Tanous      <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."/>
2522bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_1_2.Zone"/>
2532bde4061SEd Tanous    </Schema>
2542bde4061SEd Tanous
2552bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_4">
2562bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2572bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
2582bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_1_3.Zone"/>
2592bde4061SEd Tanous    </Schema>
2602bde4061SEd Tanous
2612bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_5">
2622bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2632bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2642bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_1_4.Zone"/>
2652bde4061SEd Tanous    </Schema>
2662bde4061SEd Tanous
267*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_6">
268*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
269*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
270*f2a8e57eSGunnar Mills      <EntityType Name="Zone" BaseType="Zone.v1_1_5.Zone"/>
271*f2a8e57eSGunnar Mills    </Schema>
272*f2a8e57eSGunnar Mills
2732bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_0">
2742bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2752bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2017.3"/>
2762bde4061SEd Tanous
2772bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_1_1.Zone">
2782bde4061SEd Tanous        <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
2792bde4061SEd Tanous          <Annotation Term="OData.Description" String="The durable names for the zone."/>
2802bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated zone."/>
2812bde4061SEd Tanous        </Property>
2822bde4061SEd Tanous      </EntityType>
2832bde4061SEd Tanous    </Schema>
2842bde4061SEd Tanous
2852bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_1">
2862bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2872bde4061SEd Tanous      <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."/>
2882bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_2_0.Zone"/>
2892bde4061SEd Tanous    </Schema>
2902bde4061SEd Tanous
2912bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_2">
2922bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2932bde4061SEd Tanous      <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`."/>
2942bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_2_1.Zone"/>
2952bde4061SEd Tanous    </Schema>
2962bde4061SEd Tanous
2972bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_3">
2982bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2992bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
3002bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_2_2.Zone"/>
3012bde4061SEd Tanous    </Schema>
3022bde4061SEd Tanous
3032bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_4">
3042bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3052bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
3062bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_2_3.Zone"/>
3072bde4061SEd Tanous    </Schema>
3082bde4061SEd Tanous
309*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_5">
310*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
311*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
312*f2a8e57eSGunnar Mills      <EntityType Name="Zone" BaseType="Zone.v1_2_4.Zone"/>
313*f2a8e57eSGunnar Mills    </Schema>
314*f2a8e57eSGunnar Mills
3152bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_0">
3162bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3172bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2019.1"/>
3182bde4061SEd Tanous
3192bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_2_2.Zone">
3202bde4061SEd Tanous        <Property Name="ExternalAccessibility" Type="Zone.v1_3_0.ExternalAccessibility">
3212bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
3222bde4061SEd Tanous          <Annotation Term="OData.Description" String="Indicates accessibility of endpoints in this zone to endpoints outside of this zone."/>
3232bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain and indication of accessibility of endpoints in this zone to endpoints outside of this zone."/>
3242bde4061SEd Tanous        </Property>
3252bde4061SEd Tanous      </EntityType>
3262bde4061SEd Tanous
3272bde4061SEd Tanous      <EnumType Name="ExternalAccessibility">
3282bde4061SEd Tanous        <Member Name="GloballyAccessible">
3292bde4061SEd Tanous          <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."/>
3302bde4061SEd Tanous          <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."/>
3312bde4061SEd Tanous        </Member>
3322bde4061SEd Tanous        <Member Name="NonZonedAccessible">
3332bde4061SEd Tanous          <Annotation Term="OData.Description" String="Any external entity that another zone does not explicitly list can access the endpoints that this zone lists."/>
3342bde4061SEd Tanous          <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."/>
3352bde4061SEd Tanous        </Member>
3362bde4061SEd Tanous        <Member Name="ZoneOnly">
3372bde4061SEd Tanous          <Annotation Term="OData.Description" String="Only accessible by endpoints that this zone explicitly lists."/>
3382bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate that endpoints in this zone are only accessible by endpoints that this zone explicitly lists."/>
3392bde4061SEd Tanous        </Member>
3402bde4061SEd Tanous        <Member Name="NoInternalRouting">
3412bde4061SEd Tanous          <Annotation Term="OData.Description" String="Routing is not enabled within this zone."/>
3422bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate that implicit routing within this zone is not defined."/>
3432bde4061SEd Tanous        </Member>
3442bde4061SEd Tanous      </EnumType>
3452bde4061SEd Tanous    </Schema>
3462bde4061SEd Tanous
3472bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_1">
3482bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3492bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
3502bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_3_0.Zone"/>
3512bde4061SEd Tanous    </Schema>
3522bde4061SEd Tanous
3532bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_2">
3542bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3552bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
3562bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_3_1.Zone"/>
3572bde4061SEd Tanous    </Schema>
3582bde4061SEd Tanous
3592bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_3">
3602bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3612bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
3622bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_3_2.Zone"/>
3632bde4061SEd Tanous    </Schema>
3642bde4061SEd Tanous
3652bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_4">
3662bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3672bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
3682bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_3_3.Zone"/>
3692bde4061SEd Tanous    </Schema>
3702bde4061SEd Tanous
3712bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_5">
3722bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3732bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
3742bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_3_4.Zone"/>
3752bde4061SEd Tanous    </Schema>
3762bde4061SEd Tanous
377*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_6">
378*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
379*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
380*f2a8e57eSGunnar Mills      <EntityType Name="Zone" BaseType="Zone.v1_3_5.Zone"/>
381*f2a8e57eSGunnar Mills    </Schema>
382*f2a8e57eSGunnar Mills
3832bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_0">
3842bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3852bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2019.4"/>
3862bde4061SEd Tanous
3872bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_3_1.Zone">
3882bde4061SEd Tanous        <Property Name="ZoneType" Type="Zone.v1_4_0.ZoneType">
3892bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
3902bde4061SEd Tanous          <Annotation Term="OData.Description" String="The type of zone."/>
3912bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the type of zone that this zone represents."/>
3922bde4061SEd Tanous        </Property>
3932bde4061SEd Tanous        <Property Name="DefaultRoutingEnabled" Type="Edm.Boolean">
3942bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
3952bde4061SEd Tanous          <Annotation Term="OData.Description" String="This property indicates whether routing within this zone is enabled."/>
3962bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether routing within this zone is enabled."/>
3972bde4061SEd Tanous        </Property>
3982bde4061SEd Tanous      </EntityType>
3992bde4061SEd Tanous
4002bde4061SEd Tanous      <EnumType Name="ZoneType">
4012bde4061SEd Tanous        <Member Name="Default">
4022bde4061SEd Tanous          <Annotation Term="OData.Description" String="The zone in which all endpoints are added by default when instantiated."/>
4032bde4061SEd Tanous          <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."/>
4042bde4061SEd Tanous        </Member>
4052bde4061SEd Tanous        <Member Name="ZoneOfEndpoints">
4062bde4061SEd Tanous          <Annotation Term="OData.Description" String="A zone that contains endpoints."/>
407*f2a8e57eSGunnar Mills          <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."/>
4082bde4061SEd Tanous        </Member>
4092bde4061SEd Tanous        <Member Name="ZoneOfZones">
4102bde4061SEd Tanous          <Annotation Term="OData.Description" String="A zone that contains zones."/>
411*f2a8e57eSGunnar Mills          <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."/>
4122bde4061SEd Tanous        </Member>
4132bde4061SEd Tanous        <Member Name="ZoneOfResourceBlocks">
4142bde4061SEd Tanous          <Annotation Term="OData.Description" String="A zone that contains resource blocks."/>
415*f2a8e57eSGunnar Mills          <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."/>
4162bde4061SEd Tanous          <Annotation Term="Redfish.Revisions">
4172bde4061SEd Tanous            <Collection>
4182bde4061SEd Tanous              <Record>
4192bde4061SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
4202bde4061SEd Tanous                <PropertyValue Property="Version" String="v1_6_0"/>
4212bde4061SEd Tanous              </Record>
4222bde4061SEd Tanous            </Collection>
4232bde4061SEd Tanous          </Annotation>
4242bde4061SEd Tanous        </Member>
4252bde4061SEd Tanous      </EnumType>
4262bde4061SEd Tanous
4272bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Zone.v1_1_0.Links">
4282bde4061SEd Tanous        <NavigationProperty Name="AddressPools" Type="Collection(AddressPool.AddressPool)">
4292bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
4302bde4061SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the address pools associated with this zone."/>
431*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `AddressPool` with which this zone is associated."/>
4322bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
4332bde4061SEd Tanous        </NavigationProperty>
4342bde4061SEd Tanous        <NavigationProperty Name="ContainedByZones" Type="Collection(Zone.Zone)">
4352bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
4362bde4061SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the zone that contain this zone."/>
437*f2a8e57eSGunnar Mills          <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."/>
4382bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
4392bde4061SEd Tanous        </NavigationProperty>
4402bde4061SEd Tanous        <NavigationProperty Name="ContainsZones" Type="Collection(Zone.Zone)">
4412bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
4422bde4061SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the zones that are contained by this zone."/>
443*f2a8e57eSGunnar Mills          <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."/>
4442bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
4452bde4061SEd Tanous        </NavigationProperty>
4462bde4061SEd Tanous      </ComplexType>
4472bde4061SEd Tanous    </Schema>
4482bde4061SEd Tanous
4492bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_1">
4502bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4512bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
4522bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_4_0.Zone"/>
4532bde4061SEd Tanous    </Schema>
4542bde4061SEd Tanous
4552bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_2">
4562bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4572bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
4582bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_4_1.Zone"/>
4592bde4061SEd Tanous    </Schema>
4602bde4061SEd Tanous
4612bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_3">
4622bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4632bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
4642bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_4_2.Zone"/>
4652bde4061SEd Tanous    </Schema>
4662bde4061SEd Tanous
4672bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_4">
4682bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4692bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
4702bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_4_3.Zone"/>
4712bde4061SEd Tanous    </Schema>
4722bde4061SEd Tanous
473*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_4_5">
474*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
475*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
476*f2a8e57eSGunnar Mills      <EntityType Name="Zone" BaseType="Zone.v1_4_4.Zone"/>
477*f2a8e57eSGunnar Mills    </Schema>
478*f2a8e57eSGunnar Mills
4792bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_5_0">
4802bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4812bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
482*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the `AddEndpoint` and `RemoveEndpoint` actions.  It was also created to add `NoInternalRouting` to `ExternalAccessibility`."/>
4832bde4061SEd Tanous
4842bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_4_2.Zone"/>
4852bde4061SEd Tanous    </Schema>
4862bde4061SEd Tanous
4872bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_5_1">
4882bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4892bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
4902bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_5_0.Zone"/>
4912bde4061SEd Tanous    </Schema>
4922bde4061SEd Tanous
4932bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_5_2">
4942bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4952bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
4962bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_5_1.Zone"/>
4972bde4061SEd Tanous    </Schema>
4982bde4061SEd Tanous
499*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_5_3">
500*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
501*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
502*f2a8e57eSGunnar Mills      <EntityType Name="Zone" BaseType="Zone.v1_5_2.Zone"/>
503*f2a8e57eSGunnar Mills    </Schema>
504*f2a8e57eSGunnar Mills
5052bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_6_0">
5062bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
5072bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
508*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `ZoneOfResourceBlocks` to `ZoneType`."/>
5092bde4061SEd Tanous
5102bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_5_0.Zone"/>
5112bde4061SEd Tanous    </Schema>
5122bde4061SEd Tanous
5132bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_6_1">
5142bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
5152bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
5162bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_6_0.Zone"/>
5172bde4061SEd Tanous    </Schema>
5182bde4061SEd Tanous
5192bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_6_2">
5202bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
5212bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
5222bde4061SEd Tanous      <EntityType Name="Zone" BaseType="Zone.v1_6_1.Zone"/>
5232bde4061SEd Tanous    </Schema>
5242bde4061SEd Tanous
525*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_6_3">
526*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
527*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
528*f2a8e57eSGunnar Mills      <EntityType Name="Zone" BaseType="Zone.v1_6_2.Zone"/>
529*f2a8e57eSGunnar Mills    </Schema>
530*f2a8e57eSGunnar Mills
5312bde4061SEd Tanous  </edmx:DataServices>
5322bde4061SEd Tanous</edmx:Edmx>
533