blob: c0e2a9be28ab344f47e6c63cd5073e94f8892ab2 [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 -->
Ed Tanouscb103132019-10-08 11:34:22 -07008<!--# Copyright 2014-2019 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."/>
34 <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"/>
77 <Annotation Term="OData.Description" String="The receive and transmit rate of data flow, typically in bits-per-second (bps), over the serial connection."/>
78 <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"/>
126 <Annotation Term="OData.Description" String="A bit rate of 1200bps."/>
127 </Record>
128 <Record>
129 <PropertyValue Property="Member" String="2400"/>
130 <Annotation Term="OData.Description" String="A bit rate of 2400bps."/>
131 </Record>
132 <Record>
133 <PropertyValue Property="Member" String="4800"/>
134 <Annotation Term="OData.Description" String="A bit rate of 4800bps."/>
135 </Record>
136 <Record>
137 <PropertyValue Property="Member" String="9600"/>
138 <Annotation Term="OData.Description" String="A bit rate of 9600bps."/>
139 </Record>
140 <Record>
141 <PropertyValue Property="Member" String="19200"/>
142 <Annotation Term="OData.Description" String="A bit rate of 19200bps."/>
143 </Record>
144 <Record>
145 <PropertyValue Property="Member" String="38400"/>
146 <Annotation Term="OData.Description" String="A bit rate of 38400bps."/>
147 </Record>
148 <Record>
149 <PropertyValue Property="Member" String="57600"/>
150 <Annotation Term="OData.Description" String="A bit rate of 57600bps."/>
151 </Record>
152 <Record>
153 <PropertyValue Property="Member" String="115200"/>
154 <Annotation Term="OData.Description" String="A bit rate of 115200bps."/>
155 </Record>
156 <Record>
157 <PropertyValue Property="Member" String="230400"/>
158 <Annotation Term="OData.Description" String="A bit rate of 230400bps."/>
159 </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>
286
287 </Schema>
288
289 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_2">
290 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700291 <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 -0700292 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_0.SerialInterface"/>
293 </Schema>
294
295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_3">
296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700297 <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 -0700298 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_2.SerialInterface"/>
299 </Schema>
300
301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_4">
302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700303 <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 -0700304 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_3.SerialInterface"/>
305 </Schema>
306
307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_5">
308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700309 <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700310 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_4.SerialInterface"/>
311 </Schema>
312
Ed Tanous530520e2019-01-02 13:41:37 -0800313 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_6">
314 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
315 <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."/>
316 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_5.SerialInterface"/>
317 </Schema>
318
Ed Tanouscb103132019-10-08 11:34:22 -0700319 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_7">
320 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
321 <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."/>
322 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_6.SerialInterface"/>
323 </Schema>
324
325 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_8">
326 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
328 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_7.SerialInterface"/>
329 </Schema>
330
Jason M. Billsea4aa752018-06-05 13:29:11 -0700331 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_0">
332 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600333 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700334 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_3.SerialInterface">
335 <Property Name="Actions" Type="SerialInterface.v1_1_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700336 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
337 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700338 </Property>
339 </EntityType>
340
341 <ComplexType Name="Actions">
342 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700343 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
344 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800345 <Property Name="Oem" Type="SerialInterface.v1_1_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700346 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
347 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800348 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700349 </ComplexType>
350
351 <ComplexType Name="OemActions">
352 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700353 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
354 <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 -0700355 </ComplexType>
356 </Schema>
357
358 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_1">
359 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700360 <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 -0700361 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_0.SerialInterface"/>
362 </Schema>
363
364 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_2">
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 add descriptions to various enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700367 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_1.SerialInterface"/>
368 </Schema>
369
Ed Tanous530520e2019-01-02 13:41:37 -0800370 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_3">
371 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
372 <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."/>
373 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_2.SerialInterface"/>
374 </Schema>
375
Ed Tanouscb103132019-10-08 11:34:22 -0700376 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_4">
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 URI properties use the uri-reference format."/>
379 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_3.SerialInterface"/>
380 </Schema>
381
382 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_5">
383 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
384 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
385 <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_4.SerialInterface"/>
386 </Schema>
387
Jason M. Billsea4aa752018-06-05 13:29:11 -0700388 </edmx:DataServices>
389</edmx:Edmx>