1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Port v1.11.0                                                        -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2023 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21    <edmx:Include Namespace="Resource"/>
22    <edmx:Include Namespace="Resource.v1_0_0"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
29    <edmx:Include Namespace="Endpoint"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml">
32    <edmx:Include Namespace="Switch"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
35    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
38    <edmx:Include Namespace="Protocol"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortMetrics_v1.xml">
41    <edmx:Include Namespace="PortMetrics"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RouteEntryCollection_v1.xml">
44    <edmx:Include Namespace="RouteEntryCollection"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VCATEntryCollection_v1.xml">
47    <edmx:Include Namespace="VCATEntryCollection"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
50    <edmx:Include Namespace="NetworkDeviceFunction"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
53    <edmx:Include Namespace="EnvironmentMetrics"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Cable_v1.xml">
56    <edmx:Include Namespace="Cable"/>
57  </edmx:Reference>
58  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterface_v1.xml">
59    <edmx:Include Namespace="EthernetInterface"/>
60  </edmx:Reference>
61
62  <edmx:DataServices>
63
64    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port">
65      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
66
67      <EntityType Name="Port" BaseType="Resource.v1_0_0.Resource" Abstract="true">
68        <Annotation Term="OData.Description" String="The Port schema contains properties that describe a port of a switch, controller, chassis, or any other device that could be connected to another entity."/>
69        <Annotation Term="OData.LongDescription" String="This resource contains a simple port for a Redfish implementation."/>
70        <Annotation Term="Capabilities.InsertRestrictions">
71          <Record>
72            <PropertyValue Property="Insertable" Bool="false"/>
73          </Record>
74        </Annotation>
75        <Annotation Term="Capabilities.UpdateRestrictions">
76          <Record>
77            <PropertyValue Property="Updatable" Bool="true"/>
78          </Record>
79        </Annotation>
80        <Annotation Term="Capabilities.DeleteRestrictions">
81          <Record>
82            <PropertyValue Property="Deletable" Bool="false"/>
83          </Record>
84        </Annotation>
85        <Annotation Term="Redfish.Uris">
86          <Collection>
87            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports/{PortId}</String>
88            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}</String>
89            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}</String>
90            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}</String>
91            <String>/redfish/v1/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports/{PortId}</String>
92            <String>/redfish/v1/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports/{PortId}</String>
93            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports/{PortId}</String>
94            <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}/Ports/{PortId}</String>
95            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}</String>
96            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Ports/{PortId}</String>
97            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}</String>
98            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}</String>
99            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Ports/{PortId}</String>
100            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}</String>
101            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}</String>
102            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}</String>
103            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports/{PortId}</String>
104            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports/{PortId}</String>
105            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports/{PortId}</String>
106            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}</String>
107            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}</String>
108            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Ports/{PortId}</String>
109            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}</String>
110            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}</String>
111            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}</String>
112            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports/{PortId}</String>
113            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports/{PortId}</String>
114            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports/{PortId}</String>
115            <String>/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}</String>
116            <String>/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}</String>
117            <String>/redfish/v1/Managers/{ManagerId}/USBPorts/{PortId}</String>
118            <String>/redfish/v1/Managers/{ManagerId}/DedicatedNetworkPorts/{PortId}</String>
119          </Collection>
120        </Annotation>
121      </EntityType>
122
123      <Action Name="Reset" IsBound="true">
124        <Annotation Term="OData.Description" String="This action resets this port."/>
125        <Annotation Term="OData.LongDescription" String="This action shall reset this port."/>
126        <Parameter Name="Port" Type="Port.v1_0_0.Actions"/>
127        <Parameter Name="ResetType" Type="Resource.ResetType">
128          <Annotation Term="OData.Description" String="The type of reset."/>
129          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset.  The service can accept a request without the parameter and perform an implementation-specific default reset."/>
130        </Parameter>
131      </Action>
132
133      <Action Name="ResetPPB" IsBound="true">
134        <Annotation Term="OData.Description" String="This action resets the PCI-to-PCI bridge (PPB) for this port."/>
135        <Annotation Term="OData.LongDescription" String="This action shall reset the PCI-to-PCI bridge (PPB) for this port."/>
136        <Parameter Name="Port" Type="Port.v1_0_0.Actions"/>
137        <Annotation Term="Redfish.Revisions">
138          <Collection>
139            <Record>
140              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
141              <PropertyValue Property="Version" String="v1_8_0"/>
142            </Record>
143          </Collection>
144        </Annotation>
145      </Action>
146    </Schema>
147
148    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_0">
149      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
150      <Annotation Term="Redfish.Release" String="2016.2"/>
151
152      <EntityType Name="Port" BaseType="Port.Port">
153        <Property Name="Status" Type="Resource.Status" Nullable="false">
154          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
155          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
156        </Property>
157        <Property Name="PortId" Type="Edm.String">
158          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159          <Annotation Term="OData.Description" String="The label of this port on the physical package for this port."/>
160          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the port as indicated on the device containing the port."/>
161        </Property>
162        <Property Name="PortProtocol" Type="Protocol.Protocol">
163          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
164          <Annotation Term="OData.Description" String="The protocol being sent over this port."/>
165          <Annotation Term="OData.LongDescription" String="This property shall contain the protocol being sent over this port."/>
166        </Property>
167        <Property Name="PortType" Type="Port.v1_0_0.PortType">
168          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
169          <Annotation Term="OData.Description" String="The type of this port."/>
170          <Annotation Term="OData.LongDescription" String="This property shall contain the port type for this port."/>
171        </Property>
172        <Property Name="CurrentSpeedGbps" Type="Edm.Decimal">
173          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
174          <Annotation Term="OData.Description" String="The current speed of this port."/>
175          <Annotation Term="OData.LongDescription" String="This property shall contain the unidirectional speed of this port currently negotiated and running.  This value includes overhead associated with the protocol."/>
176          <Annotation Term="Measures.Unit" String="Gbit/s"/>
177        </Property>
178        <Property Name="MaxSpeedGbps" Type="Edm.Decimal">
179          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
180          <Annotation Term="OData.Description" String="The maximum speed of this port as currently configured."/>
181          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum unidirectional speed of which this port is capable of being configured.  If capable of autonegotiation, the system shall attempt to negotiate at the maximum speed set.  This value includes overhead associated with the protocol."/>
182          <Annotation Term="Measures.Unit" String="Gbit/s"/>
183        </Property>
184        <Property Name="Width" Type="Edm.Int64">
185          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
186          <Annotation Term="OData.Description" String="The number of lanes, phys, or other physical transport links that this port contains."/>
187          <Annotation Term="OData.LongDescription" String="This property shall contain the number of physical transport links that this port contains."/>
188        </Property>
189        <Property Name="Links" Type="Port.v1_0_0.Links" Nullable="false">
190          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
191          <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."/>
192        </Property>
193        <Property Name="Actions" Type="Port.v1_0_0.Actions" Nullable="false">
194          <Annotation Term="OData.Description" String="The available actions for this resource."/>
195          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
196        </Property>
197      </EntityType>
198
199      <ComplexType Name="Links" BaseType="Resource.Links">
200        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
201        <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."/>
202        <NavigationProperty Name="AssociatedEndpoints" Type="Collection(Endpoint.Endpoint)">
203          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
204          <Annotation Term="OData.Description" String="An array of links to the endpoints at the other end of the link."/>
205          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint that represent the endpoints to which this port is connected."/>
206          <Annotation Term="OData.AutoExpandReferences"/>
207        </NavigationProperty>
208        <NavigationProperty Name="ConnectedSwitches" Type="Collection(Switch.Switch)">
209          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
210          <Annotation Term="OData.Description" String="An array of links to the switches at the other end of the link."/>
211          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Switch that represent the switches to which this port is connected."/>
212          <Annotation Term="OData.AutoExpandReferences"/>
213        </NavigationProperty>
214        <NavigationProperty Name="ConnectedSwitchPorts" Type="Collection(Port.Port)">
215          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
216          <Annotation Term="OData.Description" String="An array of links to the switch ports at the other end of the link."/>
217          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Port that represent the switch ports to which this port is connected."/>
218          <Annotation Term="OData.AutoExpandReferences"/>
219        </NavigationProperty>
220      </ComplexType>
221
222      <ComplexType Name="Actions">
223        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
224        <Annotation Term="OData.Description" String="The available actions for this resource."/>
225        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
226        <Property Name="Oem" Type="Port.v1_0_0.OemActions" Nullable="false">
227          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
228          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
229        </Property>
230      </ComplexType>
231
232      <ComplexType Name="OemActions">
233        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
234        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
235        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
236      </ComplexType>
237
238      <EnumType Name="PortType">
239        <Member Name="UpstreamPort">
240          <Annotation Term="OData.Description" String="This port connects to a host device."/>
241        </Member>
242        <Member Name="DownstreamPort">
243          <Annotation Term="OData.Description" String="This port connects to a target device."/>
244        </Member>
245        <Member Name="InterswitchPort">
246          <Annotation Term="OData.Description" String="This port connects to another switch."/>
247        </Member>
248        <Member Name="ManagementPort">
249          <Annotation Term="OData.Description" String="This port connects to a switch manager."/>
250        </Member>
251        <Member Name="BidirectionalPort">
252          <Annotation Term="OData.Description" String="This port connects to any type of device."/>
253        </Member>
254        <Member Name="UnconfiguredPort">
255          <Annotation Term="OData.Description" String="This port has not yet been configured."/>
256        </Member>
257      </EnumType>
258    </Schema>
259
260    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_1">
261      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
262      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
263      <EntityType Name="Port" BaseType="Port.v1_0_0.Port"/>
264    </Schema>
265
266    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_2">
267      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
268      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
269      <EntityType Name="Port" BaseType="Port.v1_0_1.Port"/>
270    </Schema>
271
272    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_3">
273      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
274      <Annotation Term="OData.Description" String="This version was created to change PortProtocol to use the unversioned definition, and correct the short and long descriptions in the defined actions."/>
275      <EntityType Name="Port" BaseType="Port.v1_0_2.Port"/>
276    </Schema>
277
278    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_4">
279      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
280      <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."/>
281      <EntityType Name="Port" BaseType="Port.v1_0_3.Port"/>
282    </Schema>
283
284    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_5">
285      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
286      <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.  It also clarifies several descriptions."/>
287      <EntityType Name="Port" BaseType="Port.v1_0_4.Port"/>
288    </Schema>
289
290    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_6">
291      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
292      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
293      <EntityType Name="Port" BaseType="Port.v1_0_5.Port"/>
294    </Schema>
295
296    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_7">
297      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
298      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
299      <EntityType Name="Port" BaseType="Port.v1_0_6.Port"/>
300    </Schema>
301
302    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_8">
303      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
304      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
305      <EntityType Name="Port" BaseType="Port.v1_0_7.Port"/>
306    </Schema>
307
308    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_9">
309      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
310      <Annotation Term="OData.Description" String="Clarified that speed properties include protocol overhead."/>
311      <EntityType Name="Port" BaseType="Port.v1_0_8.Port"/>
312    </Schema>
313
314    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_10">
315      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
316      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the AssociatedEndpoints, ConnectedSwitches, and ConnectedSwitchPorts properties inside of Links."/>
317      <EntityType Name="Port" BaseType="Port.v1_0_9.Port"/>
318    </Schema>
319
320    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_0_11">
321      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
322      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional.  It was also created to to broaden the descriptions for the values of ConnectedDeviceMode to allow for reuse as a common enumeration.  It was also created to correct various typographical errors."/>
323      <EntityType Name="Port" BaseType="Port.v1_0_10.Port"/>
324    </Schema>
325
326    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_1_0">
327      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
328      <Annotation Term="Redfish.Release" String="2017.3"/>
329
330      <EntityType Name="Port" BaseType="Port.v1_0_3.Port">
331        <Property Name="Location" Type="Resource.Location" Nullable="false">
332          <Annotation Term="OData.Description" String="The location of the port."/>
333          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated port."/>
334        </Property>
335      </EntityType>
336    </Schema>
337
338    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_1_1">
339      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
340      <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."/>
341      <EntityType Name="Port" BaseType="Port.v1_1_0.Port"/>
342    </Schema>
343
344    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_1_2">
345      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
346      <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.  It also clarifies several descriptions."/>
347      <EntityType Name="Port" BaseType="Port.v1_1_1.Port"/>
348    </Schema>
349
350    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_1_3">
351      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
352      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
353      <EntityType Name="Port" BaseType="Port.v1_1_2.Port"/>
354    </Schema>
355
356    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_1_4">
357      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
358      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
359      <EntityType Name="Port" BaseType="Port.v1_1_3.Port"/>
360    </Schema>
361
362    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_1_5">
363      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
364      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
365      <EntityType Name="Port" BaseType="Port.v1_1_4.Port"/>
366    </Schema>
367
368    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_1_6">
369      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
370      <Annotation Term="OData.Description" String="Clarified that speed properties include protocol overhead."/>
371      <EntityType Name="Port" BaseType="Port.v1_1_5.Port"/>
372    </Schema>
373
374    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_1_7">
375      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
376      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the AssociatedEndpoints, ConnectedSwitches, and ConnectedSwitchPorts properties inside of Links."/>
377      <EntityType Name="Port" BaseType="Port.v1_1_6.Port"/>
378    </Schema>
379
380    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_1_8">
381      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
382      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional."/>
383      <EntityType Name="Port" BaseType="Port.v1_1_7.Port"/>
384    </Schema>
385
386    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_2_0">
387      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
388      <Annotation Term="Redfish.Release" String="2019.4"/>
389
390      <EntityType Name="Port" BaseType="Port.v1_1_3.Port">
391        <Property Name="PortMedium" Type="Port.v1_2_0.PortMedium">
392          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
393          <Annotation Term="OData.Description" String="The physical connection medium for this port."/>
394          <Annotation Term="OData.LongDescription" String="This property shall contain the physical connection medium for this port."/>
395        </Property>
396        <Property Name="LinkNetworkTechnology" Type="Port.v1_2_0.LinkNetworkTechnology">
397          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
398          <Annotation Term="OData.Description" String="The link network technology capabilities of this port."/>
399          <Annotation Term="OData.LongDescription" String="This property shall contain a network technology capability of this port."/>
400        </Property>
401        <Property Name="InterfaceEnabled" Type="Edm.Boolean">
402          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
403          <Annotation Term="OData.Description" String="An indication of whether the port is enabled."/>
404          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the port is enabled.  When disabled, no traffic of any type, such as link protocol traffic and management traffic, is sent or received by the port."/>
405        </Property>
406        <Property Name="SignalDetected" Type="Edm.Boolean">
407          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
408          <Annotation Term="OData.Description" String="An indication of whether a signal is detected on this interface."/>
409          <Annotation Term="OData.LongDescription" String="This property shall indicate whether a signal that is appropriate for this link technology is detected for this port."/>
410        </Property>
411        <Property Name="LinkTransitionIndicator" Type="Edm.Int64" Nullable="false">
412          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
413          <Annotation Term="OData.Description" String="The number of link state transitions for this interface."/>
414          <Annotation Term="OData.LongDescription" String="This property shall contain the number of link state transitions for this interface."/>
415        </Property>
416        <Property Name="ActiveWidth" Type="Edm.Int64" Nullable="false">
417          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
418          <Annotation Term="OData.Description" String="The number of active lanes for this interface."/>
419          <Annotation Term="OData.LongDescription" String="This property shall contain the number of active lanes for this interface."/>
420        </Property>
421        <Property Name="LinkState" Type="Port.v1_2_0.LinkState" Nullable="false">
422          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
423          <Annotation Term="OData.Description" String="The desired link state for this interface."/>
424          <Annotation Term="OData.LongDescription" String="This property shall contain the desired link state for this interface."/>
425        </Property>
426        <Property Name="LinkStatus" Type="Port.v1_2_0.LinkStatus" Nullable="false">
427          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
428          <Annotation Term="OData.Description" String="The link status for this interface."/>
429          <Annotation Term="OData.LongDescription" String="This property shall contain the link status for this interface."/>
430        </Property>
431        <Property Name="GenZ" Type="Port.v1_2_0.GenZ" Nullable="false">
432          <Annotation Term="OData.Description" String="Gen-Z specific properties."/>
433          <Annotation Term="OData.LongDescription" String="This property shall contain Gen-Z specific properties for this interface."/>
434        </Property>
435        <NavigationProperty Name="Metrics" Type="PortMetrics.PortMetrics">
436          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
437          <Annotation Term="OData.Description" String="The link to the metrics associated with this port."/>
438          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with this port."/>
439          <Annotation Term="OData.AutoExpandReferences"/>
440        </NavigationProperty>
441      </EntityType>
442
443      <ComplexType Name="GenZ">
444        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
445        <Annotation Term="OData.Description" String="This type defines Gen-Z specific port properties."/>
446        <Annotation Term="OData.LongDescription" String="This type shall contain Gen-Z specific port properties."/>
447        <NavigationProperty Name="LPRT" Type="RouteEntryCollection.RouteEntryCollection" Nullable="false">
448          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
449          <Annotation Term="OData.Description" String="The Linear Packet Relay Table for the port."/>
450          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type RouteEntryCollection, and shall represent the Gen-Z Core Specification-defined Linear Packet Relay Table for this port."/>
451          <Annotation Term="OData.AutoExpandReferences"/>
452        </NavigationProperty>
453        <NavigationProperty Name="MPRT" Type="RouteEntryCollection.RouteEntryCollection" Nullable="false">
454          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
455          <Annotation Term="OData.Description" String="The Multi-subnet Packet Relay Table for the port."/>
456          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type RouteEntryCollection, and shall represent the Gen-Z Core Specification-defined Multi-subnet Packet Relay Table for this port."/>
457          <Annotation Term="OData.AutoExpandReferences"/>
458        </NavigationProperty>
459        <NavigationProperty Name="VCAT" Type="VCATEntryCollection.VCATEntryCollection" Nullable="false">
460          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
461          <Annotation Term="OData.Description" String="The Virtual Channel Action Table for the port."/>
462          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VCATEntryCollection."/>
463          <Annotation Term="OData.AutoExpandReferences"/>
464        </NavigationProperty>
465      </ComplexType>
466
467      <ComplexType Name="Links" BaseType="Port.v1_0_0.Links">
468        <NavigationProperty Name="ConnectedPorts" Type="Collection(Port.Port)">
469          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
470          <Annotation Term="OData.Description" String="An array of links to the remote device ports at the other end of the link."/>
471          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Port that represent the remote device ports to which this port is connected."/>
472          <Annotation Term="OData.AutoExpandReferences"/>
473        </NavigationProperty>
474      </ComplexType>
475
476      <EnumType Name="PortMedium">
477        <Member Name="Electrical">
478          <Annotation Term="OData.Description" String="This port has an electrical cable connection."/>
479        </Member>
480        <Member Name="Optical">
481          <Annotation Term="OData.Description" String="This port has an optical cable connection."/>
482        </Member>
483      </EnumType>
484
485      <EnumType Name="LinkState">
486        <Member Name="Enabled">
487          <Annotation Term="OData.Description" String="The link is enabled and operational."/>
488          <Annotation Term="OData.LongDescription" String="This value shall indicate the link is enabled and operational.  The port is allowed to establish a connection with the remote port."/>
489        </Member>
490        <Member Name="Disabled">
491          <Annotation Term="OData.Description" String="The link is disabled and not operational."/>
492          <Annotation Term="OData.LongDescription" String="This value shall indicate the link is disabled and not operational.  The port is not allowed to establish a connection with the remote port.  However, other types of traffic, such as management traffic, may be sent or received by the port."/>
493        </Member>
494      </EnumType>
495
496      <EnumType Name="LinkStatus">
497        <Member Name="LinkUp">
498          <Annotation Term="OData.Description" String="This link on this interface is up."/>
499        </Member>
500        <Member Name="Starting">
501          <Annotation Term="OData.Description" String="This link on this interface is starting.  A physical link has been established, but the port is not able to transfer data."/>
502        </Member>
503        <Member Name="Training">
504          <Annotation Term="OData.Description" String="This physical link on this interface is training."/>
505        </Member>
506        <Member Name="LinkDown">
507          <Annotation Term="OData.Description" String="The link on this interface is down."/>
508        </Member>
509        <Member Name="NoLink">
510          <Annotation Term="OData.Description" String="No physical link detected on this interface."/>
511        </Member>
512      </EnumType>
513
514      <EnumType Name="LinkNetworkTechnology">
515        <Member Name="Ethernet">
516          <Annotation Term="OData.Description" String="The port is capable of connecting to an Ethernet network."/>
517        </Member>
518        <Member Name="InfiniBand">
519          <Annotation Term="OData.Description" String="The port is capable of connecting to an InfiniBand network."/>
520        </Member>
521        <Member Name="FibreChannel">
522          <Annotation Term="OData.Description" String="The port is capable of connecting to a Fibre Channel network."/>
523        </Member>
524        <Member Name="GenZ">
525          <Annotation Term="OData.Description" String="The port is capable of connecting to a Gen-Z fabric."/>
526        </Member>
527        <Member Name="PCIe">
528          <Annotation Term="OData.Description" String="The port is capable of connecting to PCIe and CXL fabrics."/>
529          <Annotation Term="Redfish.Revisions">
530            <Collection>
531              <Record>
532                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
533                <PropertyValue Property="Version" String="v1_8_0"/>
534              </Record>
535            </Collection>
536          </Annotation>
537        </Member>
538      </EnumType>
539    </Schema>
540
541    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_2_1">
542      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
543      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
544      <EntityType Name="Port" BaseType="Port.v1_2_0.Port"/>
545    </Schema>
546
547    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_2_2">
548      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
549      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for the values of LinkStatus."/>
550      <EntityType Name="Port" BaseType="Port.v1_2_1.Port"/>
551    </Schema>
552
553    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_2_3">
554      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
555      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
556      <EntityType Name="Port" BaseType="Port.v1_2_2.Port"/>
557    </Schema>
558
559    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_2_4">
560      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
561      <Annotation Term="OData.Description" String="Clarified that speed properties include protocol overhead."/>
562      <EntityType Name="Port" BaseType="Port.v1_2_3.Port"/>
563    </Schema>
564
565    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_2_5">
566      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
567      <Annotation Term="OData.Description" String="This version was created to correct the permissions for LinkStatus."/>
568      <EntityType Name="Port" BaseType="Port.v1_2_4.Port"/>
569    </Schema>
570
571    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_2_6">
572      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
573      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the AssociatedEndpoints, ConnectedSwitches, ConnectedSwitchPorts, and ConnectedPorts properties inside of Links."/>
574      <EntityType Name="Port" BaseType="Port.v1_2_5.Port"/>
575    </Schema>
576
577    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_2_7">
578      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
579      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the InterfaceEnabled and LinkState properties."/>
580      <EntityType Name="Port" BaseType="Port.v1_2_6.Port"/>
581    </Schema>
582
583    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_2_8">
584      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
585      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional."/>
586      <EntityType Name="Port" BaseType="Port.v1_2_7.Port"/>
587    </Schema>
588
589    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_3_0">
590      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
591      <Annotation Term="Redfish.Release" String="2020.3"/>
592
593      <EntityType Name="Port" BaseType="Port.v1_2_2.Port">
594        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
595          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
596          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
597          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource.  A write to this property shall update the value of IndicatorLED in this resource, if supported, to reflect the implementation of the locating function."/>
598        </Property>
599        <Property Name="MaxFrameSize" Type="Edm.Int64">
600          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
601          <Annotation Term="OData.Description" String="The maximum frame size supported by the port."/>
602          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum frame size supported by the port."/>
603          <Annotation Term="Measures.Unit" String="By"/>
604        </Property>
605        <Property Name="LinkConfiguration" Type="Collection(Port.v1_3_0.LinkConfiguration)" Nullable="false">
606          <Annotation Term="OData.Description" String="The link configuration of this port."/>
607          <Annotation Term="OData.LongDescription" String="This property shall contain the static capabilities and configuration settings of the port."/>
608        </Property>
609        <Property Name="FibreChannel" Type="Port.v1_3_0.FibreChannelProperties">
610          <Annotation Term="OData.Description" String="Fibre Channel properties for this port."/>
611          <Annotation Term="OData.LongDescription" String="This property shall contain Fibre Channel-specific properties of the port."/>
612        </Property>
613        <Property Name="Ethernet" Type="Port.v1_3_0.EthernetProperties">
614          <Annotation Term="OData.Description" String="Ethernet properties for this port."/>
615          <Annotation Term="OData.LongDescription" String="This property shall contain Ethernet-specific properties of the port."/>
616        </Property>
617      </EntityType>
618
619      <ComplexType Name="FibreChannelProperties">
620        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
621        <Annotation Term="OData.Description" String="Fibre Channel-specific properties for a port."/>
622        <Annotation Term="OData.LongDescription" String="This type shall contain Fibre Channel-specific properties for a port."/>
623        <Property Name="PortConnectionType" Type="Port.v1_3_0.PortConnectionType">
624          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
625          <Annotation Term="OData.Description" String="The connection type of this port."/>
626          <Annotation Term="OData.LongDescription" String="This property shall contain the connection type for this port."/>
627        </Property>
628        <Property Name="NumberDiscoveredRemotePorts" Type="Edm.Int64">
629          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
630          <Annotation Term="OData.Description" String="The number of ports not on the associated device that the associated device has discovered through this port."/>
631          <Annotation Term="OData.LongDescription" String="This property shall contain the number of ports not on this associated device that this port has discovered."/>
632        </Property>
633        <Property Name="FabricName" Type="Edm.String">
634          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
635          <Annotation Term="OData.Description" String="The Fibre Channel Fabric Name provided by the switch."/>
636          <Annotation Term="OData.LongDescription" String="This property shall indicate the Fibre Channel Fabric Name provided by the switch."/>
637        </Property>
638      </ComplexType>
639
640      <ComplexType Name="EthernetProperties">
641        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
642        <Annotation Term="OData.Description" String="Ethernet-specific properties for a port."/>
643        <Annotation Term="OData.LongDescription" String="This type shall contain Ethernet-specific properties for a port."/>
644        <Property Name="SupportedEthernetCapabilities" Type="Collection(Port.v1_3_0.SupportedEthernetCapabilities)">
645          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
646          <Annotation Term="OData.Description" String="The set of Ethernet capabilities that this port supports."/>
647          <Annotation Term="OData.LongDescription" String="This property shall contain an array of Ethernet capabilities supported by this port."/>
648          <Annotation Term="Redfish.Revisions">
649            <Collection>
650              <Record>
651                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
652                <PropertyValue Property="Version" String="v1_5_0"/>
653                <PropertyValue Property="Description" String="This property has been deprecated in favor of individual fields for the various properties."/>
654              </Record>
655            </Collection>
656          </Annotation>
657        </Property>
658        <Property Name="FlowControlStatus" Type="Port.v1_3_0.FlowControl">
659          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
660          <Annotation Term="OData.Description" String="The 802.3x flow control behavior negotiated with the link partner for this port."/>
661          <Annotation Term="OData.LongDescription" String="This property shall contain the 802.3x flow control behavior negotiated with the link partner for this port."/>
662        </Property>
663        <Property Name="FlowControlConfiguration" Type="Port.v1_3_0.FlowControl">
664          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
665          <Annotation Term="OData.Description" String="The locally configured 802.3x flow control setting for this port."/>
666          <Annotation Term="OData.LongDescription" String="This property shall contain the locally configured 802.3x flow control setting for this port."/>
667        </Property>
668      </ComplexType>
669
670      <EnumType Name="PortConnectionType">
671        <Member Name="NotConnected">
672          <Annotation Term="OData.Description" String="This port is not connected."/>
673        </Member>
674        <Member Name="NPort">
675          <Annotation Term="OData.Description" String="This port connects through an N-port to a switch."/>
676        </Member>
677        <Member Name="PointToPoint">
678          <Annotation Term="OData.Description" String="This port connects in a point-to-point configuration."/>
679        </Member>
680        <Member Name="PrivateLoop">
681          <Annotation Term="OData.Description" String="This port connects in a private loop configuration."/>
682        </Member>
683        <Member Name="PublicLoop">
684          <Annotation Term="OData.Description" String="This port connects in a public configuration."/>
685        </Member>
686        <Member Name="Generic">
687          <Annotation Term="OData.Description" String="This port connection type is a generic fabric port."/>
688        </Member>
689        <Member Name="ExtenderFabric">
690          <Annotation Term="OData.Description" String="This port connection type is an extender fabric port."/>
691        </Member>
692        <Member Name="FPort">
693          <Annotation Term="OData.Description" String="This port connection type is a fabric port."/>
694          <Annotation Term="Redfish.Revisions">
695            <Collection>
696              <Record>
697                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
698                <PropertyValue Property="Version" String="v1_5_0"/>
699              </Record>
700            </Collection>
701          </Annotation>
702        </Member>
703        <Member Name="EPort">
704          <Annotation Term="OData.Description" String="This port connection type is an extender fabric port."/>
705          <Annotation Term="Redfish.Revisions">
706            <Collection>
707              <Record>
708                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
709                <PropertyValue Property="Version" String="v1_5_0"/>
710              </Record>
711            </Collection>
712          </Annotation>
713        </Member>
714        <Member Name="TEPort">
715          <Annotation Term="OData.Description" String="This port connection type is a trunking extender fabric port."/>
716          <Annotation Term="Redfish.Revisions">
717            <Collection>
718              <Record>
719                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
720                <PropertyValue Property="Version" String="v1_5_0"/>
721              </Record>
722            </Collection>
723          </Annotation>
724        </Member>
725        <Member Name="NPPort">
726          <Annotation Term="OData.Description" String="This port connection type is a proxy N-port for N-port virtualization."/>
727          <Annotation Term="Redfish.Revisions">
728            <Collection>
729              <Record>
730                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
731                <PropertyValue Property="Version" String="v1_5_0"/>
732              </Record>
733            </Collection>
734          </Annotation>
735        </Member>
736        <Member Name="GPort">
737          <Annotation Term="OData.Description" String="This port connection type is a generic fabric port."/>
738          <Annotation Term="Redfish.Revisions">
739            <Collection>
740              <Record>
741                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
742                <PropertyValue Property="Version" String="v1_5_0"/>
743              </Record>
744            </Collection>
745          </Annotation>
746        </Member>
747        <Member Name="NLPort">
748          <Annotation Term="OData.Description" String="This port connects in a node loop configuration."/>
749          <Annotation Term="Redfish.Revisions">
750            <Collection>
751              <Record>
752                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
753                <PropertyValue Property="Version" String="v1_5_0"/>
754              </Record>
755            </Collection>
756          </Annotation>
757        </Member>
758        <Member Name="FLPort">
759          <Annotation Term="OData.Description" String="This port connects in a fabric loop configuration."/>
760          <Annotation Term="Redfish.Revisions">
761            <Collection>
762              <Record>
763                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
764                <PropertyValue Property="Version" String="v1_5_0"/>
765              </Record>
766            </Collection>
767          </Annotation>
768        </Member>
769        <Member Name="EXPort">
770          <Annotation Term="OData.Description" String="This port connection type is an external fabric port."/>
771          <Annotation Term="Redfish.Revisions">
772            <Collection>
773              <Record>
774                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
775                <PropertyValue Property="Version" String="v1_5_0"/>
776              </Record>
777            </Collection>
778          </Annotation>
779        </Member>
780        <Member Name="UPort">
781          <Annotation Term="OData.Description" String="This port connection type is unassigned."/>
782          <Annotation Term="Redfish.Revisions">
783            <Collection>
784              <Record>
785                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
786                <PropertyValue Property="Version" String="v1_5_0"/>
787              </Record>
788            </Collection>
789          </Annotation>
790        </Member>
791        <Member Name="DPort">
792          <Annotation Term="OData.Description" String="This port connection type is a diagnostic port."/>
793          <Annotation Term="Redfish.Revisions">
794            <Collection>
795              <Record>
796                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
797                <PropertyValue Property="Version" String="v1_5_0"/>
798              </Record>
799            </Collection>
800          </Annotation>
801        </Member>
802      </EnumType>
803
804      <EnumType Name="SupportedEthernetCapabilities">
805        <Member Name="WakeOnLAN">
806          <Annotation Term="OData.Description" String="Wake on LAN (WoL) is supported on this port."/>
807        </Member>
808        <Member Name="EEE">
809          <Annotation Term="OData.Description" String="IEEE 802.3az Energy-Efficient Ethernet (EEE) is supported on this port."/>
810        </Member>
811      </EnumType>
812
813      <EnumType Name="FlowControl">
814        <Member Name="None">
815          <Annotation Term="OData.Description" String="No IEEE 802.3x flow control is enabled on this port."/>
816        </Member>
817        <Member Name="TX">
818          <Annotation Term="OData.Description" String="IEEE 802.3x flow control might be initiated by this station."/>
819        </Member>
820        <Member Name="RX">
821          <Annotation Term="OData.Description" String="IEEE 802.3x flow control might be initiated by the link partner."/>
822        </Member>
823        <Member Name="TX_RX">
824          <Annotation Term="OData.Description" String="IEEE 802.3x flow control might be initiated by this station or the link partner."/>
825        </Member>
826      </EnumType>
827
828      <ComplexType Name="LinkConfiguration">
829        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
830        <Annotation Term="OData.Description" String="Properties of the link for which this port is configured."/>
831        <Annotation Term="OData.LongDescription" String="This type shall contain properties of the link for which this port has been configured."/>
832        <Property Name="CapableLinkSpeedGbps" Type="Collection(Edm.Decimal)">
833          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
834          <Annotation Term="OData.Description" String="The set of link speed capabilities of this port."/>
835          <Annotation Term="OData.LongDescription" String="This property shall contain all of the possible network link speed capabilities of this port.  This value includes overhead associated with the protocol."/>
836          <Annotation Term="Measures.Unit" String="Gbit/s"/>
837        </Property>
838        <Property Name="ConfiguredNetworkLinks" Type="Collection(Port.v1_3_0.ConfiguredNetworkLink)">
839          <Annotation Term="OData.Description" String="The set of link speed and width pairs this port is configured to use for autonegotiation."/>
840          <Annotation Term="OData.LongDescription" String="This property shall contain the set of link speed and width pairs to which this port is restricted for autonegotiation purposes."/>
841        </Property>
842        <Property Name="AutoSpeedNegotiationCapable" Type="Edm.Boolean">
843          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
844          <Annotation Term="OData.Description" String="An indication of whether the port is capable of autonegotiating speed."/>
845          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the port is capable of autonegotiating speed."/>
846        </Property>
847        <Property Name="AutoSpeedNegotiationEnabled" Type="Edm.Boolean">
848          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
849          <Annotation Term="OData.Description" String="Controls whether this port is configured to enable autonegotiating speed."/>
850          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the port is configured to autonegotiate speed."/>
851        </Property>
852      </ComplexType>
853
854      <ComplexType Name="ConfiguredNetworkLink">
855        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
856        <Annotation Term="OData.Description" String="A set of link settings that a port is configured to use for autonegotiation."/>
857        <Annotation Term="OData.LongDescription" String="This type shall contain a set of link settings that a port is configured to use for autonegotiation."/>
858        <Property Name="ConfiguredLinkSpeedGbps" Type="Edm.Decimal">
859          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
860          <Annotation Term="OData.Description" String="The link speed per lane this port is configured to use for autonegotiation."/>
861          <Annotation Term="OData.LongDescription" String="This property shall contain the network link speed per lane this port is configured to allow for autonegotiation purposes.  This value includes overhead associated with the protocol."/>
862          <Annotation Term="Measures.Unit" String="Gbit/s"/>
863        </Property>
864        <Property Name="ConfiguredWidth" Type="Edm.Int64">
865          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
866          <Annotation Term="OData.Description" String="The link width this port is configured to use for autonegotiation in conjunction with the link speed."/>
867          <Annotation Term="OData.LongDescription" String="This property shall contain the network link width this port is configured to use for autonegotiation purposes."/>
868        </Property>
869      </ComplexType>
870    </Schema>
871
872    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_3_1">
873      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
874      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
875      <EntityType Name="Port" BaseType="Port.v1_3_0.Port"/>
876    </Schema>
877
878    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_3_2">
879      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
880      <Annotation Term="OData.Description" String="Clarified that speed properties include protocol overhead."/>
881      <EntityType Name="Port" BaseType="Port.v1_3_1.Port"/>
882    </Schema>
883
884    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_3_3">
885      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
886      <Annotation Term="OData.Description" String="This version was created to correct the permissions for LinkStatus."/>
887      <EntityType Name="Port" BaseType="Port.v1_3_2.Port"/>
888    </Schema>
889
890    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_3_4">
891      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
892      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the AssociatedEndpoints, ConnectedSwitches, ConnectedSwitchPorts, and ConnectedPorts properties inside of Links."/>
893      <EntityType Name="Port" BaseType="Port.v1_3_3.Port"/>
894    </Schema>
895
896    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_3_5">
897      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
898      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the InterfaceEnabled and LinkState properties.  It was also created to remove normative language from non-normative descriptions."/>
899      <EntityType Name="Port" BaseType="Port.v1_3_4.Port"/>
900    </Schema>
901
902    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_3_6">
903      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
904      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional."/>
905      <EntityType Name="Port" BaseType="Port.v1_3_5.Port"/>
906    </Schema>
907
908    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_4_0">
909      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
910      <Annotation Term="Redfish.Release" String="2021.1"/>
911
912      <EntityType Name="Port" BaseType="Port.v1_3_2.Port">
913        <Property Name="FunctionMinBandwidth" Type="Collection(Port.v1_4_0.FunctionMinBandwidth)" Nullable="false">
914          <Annotation Term="OData.Description" String="An array of minimum bandwidth allocation percentages for the functions associated with this port."/>
915          <Annotation Term="OData.LongDescription" String="This property shall contain an array of minimum bandwidth percentage allocations for each of the functions associated with this port."/>
916        </Property>
917        <Property Name="FunctionMaxBandwidth" Type="Collection(Port.v1_4_0.FunctionMaxBandwidth)" Nullable="false">
918          <Annotation Term="OData.Description" String="An array of maximum bandwidth allocation percentages for the functions associated with this port."/>
919          <Annotation Term="OData.LongDescription" String="This property shall contain an array of maximum bandwidth allocation percentages for the functions associated with this port."/>
920        </Property>
921        <Property Name="SFP" Type="Port.v1_4_0.SFP">
922          <Annotation Term="OData.Description" String="The small form-factor pluggable (SFP) device associated with this port."/>
923          <Annotation Term="OData.LongDescription" String="This property shall contain data about the small form-factor pluggable (SFP) device currently occupying this port."/>
924        </Property>
925        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
926          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
927          <Annotation Term="OData.Description" String="The link to the environment metrics for this port or any attached small form-factor pluggable (SFP) device."/>
928          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EnvironmentMetrics that represents the environment metrics for this port or any attached small form-factor pluggable (SFP) device."/>
929          <Annotation Term="OData.AutoExpandReferences"/>
930        </NavigationProperty>
931        <Property Name="CurrentProtocolVersion" Type="Edm.String">
932          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
933          <Annotation Term="OData.Description" String="The protocol version being sent over this port."/>
934          <Annotation Term="OData.LongDescription" String="This property shall contain the protocol version being sent over this port.  This property should only be used for protocols where the version and not the speed is of primary interest such as USB, DisplayPort, or HDMI."/>
935        </Property>
936        <Property Name="CapableProtocolVersions" Type="Collection(Edm.String)">
937          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
938          <Annotation Term="OData.Description" String="The protocol versions capable of being sent over this port."/>
939          <Annotation Term="OData.LongDescription" String="This property shall contain the protocol versions capable of being sent over this port.  This property should only be used for protocols where the version and not the speed is of primary interest such as USB, DisplayPort, or HDMI."/>
940        </Property>
941        <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
942          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
943          <Annotation Term="OData.Description" String="An indication of whether this port is enabled."/>
944          <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this port is enabled.  Disabling a port will disconnect any devices only connected to the system through this port."/>
945          <Annotation Term="Redfish.Revisions">
946            <Collection>
947              <Record>
948                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
949                <PropertyValue Property="Version" String="v1_10_0"/>
950                <PropertyValue Property="Description" String="This property has been deprecated in favor of InterfaceEnabled."/>
951              </Record>
952            </Collection>
953          </Annotation>
954        </Property>
955      </EntityType>
956
957      <ComplexType Name="FunctionMinBandwidth">
958        <Annotation Term="OData.Description" String="A minimum bandwidth allocation percentage for a network device functions associated with a port."/>
959        <Annotation Term="OData.LongDescription" String="This type shall describe a minimum bandwidth percentage allocation for a network device function associated with a port."/>
960        <NavigationProperty Name="NetworkDeviceFunction" Type="NetworkDeviceFunction.NetworkDeviceFunction" Nullable="false">
961          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
962          <Annotation Term="OData.Description" String="The link to the network device function associated with this bandwidth setting of this network port."/>
963          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type NetworkDeviceFunction that represents the network device function associated with this bandwidth setting of this network port."/>
964          <Annotation Term="OData.AutoExpandReferences"/>
965        </NavigationProperty>
966        <Property Name="AllocationPercent" Type="Edm.Int64">
967          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
968          <Annotation Term="OData.Description" String="The minimum bandwidth allocation percentage allocated to the corresponding network device function instance."/>
969          <Annotation Term="OData.LongDescription" String="This property shall contain the minimum bandwidth percentage allocation, `0` to `100`, for the associated network device function.  The sum of all minimum percentages shall not exceed `100`."/>
970          <Annotation Term="Measures.Unit" String="%"/>
971          <Annotation Term="Validation.Minimum" Int="0"/>
972          <Annotation Term="Validation.Maximum" Int="100"/>
973        </Property>
974      </ComplexType>
975
976      <ComplexType Name="FunctionMaxBandwidth">
977        <Annotation Term="OData.Description" String="A maximum bandwidth allocation percentage for a network device functions associated with a port."/>
978        <Annotation Term="OData.LongDescription" String="This type shall describe a maximum bandwidth percentage allocation for a network device function associated with a port."/>
979        <NavigationProperty Name="NetworkDeviceFunction" Type="NetworkDeviceFunction.NetworkDeviceFunction" Nullable="false">
980          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
981          <Annotation Term="OData.Description" String="The link to the network device function associated with this bandwidth setting of this network port."/>
982          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type NetworkDeviceFunction that represents the network device function associated with this bandwidth setting of this network port."/>
983          <Annotation Term="OData.AutoExpandReferences"/>
984        </NavigationProperty>
985        <Property Name="AllocationPercent" Type="Edm.Int64">
986          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
987          <Annotation Term="OData.Description" String="The maximum bandwidth allocation percentage allocated to the corresponding network device function instance."/>
988          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum bandwidth percentage allocation, `0` to `100`, for the associated network device function."/>
989          <Annotation Term="Measures.Unit" String="%"/>
990          <Annotation Term="Validation.Minimum" Int="0"/>
991          <Annotation Term="Validation.Maximum" Int="100"/>
992        </Property>
993      </ComplexType>
994
995      <ComplexType Name="EthernetProperties" BaseType="Port.v1_3_0.EthernetProperties">
996        <Property Name="AssociatedMACAddresses" Type="Collection(Edm.String)">
997          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
998          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/>
999          <Annotation Term="OData.Description" String="An array of configured MAC addresses that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address, if applicable, the address for hardware port teaming, or other network addresses."/>
1000          <Annotation Term="OData.LongDescription" String="This property shall contain an array of configured MAC addresses that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address if applicable, the address for hardware port teaming, or other network addresses."/>
1001        </Property>
1002        <Property Name="LLDPEnabled" Type="Edm.Boolean" Nullable="false">
1003          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1004          <Annotation Term="OData.Description" String="Enable/disable LLDP for this port."/>
1005          <Annotation Term="OData.LongDescription" String="This property shall contain the state indicating whether to enable LLDP for a port.  If LLDP is disabled at the adapter level, this property shall be ignored."/>
1006        </Property>
1007        <Property Name="LLDPTransmit" Type="Port.v1_4_0.LLDPTransmit">
1008          <Annotation Term="OData.Description" String="LLDP data being transmitted on this link."/>
1009          <Annotation Term="OData.LongDescription" String="This property shall contain the LLDP data being transmitted on this link."/>
1010        </Property>
1011        <Property Name="LLDPReceive" Type="Port.v1_4_0.LLDPReceive">
1012          <Annotation Term="OData.Description" String="LLDP data being received on this link."/>
1013          <Annotation Term="OData.LongDescription" String="This property shall contain the LLDP data being received on this link."/>
1014        </Property>
1015      </ComplexType>
1016
1017      <ComplexType Name="FibreChannelProperties" BaseType="Port.v1_3_0.FibreChannelProperties">
1018        <Property Name="AssociatedWorldWideNames" Type="Collection(Edm.String)">
1019          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1020          <Annotation Term="OData.Description" String="An array of configured World Wide Names (WWN) that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address, if applicable, the address for hardware port teaming, or other network addresses."/>
1021          <Annotation Term="OData.LongDescription" String="This property shall contain an array of configured World Wide Names (WWN) that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address if applicable, the address for hardware port teaming, or other network addresses."/>
1022          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){7}([0-9A-Fa-f]{2})$"/>
1023        </Property>
1024      </ComplexType>
1025
1026      <ComplexType Name="LLDPTransmit">
1027        <Annotation Term="OData.Description" String="Link Layer Data Protocol (LLDP) data being transmitted on this link."/>
1028        <Annotation Term="OData.LongDescription" String="This type shall contain the LLDP data to be transmitted from this endpoint."/>
1029        <Property Name="ChassisId" Type="Edm.String">
1030          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1031          <Annotation Term="OData.Description" String="Link Layer Data Protocol (LLDP) chassis ID."/>
1032          <Annotation Term="OData.LongDescription" String="This property shall contain the chassis ID to be transmitted from this endpoint.  If no such chassis ID is to be transmitted, this value shall be an empty string."/>
1033        </Property>
1034        <Property Name="ChassisIdSubtype" Type="Port.v1_4_0.IEEE802IdSubtype">
1035          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1036          <Annotation Term="OData.Description" String="The type of identifier used for the chassis ID."/>
1037          <Annotation Term="OData.LongDescription" String="This property shall contain the IEEE 802.1AB-2009 chassis ID subtype to be transmitted from this endpoint.  If no such chassis ID subtype is to be transmitted, this value shall be `NotTransmitted`."/>
1038        </Property>
1039        <Property Name="ManagementVlanId" Type="Edm.Int64">
1040          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1041          <Annotation Term="Validation.Minimum" Int="0"/>
1042          <Annotation Term="Validation.Maximum" Int="4095"/>
1043          <Annotation Term="OData.Description" String="The management VLAN ID to be transmitted from this endpoint."/>
1044          <Annotation Term="OData.LongDescription" String="This property shall contain the management VLAN ID to be transmitted from this endpoint.  If no such port ID is to be transmitted, this value shall be `4095`."/>
1045        </Property>
1046        <Property Name="ManagementAddressIPv4" Type="Edm.String">
1047          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1048          <Annotation Term="OData.Description" String="The IPv4 management address to be transmitted from this endpoint."/>
1049          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv4 management address to be transmitted from this endpoint.  If no such management address is to be transmitted, this value shall be an empty string."/>
1050          <Annotation Term="Validation.Pattern" String="(^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$)|(^$)"/>
1051        </Property>
1052        <Property Name="ManagementAddressIPv6" Type="Edm.String">
1053          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1054          <Annotation Term="OData.Description" String="The IPv6 management address to be transmitted from this endpoint."/>
1055          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 management address to be transmitted from this endpoint.  If no such management address is to be transmitted, this value shall be an empty string."/>
1056        </Property>
1057        <Property Name="ManagementAddressMAC" Type="Edm.String">
1058          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1059          <Annotation Term="Validation.Pattern" String="(^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$)|(^$)"/>
1060          <Annotation Term="OData.Description" String="The management MAC address to be transmitted from this endpoint."/>
1061          <Annotation Term="OData.LongDescription" String="This property shall contain the management MAC address to be transmitted from this endpoint.  If no such management address is to be transmitted, this value shall be an empty string."/>
1062        </Property>
1063        <Property Name="PortId" Type="Edm.String">
1064          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1065          <Annotation Term="Validation.Pattern" String="(^([0-9A-F]{2})([:]([0-9A-F]){2}){0,63}$)|(^$)"/>
1066          <Annotation Term="OData.Description" String="A colon-delimited string of hexadecimal octets identifying a port to be transmitted from this endpoint."/>
1067          <Annotation Term="OData.LongDescription" String="This property shall contain a colon-delimited string of hexadecimal octets identifying the port for an LLDP endpoint.  If no such port ID is to be transmitted, this value shall be an empty string."/>
1068        </Property>
1069        <Property Name="PortIdSubtype" Type="Port.v1_4_0.IEEE802IdSubtype">
1070          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1071          <Annotation Term="OData.Description" String="The port ID subtype to be transmitted from this endpoint."/>
1072          <Annotation Term="OData.LongDescription" String="This property shall contain the port ID subtype from IEEE 802.1AB-2009 Table 8-3 to be transmitted from this endpoint.  If no such port ID subtype is to be transmitted, this value shall be `NotTransmitted`."/>
1073        </Property>
1074      </ComplexType>
1075
1076      <ComplexType Name="LLDPReceive">
1077        <Annotation Term="OData.Description" String="Link Layer Data Protocol (LLDP) data received from the remote partner across this link."/>
1078        <Annotation Term="OData.LongDescription" String="This type shall contain the LLDP data from the remote partner across this link."/>
1079        <Property Name="ChassisId" Type="Edm.String">
1080          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1081          <Annotation Term="OData.Description" String="Link Layer Data Protocol (LLDP) chassis ID received from the remote partner across this link."/>
1082          <Annotation Term="OData.LongDescription" String="This property shall contain the chassis ID received from the remote partner across this link.  If no such chassis ID has been received, this property should not be present."/>
1083        </Property>
1084        <Property Name="ChassisIdSubtype" Type="Port.v1_4_0.IEEE802IdSubtype">
1085          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1086          <Annotation Term="OData.Description" String="The type of identifier used for the chassis ID received from the remote partner across this link."/>
1087          <Annotation Term="OData.LongDescription" String="This property shall contain the IEEE 802.1AB-2009 chassis ID subtype received from the remote partner across this link.  If no such chassis ID subtype has been received, this property should not be present."/>
1088        </Property>
1089        <Property Name="ManagementVlanId" Type="Edm.Int64">
1090          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1091          <Annotation Term="Validation.Minimum" Int="0"/>
1092          <Annotation Term="Validation.Maximum" Int="4095"/>
1093          <Annotation Term="OData.Description" String="The management VLAN ID received from the remote partner across this link."/>
1094          <Annotation Term="OData.LongDescription" String="This property shall contain the management VLAN ID received from the remote partner across this link.  If no such management VLAN ID has been received, this property should not be present."/>
1095        </Property>
1096        <Property Name="ManagementAddressIPv4" Type="Edm.String">
1097          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1098          <Annotation Term="OData.Description" String="The IPv4 management address received from the remote partner across this link."/>
1099          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv4 management address received from the remote partner across this link.  If no such management address has been received, this property should not be present."/>
1100          <Annotation Term="Validation.Pattern" String="^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$"/>
1101        </Property>
1102        <Property Name="ManagementAddressIPv6" Type="Edm.String">
1103          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1104          <Annotation Term="OData.Description" String="The IPv6 management address received from the remote partner across this link."/>
1105          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 management address received from the remote partner across this link.  If no such management address has been received, this property should not be present."/>
1106          <Annotation Term="Redfish.IPv6Format"/>
1107        </Property>
1108        <Property Name="ManagementAddressMAC" Type="Edm.String">
1109          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1110          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/>
1111          <Annotation Term="OData.Description" String="The management MAC address received from the remote partner across this link."/>
1112          <Annotation Term="OData.LongDescription" String="This property shall contain the management MAC address received from the remote partner across this link.  If no such management address has been received, this property should not be present."/>
1113        </Property>
1114        <Property Name="PortId" Type="Edm.String">
1115          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1116          <Annotation Term="Validation.Pattern" String="^([0-9A-F]{2})([:]([0-9A-F]){2}){0,63}$"/>
1117          <Annotation Term="OData.Description" String="A colon-delimited string of hexadecimal octets identifying a port."/>
1118          <Annotation Term="OData.LongDescription" String="This property shall contain a colon-delimited string of hexadecimal octets identifying the port received from the remote partner across this link.  If no such port ID has been received, this property should not be present."/>
1119        </Property>
1120        <Property Name="PortIdSubtype" Type="Port.v1_4_0.IEEE802IdSubtype">
1121          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1122          <Annotation Term="OData.Description" String="The port ID subtype received from the remote partner across this link."/>
1123          <Annotation Term="OData.LongDescription" String="This property shall contain the port ID subtype from IEEE 802.1AB-2009 Table 8-3 received from the remote partner across this link.  If no such port ID subtype has been received, this property should not be present."/>
1124        </Property>
1125      </ComplexType>
1126
1127      <EnumType Name="IEEE802IdSubtype">
1128        <Member Name="ChassisComp">
1129          <Annotation Term="OData.Description" String="Chassis component, based on the value of entPhysicalAlias in RFC4133."/>
1130        </Member>
1131        <Member Name="IfAlias">
1132          <Annotation Term="OData.Description" String="Interface alias, based on the ifAlias MIB object."/>
1133        </Member>
1134        <Member Name="PortComp">
1135          <Annotation Term="OData.Description" String="Port component, based on the value of entPhysicalAlias in RFC4133."/>
1136        </Member>
1137        <Member Name="MacAddr">
1138          <Annotation Term="OData.Description" String="MAC address, based on an agent-detected unicast source address as defined in IEEE standard 802."/>
1139        </Member>
1140        <Member Name="NetworkAddr">
1141          <Annotation Term="OData.Description" String="Network address, based on an agent-detected network address."/>
1142        </Member>
1143        <Member Name="IfName">
1144          <Annotation Term="OData.Description" String="Interface name, based on the ifName MIB object."/>
1145        </Member>
1146        <Member Name="AgentId">
1147          <Annotation Term="OData.Description" String="Agent circuit ID, based on the agent-local identifier of the circuit as defined in RFC3046."/>
1148        </Member>
1149        <Member Name="LocalAssign">
1150          <Annotation Term="OData.Description" String="Locally assigned, based on an alphanumeric value locally assigned."/>
1151        </Member>
1152        <Member Name="NotTransmitted">
1153          <Annotation Term="OData.Description" String="No data to be sent to/received from remote partner."/>
1154        </Member>
1155      </EnumType>
1156
1157      <ComplexType Name="SFP">
1158        <Annotation Term="OData.Description" String="A small form-factor pluggable (SFP) device attached to a port."/>
1159        <Annotation Term="OData.LongDescription" String="This type shall describe a small form-factor pluggable (SFP) device attached to a port."/>
1160        <Property Name="Status" Type="Resource.Status" Nullable="false">
1161          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1162          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
1163        </Property>
1164        <Property Name="SupportedSFPTypes" Type="Collection(Port.v1_4_0.SFPType)">
1165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1166          <Annotation Term="OData.Description" String="The types of SFP devices that can be attached to this port."/>
1167          <Annotation Term="OData.LongDescription" String="This property shall contain an array of SFP device types supported by this port."/>
1168        </Property>
1169        <Property Name="Type" Type="Port.v1_4_0.SFPType">
1170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1171          <Annotation Term="OData.Description" String="The type of SFP device that is attached to this port."/>
1172          <Annotation Term="OData.LongDescription" String="This property shall contain the SFP device type currently attached to this port."/>
1173        </Property>
1174        <Property Name="Manufacturer" Type="Edm.String">
1175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1176          <Annotation Term="OData.Description" String="The manufacturer of this SFP."/>
1177          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the SFP.  This organization may be the entity from which the SFP is purchased, but this is not necessarily true."/>
1178        </Property>
1179        <Property Name="SerialNumber" Type="Edm.String">
1180          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1181          <Annotation Term="OData.Description" String="The serial number for this SFP."/>
1182          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the SFP."/>
1183        </Property>
1184        <Property Name="PartNumber" Type="Edm.String">
1185          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1186          <Annotation Term="OData.Description" String="The part number for this SFP."/>
1187          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the SFP."/>
1188        </Property>
1189        <Property Name="MediumType" Type="Port.v1_4_0.MediumType">
1190          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1191          <Annotation Term="OData.Description" String="The medium type connected to this SFP."/>
1192          <Annotation Term="OData.LongDescription" String="This property shall contain the medium type used by the SFP."/>
1193        </Property>
1194        <Property Name="FiberConnectionType" Type="Port.v1_4_0.FiberConnectionType">
1195          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1196          <Annotation Term="OData.Description" String="The type of fiber connection currently used by this SFP."/>
1197          <Annotation Term="OData.LongDescription" String="This property shall contain the fiber connection type used by the SFP."/>
1198        </Property>
1199      </ComplexType>
1200
1201      <EnumType Name="SFPType">
1202        <Member Name="SFP">
1203          <Annotation Term="OData.Description" String="The SFP conforms to the SFF Specification for SFP."/>
1204        </Member>
1205        <Member Name="SFPPlus">
1206          <Annotation Term="OData.Description" String="The SFP conforms to the SFF Specification for SFP+."/>
1207        </Member>
1208        <Member Name="SFP28">
1209          <Annotation Term="OData.Description" String="The SFP conforms to the SFF Specification for SFP+ and IEEE 802.3by Specification."/>
1210        </Member>
1211        <Member Name="cSFP">
1212          <Annotation Term="OData.Description" String="The SFP conforms to the CSFP MSA Specification."/>
1213        </Member>
1214        <Member Name="SFPDD">
1215          <Annotation Term="OData.Description" String="The SFP conforms to the SFP-DD MSA Specification."/>
1216        </Member>
1217        <Member Name="QSFP">
1218          <Annotation Term="OData.Description" String="The SFP conforms to the SFF Specification for QSFP."/>
1219        </Member>
1220        <Member Name="QSFPPlus">
1221          <Annotation Term="OData.Description" String="The SFP conforms to the SFF Specification for QSFP+."/>
1222        </Member>
1223        <Member Name="QSFP14">
1224          <Annotation Term="OData.Description" String="The SFP conforms to the SFF Specification for QSFP14."/>
1225        </Member>
1226        <Member Name="QSFP28">
1227          <Annotation Term="OData.Description" String="The SFP conforms to the SFF Specification for QSFP28."/>
1228        </Member>
1229        <Member Name="QSFP56">
1230          <Annotation Term="OData.Description" String="The SFP conforms to the SFF Specification for QSFP56."/>
1231        </Member>
1232        <Member Name="MiniSASHD">
1233          <Annotation Term="OData.Description" String="The SFP conforms to the SFF Specification SFF-8644."/>
1234        </Member>
1235        <Member Name="QSFPDD">
1236          <Annotation Term="OData.Description" String="The SFP conforms to the QSFP Double Density Specification."/>
1237          <Annotation Term="Redfish.Revisions">
1238            <Collection>
1239              <Record>
1240                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1241                <PropertyValue Property="Version" String="v1_9_0"/>
1242              </Record>
1243            </Collection>
1244          </Annotation>
1245        </Member>
1246        <Member Name="OSFP">
1247          <Annotation Term="OData.Description" String="The SFP conforms to the OSFP Specification."/>
1248          <Annotation Term="Redfish.Revisions">
1249            <Collection>
1250              <Record>
1251                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1252                <PropertyValue Property="Version" String="v1_9_0"/>
1253              </Record>
1254            </Collection>
1255          </Annotation>
1256        </Member>
1257      </EnumType>
1258
1259      <EnumType Name="MediumType">
1260        <Member Name="Copper">
1261          <Annotation Term="OData.Description" String="The medium connected is copper."/>
1262        </Member>
1263        <Member Name="FiberOptic">
1264          <Annotation Term="OData.Description" String="The medium connected is fiber optic."/>
1265        </Member>
1266      </EnumType>
1267
1268      <EnumType Name="FiberConnectionType">
1269        <Member Name="SingleMode">
1270          <Annotation Term="OData.Description" String="The connection is using single mode operation."/>
1271        </Member>
1272        <Member Name="MultiMode">
1273          <Annotation Term="OData.Description" String="The connection is using multi mode operation."/>
1274        </Member>
1275      </EnumType>
1276    </Schema>
1277
1278    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_4_1">
1279      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1280      <Annotation Term="OData.Description" String="This version was created to correct the permissions for LinkStatus."/>
1281      <EntityType Name="Port" BaseType="Port.v1_4_0.Port"/>
1282    </Schema>
1283
1284    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_4_2">
1285      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1286      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the AssociatedEndpoints, ConnectedSwitches, ConnectedSwitchPorts, and ConnectedPorts properties inside of Links."/>
1287      <EntityType Name="Port" BaseType="Port.v1_4_1.Port"/>
1288    </Schema>
1289
1290    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_4_3">
1291      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1292      <Annotation Term="OData.Description" String="This version was created to correct regular expression patterns for LLDP transmit properties to allow for empty strings and to correct the description for LLDP receive properties to state they should be omitted rather than be empty strings."/>
1293      <EntityType Name="Port" BaseType="Port.v1_4_2.Port"/>
1294    </Schema>
1295
1296    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_4_4">
1297      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1298      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the InterfaceEnabled and LinkState properties.  It was also created to remove normative language from non-normative descriptions.  It was also created to clarify the range of possible values for properties with percent units."/>
1299      <EntityType Name="Port" BaseType="Port.v1_4_3.Port"/>
1300    </Schema>
1301
1302    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_4_5">
1303      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1304      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional."/>
1305      <EntityType Name="Port" BaseType="Port.v1_4_4.Port"/>
1306    </Schema>
1307
1308    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_5_0">
1309      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1310      <Annotation Term="Redfish.Release" String="2021.2"/>
1311      <Annotation Term="OData.Description" String="This version was created to add new values to the PortConnectionType property."/>
1312
1313      <EntityType Name="Port" BaseType="Port.v1_4_1.Port"/>
1314
1315      <ComplexType Name="EthernetProperties" BaseType="Port.v1_4_0.EthernetProperties">
1316        <Property Name="WakeOnLANEnabled" Type="Edm.Boolean">
1317          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1318          <Annotation Term="OData.Description" String="Indicates whether Wake on LAN (WoL) is enabled on this port."/>
1319          <Annotation Term="OData.LongDescription" String="This property shall indicate whether Wake on LAN (WoL) is enabled on this port."/>
1320        </Property>
1321        <Property Name="EEEEnabled" Type="Edm.Boolean">
1322          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1323          <Annotation Term="OData.Description" String="Indicates whether IEEE 802.3az Energy-Efficient Ethernet (EEE) is enabled on this port."/>
1324          <Annotation Term="OData.LongDescription" String="This property shall indicate whether IEEE 802.3az Energy-Efficient Ethernet (EEE) is enabled on this port."/>
1325        </Property>
1326      </ComplexType>
1327
1328      <ComplexType Name="Links" BaseType="Port.v1_2_0.Links">
1329        <NavigationProperty Name="Cables" Type="Collection(Cable.Cable)">
1330          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1331          <Annotation Term="OData.Description" String="An array of links to the cables connected to this port."/>
1332          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Cable that represent the cables connected to this port."/>
1333          <Annotation Term="OData.AutoExpandReferences"/>
1334        </NavigationProperty>
1335      </ComplexType>
1336    </Schema>
1337
1338    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_5_1">
1339      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1340      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the AssociatedEndpoints, ConnectedSwitches, ConnectedSwitchPorts, and ConnectedPorts properties inside of Links."/>
1341      <EntityType Name="Port" BaseType="Port.v1_5_0.Port"/>
1342    </Schema>
1343
1344    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_5_2">
1345      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1346      <Annotation Term="OData.Description" String="This version was created to correct regular expression patterns for LLDP transmit properties to allow for empty strings and to correct the description for LLDP receive properties to state they should be omitted rather than be empty strings."/>
1347      <EntityType Name="Port" BaseType="Port.v1_5_1.Port"/>
1348    </Schema>
1349
1350    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_5_3">
1351      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1352      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the InterfaceEnabled and LinkState properties.  It was also created to remove normative language from non-normative descriptions.  It was also created to clarify the range of possible values for properties with percent units."/>
1353      <EntityType Name="Port" BaseType="Port.v1_5_2.Port"/>
1354    </Schema>
1355
1356    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_5_4">
1357      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1358      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional."/>
1359      <EntityType Name="Port" BaseType="Port.v1_5_3.Port"/>
1360    </Schema>
1361
1362    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_6_0">
1363      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1364      <Annotation Term="Redfish.Release" String="2021.4"/>
1365
1366      <EntityType Name="Port" BaseType="Port.v1_5_0.Port">
1367        <Property Name="InfiniBand" Type="Port.v1_6_0.InfiniBandProperties">
1368          <Annotation Term="OData.Description" String="InfiniBand properties for this port."/>
1369          <Annotation Term="OData.LongDescription" String="This property shall contain InfiniBand-specific properties of the port."/>
1370        </Property>
1371      </EntityType>
1372
1373      <ComplexType Name="InfiniBandProperties">
1374        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1375        <Annotation Term="OData.Description" String="InfiniBand-specific properties for a port."/>
1376        <Annotation Term="OData.LongDescription" String="This type shall contain InfiniBand-specific properties for a port."/>
1377        <Property Name="AssociatedPortGUIDs" Type="Collection(Edm.String)">
1378          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1379          <Annotation Term="OData.Description" String="An array of configured port GUIDs that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address, if applicable, the address for hardware port teaming, or other network addresses."/>
1380          <Annotation Term="OData.LongDescription" String="This property shall contain an array of configured port GUIDs that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address if applicable, the address for hardware port teaming, or other network addresses."/>
1381          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{4}[:-]){3}([0-9A-Fa-f]{4})$"/>
1382        </Property>
1383        <Property Name="AssociatedNodeGUIDs" Type="Collection(Edm.String)">
1384          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1385          <Annotation Term="OData.Description" String="An array of configured node GUIDs that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address, if applicable, the address for hardware port teaming, or other network addresses."/>
1386          <Annotation Term="OData.LongDescription" String="This property shall contain an array of configured node GUIDs that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address if applicable, the address for hardware port teaming, or other network addresses."/>
1387          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{4}[:-]){3}([0-9A-Fa-f]{4})$"/>
1388        </Property>
1389        <Property Name="AssociatedSystemGUIDs" Type="Collection(Edm.String)">
1390          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1391          <Annotation Term="OData.Description" String="An array of configured system GUIDs that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address, if applicable, the address for hardware port teaming, or other network addresses."/>
1392          <Annotation Term="OData.LongDescription" String="This property shall contain an array of configured system GUIDs that are associated with this network port, including the programmed address of the lowest-numbered network device function, the configured but not active address if applicable, the address for hardware port teaming, or other network addresses."/>
1393          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{4}[:-]){3}([0-9A-Fa-f]{4})$"/>
1394        </Property>
1395      </ComplexType>
1396    </Schema>
1397
1398    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_6_1">
1399      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1400      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the AssociatedEndpoints, ConnectedSwitches, ConnectedSwitchPorts, and ConnectedPorts properties inside of Links."/>
1401      <EntityType Name="Port" BaseType="Port.v1_6_0.Port"/>
1402    </Schema>
1403
1404    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_6_2">
1405      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1406      <Annotation Term="OData.Description" String="This version was created to correct regular expression patterns for LLDP transmit properties to allow for empty strings and to correct the description for LLDP receive properties to state they should be omitted rather than be empty strings."/>
1407      <EntityType Name="Port" BaseType="Port.v1_6_1.Port"/>
1408    </Schema>
1409
1410    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_6_3">
1411      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1412      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the InterfaceEnabled and LinkState properties.  It was also created to remove normative language from non-normative descriptions.  It was also created to clarify the range of possible values for properties with percent units."/>
1413      <EntityType Name="Port" BaseType="Port.v1_6_2.Port"/>
1414    </Schema>
1415
1416    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_6_4">
1417      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1418      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional."/>
1419      <EntityType Name="Port" BaseType="Port.v1_6_3.Port"/>
1420    </Schema>
1421
1422    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_7_0">
1423      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1424      <Annotation Term="Redfish.Release" String="2022.2"/>
1425
1426      <EntityType Name="Port" BaseType="Port.v1_6_2.Port"/>
1427
1428      <ComplexType Name="Links" BaseType="Port.v1_5_0.Links">
1429        <NavigationProperty Name="EthernetInterfaces" Type="Collection(EthernetInterface.EthernetInterface)">
1430          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1431          <Annotation Term="OData.Description" String="The links to the Ethernet interfaces this port provides."/>
1432          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type EthernetInterface that represent the Ethernet interfaces this port provides.  This property shall not include Ethernet interfaces that are not directly associated to a physical port."/>
1433          <Annotation Term="OData.AutoExpandReferences"/>
1434        </NavigationProperty>
1435      </ComplexType>
1436    </Schema>
1437
1438    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_7_1">
1439      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1440      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the InterfaceEnabled and LinkState properties.  It was also created to remove normative language from non-normative descriptions.  It was also created to clarify the range of possible values for properties with percent units."/>
1441      <EntityType Name="Port" BaseType="Port.v1_7_0.Port"/>
1442    </Schema>
1443
1444    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_7_2">
1445      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1446      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional."/>
1447      <EntityType Name="Port" BaseType="Port.v1_7_1.Port"/>
1448    </Schema>
1449
1450    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_8_0">
1451      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1452      <Annotation Term="Redfish.Release" String="2022.3"/>
1453      <Annotation Term="OData.Description" String="This version was created to add `PCIe` to LinkNetworkTechnology."/>
1454
1455      <EntityType Name="Port" BaseType="Port.v1_7_0.Port">
1456        <Property Name="RemotePortId" Type="Edm.String">
1457          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1458          <Annotation Term="OData.Description" String="The identifier of the remote port to which this port is connected."/>
1459          <Annotation Term="OData.LongDescription" String="This property shall contain the identifier of the remote port, such as a switch or device, to which this port is connected."/>
1460        </Property>
1461        <Property Name="CXL" Type="Port.v1_8_0.CXL">
1462          <Annotation Term="OData.Description" String="CXL properties for this port."/>
1463          <Annotation Term="OData.LongDescription" String="This property shall contain CXL-specific properties for this port."/>
1464        </Property>
1465      </EntityType>
1466
1467      <ComplexType Name="LLDPTransmit" BaseType="Port.v1_4_0.LLDPTransmit">
1468        <Property Name="SystemName" Type="Edm.String">
1469          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1470          <Annotation Term="OData.Description" String="The system name to be transmitted from this endpoint."/>
1471          <Annotation Term="OData.LongDescription" String="This property shall contain the system name to be transmitted from this endpoint.  If no such system name is to be transmitted, this value shall be an empty string."/>
1472        </Property>
1473        <Property Name="SystemDescription" Type="Edm.String">
1474          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1475          <Annotation Term="OData.Description" String="The system description to be transmitted from this endpoint."/>
1476          <Annotation Term="OData.LongDescription" String="This property shall contain the system description to be transmitted from this endpoint.  If no such system description is to be transmitted, this value shall be an empty string."/>
1477        </Property>
1478        <Property Name="SystemCapabilities" Type="Collection(Port.v1_8_0.LLDPSystemCapabilities)">
1479          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1480          <Annotation Term="OData.Description" String="The system capabilities to be transmitted from this endpoint."/>
1481          <Annotation Term="OData.LongDescription" String="This property shall contain the system capabilities to be transmitted from this endpoint.  If no such system capabilities are to be transmitted, this value shall be an empty array.  If this property contains the value `None`, an empty set of system capabilities is transmitted from this endpoint."/>
1482        </Property>
1483      </ComplexType>
1484
1485      <ComplexType Name="LLDPReceive" BaseType="Port.v1_4_0.LLDPReceive">
1486        <Property Name="SystemName" Type="Edm.String">
1487          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1488          <Annotation Term="OData.Description" String="The system name received from the remote partner across this link."/>
1489          <Annotation Term="OData.LongDescription" String="This property shall contain the system name received from the remote partner across this link.  If no such system name has been received, this property shall not be present."/>
1490        </Property>
1491        <Property Name="SystemDescription" Type="Edm.String">
1492          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1493          <Annotation Term="OData.Description" String="The system description received from the remote partner across this link."/>
1494          <Annotation Term="OData.LongDescription" String="This property shall contain the system description received from the remote partner across this link.  If no such system description has been received, this property shall not be present."/>
1495        </Property>
1496        <Property Name="SystemCapabilities" Type="Collection(Port.v1_8_0.LLDPSystemCapabilities)">
1497          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1498          <Annotation Term="OData.Description" String="The system capabilities received from the remote partner across this link."/>
1499          <Annotation Term="OData.LongDescription" String="This property shall contain the system capabilities received from the remote partner across this link.  If no such system capabilities have been received, this property shall not be present.  This property shall not contain the value `None`."/>
1500        </Property>
1501      </ComplexType>
1502
1503      <EnumType Name="LLDPSystemCapabilities">
1504        <Member Name="None">
1505          <Annotation Term="OData.Description" String="The system capabilities are transmitted, but no capabilities are set."/>
1506          <Annotation Term="OData.LongDescription" String="This value shall indicate the system capabilities are transmitted, but no capabilities are set."/>
1507        </Member>
1508        <Member Name="Bridge">
1509          <Annotation Term="OData.Description" String="Bridge."/>
1510          <Annotation Term="OData.LongDescription" String="This value shall indicate the IEEE802.1AB-defined 'bridge' capability."/>
1511        </Member>
1512        <Member Name="DOCSISCableDevice">
1513          <Annotation Term="OData.Description" String="DOCSIS cable device."/>
1514          <Annotation Term="OData.LongDescription" String="This value shall indicate the IEEE802.1AB-defined 'DOCSIS cable device' capability."/>
1515        </Member>
1516        <Member Name="Other">
1517          <Annotation Term="OData.Description" String="Other."/>
1518          <Annotation Term="OData.LongDescription" String="This value shall indicate the IEEE802.1AB-defined 'other' capability."/>
1519        </Member>
1520        <Member Name="Repeater">
1521          <Annotation Term="OData.Description" String="Repeater."/>
1522          <Annotation Term="OData.LongDescription" String="This value shall indicate the IEEE802.1AB-defined 'repeater' capability."/>
1523        </Member>
1524        <Member Name="Router">
1525          <Annotation Term="OData.Description" String="Router."/>
1526          <Annotation Term="OData.LongDescription" String="This value shall indicate the IEEE802.1AB-defined 'router' capability."/>
1527        </Member>
1528        <Member Name="Station">
1529          <Annotation Term="OData.Description" String="Station."/>
1530          <Annotation Term="OData.LongDescription" String="This value shall indicate the IEEE802.1AB-defined 'station' capability."/>
1531        </Member>
1532        <Member Name="Telephone">
1533          <Annotation Term="OData.Description" String="Telephone."/>
1534          <Annotation Term="OData.LongDescription" String="This value shall indicate the IEEE802.1AB-defined 'telephone' capability."/>
1535        </Member>
1536        <Member Name="WLANAccessPoint">
1537          <Annotation Term="OData.Description" String="WLAN access point."/>
1538          <Annotation Term="OData.LongDescription" String="This value shall indicate the IEEE802.1AB-defined 'WLAN access point' capability."/>
1539        </Member>
1540      </EnumType>
1541
1542      <ComplexType Name="CXL">
1543        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1544        <Annotation Term="OData.Description" String="CXL properties for a port."/>
1545        <Annotation Term="OData.LongDescription" String="This type shall contain CXL-specific properties for a port."/>
1546        <Property Name="CurrentPortConfigurationState" Type="Port.v1_8_0.CurrentPortConfigurationState">
1547          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1548          <Annotation Term="OData.Description" String="The current port configuration state."/>
1549          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined 'Current Port Configuration State'."/>
1550        </Property>
1551        <Property Name="ConnectedDeviceMode" Type="Port.v1_8_0.ConnectedDeviceMode">
1552          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1553          <Annotation Term="OData.Description" String="The connected device mode."/>
1554          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined 'Connected Device Mode'."/>
1555        </Property>
1556        <Property Name="ConnectedDeviceType" Type="Port.v1_8_0.ConnectedDeviceType">
1557          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1558          <Annotation Term="OData.Description" String="The connected device type."/>
1559          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined 'Connected Device Type'."/>
1560        </Property>
1561        <Property Name="MaxLogicalDeviceCount" Type="Edm.Int64">
1562          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1563          <Annotation Term="OData.Description" String="The maximum number of logical devices supported."/>
1564          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined 'Supported LD Count'."/>
1565        </Property>
1566        <Property Name="TemporaryThroughputReductionEnabled" Type="Edm.Boolean">
1567          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1568          <Annotation Term="OData.Description" String="Indicates whether temporary throughput reduction is enabled."/>
1569          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL Specification-defined 'Temporary Throughput Reduction' mechanism is enabled."/>
1570        </Property>
1571        <Property Name="Congestion" Type="Port.v1_8_0.Congestion">
1572          <Annotation Term="OData.Description" String="The congestion properties for this CXL port."/>
1573          <Annotation Term="OData.LongDescription" String="This property shall contain the congestion properties for this CXL port."/>
1574        </Property>
1575        <Property Name="QoSTelemetryCapabilities" Type="Port.v1_8_0.QoSTelemetryCapabilities">
1576          <Annotation Term="OData.Description" String="The quality of service telemetry capabilities for this CXL port."/>
1577          <Annotation Term="OData.LongDescription" String="This property shall contain the quality of service telemetry capabilities for this CXL port."/>
1578        </Property>
1579      </ComplexType>
1580
1581      <ComplexType Name="Congestion">
1582        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1583        <Annotation Term="OData.Description" String="The congestion properties for a CXL port."/>
1584        <Annotation Term="OData.LongDescription" String="This type shall contain the congestion properties for a CXL port."/>
1585        <Property Name="CongestionTelemetryEnabled" Type="Edm.Boolean">
1586          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1587          <Annotation Term="OData.Description" String="Indicates whether congestion telemetry collection is enabled for this port."/>
1588          <Annotation Term="OData.LongDescription" String="This property shall indicate whether congestion telemetry collection is enabled for this port."/>
1589        </Property>
1590        <Property Name="EgressModeratePercentage" Type="Edm.Int64">
1591          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1592          <Annotation Term="OData.Description" String="The threshold for moderate egress port congestion as a percentage."/>
1593          <Annotation Term="OData.LongDescription" String="This property shall contain the threshold for moderate egress port congestion for the CXL Specification-defined 'Egress Port Congestion' mechanism as a percentage, `0` to `100`."/>
1594          <Annotation Term="Measures.Unit" String="%"/>
1595          <Annotation Term="Validation.Minimum" Int="0"/>
1596          <Annotation Term="Validation.Maximum" Int="100"/>
1597        </Property>
1598        <Property Name="EgressSeverePercentage" Type="Edm.Int64">
1599          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1600          <Annotation Term="OData.Description" String="The threshold for severe egress port congestion as a percentage."/>
1601          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined 'Egress Severe Percentage' as a percentage, `0` to `100`."/>
1602          <Annotation Term="Measures.Unit" String="%"/>
1603          <Annotation Term="Validation.Minimum" Int="0"/>
1604          <Annotation Term="Validation.Maximum" Int="100"/>
1605        </Property>
1606        <Property Name="BackpressureSampleInterval" Type="Edm.Int64">
1607          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1608          <Annotation Term="OData.Description" String="The interval for the CXL Specification-defined 'Egress Port Congestion' mechanism to take samples in nanoseconds."/>
1609          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined 'Backpressure Sample Interval' in nanoseconds."/>
1610        </Property>
1611        <Property Name="MaxSustainedRequestCmpBias" Type="Edm.Int64">
1612          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1613          <Annotation Term="OData.Description" String="The estimated maximum sustained sum of requests and recent responses across the entire device, serving as the basis for the CXL Specification-defined 'QoS Limit Fraction'."/>
1614          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined 'ReqCmpBasis'."/>
1615        </Property>
1616        <Property Name="CompletionCollectionInterval" Type="Edm.Int64">
1617          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1618          <Annotation Term="OData.Description" String="The interval for the CXL Specification-defined 'Completion Counting' mechanism to collect the number of transmitted responses in a single counter in nanoseconds."/>
1619          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined 'Completion Collection Interval' in nanoseconds."/>
1620        </Property>
1621      </ComplexType>
1622
1623      <ComplexType Name="QoSTelemetryCapabilities">
1624        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1625        <Annotation Term="OData.Description" String="The quality of service telemetry capabilities for a CXL port."/>
1626        <Annotation Term="OData.LongDescription" String="This type shall contain the quality of service telemetry capabilities for a CXL port."/>
1627        <Property Name="EgressPortBackpressureSupported" Type="Edm.Boolean">
1628          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1629          <Annotation Term="OData.Description" String="Indicates whether the port supports the CXL Specification-defined 'Egress Port Backpressure' mechanism."/>
1630          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the port supports the CXL Specification-defined 'Egress Port Backpressure' mechanism."/>
1631        </Property>
1632        <Property Name="TemporaryThroughputReductionSupported" Type="Edm.Boolean">
1633          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1634          <Annotation Term="OData.Description" String="Indicates whether the port supports the CXL Specification-defined 'Temporary Throughput Reduction' mechanism."/>
1635          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the port supports the CXL Specification-defined 'Temporary Throughput Reduction' mechanism."/>
1636        </Property>
1637      </ComplexType>
1638
1639      <EnumType Name="CurrentPortConfigurationState">
1640        <Member Name="Disabled">
1641          <Annotation Term="OData.Description" String="Disabled."/>
1642          <Annotation Term="OData.LongDescription" String="This value shall indicate the port is disabled."/>
1643        </Member>
1644        <Member Name="BindInProgress">
1645          <Annotation Term="OData.Description" String="Bind in progress."/>
1646          <Annotation Term="OData.LongDescription" String="This value shall indicate a bind is in progress for the port."/>
1647        </Member>
1648        <Member Name="UnbindInProgress">
1649          <Annotation Term="OData.Description" String="Unbind in progress."/>
1650          <Annotation Term="OData.LongDescription" String="This value shall indicate an unbind is in progress for the port."/>
1651        </Member>
1652        <Member Name="DSP">
1653          <Annotation Term="OData.Description" String="Downstream port (DSP)."/>
1654          <Annotation Term="OData.LongDescription" String="This value shall indicate the port is enabled as a downstream port (DSP)."/>
1655        </Member>
1656        <Member Name="USP">
1657          <Annotation Term="OData.Description" String="Upstream port (USP)."/>
1658          <Annotation Term="OData.LongDescription" String="This value shall indicate the port is enabled as an upstream port (USP)."/>
1659        </Member>
1660        <Member Name="Reserved">
1661          <Annotation Term="OData.Description" String="Reserved."/>
1662          <Annotation Term="OData.LongDescription" String="This value shall indicate the port is in a reserved state."/>
1663          <Annotation Term="Redfish.Revisions">
1664            <Collection>
1665              <Record>
1666                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1667                <PropertyValue Property="Version" String="v1_11_0"/>
1668                <PropertyValue Property="Description" String="This value has been deprecated in favor of `FabricLink`."/>
1669              </Record>
1670            </Collection>
1671          </Annotation>
1672        </Member>
1673        <Member Name="FabricLink">
1674          <Annotation Term="OData.Description" String="Fabric link."/>
1675          <Annotation Term="OData.LongDescription" String="This value shall indicate the port is enabled as a fabric link to another switch."/>
1676          <Annotation Term="Redfish.Revisions">
1677            <Collection>
1678              <Record>
1679                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1680                <PropertyValue Property="Version" String="v1_11_0"/>
1681              </Record>
1682            </Collection>
1683          </Annotation>
1684        </Member>
1685      </EnumType>
1686
1687      <EnumType Name="ConnectedDeviceMode">
1688        <Member Name="Disconnected">
1689          <Annotation Term="OData.Description" String="The connection is not CXL or is disconnected."/>
1690          <Annotation Term="OData.LongDescription" String="This value shall indicate the connection is not CXL or is disconnected."/>
1691        </Member>
1692        <Member Name="RCD">
1693          <Annotation Term="OData.Description" String="Restricted CXL device (RCD)."/>
1694          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device mode is restricted CXL device (RCD)."/>
1695        </Member>
1696        <Member Name="CXL68BFlitAndVH">
1697          <Annotation Term="OData.Description" String="CXL 68B flit and VH."/>
1698          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device mode is CXL 68B flit and VH."/>
1699        </Member>
1700        <Member Name="Standard256BFlit">
1701          <Annotation Term="OData.Description" String="Standard 256B flit."/>
1702          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device mode is standard 256B flit."/>
1703        </Member>
1704        <Member Name="CXLLatencyOptimized256BFlit">
1705          <Annotation Term="OData.Description" String="CXL latency-optimized 256B flit."/>
1706          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device mode is CXL latency-optimized 256B flit."/>
1707        </Member>
1708        <Member Name="PBR">
1709          <Annotation Term="OData.Description" String="Port-based routing (PBR)."/>
1710          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device mode is port-based routing (PBR)."/>
1711        </Member>
1712      </EnumType>
1713
1714      <EnumType Name="ConnectedDeviceType">
1715        <Member Name="None">
1716          <Annotation Term="OData.Description" String="No device detected."/>
1717          <Annotation Term="OData.LongDescription" String="This value shall indicate no device is detected."/>
1718        </Member>
1719        <Member Name="PCIeDevice">
1720          <Annotation Term="OData.Description" String="PCIe device."/>
1721          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device is a PCIe device."/>
1722        </Member>
1723        <Member Name="Type1">
1724          <Annotation Term="OData.Description" String="CXL Type 1 device."/>
1725          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device is a CXL Type 1 device."/>
1726        </Member>
1727        <Member Name="Type2">
1728          <Annotation Term="OData.Description" String="CXL Type 2 device."/>
1729          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device is a CXL Type 2 device."/>
1730        </Member>
1731        <Member Name="Type3SLD">
1732          <Annotation Term="OData.Description" String="CXL Type 3 single logical device (SLD)."/>
1733          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device is a CXL Type 3 single logical device (SLD)."/>
1734        </Member>
1735        <Member Name="Type3MLD">
1736          <Annotation Term="OData.Description" String="CXL Type 3 multi-logical device (MLD)."/>
1737          <Annotation Term="OData.LongDescription" String="This value shall indicate the connected device is a CXL Type 3 multi-logical device (MLD)."/>
1738        </Member>
1739      </EnumType>
1740    </Schema>
1741
1742    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_8_1">
1743      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1744      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the InterfaceEnabled and LinkState properties.  It was also created to remove normative language from non-normative descriptions."/>
1745      <EntityType Name="Port" BaseType="Port.v1_8_0.Port"/>
1746    </Schema>
1747
1748    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_8_2">
1749      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1750      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional.  It was also created to to broaden the descriptions for the values of ConnectedDeviceMode to allow for reuse as a common enumeration.  It was also created to correct various typographical errors."/>
1751      <EntityType Name="Port" BaseType="Port.v1_8_1.Port"/>
1752    </Schema>
1753
1754    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_9_0">
1755      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1756      <Annotation Term="Redfish.Release" String="2023.1"/>
1757      <Annotation Term="OData.Description" String="This version was created to add `QSFPDD` and `OSFP` as SFP types."/>
1758
1759      <EntityType Name="Port" BaseType="Port.v1_8_0.Port"/>
1760    </Schema>
1761
1762    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_9_1">
1763      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1764      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the InterfaceEnabled and LinkState properties.  It was also created to remove normative language from non-normative descriptions.  It was also created to clarify the range of possible values for properties with percent units."/>
1765      <EntityType Name="Port" BaseType="Port.v1_9_0.Port"/>
1766    </Schema>
1767
1768    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_9_2">
1769      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1770      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional.  It was also created to to broaden the descriptions for the values of ConnectedDeviceMode to allow for reuse as a common enumeration.  It was also created to correct various typographical errors."/>
1771      <EntityType Name="Port" BaseType="Port.v1_9_1.Port"/>
1772    </Schema>
1773
1774    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_10_0">
1775      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1776      <Annotation Term="Redfish.Release" String="2023.2"/>
1777      <Annotation Term="OData.Description" String="This version was created to deprecate Enabled in favor of InterfaceEnabled."/>
1778
1779      <EntityType Name="Port" BaseType="Port.v1_9_1.Port"/>
1780    </Schema>
1781
1782    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_10_1">
1783      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1784      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of CurrentSpeedGbps and MaxSpeedGbps properties to show speeds are unidirectional.  It was also created to to broaden the descriptions for the values of ConnectedDeviceMode to allow for reuse as a common enumeration.  It was also created to correct various typographical errors."/>
1785      <EntityType Name="Port" BaseType="Port.v1_10_0.Port"/>
1786    </Schema>
1787
1788    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Port.v1_11_0">
1789      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1790      <Annotation Term="Redfish.Release" String="2023.3"/>
1791      <Annotation Term="OData.Description" String="This version was created to deprecate `Reserved` in CurrentPortConfigurationState in favor of `FabricLink`."/>
1792
1793      <EntityType Name="Port" BaseType="Port.v1_10_1.Port"/>
1794
1795      <ComplexType Name="CXL" BaseType="Port.v1_8_0.CXL">
1796        <Property Name="SupportedCXLModes" Type="Collection(Port.v1_8_0.ConnectedDeviceMode)">
1797          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1798          <Annotation Term="OData.Description" String="The supported device modes."/>
1799          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined 'Supported CXL Modes'.  This property shall not contain the value `Disconnected`."/>
1800        </Property>
1801      </ComplexType>
1802    </Schema>
1803
1804  </edmx:DataServices>
1805</edmx:Edmx>
1806