12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  SerialInterface v1.2.1                                              -->
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/RedfishExtensions_v1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
252bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
262bde4061SEd Tanous  </edmx:Reference>
272bde4061SEd Tanous
282bde4061SEd Tanous  <edmx:DataServices>
292bde4061SEd Tanous
302bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface">
312bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
32*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
332bde4061SEd Tanous
342bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">
35*f2a8e57eSGunnar Mills        <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."/>
362bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent a serial interface as part of the Redfish Specification."/>
372bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
382bde4061SEd Tanous          <Record>
392bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
402bde4061SEd Tanous          </Record>
412bde4061SEd Tanous        </Annotation>
422bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
432bde4061SEd Tanous          <Record>
442bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
452bde4061SEd Tanous            <Annotation Term="OData.Description" String="Serial interfaces can be updated to enable or disable them or change their configuration."/>
462bde4061SEd Tanous          </Record>
472bde4061SEd Tanous        </Annotation>
482bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
492bde4061SEd Tanous          <Record>
502bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
512bde4061SEd Tanous          </Record>
522bde4061SEd Tanous        </Annotation>
532bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
542bde4061SEd Tanous          <Collection>
552bde4061SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/SerialInterfaces/{SerialInterfaceId}</String>
562bde4061SEd Tanous          </Collection>
572bde4061SEd Tanous        </Annotation>
582bde4061SEd Tanous      </EntityType>
592bde4061SEd Tanous    </Schema>
602bde4061SEd Tanous
612bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_0">
622bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
632bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
642bde4061SEd Tanous
652bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.SerialInterface">
662bde4061SEd Tanous        <Property Name="InterfaceEnabled" Type="Edm.Boolean">
672bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
682bde4061SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether this interface is enabled."/>
692bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this interface is enabled."/>
702bde4061SEd Tanous        </Property>
712bde4061SEd Tanous        <Property Name="SignalType" Type="SerialInterface.v1_0_0.SignalType" Nullable="false">
722bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
732bde4061SEd Tanous          <Annotation Term="OData.Description" String="The type of signal used for the communication connection."/>
742bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the type of serial signaling in use for the serial connection."/>
752bde4061SEd Tanous        </Property>
762bde4061SEd Tanous        <Property Name="BitRate" Type="SerialInterface.v1_0_0.BitRate" Nullable="false">
772bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
782bde4061SEd Tanous          <Annotation Term="OData.Description" String="The receive and transmit rate of data flow, typically in bits per second (bit/s), over the serial connection."/>
792bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the transmit and receive speed of the serial connection."/>
802bde4061SEd Tanous        </Property>
812bde4061SEd Tanous        <Property Name="Parity" Type="SerialInterface.v1_0_0.Parity" Nullable="false">
822bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
832bde4061SEd Tanous          <Annotation Term="OData.Description" String="The type of parity used by the sender and receiver to detect errors over the serial connection."/>
842bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate parity information for a serial connection."/>
852bde4061SEd Tanous        </Property>
862bde4061SEd Tanous        <Property Name="DataBits" Type="SerialInterface.v1_0_0.DataBits" Nullable="false">
872bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
882bde4061SEd Tanous          <Annotation Term="OData.Description" String="The number of data bits that follow the start bit over the serial connection."/>
892bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate number of data bits for the serial connection."/>
902bde4061SEd Tanous        </Property>
912bde4061SEd Tanous        <Property Name="StopBits" Type="SerialInterface.v1_0_0.StopBits" Nullable="false">
922bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
932bde4061SEd Tanous          <Annotation Term="OData.Description" String="The period of time before the next start bit is transmitted."/>
942bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the stop bits for the serial connection."/>
952bde4061SEd Tanous        </Property>
962bde4061SEd Tanous        <Property Name="FlowControl" Type="SerialInterface.v1_0_0.FlowControl" Nullable="false">
972bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
982bde4061SEd Tanous          <Annotation Term="OData.Description" String="The type of flow control, if any, that is imposed on the serial connection."/>
992bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the flow control mechanism for the serial connection."/>
1002bde4061SEd Tanous        </Property>
1012bde4061SEd Tanous        <Property Name="ConnectorType" Type="SerialInterface.v1_0_0.ConnectorType" Nullable="false">
1022bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1032bde4061SEd Tanous          <Annotation Term="OData.Description" String="The type of connector used for this interface."/>
1042bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the type of physical connector used for this serial connection."/>
1052bde4061SEd Tanous        </Property>
1062bde4061SEd Tanous        <Property Name="PinOut" Type="SerialInterface.v1_0_0.PinOut">
1072bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1082bde4061SEd Tanous          <Annotation Term="OData.Description" String="The physical pinout configuration for a serial connector."/>
1092bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the physical pinout for the serial connector."/>
1102bde4061SEd Tanous        </Property>
1112bde4061SEd Tanous      </EntityType>
1122bde4061SEd Tanous
1132bde4061SEd Tanous      <EnumType Name="SignalType">
1142bde4061SEd Tanous        <Member Name="Rs232">
1152bde4061SEd Tanous          <Annotation Term="OData.Description" String="The serial interface follows RS232."/>
1162bde4061SEd Tanous        </Member>
1172bde4061SEd Tanous        <Member Name="Rs485">
1182bde4061SEd Tanous          <Annotation Term="OData.Description" String="The serial interface follows RS485."/>
1192bde4061SEd Tanous        </Member>
1202bde4061SEd Tanous      </EnumType>
1212bde4061SEd Tanous
1222bde4061SEd Tanous      <TypeDefinition Name="BitRate" UnderlyingType="Edm.String">
1232bde4061SEd Tanous        <Annotation Term="Redfish.Enumeration">
1242bde4061SEd Tanous          <Collection>
1252bde4061SEd Tanous            <Record>
1262bde4061SEd Tanous              <PropertyValue Property="Member" String="1200"/>
1272bde4061SEd Tanous              <Annotation Term="OData.Description" String="A bit rate of 1200 bit/s."/>
1282bde4061SEd Tanous            </Record>
1292bde4061SEd Tanous            <Record>
1302bde4061SEd Tanous              <PropertyValue Property="Member" String="2400"/>
1312bde4061SEd Tanous              <Annotation Term="OData.Description" String="A bit rate of 2400 bit/s."/>
1322bde4061SEd Tanous            </Record>
1332bde4061SEd Tanous            <Record>
1342bde4061SEd Tanous              <PropertyValue Property="Member" String="4800"/>
1352bde4061SEd Tanous              <Annotation Term="OData.Description" String="A bit rate of 4800 bit/s."/>
1362bde4061SEd Tanous            </Record>
1372bde4061SEd Tanous            <Record>
1382bde4061SEd Tanous              <PropertyValue Property="Member" String="9600"/>
1392bde4061SEd Tanous              <Annotation Term="OData.Description" String="A bit rate of 9600 bit/s."/>
1402bde4061SEd Tanous            </Record>
1412bde4061SEd Tanous            <Record>
1422bde4061SEd Tanous              <PropertyValue Property="Member" String="19200"/>
1432bde4061SEd Tanous              <Annotation Term="OData.Description" String="A bit rate of 19200 bit/s."/>
1442bde4061SEd Tanous            </Record>
1452bde4061SEd Tanous            <Record>
1462bde4061SEd Tanous              <PropertyValue Property="Member" String="38400"/>
1472bde4061SEd Tanous              <Annotation Term="OData.Description" String="A bit rate of 38400 bit/s."/>
1482bde4061SEd Tanous            </Record>
1492bde4061SEd Tanous            <Record>
1502bde4061SEd Tanous              <PropertyValue Property="Member" String="57600"/>
1512bde4061SEd Tanous              <Annotation Term="OData.Description" String="A bit rate of 57600 bit/s."/>
1522bde4061SEd Tanous            </Record>
1532bde4061SEd Tanous            <Record>
1542bde4061SEd Tanous              <PropertyValue Property="Member" String="115200"/>
1552bde4061SEd Tanous              <Annotation Term="OData.Description" String="A bit rate of 115200 bit/s."/>
1562bde4061SEd Tanous            </Record>
1572bde4061SEd Tanous            <Record>
1582bde4061SEd Tanous              <PropertyValue Property="Member" String="230400"/>
1592bde4061SEd Tanous              <Annotation Term="OData.Description" String="A bit rate of 230400 bit/s."/>
1602bde4061SEd Tanous            </Record>
1612bde4061SEd Tanous          </Collection>
1622bde4061SEd Tanous        </Annotation>
1632bde4061SEd Tanous      </TypeDefinition>
1642bde4061SEd Tanous
1652bde4061SEd Tanous      <EnumType Name="Parity">
1662bde4061SEd Tanous        <Member Name="None">
1672bde4061SEd Tanous          <Annotation Term="OData.Description" String="No parity bit."/>
1682bde4061SEd Tanous        </Member>
1692bde4061SEd Tanous        <Member Name="Even">
1702bde4061SEd Tanous          <Annotation Term="OData.Description" String="An even parity bit."/>
1712bde4061SEd Tanous        </Member>
1722bde4061SEd Tanous        <Member Name="Odd">
1732bde4061SEd Tanous          <Annotation Term="OData.Description" String="An odd parity bit."/>
1742bde4061SEd Tanous        </Member>
1752bde4061SEd Tanous        <Member Name="Mark">
1762bde4061SEd Tanous          <Annotation Term="OData.Description" String="A mark parity bit."/>
1772bde4061SEd Tanous        </Member>
1782bde4061SEd Tanous        <Member Name="Space">
1792bde4061SEd Tanous          <Annotation Term="OData.Description" String="A space parity bit."/>
1802bde4061SEd Tanous        </Member>
1812bde4061SEd Tanous      </EnumType>
1822bde4061SEd Tanous
1832bde4061SEd Tanous      <TypeDefinition Name="DataBits" UnderlyingType="Edm.String">
1842bde4061SEd Tanous        <Annotation Term="Redfish.Enumeration">
1852bde4061SEd Tanous          <Collection>
1862bde4061SEd Tanous            <Record>
1872bde4061SEd Tanous              <PropertyValue Property="Member" String="5"/>
1882bde4061SEd Tanous              <Annotation Term="OData.Description" String="Five bits of data following the start bit."/>
1892bde4061SEd Tanous            </Record>
1902bde4061SEd Tanous            <Record>
1912bde4061SEd Tanous              <PropertyValue Property="Member" String="6"/>
1922bde4061SEd Tanous              <Annotation Term="OData.Description" String="Six bits of data following the start bit."/>
1932bde4061SEd Tanous            </Record>
1942bde4061SEd Tanous            <Record>
1952bde4061SEd Tanous              <PropertyValue Property="Member" String="7"/>
1962bde4061SEd Tanous              <Annotation Term="OData.Description" String="Seven bits of data following the start bit."/>
1972bde4061SEd Tanous            </Record>
1982bde4061SEd Tanous            <Record>
1992bde4061SEd Tanous              <PropertyValue Property="Member" String="8"/>
2002bde4061SEd Tanous              <Annotation Term="OData.Description" String="Eight bits of data following the start bit."/>
2012bde4061SEd Tanous            </Record>
2022bde4061SEd Tanous          </Collection>
2032bde4061SEd Tanous        </Annotation>
2042bde4061SEd Tanous      </TypeDefinition>
2052bde4061SEd Tanous
2062bde4061SEd Tanous      <TypeDefinition Name="StopBits" UnderlyingType="Edm.String">
2072bde4061SEd Tanous        <Annotation Term="Redfish.Enumeration">
2082bde4061SEd Tanous          <Collection>
2092bde4061SEd Tanous            <Record>
2102bde4061SEd Tanous              <PropertyValue Property="Member" String="1"/>
2112bde4061SEd Tanous              <Annotation Term="OData.Description" String="One stop bit following the data bits."/>
2122bde4061SEd Tanous            </Record>
2132bde4061SEd Tanous            <Record>
2142bde4061SEd Tanous              <PropertyValue Property="Member" String="2"/>
2152bde4061SEd Tanous              <Annotation Term="OData.Description" String="Two stop bits following the data bits."/>
2162bde4061SEd Tanous            </Record>
2172bde4061SEd Tanous          </Collection>
2182bde4061SEd Tanous        </Annotation>
2192bde4061SEd Tanous      </TypeDefinition>
2202bde4061SEd Tanous
2212bde4061SEd Tanous      <EnumType Name="FlowControl">
2222bde4061SEd Tanous        <Member Name="None">
2232bde4061SEd Tanous          <Annotation Term="OData.Description" String="No flow control imposed."/>
2242bde4061SEd Tanous        </Member>
2252bde4061SEd Tanous        <Member Name="Software">
2262bde4061SEd Tanous          <Annotation Term="OData.Description" String="XON/XOFF in-band flow control imposed."/>
2272bde4061SEd Tanous        </Member>
2282bde4061SEd Tanous        <Member Name="Hardware">
2292bde4061SEd Tanous          <Annotation Term="OData.Description" String="Out-of-band flow control imposed."/>
2302bde4061SEd Tanous        </Member>
2312bde4061SEd Tanous      </EnumType>
2322bde4061SEd Tanous
2332bde4061SEd Tanous      <EnumType Name="PinOut">
2342bde4061SEd Tanous        <Member Name="Cisco">
2352bde4061SEd Tanous          <Annotation Term="OData.Description" String="The Cisco pinout configuration."/>
2362bde4061SEd Tanous        </Member>
2372bde4061SEd Tanous        <Member Name="Cyclades">
2382bde4061SEd Tanous          <Annotation Term="OData.Description" String="The Cyclades pinout configuration."/>
2392bde4061SEd Tanous        </Member>
2402bde4061SEd Tanous        <Member Name="Digi">
2412bde4061SEd Tanous          <Annotation Term="OData.Description" String="The Digi pinout configuration."/>
2422bde4061SEd Tanous        </Member>
2432bde4061SEd Tanous      </EnumType>
2442bde4061SEd Tanous
2452bde4061SEd Tanous      <TypeDefinition Name="ConnectorType" UnderlyingType="Edm.String">
2462bde4061SEd Tanous        <Annotation Term="Redfish.Enumeration">
2472bde4061SEd Tanous          <Collection>
2482bde4061SEd Tanous            <Record>
2492bde4061SEd Tanous              <PropertyValue Property="Member" String="RJ45"/>
2502bde4061SEd Tanous              <Annotation Term="OData.Description" String="An RJ45 connector."/>
2512bde4061SEd Tanous            </Record>
2522bde4061SEd Tanous            <Record>
2532bde4061SEd Tanous              <PropertyValue Property="Member" String="RJ11"/>
2542bde4061SEd Tanous              <Annotation Term="OData.Description" String="An RJ11 connector."/>
2552bde4061SEd Tanous            </Record>
2562bde4061SEd Tanous            <Record>
2572bde4061SEd Tanous              <PropertyValue Property="Member" String="DB9 Female"/>
2582bde4061SEd Tanous              <Annotation Term="OData.Description" String="A DB9 Female connector."/>
2592bde4061SEd Tanous            </Record>
2602bde4061SEd Tanous            <Record>
2612bde4061SEd Tanous              <PropertyValue Property="Member" String="DB9 Male"/>
2622bde4061SEd Tanous              <Annotation Term="OData.Description" String="A DB9 Male connector."/>
2632bde4061SEd Tanous            </Record>
2642bde4061SEd Tanous            <Record>
2652bde4061SEd Tanous              <PropertyValue Property="Member" String="DB25 Female"/>
2662bde4061SEd Tanous              <Annotation Term="OData.Description" String="A DB25 Female connector."/>
2672bde4061SEd Tanous            </Record>
2682bde4061SEd Tanous            <Record>
2692bde4061SEd Tanous              <PropertyValue Property="Member" String="DB25 Male"/>
2702bde4061SEd Tanous              <Annotation Term="OData.Description" String="A DB25 Male connector."/>
2712bde4061SEd Tanous            </Record>
2722bde4061SEd Tanous            <Record>
2732bde4061SEd Tanous              <PropertyValue Property="Member" String="USB"/>
2742bde4061SEd Tanous              <Annotation Term="OData.Description" String="A USB connector."/>
2752bde4061SEd Tanous            </Record>
2762bde4061SEd Tanous            <Record>
2772bde4061SEd Tanous              <PropertyValue Property="Member" String="mUSB"/>
2782bde4061SEd Tanous              <Annotation Term="OData.Description" String="A mUSB connector."/>
2792bde4061SEd Tanous            </Record>
2802bde4061SEd Tanous            <Record>
2812bde4061SEd Tanous              <PropertyValue Property="Member" String="uUSB"/>
2822bde4061SEd Tanous              <Annotation Term="OData.Description" String="A uUSB connector."/>
2832bde4061SEd Tanous            </Record>
2842bde4061SEd Tanous          </Collection>
2852bde4061SEd Tanous        </Annotation>
2862bde4061SEd Tanous      </TypeDefinition>
2872bde4061SEd Tanous    </Schema>
2882bde4061SEd Tanous
2892bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_2">
2902bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2912bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
2922bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_0.SerialInterface"/>
2932bde4061SEd Tanous    </Schema>
2942bde4061SEd Tanous
2952bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_3">
2962bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2972bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
2982bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_2.SerialInterface"/>
2992bde4061SEd Tanous    </Schema>
3002bde4061SEd Tanous
3012bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_4">
3022bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the `ConnectorType` enumerated values to match original publication."/>
3042bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_3.SerialInterface"/>
3052bde4061SEd Tanous    </Schema>
3062bde4061SEd Tanous
3072bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_5">
3082bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3092bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
3102bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_4.SerialInterface"/>
3112bde4061SEd Tanous    </Schema>
3122bde4061SEd Tanous
3132bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_6">
3142bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3152bde4061SEd 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."/>
3162bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_5.SerialInterface"/>
3172bde4061SEd Tanous    </Schema>
3182bde4061SEd Tanous
3192bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_7">
3202bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3212bde4061SEd 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."/>
3222bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_6.SerialInterface"/>
3232bde4061SEd Tanous    </Schema>
3242bde4061SEd Tanous
3252bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_8">
3262bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3272bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
3282bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_7.SerialInterface"/>
3292bde4061SEd Tanous    </Schema>
3302bde4061SEd Tanous
3312bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_9">
3322bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3332bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
3342bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_8.SerialInterface"/>
3352bde4061SEd Tanous    </Schema>
3362bde4061SEd Tanous
3372bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_10">
3382bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3392bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
3402bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_9.SerialInterface"/>
3412bde4061SEd Tanous    </Schema>
3422bde4061SEd Tanous
3432bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_11">
3442bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3452bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
3462bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_10.SerialInterface"/>
3472bde4061SEd Tanous    </Schema>
3482bde4061SEd Tanous
349*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_0_12">
350*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
351*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."/>
352*f2a8e57eSGunnar Mills      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_11.SerialInterface"/>
353*f2a8e57eSGunnar Mills    </Schema>
354*f2a8e57eSGunnar Mills
3552bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_0">
3562bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3572bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
3582bde4061SEd Tanous
3592bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_0_3.SerialInterface">
3602bde4061SEd Tanous        <Property Name="Actions" Type="SerialInterface.v1_1_0.Actions" Nullable="false">
3612bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
3622bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
3632bde4061SEd Tanous        </Property>
3642bde4061SEd Tanous      </EntityType>
3652bde4061SEd Tanous
3662bde4061SEd Tanous      <ComplexType Name="Actions">
3672bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
3682bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
3692bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
3702bde4061SEd Tanous        <Property Name="Oem" Type="SerialInterface.v1_1_0.OemActions" Nullable="false">
3712bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
3722bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
3732bde4061SEd Tanous        </Property>
3742bde4061SEd Tanous      </ComplexType>
3752bde4061SEd Tanous
3762bde4061SEd Tanous      <ComplexType Name="OemActions">
3772bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
3782bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
3792bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
3802bde4061SEd Tanous      </ComplexType>
3812bde4061SEd Tanous    </Schema>
3822bde4061SEd Tanous
3832bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_1">
3842bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the `ConnectorType` enumerated values to match original publication."/>
3862bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_0.SerialInterface"/>
3872bde4061SEd Tanous    </Schema>
3882bde4061SEd Tanous
3892bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_2">
3902bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3912bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
3922bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_1.SerialInterface"/>
3932bde4061SEd Tanous    </Schema>
3942bde4061SEd Tanous
3952bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_3">
3962bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3972bde4061SEd 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."/>
3982bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_2.SerialInterface"/>
3992bde4061SEd Tanous    </Schema>
4002bde4061SEd Tanous
4012bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_4">
4022bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4032bde4061SEd 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."/>
4042bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_3.SerialInterface"/>
4052bde4061SEd Tanous    </Schema>
4062bde4061SEd Tanous
4072bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_5">
4082bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4092bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
4102bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_4.SerialInterface"/>
4112bde4061SEd Tanous    </Schema>
4122bde4061SEd Tanous
4132bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_6">
4142bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4152bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
4162bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_5.SerialInterface"/>
4172bde4061SEd Tanous    </Schema>
4182bde4061SEd Tanous
4192bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_7">
4202bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4212bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
4222bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_6.SerialInterface"/>
4232bde4061SEd Tanous    </Schema>
4242bde4061SEd Tanous
4252bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_8">
4262bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4272bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
4282bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_7.SerialInterface"/>
4292bde4061SEd Tanous    </Schema>
4302bde4061SEd Tanous
431*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_1_9">
432*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
433*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."/>
434*f2a8e57eSGunnar Mills      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_8.SerialInterface"/>
435*f2a8e57eSGunnar Mills    </Schema>
436*f2a8e57eSGunnar Mills
4372bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_2_0">
4382bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4392bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2023.2"/>
4402bde4061SEd Tanous
4412bde4061SEd Tanous      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_1_8.SerialInterface">
4422bde4061SEd Tanous        <Property Name="Links" Type="SerialInterface.v1_2_0.Links" Nullable="false">
4432bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
4442bde4061SEd 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."/>
4452bde4061SEd Tanous        </Property>
4462bde4061SEd Tanous      </EntityType>
4472bde4061SEd Tanous
4482bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
4492bde4061SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
4502bde4061SEd 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."/>
4512bde4061SEd Tanous      </ComplexType>
4522bde4061SEd Tanous    </Schema>
4532bde4061SEd Tanous
454*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SerialInterface.v1_2_1">
455*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456*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."/>
457*f2a8e57eSGunnar Mills      <EntityType Name="SerialInterface" BaseType="SerialInterface.v1_2_0.SerialInterface"/>
458*f2a8e57eSGunnar Mills    </Schema>
459*f2a8e57eSGunnar Mills
4602bde4061SEd Tanous  </edmx:DataServices>
4612bde4061SEd Tanous</edmx:Edmx>
462