blob: f4a2bf1b8a2fe57de6d9156842be9c9aaff9ba60 [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
4<!--# Redfish Schema: Zone v1.3.1 -->
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-2019 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
37 <edmx:DataServices>
38
39 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone">
40 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
41
42 <EntityType Name="Zone" BaseType="Resource.v1_0_0.Resource" Abstract="true">
43 <Annotation Term="OData.Description" String="The Zone schema describes a simple fabric zone for a Redfish implementation."/>
44 <Annotation Term="OData.LongDescription" String="This Resource shall represent a simple fabric zone for a Redfish implementation."/>
45 <Annotation Term="Capabilities.InsertRestrictions">
46 <Record>
47 <PropertyValue Property="Insertable" Bool="false"/>
48 </Record>
49 </Annotation>
50 <Annotation Term="Capabilities.UpdateRestrictions">
51 <Record>
52 <PropertyValue Property="Updatable" Bool="false"/>
53 </Record>
54 </Annotation>
55 <Annotation Term="Capabilities.DeleteRestrictions">
56 <Record>
57 <PropertyValue Property="Deletable" Bool="false"/>
58 </Record>
59 </Annotation>
60 <Annotation Term="Redfish.Uris">
61 <Collection>
62 <String>/redfish/v1/Fabrics/{FabricId}/Zones/{ZoneId}</String>
63 <String>/redfish/v1/CompositionService/ResourceZones/{ZoneId}</String>
64 </Collection>
65 </Annotation>
66 </EntityType>
67
68 </Schema>
69
70 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_0">
71 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
72 <Annotation Term="Redfish.Release" String="2016.2"/>
73
74 <EntityType Name="Zone" BaseType="Zone.Zone">
75 <Property Name="Status" Type="Resource.Status" Nullable="false">
76 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
77 <Annotation Term="OData.LongDescription" String="This property shall contain the status and health properties of the Resource and its children."/>
78 </Property>
79 <Property Name="Links" Type="Zone.v1_0_0.Links" Nullable="false">
80 <Annotation Term="OData.Description" String="The links to Resources related to but not subordinate to this Resource."/>
81 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described property shall contain links to Resources related to but not subordinate to this Resource."/>
82 </Property>
83 </EntityType>
84
85 <ComplexType Name="Links" BaseType="Resource.Links">
86 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
87 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to Resources that are not contained in or subordinate to this Resource."/>
88 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
89 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
90 <Annotation Term="OData.Description" String="The links to the endpoints that this zone contains."/>
91 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the Resources of the Endpoint type that this zone contains."/>
92 <Annotation Term="OData.AutoExpandReferences"/>
93 </NavigationProperty>
94 <NavigationProperty Name="InvolvedSwitches" Type="Collection(Switch.Switch)">
95 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
96 <Annotation Term="OData.Description" String="The links to the collection of switches in this zone."/>
97 <Annotation Term="OData.LongDescription" String="This property shall contain the links to the Resource Collection of type Switch in this zone."/>
98 <Annotation Term="OData.AutoExpandReferences"/>
99 </NavigationProperty>
100 </ComplexType>
101 </Schema>
102
103 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_1">
104 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
105 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
106 <EntityType Name="Zone" BaseType="Zone.v1_0_0.Zone"/>
107 </Schema>
108
109 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_2">
110 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
111 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet from NavigationProperties of the Collection type."/>
112 <EntityType Name="Zone" BaseType="Zone.v1_0_1.Zone"/>
113 </Schema>
114
115 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_3">
116 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
117 <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."/>
118 <EntityType Name="Zone" BaseType="Zone.v1_0_2.Zone"/>
119 </Schema>
120
121 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_4">
122 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
123 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that URI properties use the uri-reference format."/>
124 <EntityType Name="Zone" BaseType="Zone.v1_0_3.Zone"/>
125 </Schema>
126
127 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_0_5">
128 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
129 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
130 <EntityType Name="Zone" BaseType="Zone.v1_0_4.Zone"/>
131 </Schema>
132
133 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_0">
134 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
135 <Annotation Term="Redfish.Release" String="2017.1"/>
136 <EntityType Name="Zone" BaseType="Zone.v1_0_2.Zone">
137 <Property Name="Actions" Type="Zone.v1_1_0.Actions" Nullable="false">
138 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
139 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
140 </Property>
141 </EntityType>
142
143 <ComplexType Name="Links" BaseType="Zone.v1_0_0.Links">
144 <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
146 <Annotation Term="OData.Description" String="The links to the Resource Blocks with which this zone is associated."/>
147 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to Resources of the ResourceBlock type with which this zone is associated."/>
148 <Annotation Term="OData.AutoExpandReferences"/>
149 </NavigationProperty>
150 </ComplexType>
151
152 <ComplexType Name="Actions">
153 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
154 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
155 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
156 <Property Name="Oem" Type="Zone.v1_1_0.OemActions" Nullable="false">
157 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
158 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
159 </Property>
160 </ComplexType>
161
162 <ComplexType Name="OemActions">
163 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
164 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
165 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
166 </ComplexType>
167 </Schema>
168
169 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_1">
170 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
171 <Annotation Term="OData.Description" String="This version was created to edit Schema-defined descriptions."/>
172 <EntityType Name="Zone" BaseType="Zone.v1_1_0.Zone"/>
173 </Schema>
174
175 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_2">
176 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
177 <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."/>
178 <EntityType Name="Zone" BaseType="Zone.v1_1_1.Zone"/>
179 </Schema>
180
181 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_3">
182 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
183 <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."/>
184 <EntityType Name="Zone" BaseType="Zone.v1_1_2.Zone"/>
185 </Schema>
186
187 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_1_4">
188 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
189 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
190 <EntityType Name="Zone" BaseType="Zone.v1_1_3.Zone"/>
191 </Schema>
192
193 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_0">
194 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
195 <Annotation Term="Redfish.Release" String="2017.3"/>
196 <EntityType Name="Zone" BaseType="Zone.v1_1_1.Zone">
197 <Property Name="Identifiers" Type="Collection(Resource.Identifier)">
198 <Annotation Term="OData.Description" String="The identifiers for this zone."/>
199 <Annotation Term="OData.LongDescription" String="This property shall contain a Resource Collection of identifiers for this zone, which shall be unique in the context of other zones."/>
200 </Property>
201 </EntityType>
202 </Schema>
203
204 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_1">
205 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
206 <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."/>
207 <EntityType Name="Zone" BaseType="Zone.v1_2_0.Zone"/>
208 </Schema>
209
210 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_2">
211 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
212 <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."/>
213 <EntityType Name="Zone" BaseType="Zone.v1_2_1.Zone"/>
214 </Schema>
215
216 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_2_3">
217 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
218 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
219 <EntityType Name="Zone" BaseType="Zone.v1_2_2.Zone"/>
220 </Schema>
221
222 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_0">
223 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
224 <Annotation Term="Redfish.Release" String="2019.1"/>
225 <EntityType Name="Zone" BaseType="Zone.v1_2_2.Zone">
226 <Property Name="ExternalAccessibility" Type="Zone.v1_3_0.ExternalAccessibility">
227 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
228 <Annotation Term="OData.Description" String="Indicates accessiblity of endpoints in this zone to endpoints outside of this zone."/>
229 <Annotation Term="OData.LongDescription" String="This property shall contain and indication of accessiblity of endpoints in this zone to endpoints outside of this zone."/>
230 </Property>
231 </EntityType>
232
233 <EnumType Name="ExternalAccessibility">
234 <Member Name="GloballyAccessible">
235 <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."/>
236 <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."/>
237 </Member>
238 <Member Name="NonZonedAccessible">
239 <Annotation Term="OData.Description" String="Any external entity that another zone does not explicitly list can access the endpoints that this zone lists."/>
240 <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."/>
241 </Member>
242 <Member Name="ZoneOnly">
243 <Annotation Term="OData.Description" String="Only accessible by endpoints that this zone explicitly lists."/>
244 <Annotation Term="OData.LongDescription" String="This value shall indicate that endpoints in this zone are only accessible by endpoints that this zone explicitly lists."/>
245 </Member>
246 </EnumType>
247 </Schema>
248
249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Zone.v1_3_1">
250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
251 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
252 <EntityType Name="Zone" BaseType="Zone.v1_3_0.Zone"/>
253 </Schema>
254
255 </edmx:DataServices>
256</edmx:Edmx>