blob: 14030bc3d668ad169706053ca4e7562b3f1c24e7 [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills844b4152020-06-22 12:44:09 -05004<!--# Redfish Schema: Switch v1.3.1 -->
Ed Tanouscb103132019-10-08 11:34:22 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Ed Tanouscb103132019-10-08 11:34:22 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21 <edmx:Include Namespace="Resource"/>
22 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
28 <edmx:Include Namespace="Chassis"/>
29 </edmx:Reference>
30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
31 <edmx:Include Namespace="Manager"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
34 <edmx:Include Namespace="Redundancy"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
37 <edmx:Include Namespace="PortCollection"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogServiceCollection_v1.xml">
40 <edmx:Include Namespace="LogServiceCollection"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
43 <edmx:Include Namespace="Protocol"/>
44 </edmx:Reference>
Gunnar Mills09b9d452020-02-11 13:27:39 -060045 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
46 <edmx:Include Namespace="Endpoint"/>
47 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070048
49 <edmx:DataServices>
50
51 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch">
52 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
53
54 <EntityType Name="Switch" BaseType="Resource.v1_0_0.Resource" Abstract="true">
55 <Annotation Term="OData.Description" String="The Switch schema contains properties that describe a fabric switch."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050056 <Annotation Term="OData.LongDescription" String="This resource contains a switch for a Redfish implementation."/>
Ed Tanouscb103132019-10-08 11:34:22 -070057 <Annotation Term="Capabilities.InsertRestrictions">
58 <Record>
59 <PropertyValue Property="Insertable" Bool="false"/>
60 </Record>
61 </Annotation>
62 <Annotation Term="Capabilities.UpdateRestrictions">
63 <Record>
64 <PropertyValue Property="Updatable" Bool="true"/>
65 <Annotation Term="OData.Description" String="Any writable properties, such as AssetTag, can be updated for switches."/>
66 </Record>
67 </Annotation>
68 <Annotation Term="Capabilities.DeleteRestrictions">
69 <Record>
70 <PropertyValue Property="Deletable" Bool="false"/>
71 </Record>
72 </Annotation>
73 <Annotation Term="Redfish.Uris">
74 <Collection>
75 <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}</String>
76 </Collection>
77 </Annotation>
78 </EntityType>
79
80 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050081 <Annotation Term="OData.Description" String="This action resets this switch."/>
82 <Annotation Term="OData.LongDescription" String="This action shall reset this switch."/>
Ed Tanouscb103132019-10-08 11:34:22 -070083 <Parameter Name="Switch" Type="Switch.v1_0_0.Actions"/>
84 <Parameter Name="ResetType" Type="Resource.ResetType">
85 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050086 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The service can accept a request without this parameter and can complete an implementation-specific default reset."/>
Ed Tanouscb103132019-10-08 11:34:22 -070087 </Parameter>
Ed Tanouscb103132019-10-08 11:34:22 -070088 </Action>
Ed Tanouscb103132019-10-08 11:34:22 -070089 </Schema>
90
91 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_0">
92 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
93 <Annotation Term="Redfish.Release" String="2016.2"/>
94
95 <EntityType Name="Switch" BaseType="Switch.Switch">
96 <Property Name="SwitchType" Type="Protocol.Protocol">
97 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -060098 <Annotation Term="OData.Description" String="The protocol being sent over this switch."/>
99 <Annotation Term="OData.LongDescription" String="This property shall contain the protocol being sent over this switch. For a switch that supports multiple protocols, the value should be `MultiProtocol` and the SupportedProtocols property should be used to describe the supported protocols."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700100 </Property>
101 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500102 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
103 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700104 </Property>
105 <Property Name="Manufacturer" Type="Edm.String">
106 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
107 <Annotation Term="OData.Description" String="The manufacturer of this switch."/>
108 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the switch. This organization might be the entity from which the switch is purchased, but this is not necessarily true."/>
109 </Property>
110 <Property Name="Model" Type="Edm.String">
111 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
112 <Annotation Term="OData.Description" String="The product model number of this switch."/>
113 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided model information of this switch."/>
114 </Property>
115 <Property Name="SKU" Type="Edm.String">
116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117 <Annotation Term="OData.Description" String="The SKU for this switch."/>
118 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU number for this switch."/>
119 </Property>
120 <Property Name="SerialNumber" Type="Edm.String">
121 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
122 <Annotation Term="OData.Description" String="The serial number for this switch."/>
123 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the switch."/>
124 </Property>
125 <Property Name="PartNumber" Type="Edm.String">
126 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
127 <Annotation Term="OData.Description" String="The part number for this switch."/>
128 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the switch."/>
129 </Property>
130 <Property Name="AssetTag" Type="Edm.String">
131 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
132 <Annotation Term="OData.Description" String="The user-assigned asset tag for this switch."/>
133 <Annotation Term="OData.LongDescription" String="This property shall contain the user-assigned asset tag, which is an identifying string that tracks the drive for inventory purposes."/>
134 </Property>
135 <Property Name="DomainID" Type="Edm.Int64">
136 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
137 <Annotation Term="OData.Description" String="The domain ID for this switch."/>
138 <Annotation Term="OData.LongDescription" String="This property shall contain The domain ID for this switch. This property has a scope of uniqueness within the fabric of which the switch is a member."/>
139 </Property>
140 <Property Name="IsManaged" Type="Edm.Boolean">
141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
142 <Annotation Term="OData.Description" String="An indication of whether the switch is in a managed or unmanaged state."/>
143 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this switch is in a managed or unmanaged state."/>
144 </Property>
145 <Property Name="TotalSwitchWidth" Type="Edm.Int64">
146 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
147 <Annotation Term="OData.Description" String="The total number of lanes, phys, or other physical transport links that this switch contains."/>
148 <Annotation Term="OData.LongDescription" String="This property shall contain the number of physical transport lanes, phys, or other physical transport links that this switch contains. For PCIe, this value shall be the lane count."/>
149 </Property>
150 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
151 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
152 <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the switch."/>
153 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator light associated with this switch."/>
154 </Property>
155 <Property Name="PowerState" Type="Resource.PowerState">
156 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
157 <Annotation Term="OData.Description" String="The current power state of the switch."/>
158 <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the switch."/>
159 </Property>
160 <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
161 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
162 <Annotation Term="OData.Description" String="The link to the collection ports for this switch."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500163 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PortCollection."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Annotation Term="OData.AutoExpandReferences"/>
165 </NavigationProperty>
166 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
167 <Annotation Term="OData.Description" String="Redundancy information for the switches."/>
168 <Annotation Term="OData.LongDescription" String="This property shall contain an array that shows how this switch is grouped with other switches for form redundancy sets."/>
169 <Annotation Term="OData.AutoExpand"/>
170 </NavigationProperty>
171 <Property Name="Links" Type="Switch.v1_0_0.Links" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500172 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
173 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700174 </Property>
175 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
176 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500177 <Annotation Term="OData.Description" String="The link to the collection of log services associated with this switch."/>
178 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type LogServiceCollection."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700179 <Annotation Term="OData.AutoExpandReferences"/>
180 </NavigationProperty>
181 <Property Name="Actions" Type="Switch.v1_0_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500182 <Annotation Term="OData.Description" String="The available actions for this resource."/>
183 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700184 </Property>
185 </EntityType>
186
187 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills844b4152020-06-22 12:44:09 -0500188 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
189 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700190 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
191 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
192 <Annotation Term="OData.Description" String="The link to the chassis that contains this switch."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500193 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Chassis with which this switch is associated."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700194 <Annotation Term="OData.AutoExpandReferences"/>
195 </NavigationProperty>
196 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
197 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
198 <Annotation Term="OData.Description" String="An array of links to the managers that manage this switch."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500199 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Manager with which this switch is associated."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700200 <Annotation Term="OData.AutoExpandReferences"/>
201 </NavigationProperty>
202 </ComplexType>
203
204 <ComplexType Name="Actions">
205 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500206 <Annotation Term="OData.Description" String="The available actions for this resource."/>
207 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700208 <Property Name="Oem" Type="Switch.v1_0_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500209 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
210 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700211 </Property>
212 </ComplexType>
213
214 <ComplexType Name="OemActions">
215 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500216 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
217 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700218 </ComplexType>
Ed Tanouscb103132019-10-08 11:34:22 -0700219 </Schema>
220
221 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_1">
222 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
223 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
224 <EntityType Name="Switch" BaseType="Switch.v1_0_0.Switch"/>
225 </Schema>
226
227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_2">
228 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
229 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
230 <EntityType Name="Switch" BaseType="Switch.v1_0_1.Switch"/>
231 </Schema>
232
233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_3">
234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
235 <Annotation Term="OData.Description" String="This version was created to change IndicatorLED, PowerState, and Protocol to use the unversioned definition, and correct the short and long descriptions in the defined actions."/>
236 <EntityType Name="Switch" BaseType="Switch.v1_0_2.Switch"/>
237 </Schema>
238
239 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_4">
240 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
241 <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."/>
242 <EntityType Name="Switch" BaseType="Switch.v1_0_3.Switch"/>
243 </Schema>
244
245 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_5">
246 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500247 <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 the LogServices property to disallow it from being `null`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700248 <EntityType Name="Switch" BaseType="Switch.v1_0_4.Switch"/>
249 </Schema>
250
251 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_6">
252 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
253 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
254 <EntityType Name="Switch" BaseType="Switch.v1_0_5.Switch"/>
255 </Schema>
256
Gunnar Mills844b4152020-06-22 12:44:09 -0500257 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_7">
258 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
259 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
260 <EntityType Name="Switch" BaseType="Switch.v1_0_6.Switch"/>
261 </Schema>
262
Ed Tanouscb103132019-10-08 11:34:22 -0700263 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_0">
264 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500266
Ed Tanouscb103132019-10-08 11:34:22 -0700267 <EntityType Name="Switch" BaseType="Switch.v1_0_3.Switch">
268 <Property Name="Location" Type="Resource.Location" Nullable="false">
269 <Annotation Term="OData.Description" String="The location of the switch."/>
270 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated switch."/>
271 </Property>
272 </EntityType>
273 </Schema>
274
275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_1">
276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
277 <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."/>
278 <EntityType Name="Switch" BaseType="Switch.v1_1_0.Switch"/>
279 </Schema>
280
281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_2">
282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
283 <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 the LogServices property to disallow it from being null."/>
284 <EntityType Name="Switch" BaseType="Switch.v1_1_1.Switch"/>
285 </Schema>
286
287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_3">
288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
289 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
290 <EntityType Name="Switch" BaseType="Switch.v1_1_2.Switch"/>
291 </Schema>
292
Gunnar Mills844b4152020-06-22 12:44:09 -0500293 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_4">
294 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
295 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
296 <EntityType Name="Switch" BaseType="Switch.v1_1_3.Switch"/>
297 </Schema>
298
Ed Tanouscb103132019-10-08 11:34:22 -0700299 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_0">
300 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
301 <Annotation Term="Redfish.Release" String="2019.2"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600302
Ed Tanouscb103132019-10-08 11:34:22 -0700303 <EntityType Name="Switch" BaseType="Switch.v1_1_3.Switch">
304 <Property Name="FirmwareVersion" Type="Edm.String">
305 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
306 <Annotation Term="OData.Description" String="The firmware version of this switch."/>
307 <Annotation Term="OData.LongDescription" String="This property shall contain the firwmare version as defined by the manufacturer for the associated switch."/>
308 </Property>
309 </EntityType>
310 </Schema>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600311
Gunnar Mills844b4152020-06-22 12:44:09 -0500312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_1">
313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
315 <EntityType Name="Switch" BaseType="Switch.v1_2_0.Switch"/>
316 </Schema>
317
Gunnar Mills09b9d452020-02-11 13:27:39 -0600318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_0">
319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
320 <Annotation Term="Redfish.Release" String="2019.4"/>
321
322 <EntityType Name="Switch" BaseType="Switch.v1_2_0.Switch">
323 <Property Name="SupportedProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
324 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
325 <Annotation Term="OData.Description" String="The protocols this switch supports."/>
326 <Annotation Term="OData.LongDescription" String="The property shall contain an array of protocols this switch supports. If the value of SwitchType is `MultiProtocol`, this property shall be required."/>
327 </Property>
328 <Property Name="UUID" Type="Resource.UUID">
329 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
330 <Annotation Term="OData.Description" String="The UUID for this switch."/>
331 <Annotation Term="OData.LongDescription" String="This property shall contain a universal unique identifier number for the switch."/>
332 </Property>
333 </EntityType>
334
335 <ComplexType Name="Links" BaseType="Switch.v1_0_0.Links">
336 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
337 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
338 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this switch."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500339 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this switch is associated."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600340 <Annotation Term="OData.AutoExpandReferences"/>
341 </NavigationProperty>
342 </ComplexType>
343 </Schema>
344
Gunnar Mills844b4152020-06-22 12:44:09 -0500345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_1">
346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
348 <EntityType Name="Switch" BaseType="Switch.v1_3_0.Switch"/>
349 </Schema>
350
Ed Tanouscb103132019-10-08 11:34:22 -0700351 </edmx:DataServices>
352</edmx:Edmx>