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