blob: a8449391b7e1c212d30968ec1a3a6518f77f0629 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouscb103132019-10-08 11:34:22 -07004<!--# Redfish Schema: SerialInterface v1.1.5 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -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. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -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/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24 <edmx:Include Namespace="Resource.v1_0_0"/>
25 </edmx:Reference>
26
27 <edmx:DataServices>
28
29 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface">
30 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
31
32 <EntityType Name="SerialInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070033 <Annotation Term="OData.Description" String="The SerialInterface schema describes an asynchronous serial interface, such as an RS-232 interface, available to a system or device."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050034 <Annotation Term="OData.LongDescription" String="This resource contains SerialInterface resources as part of the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070035 <Annotation Term="Capabilities.InsertRestrictions">
36 <Record>
37 <PropertyValue Property="Insertable" Bool="false"/>
38 </Record>
39 </Annotation>
40 <Annotation Term="Capabilities.UpdateRestrictions">
41 <Record>
42 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070043 <Annotation Term="OData.Description" String="Serial interfaces can be updated to enable or disable them or change their configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070044 </Record>
45 </Annotation>
46 <Annotation Term="Capabilities.DeleteRestrictions">
47 <Record>
48 <PropertyValue Property="Deletable" Bool="false"/>
49 </Record>
50 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080051 <Annotation Term="Redfish.Uris">
52 <Collection>
53 <String>/redfish/v1/Managers/{ManagerId}/SerialInterfaces/{SerialInterfaceId}</String>
54 </Collection>
55 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070056 </EntityType>
57
58 </Schema>
59
60 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_0">
61 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060062 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070063
64 <EntityType Name="SerialInterface" BaseType="SerialInterface.SerialInterface">
Jason M. Billsea4aa752018-06-05 13:29:11 -070065 <Property Name="InterfaceEnabled" Type="Edm.Boolean">
66 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -070067 <Annotation Term="OData.Description" String="An indication of whether this interface is enabled."/>
68 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this interface is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070069 </Property>
70 <Property Name="SignalType" Type="SerialInterface.v1_0_0.SignalType" Nullable="false">
71 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070072 <Annotation Term="OData.Description" String="The type of signal used for the communication connection."/>
73 <Annotation Term="OData.LongDescription" String="This property shall contain the type of serial signalling in use for the serial connection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070074 </Property>
75 <Property Name="BitRate" Type="SerialInterface.v1_0_0.BitRate" Nullable="false">
76 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -050077 <Annotation Term="OData.Description" String="The receive and transmit rate of data flow, typically in bits per second (bit/s), over the serial connection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070078 <Annotation Term="OData.LongDescription" String="This property shall indicate the transmit and receive speed of the serial connection."/>
79 </Property>
80 <Property Name="Parity" Type="SerialInterface.v1_0_0.Parity" Nullable="false">
81 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -070082 <Annotation Term="OData.Description" String="The type of parity used by the sender and receiver to detect errors over the serial connection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070083 <Annotation Term="OData.LongDescription" String="This property shall indicate parity information for a serial connection."/>
84 </Property>
85 <Property Name="DataBits" Type="SerialInterface.v1_0_0.DataBits" Nullable="false">
86 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -070087 <Annotation Term="OData.Description" String="The number of data bits that follow the start bit over the serial connection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070088 <Annotation Term="OData.LongDescription" String="This property shall indicate number of data bits for the serial connection."/>
89 </Property>
90 <Property Name="StopBits" Type="SerialInterface.v1_0_0.StopBits" Nullable="false">
91 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
92 <Annotation Term="OData.Description" String="The period of time before the next start bit is transmitted."/>
93 <Annotation Term="OData.LongDescription" String="This property shall indicate the stop bits for the serial connection."/>
94 </Property>
95 <Property Name="FlowControl" Type="SerialInterface.v1_0_0.FlowControl" Nullable="false">
96 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -070097 <Annotation Term="OData.Description" String="The type of flow control, if any, that is imposed on the serial connection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070098 <Annotation Term="OData.LongDescription" String="This property shall indicate the flow control mechanism for the serial connection."/>
99 </Property>
100 <Property Name="ConnectorType" Type="SerialInterface.v1_0_0.ConnectorType" Nullable="false">
101 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
102 <Annotation Term="OData.Description" String="The type of connector used for this interface."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700103 <Annotation Term="OData.LongDescription" String="This property shall indicate the type of physical connector used for this serial connection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700104 </Property>
105 <Property Name="PinOut" Type="SerialInterface.v1_0_0.PinOut">
106 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700107 <Annotation Term="OData.Description" String="The physical pinout configuration for a serial connector."/>
108 <Annotation Term="OData.LongDescription" String="This property shall indicate the physical pinout for the serial connector."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700109 </Property>
110 </EntityType>
111
112 <EnumType Name="SignalType">
113 <Member Name="Rs232">
114 <Annotation Term="OData.Description" String="The serial interface follows RS232."/>
115 </Member>
116 <Member Name="Rs485">
117 <Annotation Term="OData.Description" String="The serial interface follows RS485."/>
118 </Member>
119 </EnumType>
120
121 <TypeDefinition Name="BitRate" UnderlyingType="Edm.String">
122 <Annotation Term="Redfish.Enumeration">
123 <Collection>
124 <Record>
125 <PropertyValue Property="Member" String="1200"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500126 <Annotation Term="OData.Description" String="A bit rate of 1200 bit/s."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700127 </Record>
128 <Record>
129 <PropertyValue Property="Member" String="2400"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500130 <Annotation Term="OData.Description" String="A bit rate of 2400 bit/s."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700131 </Record>
132 <Record>
133 <PropertyValue Property="Member" String="4800"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500134 <Annotation Term="OData.Description" String="A bit rate of 4800 bit/s."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700135 </Record>
136 <Record>
137 <PropertyValue Property="Member" String="9600"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500138 <Annotation Term="OData.Description" String="A bit rate of 9600 bit/s."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700139 </Record>
140 <Record>
141 <PropertyValue Property="Member" String="19200"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500142 <Annotation Term="OData.Description" String="A bit rate of 19200 bit/s."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700143 </Record>
144 <Record>
145 <PropertyValue Property="Member" String="38400"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500146 <Annotation Term="OData.Description" String="A bit rate of 38400 bit/s."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700147 </Record>
148 <Record>
149 <PropertyValue Property="Member" String="57600"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500150 <Annotation Term="OData.Description" String="A bit rate of 57600 bit/s."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700151 </Record>
152 <Record>
153 <PropertyValue Property="Member" String="115200"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500154 <Annotation Term="OData.Description" String="A bit rate of 115200 bit/s."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700155 </Record>
156 <Record>
157 <PropertyValue Property="Member" String="230400"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500158 <Annotation Term="OData.Description" String="A bit rate of 230400 bit/s."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700159 </Record>
160 </Collection>
161 </Annotation>
162 </TypeDefinition>
163
164 <EnumType Name="Parity">
165 <Member Name="None">
166 <Annotation Term="OData.Description" String="No parity bit."/>
167 </Member>
168 <Member Name="Even">
169 <Annotation Term="OData.Description" String="An even parity bit."/>
170 </Member>
171 <Member Name="Odd">
172 <Annotation Term="OData.Description" String="An odd parity bit."/>
173 </Member>
174 <Member Name="Mark">
175 <Annotation Term="OData.Description" String="A mark parity bit."/>
176 </Member>
177 <Member Name="Space">
178 <Annotation Term="OData.Description" String="A space parity bit."/>
179 </Member>
180 </EnumType>
181
182 <TypeDefinition Name="DataBits" UnderlyingType="Edm.String">
183 <Annotation Term="Redfish.Enumeration">
184 <Collection>
185 <Record>
186 <PropertyValue Property="Member" String="5"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700187 <Annotation Term="OData.Description" String="Five bits of data following the start bit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700188 </Record>
189 <Record>
190 <PropertyValue Property="Member" String="6"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700191 <Annotation Term="OData.Description" String="Six bits of data following the start bit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700192 </Record>
193 <Record>
194 <PropertyValue Property="Member" String="7"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700195 <Annotation Term="OData.Description" String="Seven bits of data following the start bit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700196 </Record>
197 <Record>
198 <PropertyValue Property="Member" String="8"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700199 <Annotation Term="OData.Description" String="Eight bits of data following the start bit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700200 </Record>
201 </Collection>
202 </Annotation>
203 </TypeDefinition>
204
205 <TypeDefinition Name="StopBits" UnderlyingType="Edm.String">
206 <Annotation Term="Redfish.Enumeration">
207 <Collection>
208 <Record>
209 <PropertyValue Property="Member" String="1"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <Annotation Term="OData.Description" String="One stop bit following the data bits."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700211 </Record>
212 <Record>
213 <PropertyValue Property="Member" String="2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700214 <Annotation Term="OData.Description" String="Two stop bits following the data bits."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 </Record>
216 </Collection>
217 </Annotation>
218 </TypeDefinition>
219
220 <EnumType Name="FlowControl">
221 <Member Name="None">
222 <Annotation Term="OData.Description" String="No flow control imposed."/>
223 </Member>
224 <Member Name="Software">
225 <Annotation Term="OData.Description" String="XON/XOFF in-band flow control imposed."/>
226 </Member>
227 <Member Name="Hardware">
Ed Tanouscb103132019-10-08 11:34:22 -0700228 <Annotation Term="OData.Description" String="Out-of-band flow control imposed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700229 </Member>
230 </EnumType>
231
232 <EnumType Name="PinOut">
233 <Member Name="Cisco">
Ed Tanouscb103132019-10-08 11:34:22 -0700234 <Annotation Term="OData.Description" String="The Cisco pinout configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 </Member>
236 <Member Name="Cyclades">
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="The Cyclades pinout configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 </Member>
239 <Member Name="Digi">
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Annotation Term="OData.Description" String="The Digi pinout configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 </Member>
242 </EnumType>
243
244 <TypeDefinition Name="ConnectorType" UnderlyingType="Edm.String">
245 <Annotation Term="Redfish.Enumeration">
246 <Collection>
247 <Record>
248 <PropertyValue Property="Member" String="RJ45"/>
249 <Annotation Term="OData.Description" String="An RJ45 connector."/>
250 </Record>
251 <Record>
252 <PropertyValue Property="Member" String="RJ11"/>
253 <Annotation Term="OData.Description" String="An RJ11 connector."/>
254 </Record>
255 <Record>
256 <PropertyValue Property="Member" String="DB9 Female"/>
257 <Annotation Term="OData.Description" String="A DB9 Female connector."/>
258 </Record>
259 <Record>
260 <PropertyValue Property="Member" String="DB9 Male"/>
261 <Annotation Term="OData.Description" String="A DB9 Male connector."/>
262 </Record>
263 <Record>
264 <PropertyValue Property="Member" String="DB25 Female"/>
265 <Annotation Term="OData.Description" String="A DB25 Female connector."/>
266 </Record>
267 <Record>
268 <PropertyValue Property="Member" String="DB25 Male"/>
269 <Annotation Term="OData.Description" String="A DB25 Male connector."/>
270 </Record>
271 <Record>
272 <PropertyValue Property="Member" String="USB"/>
273 <Annotation Term="OData.Description" String="A USB connector."/>
274 </Record>
275 <Record>
276 <PropertyValue Property="Member" String="mUSB"/>
277 <Annotation Term="OData.Description" String="A mUSB connector."/>
278 </Record>
279 <Record>
280 <PropertyValue Property="Member" String="uUSB"/>
281 <Annotation Term="OData.Description" String="A uUSB connector."/>
282 </Record>
283 </Collection>
284 </Annotation>
285 </TypeDefinition>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700286 </Schema>
287
288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_2">
289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700290 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700291 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_0.SerialInterface"/>
292 </Schema>
293
294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_3">
295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700296 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700297 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_2.SerialInterface"/>
298 </Schema>
299
300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_4">
301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.Description" String="This version was created to correct the ConnectorType enumerated values to match orginal publication."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700303 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_3.SerialInterface"/>
304 </Schema>
305
306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_5">
307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700308 <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700309 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_4.SerialInterface"/>
310 </Schema>
311
Ed Tanous530520e2019-01-02 13:41:37 -0800312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_6">
313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314 <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."/>
315 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_5.SerialInterface"/>
316 </Schema>
317
Ed Tanouscb103132019-10-08 11:34:22 -0700318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_7">
319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
320 <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."/>
321 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_6.SerialInterface"/>
322 </Schema>
323
324 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_8">
325 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
326 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
327 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_7.SerialInterface"/>
328 </Schema>
329
Gunnar Millsa778c022020-05-12 12:20:36 -0500330 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_9">
331 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
332 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
333 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_8.SerialInterface"/>
334 </Schema>
335
Jason M. Billsea4aa752018-06-05 13:29:11 -0700336 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_0">
337 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600338 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500339
Jason M. Billsea4aa752018-06-05 13:29:11 -0700340 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_3.SerialInterface">
341 <Property Name="Actions" Type="SerialInterface.v1_1_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500342 <Annotation Term="OData.Description" String="The available actions for this resource."/>
343 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700344 </Property>
345 </EntityType>
346
347 <ComplexType Name="Actions">
348 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500349 <Annotation Term="OData.Description" String="The available actions for this resource."/>
350 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800351 <Property Name="Oem" Type="SerialInterface.v1_1_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500352 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
353 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800354 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700355 </ComplexType>
356
357 <ComplexType Name="OemActions">
358 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500359 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
360 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700361 </ComplexType>
362 </Schema>
363
364 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_1">
365 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700366 <Annotation Term="OData.Description" String="This version was created to correct the ConnectorType enumerated values to match orginal publication."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700367 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_0.SerialInterface"/>
368 </Schema>
369
370 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_2">
371 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700372 <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700373 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_1.SerialInterface"/>
374 </Schema>
375
Ed Tanous530520e2019-01-02 13:41:37 -0800376 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_3">
377 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
378 <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."/>
379 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_2.SerialInterface"/>
380 </Schema>
381
Ed Tanouscb103132019-10-08 11:34:22 -0700382 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_4">
383 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
384 <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."/>
385 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_3.SerialInterface"/>
386 </Schema>
387
388 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_5">
389 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
390 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
391 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_4.SerialInterface"/>
392 </Schema>
393
Gunnar Millsa778c022020-05-12 12:20:36 -0500394 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_6">
395 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
396 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
397 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_5.SerialInterface"/>
398 </Schema>
399
Jason M. Billsea4aa752018-06-05 13:29:11 -0700400 </edmx:DataServices>
401</edmx:Edmx>