1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Endpoint v1.8.1                                                     -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2023 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
32    <edmx:Include Namespace="Redundancy"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/IPAddresses_v1.xml">
35    <edmx:Include Namespace="IPAddresses"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml">
38    <edmx:Include Namespace="Port"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
41    <edmx:Include Namespace="Protocol"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
44    <edmx:Include Namespace="NetworkDeviceFunction"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AddressPool_v1.xml">
47    <edmx:Include Namespace="AddressPool"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Connection_v1.xml">
50    <edmx:Include Namespace="Connection"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Zone_v1.xml">
53    <edmx:Include Namespace="Zone"/>
54  </edmx:Reference>
55
56  <edmx:DataServices>
57
58    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint">
59      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
60
61      <EntityType Name="Endpoint" BaseType="Resource.v1_0_0.Resource" Abstract="true">
62        <Annotation Term="OData.Description" String="The Endpoint schema contains the properties of an endpoint resource that represents the properties of an entity that sends or receives protocol-defined messages over a transport."/>
63        <Annotation Term="OData.LongDescription" String="This resource contains a fabric endpoint for a Redfish implementation."/>
64        <Annotation Term="Capabilities.InsertRestrictions">
65          <Record>
66            <PropertyValue Property="Insertable" Bool="false"/>
67          </Record>
68        </Annotation>
69        <Annotation Term="Capabilities.UpdateRestrictions">
70          <Record>
71            <PropertyValue Property="Updatable" Bool="true"/>
72          </Record>
73        </Annotation>
74        <Annotation Term="Capabilities.DeleteRestrictions">
75          <Record>
76            <PropertyValue Property="Deletable" Bool="true"/>
77            <Annotation Term="OData.Description" String="To unenumerate an endpoint that a service does not automatically discover, delete the endpoint."/>
78          </Record>
79        </Annotation>
80        <Annotation Term="Redfish.Uris">
81          <Collection>
82            <String>/redfish/v1/Fabrics/{FabricId}/Endpoints/{EndpointId}</String>
83            <String>/redfish/v1/StorageServices/{StorageServiceId}/Endpoints/{EndpointId}</String>
84            <String>/redfish/v1/Storage/{StorageId}/Endpoints/{EndpointId}</String>
85          </Collection>
86        </Annotation>
87      </EntityType>
88    </Schema>
89
90    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_0">
91      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
92      <Annotation Term="Redfish.Release" String="2016.2"/>
93
94      <EntityType Name="Endpoint" BaseType="Endpoint.Endpoint">
95        <Property Name="Status" Type="Resource.Status" Nullable="false">
96          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
97          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
98        </Property>
99        <Property Name="EndpointProtocol" Type="Protocol.Protocol">
100          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
101          <Annotation Term="OData.Description" String="The protocol supported by this endpoint."/>
102          <Annotation Term="OData.LongDescription" String="This property shall contain the protocol this endpoint uses to communicate with other endpoints on this fabric."/>
103        </Property>
104        <Property Name="ConnectedEntities" Type="Collection(Endpoint.v1_0_0.ConnectedEntity)" Nullable="false">
105          <Annotation Term="OData.Description" String="All the entities connected to this endpoint."/>
106          <Annotation Term="OData.LongDescription" String="This property shall contain all entities to which this endpoint allows access."/>
107        </Property>
108        <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
109          <Annotation Term="OData.Description" String="Identifiers for this endpoint."/>
110          <Annotation Term="OData.LongDescription" String="Identifiers for this endpoint shall be unique in the context of other endpoints that can reached over the connected network."/>
111        </Property>
112
113        <Property Name="PciId" Type="Endpoint.v1_0_0.PciId" Nullable="false">
114          <Annotation Term="OData.Description" String="The PCI ID of the endpoint."/>
115          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI ID of the endpoint."/>
116        </Property>
117        <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
118          <Annotation Term="OData.Description" String="Redundancy information for the lower-level endpoints supporting this endpoint."/>
119          <Annotation Term="OData.LongDescription" String="The values of the properties in this array shall show how this endpoint is grouped with other endpoints for form redundancy sets."/>
120          <Annotation Term="OData.AutoExpand"/>
121        </NavigationProperty>
122        <Property Name="HostReservationMemoryBytes" Type="Edm.Int64">
123          <Annotation Term="Measures.Unit" String="By"/>
124          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
125          <Annotation Term="OData.Description" String="The amount of memory in bytes that the host should allocate to connect to this endpoint."/>
126          <Annotation Term="OData.LongDescription" String="This property shall contain the amount of memory in bytes that the host should allocate to connect to this endpoint."/>
127        </Property>
128
129        <Property Name="Links" Type="Endpoint.v1_0_0.Links" Nullable="false">
130          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
131          <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."/>
132        </Property>
133        <Property Name="Actions" Type="Endpoint.v1_0_0.Actions" Nullable="false">
134          <Annotation Term="OData.Description" String="The available actions for this resource."/>
135          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
136        </Property>
137      </EntityType>
138
139      <ComplexType Name="Links" BaseType="Resource.Links">
140        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
141        <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."/>
142        <NavigationProperty Name="MutuallyExclusiveEndpoints" Type="Collection(Endpoint.Endpoint)">
143          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
144          <Annotation Term="OData.Description" String="An array of links to the endpoints that cannot be used in zones if this endpoint is in a zone."/>
145          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint that cannot be used in a zone if this endpoint is in a zone."/>
146          <Annotation Term="OData.AutoExpandReferences"/>
147        </NavigationProperty>
148        <NavigationProperty Name="Ports" Type="Collection(Port.Port)">
149          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
150          <Annotation Term="OData.Description" String="An array of links to the physical ports associated with this endpoint."/>
151          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Port that are utilized by this endpoint."/>
152          <Annotation Term="OData.AutoExpandReferences"/>
153          <Annotation Term="Redfish.Revisions">
154            <Collection>
155              <Record>
156                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
157                <PropertyValue Property="Version" String="v1_7_0"/>
158                <PropertyValue Property="Description" String="This property has been deprecated in favor of the ConnectedPorts and LocalPorts properties to clarify the semantics of each port referenced."/>
159              </Record>
160            </Collection>
161          </Annotation>
162        </NavigationProperty>
163      </ComplexType>
164
165      <ComplexType Name="Actions">
166        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
167        <Annotation Term="OData.Description" String="The available actions for this resource."/>
168        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
169        <Property Name="Oem" Type="Endpoint.v1_0_0.OemActions" Nullable="false">
170          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
171          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
172        </Property>
173      </ComplexType>
174
175      <ComplexType Name="OemActions">
176        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
177        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
178        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
179      </ComplexType>
180
181      <ComplexType Name="ConnectedEntity">
182        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
183        <Annotation Term="OData.Description" String="Represents a remote resource that is connected to the network accessible to this endpoint."/>
184        <Annotation Term="OData.LongDescription" String="This type shall represent a remote resource that is connected to a network accessible to an endpoint."/>
185        <Property Name="EntityType" Type="Endpoint.v1_0_0.EntityType">
186          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
187          <Annotation Term="OData.Description" String="The type of the connected entity."/>
188          <Annotation Term="OData.LongDescription" String="This property shall indicate if type of connected entity."/>
189        </Property>
190        <Property Name="EntityRole" Type="Endpoint.v1_0_0.EntityRole">
191          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
192          <Annotation Term="OData.Description" String="The role of the connected entity."/>
193          <Annotation Term="OData.LongDescription" String="This property shall indicate if the specified entity is an initiator, target, or both."/>
194        </Property>
195        <Property Name="EntityPciId" Type="Endpoint.v1_0_0.PciId" Nullable="false">
196          <Annotation Term="OData.Description" String="The PCI ID of the connected entity."/>
197          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI ID of the connected PCIe entity."/>
198        </Property>
199        <Property Name="PciFunctionNumber" Type="Edm.Int64">
200          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
201          <Annotation Term="OData.Description" String="The PCI ID of the connected entity."/>
202          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Function Number of the connected PCIe entity."/>
203          <Annotation Term="Redfish.Revisions">
204            <Collection>
205              <Record>
206                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
207                <PropertyValue Property="Version" String="v1_2_0"/>
208                <PropertyValue Property="Description" String="This property has been deprecated in favor of the FunctionNumber property inside the EntityPciId object."/>
209              </Record>
210            </Collection>
211          </Annotation>
212        </Property>
213        <Property Name="PciClassCode" Type="Edm.String">
214          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
215          <Annotation Term="OData.Description" String="The Class Code, Subclass, and Programming Interface code of this PCIe function."/>
216          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Class Code, Subclass, and Programming Interface of the PCIe device function."/>
217          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){3}$"/>
218          <Annotation Term="Redfish.Revisions">
219            <Collection>
220              <Record>
221                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
222                <PropertyValue Property="Version" String="v1_2_0"/>
223                <PropertyValue Property="Description" String="This property has been deprecated in favor of the ClassCode property inside the EntityPciId object."/>
224              </Record>
225            </Collection>
226          </Annotation>
227        </Property>
228        <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
229          <Annotation Term="OData.Description" String="Identifiers for the remote entity."/>
230          <Annotation Term="OData.LongDescription" String="Identifiers for the remote entity shall be unique in the context of other resources that can reached over the connected network."/>
231        </Property>
232        <NavigationProperty Name="EntityLink" Type="Resource.Resource" Nullable="false">
233          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
234          <Annotation Term="OData.Description" String="The link to the associated entity."/>
235          <Annotation Term="OData.LongDescription" String="This property shall contain a link to an entity of the type specified by the description of the EntityType property value."/>
236        </NavigationProperty>
237
238        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
239          <Annotation Term="OData.Description" String="The OEM extension property."/>
240          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
241        </Property>
242      </ComplexType>
243
244      <EnumType Name="EntityType">
245        <Member Name="StorageInitiator">
246          <Annotation Term="OData.Description" String="The entity is a storage initiator."/>
247          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a storage initiator.  The EntityLink property, if present, should be of type StorageController."/>
248        </Member>
249        <Member Name="RootComplex">
250          <Annotation Term="OData.Description" String="The entity is a PCIe root complex."/>
251          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a PCIe root complex.  The EntityLink property, if present, should be of type ComputerSystem."/>
252        </Member>
253        <Member Name="NetworkController">
254          <Annotation Term="OData.Description" String="The entity is a network controller."/>
255          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a network controller.  The EntityLink property, if present, should be of type NetworkDeviceFunction or EthernetInterface."/>
256        </Member>
257        <Member Name="Drive">
258          <Annotation Term="OData.Description" String="The entity is a drive."/>
259          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a drive.  The EntityLink property, if present, should be of type Drive."/>
260        </Member>
261        <Member Name="StorageExpander">
262          <Annotation Term="OData.Description" String="The entity is a storage expander."/>
263          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a storage expander.  The EntityLink property, if present, should be of type Chassis."/>
264        </Member>
265        <Member Name="DisplayController">
266          <Annotation Term="OData.Description" String="The entity is a display controller."/>
267          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a display controller."/>
268        </Member>
269        <Member Name="Bridge">
270          <Annotation Term="OData.Description" String="The entity is a PCIe bridge."/>
271          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a PCIe bridge."/>
272        </Member>
273        <Member Name="Processor">
274          <Annotation Term="OData.Description" String="The entity is a processor."/>
275          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a processor.  The EntityLink property, if present, should be of type Processor."/>
276        </Member>
277        <Member Name="Volume">
278          <Annotation Term="OData.Description" String="The entity is a volume."/>
279          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a volume.  The EntityLink property, if present, should be of type Volume."/>
280          <Annotation Term="Redfish.Revisions">
281            <Collection>
282              <Record>
283                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
284                <PropertyValue Property="Version" String="v1_1_0"/>
285              </Record>
286            </Collection>
287          </Annotation>
288        </Member>
289        <Member Name="AccelerationFunction">
290          <Annotation Term="OData.Description" String="The entity is an acceleration function realized through a device, such as an FPGA."/>
291          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is an acceleration function.  The EntityLink property, if present, should be of type AccelerationFunction."/>
292          <Annotation Term="Redfish.Revisions">
293            <Collection>
294              <Record>
295                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
296                <PropertyValue Property="Version" String="v1_3_0"/>
297              </Record>
298            </Collection>
299          </Annotation>
300        </Member>
301        <Member Name="MediaController">
302          <Annotation Term="OData.Description" String="The entity is a media controller."/>
303          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a media controller.  The EntityLink property, if present, should be of type MediaController."/>
304          <Annotation Term="Redfish.Revisions">
305            <Collection>
306              <Record>
307                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
308                <PropertyValue Property="Version" String="v1_4_0"/>
309              </Record>
310            </Collection>
311          </Annotation>
312        </Member>
313        <Member Name="MemoryChunk">
314          <Annotation Term="OData.Description" String="The entity is a memory chunk."/>
315          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a memory chunk.  The EntityLink property, if present, should be of type MemoryChunk."/>
316          <Annotation Term="Redfish.Revisions">
317            <Collection>
318              <Record>
319                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
320                <PropertyValue Property="Version" String="v1_4_0"/>
321              </Record>
322            </Collection>
323          </Annotation>
324        </Member>
325        <Member Name="Switch">
326          <Annotation Term="OData.Description" String="The entity is a switch, not an expander.  Use `Expander` for expanders."/>
327          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a switch and not an expander.  The EntityLink property, if present, should be of type Switch."/>
328          <Annotation Term="Redfish.Revisions">
329            <Collection>
330              <Record>
331                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
332                <PropertyValue Property="Version" String="v1_4_0"/>
333              </Record>
334            </Collection>
335          </Annotation>
336        </Member>
337        <Member Name="FabricBridge">
338          <Annotation Term="OData.Description" String="The entity is a fabric bridge."/>
339          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a fabric bridge.  The EntityLink property, if present, should be of type FabricAdapter."/>
340          <Annotation Term="Redfish.Revisions">
341            <Collection>
342              <Record>
343                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
344                <PropertyValue Property="Version" String="v1_4_0"/>
345              </Record>
346            </Collection>
347          </Annotation>
348        </Member>
349        <Member Name="Manager">
350          <Annotation Term="OData.Description" String="The entity is a manager."/>
351          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a manager.  The EntityLink property, if present, should be of type Manager."/>
352          <Annotation Term="Redfish.Revisions">
353            <Collection>
354              <Record>
355                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
356                <PropertyValue Property="Version" String="v1_5_0"/>
357              </Record>
358            </Collection>
359          </Annotation>
360        </Member>
361        <Member Name="StorageSubsystem">
362          <Annotation Term="OData.Description" String="The entity is a storage subsystem."/>
363          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a storage subsystem.  The EntityLink property, if present, should be of type Storage."/>
364          <Annotation Term="Redfish.Revisions">
365            <Collection>
366              <Record>
367                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
368                <PropertyValue Property="Version" String="v1_6_0"/>
369              </Record>
370            </Collection>
371          </Annotation>
372        </Member>
373        <Member Name="Memory">
374          <Annotation Term="OData.Description" String="The entity is a memory device."/>
375          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a memory device.  The EntityLink property, if present, should be of type Memory."/>
376          <Annotation Term="Redfish.Revisions">
377            <Collection>
378              <Record>
379                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
380                <PropertyValue Property="Version" String="v1_8_0"/>
381              </Record>
382            </Collection>
383          </Annotation>
384        </Member>
385        <Member Name="CXLDevice">
386          <Annotation Term="OData.Description" String="The entity is a CXL logical device."/>
387          <Annotation Term="OData.LongDescription" String="This value shall indicate the entity this endpoint represents is a CXL logical device.  The EntityLink property, if present, should be of type CXLLogicalDevice."/>
388          <Annotation Term="Redfish.Revisions">
389            <Collection>
390              <Record>
391                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
392                <PropertyValue Property="Version" String="v1_8_0"/>
393              </Record>
394            </Collection>
395          </Annotation>
396        </Member>
397      </EnumType>
398
399      <EnumType Name="EntityRole">
400        <Member Name="Initiator">
401          <Annotation Term="OData.Description" String="The entity sends commands, messages, or other types of requests to other entities on the fabric, but cannot receive commands from other entities."/>
402        </Member>
403        <Member Name="Target">
404          <Annotation Term="OData.Description" String="The entity receives commands, messages, or other types of requests from other entities on the fabric, but cannot send commands to other entities."/>
405        </Member>
406        <Member Name="Both">
407          <Annotation Term="OData.Description" String="The entity can both send and receive commands, messages, and other requests to or from other entities on the fabric."/>
408        </Member>
409      </EnumType>
410
411      <ComplexType Name="PciId">
412        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
413        <Annotation Term="OData.Description" String="A PCI ID."/>
414        <Annotation Term="OData.LongDescription" String="This type shall describe a PCI ID."/>
415        <Property Name="DeviceId" Type="Edm.String">
416          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
417          <Annotation Term="OData.Description" String="The Device ID of this PCIe function."/>
418          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Device ID of the PCIe device function."/>
419          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
420        </Property>
421        <Property Name="VendorId" Type="Edm.String">
422          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
423          <Annotation Term="OData.Description" String="The Vendor ID of this PCIe function."/>
424          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Vendor ID of the PCIe device function."/>
425          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
426        </Property>
427        <Property Name="SubsystemId" Type="Edm.String">
428          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
429          <Annotation Term="OData.Description" String="The Subsystem ID of this PCIe function."/>
430          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Subsystem ID of the PCIe device function."/>
431          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
432        </Property>
433        <Property Name="SubsystemVendorId" Type="Edm.String">
434          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
435          <Annotation Term="OData.Description" String="The Subsystem Vendor ID of this PCIe function."/>
436          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Subsystem Vendor ID of the PCIe device function."/>
437          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
438        </Property>
439      </ComplexType>
440    </Schema>
441
442    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_1">
443      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
444      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
445      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_0.Endpoint"/>
446    </Schema>
447
448    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_2">
449      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
450      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated and to remove the Nullable facet on NavigationProperties of the Collection type."/>
451      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_1.Endpoint"/>
452    </Schema>
453
454    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_3">
455      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456      <Annotation Term="OData.Description" String="This version was created to add the OData.AdditionalProperties annotation to the ConnectedEntity and PciId definitions, and to change Identifier to its abstract base type, and Protocol to use the unversioned definition."/>
457      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_2.Endpoint"/>
458    </Schema>
459
460    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_4">
461      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
462      <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."/>
463      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_3.Endpoint"/>
464    </Schema>
465
466    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_5">
467      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
468      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
469      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_4.Endpoint"/>
470    </Schema>
471
472    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_6">
473      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474      <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, clarifies the EntityRole enumeration descriptions, and adds a missing term to several properties to disallow them from being `null`."/>
475      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_5.Endpoint"/>
476    </Schema>
477
478    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_7">
479      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
480      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
481      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_6.Endpoint"/>
482    </Schema>
483
484    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_8">
485      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
486      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
487      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_7.Endpoint"/>
488    </Schema>
489
490    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_9">
491      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
492      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
493      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_8.Endpoint"/>
494    </Schema>
495
496    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_10">
497      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
498      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
499      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_9.Endpoint"/>
500    </Schema>
501
502    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_11">
503      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for the EntityType enumeration values."/>
505      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_10.Endpoint"/>
506    </Schema>
507
508    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_12">
509      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
510      <Annotation Term="OData.Description" String="This version was created to correct a typographical error in the SubsystemId long description."/>
511      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_11.Endpoint"/>
512    </Schema>
513
514    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_13">
515      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
516      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
517      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_12.Endpoint"/>
518    </Schema>
519
520    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_0">
521      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
522      <Annotation Term="Redfish.Release" String="2017.3"/>
523      <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_3.Endpoint">
524        <Property Name="IPTransportDetails" Type="Collection(Endpoint.v1_1_0.IPTransportDetails)" Nullable="false">
525          <Annotation Term="OData.Description" String="An array of details for each IP transport supported by this endpoint.  The array structure can model multiple IP addresses for this endpoint."/>
526          <Annotation Term="OData.LongDescription" String="This array shall contain the details for each IP transport supported by this endpoint."/>
527        </Property>
528      </EntityType>
529
530      <ComplexType Name="Links" BaseType="Endpoint.v1_0_0.Links">
531        <NavigationProperty Name="NetworkDeviceFunction" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
532          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
533          <Annotation Term="OData.Description" String="When NetworkDeviceFunction resources are present, this array contains links to the network device functions that connect to this endpoint."/>
534          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type NetworkDeviceFunction with which this endpoint is associated."/>
535          <Annotation Term="OData.AutoExpandReferences"/>
536        </NavigationProperty>
537      </ComplexType>
538
539      <ComplexType Name="IPTransportDetails">
540        <Annotation Term="OData.Description" String="This type specifies the details of the transport supported by the endpoint.  The properties that are present are dependent on the type of transport supported by the endpoint."/>
541        <Annotation Term="OData.LongDescription" String="The type shall contain properties that specify the details of the transport supported by the endpoint."/>
542        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
543        <Property Name="TransportProtocol" Type="Protocol.Protocol" Nullable="false">
544          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
545          <Annotation Term="OData.Description" String="The protocol used by the connection entity."/>
546          <Annotation Term="OData.LongDescription" String="This property shall contain the protocol used by the connection entity."/>
547        </Property>
548        <Property Name="IPv4Address" Type="IPAddresses.IPv4Address" Nullable="false">
549          <Annotation Term="OData.Description" String="The IPv4 addresses assigned to the endpoint."/>
550          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv4Address."/>
551        </Property>
552        <Property Name="IPv6Address" Type="IPAddresses.IPv6Address" Nullable="false">
553          <Annotation Term="OData.Description" String="The IPv6 addresses assigned to the endpoint."/>
554          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6Address."/>
555        </Property>
556        <Property Name="Port" Type="Edm.Int64" Nullable="false">
557          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
558          <Annotation Term="OData.Description" String="The UDP or TCP port number used by the endpoint."/>
559          <Annotation Term="OData.LongDescription" String="This property shall contain a specified UDP or TCP port number used for communication with the endpoint."/>
560          <Annotation Term="Validation.Minimum" Int="0"/>
561          <Annotation Term="Validation.Maximum" Int="65535"/>
562        </Property>
563      </ComplexType>
564    </Schema>
565
566    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_1">
567      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568      <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."/>
569      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_0.Endpoint"/>
570    </Schema>
571
572    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_2">
573      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
575      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_1.Endpoint"/>
576    </Schema>
577
578    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_3">
579      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580      <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, clarifies the EntityRole enumeration descriptions, and adds a missing term to several properties to disallow them from being `null`."/>
581      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_2.Endpoint"/>
582    </Schema>
583
584    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_4">
585      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
587      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_3.Endpoint"/>
588    </Schema>
589
590    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_5">
591      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
592      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
593      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_4.Endpoint"/>
594    </Schema>
595
596    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_6">
597      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
599      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_5.Endpoint"/>
600    </Schema>
601
602    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_7">
603      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
605      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_6.Endpoint"/>
606    </Schema>
607
608    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_8">
609      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
610      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for the EntityType enumeration values."/>
611      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_7.Endpoint"/>
612    </Schema>
613
614    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_9">
615      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
616      <Annotation Term="OData.Description" String="This version was created to correct a typographical error in the SubsystemId long description."/>
617      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_8.Endpoint"/>
618    </Schema>
619
620    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_10">
621      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
622      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the Port property to only allow for integers."/>
623      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_9.Endpoint"/>
624    </Schema>
625
626    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_0">
627      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
628      <Annotation Term="Redfish.Release" String="2018.2"/>
629      <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_1.Endpoint"/>
630
631      <ComplexType Name="PciId" BaseType="Endpoint.v1_0_0.PciId">
632        <Property Name="FunctionNumber" Type="Edm.Int64">
633          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
634          <Annotation Term="OData.Description" String="The PCI ID of the connected entity."/>
635          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Function Number of the connected PCIe entity."/>
636        </Property>
637        <Property Name="ClassCode" Type="Edm.String">
638          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
639          <Annotation Term="OData.Description" String="The Class Code, Subclass, and Programming Interface code of this PCIe function."/>
640          <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Class Code, Subclass, and Programming Interface of the PCIe device function."/>
641          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){3}$"/>
642        </Property>
643      </ComplexType>
644    </Schema>
645
646    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_1">
647      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
648      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
649      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_0.Endpoint"/>
650    </Schema>
651
652    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_2">
653      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
654      <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, clarifies the EntityRole enumeration descriptions, and adds a missing term to several properties to disallow them from being `null`."/>
655      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_1.Endpoint"/>
656    </Schema>
657
658    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_3">
659      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
660      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
661      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_2.Endpoint"/>
662    </Schema>
663
664    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_4">
665      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
666      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
667      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_3.Endpoint"/>
668    </Schema>
669
670    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_5">
671      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
672      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
673      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_4.Endpoint"/>
674    </Schema>
675
676    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_6">
677      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
678      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
679      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_5.Endpoint"/>
680    </Schema>
681
682    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_7">
683      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
684      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for the EntityType enumeration values."/>
685      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_6.Endpoint"/>
686    </Schema>
687
688    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_8">
689      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
690      <Annotation Term="OData.Description" String="This version was created to correct a typographical error in the SubsystemId long description."/>
691      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_7.Endpoint"/>
692    </Schema>
693
694    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_9">
695      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
696      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the Port property to only allow for integers."/>
697      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_8.Endpoint"/>
698    </Schema>
699
700    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_0">
701      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
702      <Annotation Term="Redfish.Release" String="2018.3"/>
703      <Annotation Term="OData.Description" String="This version was created to add AccelerationFunction to the EntityType enumeration."/>
704
705      <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_1.Endpoint"/>
706    </Schema>
707
708    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_1">
709      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
710      <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, clarifies the EntityRole enumeration descriptions, and adds a missing term to several properties to disallow them from being `null`."/>
711      <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_0.Endpoint"/>
712    </Schema>
713
714    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_2">
715      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
716      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
717      <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_1.Endpoint"/>
718    </Schema>
719
720    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_3">
721      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
722      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
723      <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_2.Endpoint"/>
724    </Schema>
725
726    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_4">
727      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
728      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
729      <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_3.Endpoint"/>
730    </Schema>
731
732    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_5">
733      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
734      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
735      <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_4.Endpoint"/>
736    </Schema>
737
738    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_6">
739      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
740      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for the EntityType enumeration values."/>
741      <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_5.Endpoint"/>
742    </Schema>
743
744    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_7">
745      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
746      <Annotation Term="OData.Description" String="This version was created to correct a typographical error in the SubsystemId long description."/>
747      <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_6.Endpoint"/>
748    </Schema>
749
750    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_8">
751      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
752      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the Port property to only allow for integers."/>
753      <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_7.Endpoint"/>
754    </Schema>
755
756    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_0">
757      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
758      <Annotation Term="Redfish.Release" String="2019.4"/>
759
760      <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_2.Endpoint"/>
761
762      <ComplexType Name="ConnectedEntity" BaseType="Endpoint.v1_0_0.ConnectedEntity">
763        <Property Name="GenZ" Type="Endpoint.v1_4_0.GenZ">
764          <Annotation Term="OData.Description" String="The Gen-Z related properties for the entity."/>
765          <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z related properties for the entity."/>
766        </Property>
767      </ComplexType>
768
769      <ComplexType Name="GenZ">
770        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
771        <Annotation Term="OData.Description" String="The Gen-Z related properties for an entity."/>
772        <Annotation Term="OData.LongDescription" String="This type shall contain the Gen-Z related properties for an entity."/>
773        <Property Name="GCID" Type="Endpoint.v1_4_0.GCID">
774          <Annotation Term="OData.Description" String="The Global Component ID (GCID) for the entity."/>
775          <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z Core Specification-defined Global Component ID for the entity."/>
776        </Property>
777        <Property Name="AccessKey" Type="Edm.String">
778          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
779          <Annotation Term="OData.Description" String="The Access Key for the entity."/>
780          <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z Core Specification-defined 6 bit Access Key for the entity."/>
781          <Annotation Term="Validation.Pattern" String="^0[xX]([a-fA-F]|[0-9]){2}$"/>
782          <Annotation Term="Redfish.Revisions">
783            <Collection>
784              <Record>
785                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
786                <PropertyValue Property="Version" String="v1_6_0"/>
787                <PropertyValue Property="Description" String="This property has been deprecated in favor of the ConnectionKeys property in the Connection resource."/>
788              </Record>
789            </Collection>
790          </Annotation>
791        </Property>
792        <Property Name="RegionKey" Type="Edm.String">
793          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
794          <Annotation Term="OData.Description" String="The Region Key for the entity."/>
795          <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z Core Specification-defined 32 bit Region Key for the entity."/>
796          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){4}$"/>
797          <Annotation Term="Redfish.Revisions">
798            <Collection>
799              <Record>
800                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
801                <PropertyValue Property="Version" String="v1_6_0"/>
802                <PropertyValue Property="Description" String="This property has been deprecated in favor of the ConnectionKeys property in the Connection resource."/>
803              </Record>
804            </Collection>
805          </Annotation>
806        </Property>
807      </ComplexType>
808
809      <ComplexType Name="GCID">
810        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
811        <Annotation Term="OData.Description" String="The Global Component ID (GCID)."/>
812        <Annotation Term="OData.LongDescription" String="This type shall contain the Gen-Z Core Specification-defined Global Component ID."/>
813        <Property Name="CID" Type="Edm.String">
814          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
815          <Annotation Term="OData.Description" String="The component identifier portion of the GCID for the entity."/>
816          <Annotation Term="OData.LongDescription" String="This property shall contain the 12 bit component identifier portion of the GCID of the entity."/>
817          <Annotation Term="Validation.Pattern" String="^0[xX]([a-fA-F]|[0-9]){3}$"/>
818        </Property>
819        <Property Name="SID" Type="Edm.String">
820          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
821          <Annotation Term="OData.Description" String="The subnet identifier portion of the GCID for the entity."/>
822          <Annotation Term="OData.LongDescription" String="This property shall contain the 16 bit subnet identifier portion of the GCID of the entity."/>
823          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
824        </Property>
825      </ComplexType>
826
827      <ComplexType Name="Links" BaseType="Endpoint.v1_1_0.Links">
828        <NavigationProperty Name="ConnectedPorts" Type="Collection(Port.Port)">
829          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
830          <Annotation Term="OData.Description" String="An array of links to the switch ports or remote device ports at the other end of the link."/>
831          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Port that represent the switch ports or remote device ports to which this endpoint is connected."/>
832          <Annotation Term="OData.AutoExpandReferences"/>
833        </NavigationProperty>
834        <NavigationProperty Name="AddressPools" Type="Collection(AddressPool.AddressPool)">
835          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
836          <Annotation Term="OData.Description" String="An array of links to the address pools associated with this endpoint."/>
837          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type AddressPool with which this endpoint is associated."/>
838          <Annotation Term="OData.AutoExpandReferences"/>
839        </NavigationProperty>
840      </ComplexType>
841    </Schema>
842
843    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_1">
844      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
846      <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_0.Endpoint"/>
847    </Schema>
848
849    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_2">
850      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
851      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
852      <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_1.Endpoint"/>
853    </Schema>
854
855    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_3">
856      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
858      <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_2.Endpoint"/>
859    </Schema>
860
861    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_4">
862      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
863      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for the EntityType enumeration values."/>
864      <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_3.Endpoint"/>
865    </Schema>
866
867    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_5">
868      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
869      <Annotation Term="OData.Description" String="This version was created to correct a typographical error in the SubsystemId long description."/>
870      <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_4.Endpoint"/>
871    </Schema>
872
873    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_6">
874      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
875      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the ConnectedPorts property inside of Links."/>
876      <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_5.Endpoint"/>
877    </Schema>
878
879    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_7">
880      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
881      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the Port property to only allow for integers."/>
882      <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_6.Endpoint"/>
883    </Schema>
884
885    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_5_0">
886      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
887      <Annotation Term="Redfish.Release" String="2020.3"/>
888      <Annotation Term="OData.Description" String="This version was created to add `Manager` to the EntityType enumeration."/>
889
890      <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_2.Endpoint"/>
891
892      <ComplexType Name="Links" BaseType="Endpoint.v1_4_0.Links">
893        <NavigationProperty Name="Connections" Type="Collection(Connection.Connection)">
894          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
895          <Annotation Term="OData.Description" String="The connections to which this endpoint belongs."/>
896          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Connection that represent the connections to which this endpoint belongs."/>
897        </NavigationProperty>
898      </ComplexType>
899    </Schema>
900
901    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_5_1">
902      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
903      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
904      <EntityType Name="Endpoint" BaseType="Endpoint.v1_5_0.Endpoint"/>
905    </Schema>
906
907    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_5_2">
908      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
909      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for the EntityType enumeration values."/>
910      <EntityType Name="Endpoint" BaseType="Endpoint.v1_5_1.Endpoint"/>
911    </Schema>
912
913    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_5_3">
914      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
915      <Annotation Term="OData.Description" String="This version was created to correct a typographical error in the SubsystemId long description."/>
916      <EntityType Name="Endpoint" BaseType="Endpoint.v1_5_2.Endpoint"/>
917    </Schema>
918
919    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_5_4">
920      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
921      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the ConnectedPorts property inside of Links."/>
922      <EntityType Name="Endpoint" BaseType="Endpoint.v1_5_3.Endpoint"/>
923    </Schema>
924
925    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_5_5">
926      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
927      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the Port property to only allow for integers."/>
928      <EntityType Name="Endpoint" BaseType="Endpoint.v1_5_4.Endpoint"/>
929    </Schema>
930
931    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_6_0">
932      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
933      <Annotation Term="Redfish.Release" String="2021.1"/>
934      <Annotation Term="OData.Description" String="This version was created to add `StorageSubsystem` to the EntityType enumeration.  It was also created to deprecate the Gen-Z RegionKey and AccessKey properties.  It was also created to add Zones to Links."/>
935
936      <EntityType Name="Endpoint" BaseType="Endpoint.v1_5_2.Endpoint"/>
937
938      <ComplexType Name="Links" BaseType="Endpoint.v1_5_0.Links">
939        <NavigationProperty Name="Zones" Type="Collection(Zone.Zone)">
940          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
941          <Annotation Term="OData.Description" String="The zones to which this endpoint belongs."/>
942          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Zone that represent the zones to which this endpoint belongs."/>
943        </NavigationProperty>
944      </ComplexType>
945    </Schema>
946
947    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_6_1">
948      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
949      <Annotation Term="OData.Description" String="This version was created to correct a typographical error in the SubsystemId long description."/>
950      <EntityType Name="Endpoint" BaseType="Endpoint.v1_6_0.Endpoint"/>
951    </Schema>
952
953    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_6_2">
954      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
955      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the ConnectedPorts property inside of Links."/>
956      <EntityType Name="Endpoint" BaseType="Endpoint.v1_6_1.Endpoint"/>
957    </Schema>
958
959    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_6_3">
960      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
961      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the Port property to only allow for integers."/>
962      <EntityType Name="Endpoint" BaseType="Endpoint.v1_6_2.Endpoint"/>
963    </Schema>
964
965    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_7_0">
966      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
967      <Annotation Term="Redfish.Release" String="2022.1"/>
968
969      <EntityType Name="Endpoint" BaseType="Endpoint.v1_6_2.Endpoint"/>
970
971      <ComplexType Name="Links" BaseType="Endpoint.v1_6_0.Links">
972        <NavigationProperty Name="LocalPorts" Type="Collection(Port.Port)">
973          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
974          <Annotation Term="OData.Description" String="An array of links to the device ports that this endpoint represents."/>
975          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Port that represent the device ports that this endpoint represents."/>
976          <Annotation Term="OData.AutoExpandReferences"/>
977        </NavigationProperty>
978      </ComplexType>
979    </Schema>
980
981    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_7_1">
982      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
983      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the Port property to only allow for integers."/>
984      <EntityType Name="Endpoint" BaseType="Endpoint.v1_7_0.Endpoint"/>
985    </Schema>
986
987    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_8_0">
988      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
989      <Annotation Term="Redfish.Release" String="2022.3"/>
990      <Annotation Term="OData.Description" String="This version was created to add `CXLDevice` and `Memory` to EntityType."/>
991
992      <EntityType Name="Endpoint" BaseType="Endpoint.v1_7_0.Endpoint"/>
993    </Schema>
994
995    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_8_1">
996      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
997      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the Port property to only allow for integers."/>
998      <EntityType Name="Endpoint" BaseType="Endpoint.v1_8_0.Endpoint"/>
999    </Schema>
1000
1001  </edmx:DataServices>
1002</edmx:Edmx>
1003