blob: e593a722c901347010378115c82e10c7db9bdf20 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills262d7d42021-01-20 16:28:41 -06004<!--# Redfish Schema: Endpoint v1.5.1 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
Ed Tanous530520e2019-01-02 13:41:37 -080017 <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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070020 <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="Validation.v1_0_0" Alias="Validation"/>
25 </edmx:Reference>
26 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
27 <edmx:Include Namespace="Resource"/>
28 <edmx:Include Namespace="Resource.v1_0_0"/>
29 </edmx:Reference>
30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
31 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
34 <edmx:Include Namespace="Redundancy"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/IPAddresses_v1.xml">
37 <edmx:Include Namespace="IPAddresses"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml">
40 <edmx:Include Namespace="Port"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
43 <edmx:Include Namespace="Protocol"/>
44 </edmx:Reference>
45 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
46 <edmx:Include Namespace="NetworkDeviceFunction"/>
47 </edmx:Reference>
Gunnar Mills09b9d452020-02-11 13:27:39 -060048 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AddressPool_v1.xml">
49 <edmx:Include Namespace="AddressPool"/>
50 </edmx:Reference>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050051 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Connection_v1.xml">
52 <edmx:Include Namespace="Connection"/>
53 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070054
55 <edmx:DataServices>
56
57 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint">
58 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
59
60 <EntityType Name="Endpoint" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -050061 <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."/>
62 <Annotation Term="OData.LongDescription" String="This resource contains a fabric endpoint for a Redfish implementation."/>
Ed Tanous530520e2019-01-02 13:41:37 -080063 <Annotation Term="Capabilities.InsertRestrictions">
64 <Record>
65 <PropertyValue Property="Insertable" Bool="false"/>
66 </Record>
67 </Annotation>
68 <Annotation Term="Capabilities.UpdateRestrictions">
69 <Record>
Gunnar Mills09b9d452020-02-11 13:27:39 -060070 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanous530520e2019-01-02 13:41:37 -080071 </Record>
72 </Annotation>
73 <Annotation Term="Capabilities.DeleteRestrictions">
74 <Record>
Ed Tanouscb103132019-10-08 11:34:22 -070075 <PropertyValue Property="Deletable" Bool="true"/>
76 <Annotation Term="OData.Description" String="To unenumerate an endpoint that a service does not automatically discover, delete the endpoint."/>
Ed Tanous530520e2019-01-02 13:41:37 -080077 </Record>
78 </Annotation>
79 <Annotation Term="Redfish.Uris">
80 <Collection>
81 <String>/redfish/v1/Fabrics/{FabricId}/Endpoints/{EndpointId}</String>
82 </Collection>
83 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070084 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -070085 </Schema>
86
87 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_0">
88 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060089 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070090
91 <EntityType Name="Endpoint" BaseType="Endpoint.Endpoint">
Ed Tanous530520e2019-01-02 13:41:37 -080092 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -050093 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
94 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -080095 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -070096 <Property Name="EndpointProtocol" Type="Protocol.Protocol">
97 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
98 <Annotation Term="OData.Description" String="The protocol supported by this endpoint."/>
Ed Tanouscb103132019-10-08 11:34:22 -070099 <Annotation Term="OData.LongDescription" String="This property shall contain the protocol this endpoint uses to communicate with other endpoints on this fabric."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700100 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700101 <Property Name="ConnectedEntities" Type="Collection(Endpoint.v1_0_0.ConnectedEntity)" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700102 <Annotation Term="OData.Description" String="All the entities connected to this endpoint."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700103 <Annotation Term="OData.LongDescription" String="This property shall contain all entities to which this endpoint allows access."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700104 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700105 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700106 <Annotation Term="OData.Description" String="Identifiers for this endpoint."/>
107 <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."/>
108 </Property>
109
Ed Tanouscb103132019-10-08 11:34:22 -0700110 <Property Name="PciId" Type="Endpoint.v1_0_0.PciId" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700111 <Annotation Term="OData.Description" String="The PCI ID of the endpoint."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700112 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI ID of the endpoint."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700113 </Property>
114 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700115 <Annotation Term="OData.Description" String="Redundancy information for the lower-level endpoints supporting this endpoint."/>
116 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700117 <Annotation Term="OData.AutoExpand"/>
118 </NavigationProperty>
119 <Property Name="HostReservationMemoryBytes" Type="Edm.Int64">
120 <Annotation Term="Measures.Unit" String="By"/>
121 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700122 <Annotation Term="OData.Description" String="The amount of memory in bytes that the host should allocate to connect to this endpoint."/>
123 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700124 </Property>
125
126 <Property Name="Links" Type="Endpoint.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500127 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
128 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700129 </Property>
130 <Property Name="Actions" Type="Endpoint.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500131 <Annotation Term="OData.Description" String="The available actions for this resource."/>
132 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700133 </Property>
134 </EntityType>
135
136 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500137 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
138 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700139 <NavigationProperty Name="MutuallyExclusiveEndpoints" Type="Collection(Endpoint.Endpoint)">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500141 <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."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500142 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700143 <Annotation Term="OData.AutoExpandReferences"/>
144 </NavigationProperty>
145 <NavigationProperty Name="Ports" Type="Collection(Port.Port)">
146 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700147 <Annotation Term="OData.Description" String="An array of links to the physical ports associated with this endpoint."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500148 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Port that are utilized by this endpoint."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700149 <Annotation Term="OData.AutoExpandReferences"/>
150 </NavigationProperty>
151 </ComplexType>
152
153 <ComplexType Name="Actions">
154 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500155 <Annotation Term="OData.Description" String="The available actions for this resource."/>
156 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700157 <Property Name="Oem" Type="Endpoint.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500158 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
159 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800160 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700161 </ComplexType>
162
163 <ComplexType Name="OemActions">
164 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500165 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
166 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700167 </ComplexType>
168
169 <ComplexType Name="ConnectedEntity">
170 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500171 <Annotation Term="OData.Description" String="Represents a remote resource that is connected to the network accessible to this endpoint."/>
172 <Annotation Term="OData.LongDescription" String="This type shall represent a remote resource that is connected to a network accessible to an endpoint."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700173 <Property Name="EntityType" Type="Endpoint.v1_0_0.EntityType">
174 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
175 <Annotation Term="OData.Description" String="The type of the connected entity."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700176 <Annotation Term="OData.LongDescription" String="This property shall indicate if type of connected entity."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700177 </Property>
178 <Property Name="EntityRole" Type="Endpoint.v1_0_0.EntityRole">
179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
180 <Annotation Term="OData.Description" String="The role of the connected entity."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700181 <Annotation Term="OData.LongDescription" String="This property shall indicate if the specified entity is an initiator, target, or both."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700182 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700183 <Property Name="EntityPciId" Type="Endpoint.v1_0_0.PciId" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700184 <Annotation Term="OData.Description" String="The PCI ID of the connected entity."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700185 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI ID of the connected PCIe entity."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700186 </Property>
187 <Property Name="PciFunctionNumber" Type="Edm.Int64">
188 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
189 <Annotation Term="OData.Description" String="The PCI ID of the connected entity."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700190 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Function Number of the connected PCIe entity."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600191 <Annotation Term="Redfish.Revisions">
192 <Collection>
193 <Record>
194 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
195 <PropertyValue Property="Version" String="v1_2_0"/>
196 <PropertyValue Property="Description" String="This property has been deprecated in favor of the FunctionNumber property inside the EntityPciId object."/>
197 </Record>
198 </Collection>
199 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700200 </Property>
201 <Property Name="PciClassCode" Type="Edm.String">
202 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700203 <Annotation Term="OData.Description" String="The Class Code, Subclass, and Programming Interface code of this PCIe function."/>
204 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Class Code, Subclass, and Programming Interface of the PCIe device function."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700205 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){3}$"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600206 <Annotation Term="Redfish.Revisions">
207 <Collection>
208 <Record>
209 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
210 <PropertyValue Property="Version" String="v1_2_0"/>
211 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ClassCode property inside the EntityPciId object."/>
212 </Record>
213 </Collection>
214 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700216 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700217 <Annotation Term="OData.Description" String="Identifiers for the remote entity."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500218 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700219 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700220 <NavigationProperty Name="EntityLink" Type="Resource.Resource" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700221 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="The link to the associated entity."/>
223 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700224 </NavigationProperty>
225
Ed Tanous530520e2019-01-02 13:41:37 -0800226 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700227 <Annotation Term="OData.Description" String="The OEM extension property."/>
228 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800229 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700230 </ComplexType>
231
232 <EnumType Name="EntityType">
233 <Member Name="StorageInitiator">
Gunnar Millsa778c022020-05-12 12:20:36 -0500234 <Annotation Term="OData.Description" String="The entity is a storage initiator. The EntityLink property, if present, should be a StorageController type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 </Member>
236 <Member Name="RootComplex">
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="The entity is a PCI(e) root complex. The EntityLink property, if present, should be a ComputerSystem type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 </Member>
239 <Member Name="NetworkController">
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Annotation Term="OData.Description" String="The entity is a network controller. The EntityLink property, if present, should contain an EthernetInterface type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 </Member>
242 <Member Name="Drive">
Ed Tanouscb103132019-10-08 11:34:22 -0700243 <Annotation Term="OData.Description" String="The entity is a disk drive. The EntityLink property, if present, should be a Drive type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700244 </Member>
245 <Member Name="StorageExpander">
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="The entity is a storage expander. The EntityLink property, if present, should be a Chassis type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 </Member>
248 <Member Name="DisplayController">
249 <Annotation Term="OData.Description" String="The entity is a display controller."/>
250 </Member>
251 <Member Name="Bridge">
252 <Annotation Term="OData.Description" String="The entity is a PCI(e) bridge."/>
253 </Member>
254 <Member Name="Processor">
255 <Annotation Term="OData.Description" String="The entity is a processor device."/>
256 </Member>
257 <Member Name="Volume">
Ed Tanouscb103132019-10-08 11:34:22 -0700258 <Annotation Term="OData.Description" String="The entity is a volume. The EntityLink property, if present, should be a Volume type."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600259 <Annotation Term="Redfish.Revisions">
260 <Collection>
261 <Record>
262 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
263 <PropertyValue Property="Version" String="v1_1_0"/>
264 </Record>
265 </Collection>
266 </Annotation>
267 </Member>
268 <Member Name="AccelerationFunction">
Ed Tanouscb103132019-10-08 11:34:22 -0700269 <Annotation Term="OData.Description" String="The entity is an acceleration function realized through a device, such as an FPGA. The EntityLink property, if present, should be an AccelerationFunction type."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600270 <Annotation Term="Redfish.Revisions">
271 <Collection>
272 <Record>
273 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
274 <PropertyValue Property="Version" String="v1_3_0"/>
275 </Record>
276 </Collection>
277 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700278 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600279 <Member Name="MediaController">
280 <Annotation Term="OData.Description" String="The entity is a media controller. The EntityLink property, if present, should be a MediaController type."/>
281 <Annotation Term="Redfish.Revisions">
282 <Collection>
283 <Record>
284 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
285 <PropertyValue Property="Version" String="v1_4_0"/>
286 </Record>
287 </Collection>
288 </Annotation>
289 </Member>
290 <Member Name="MemoryChunk">
291 <Annotation Term="OData.Description" String="The entity is a memory chunk. The EntityLink property, if present, should be a MemoryChunk type."/>
292 <Annotation Term="Redfish.Revisions">
293 <Collection>
294 <Record>
295 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
296 <PropertyValue Property="Version" String="v1_4_0"/>
297 </Record>
298 </Collection>
299 </Annotation>
300 </Member>
301 <Member Name="Switch">
302 <Annotation Term="OData.Description" String="The entity is a switch, not an expander. Use `Expander` for expanders. The EntityLink property, if present, should be a Switch type."/>
303 <Annotation Term="Redfish.Revisions">
304 <Collection>
305 <Record>
306 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
307 <PropertyValue Property="Version" String="v1_4_0"/>
308 </Record>
309 </Collection>
310 </Annotation>
311 </Member>
312 <Member Name="FabricBridge">
313 <Annotation Term="OData.Description" String="The entity is a fabric bridge. The EntityLink property, if present, should be a FabricAdapter type."/>
314 <Annotation Term="Redfish.Revisions">
315 <Collection>
316 <Record>
317 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
318 <PropertyValue Property="Version" String="v1_4_0"/>
319 </Record>
320 </Collection>
321 </Annotation>
322 </Member>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500323 <Member Name="Manager">
324 <Annotation Term="OData.Description" String="The entity is a manager. The EntityLink property, if present, should be a Manager type."/>
325 <Annotation Term="Redfish.Revisions">
326 <Collection>
327 <Record>
328 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
329 <PropertyValue Property="Version" String="v1_5_0"/>
330 </Record>
331 </Collection>
332 </Annotation>
333 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700334 </EnumType>
335
336 <EnumType Name="EntityRole">
337 <Member Name="Initiator">
Ed Tanouscb103132019-10-08 11:34:22 -0700338 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700339 </Member>
340 <Member Name="Target">
Ed Tanouscb103132019-10-08 11:34:22 -0700341 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700342 </Member>
343 <Member Name="Both">
Ed Tanouscb103132019-10-08 11:34:22 -0700344 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700345 </Member>
346 </EnumType>
347
348 <ComplexType Name="PciId">
349 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
350 <Annotation Term="OData.Description" String="A PCI ID."/>
351 <Annotation Term="OData.LongDescription" String="This type shall describe a PCI ID."/>
352 <Property Name="DeviceId" Type="Edm.String">
353 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
354 <Annotation Term="OData.Description" String="The Device ID of this PCIe function."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700355 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Device ID of the PCIe device function."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700356 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
357 </Property>
358 <Property Name="VendorId" Type="Edm.String">
359 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
360 <Annotation Term="OData.Description" String="The Vendor ID of this PCIe function."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700361 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Vendor ID of the PCIe device function."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700362 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
363 </Property>
364 <Property Name="SubsystemId" Type="Edm.String">
365 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
366 <Annotation Term="OData.Description" String="The Subsystem ID of this PCIe function."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700367 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Subsystem Vendor ID of the PCIe device function."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700368 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
369 </Property>
370 <Property Name="SubsystemVendorId" Type="Edm.String">
371 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
372 <Annotation Term="OData.Description" String="The Subsystem Vendor ID of this PCIe function."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700373 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Subsystem Vendor ID of the PCIe device function."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700374 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
375 </Property>
376 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700377 </Schema>
378
379 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_1">
380 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500381 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700382 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_0.Endpoint"/>
383 </Schema>
384
385 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_2">
386 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700387 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700388 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_1.Endpoint"/>
389 </Schema>
390
391 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_3">
392 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700393 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700394 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_2.Endpoint"/>
395 </Schema>
396
Ed Tanous530520e2019-01-02 13:41:37 -0800397 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_4">
398 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
399 <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."/>
400 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_3.Endpoint"/>
401 </Schema>
402
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600403 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_5">
404 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500405 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600406 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_4.Endpoint"/>
407 </Schema>
408
Ed Tanouscb103132019-10-08 11:34:22 -0700409 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_6">
410 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600411 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700412 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_5.Endpoint"/>
413 </Schema>
414
415 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_7">
416 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
417 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
418 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_6.Endpoint"/>
419 </Schema>
420
Gunnar Millsa778c022020-05-12 12:20:36 -0500421 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_8">
422 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
423 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
424 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_7.Endpoint"/>
425 </Schema>
426
Gunnar Mills844b4152020-06-22 12:44:09 -0500427 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_9">
428 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
429 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
430 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_8.Endpoint"/>
431 </Schema>
432
Gunnar Mills262d7d42021-01-20 16:28:41 -0600433 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_10">
434 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
435 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
436 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_9.Endpoint"/>
437 </Schema>
438
Jason M. Billsea4aa752018-06-05 13:29:11 -0700439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_0">
440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600441 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700442 <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_3.Endpoint">
Ed Tanouscb103132019-10-08 11:34:22 -0700443 <Property Name="IPTransportDetails" Type="Collection(Endpoint.v1_1_0.IPTransportDetails)" Nullable="false">
444 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700445 <Annotation Term="OData.LongDescription" String="This array shall contain the details for each IP transport supported by this endpoint."/>
446 <Annotation Term="OData.AutoExpandReferences"/>
447 </Property>
448 </EntityType>
449
450 <ComplexType Name="Links" BaseType="Endpoint.v1_0_0.Links">
451 <NavigationProperty Name="NetworkDeviceFunction" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
452 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500453 <Annotation Term="OData.Description" String="When NetworkDeviceFunction resources are present, this array contains links to the network device functions that connect to this endpoint."/>
454 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type NetworkDeviceFunction with which this endpoint is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700455 <Annotation Term="OData.AutoExpandReferences"/>
456 </NavigationProperty>
457 </ComplexType>
458
459 <ComplexType Name="IPTransportDetails">
Ed Tanouscb103132019-10-08 11:34:22 -0700460 <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."/>
461 <Annotation Term="OData.LongDescription" String="The type shall contain properties that specify the details of the transport supported by the endpoint."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700462 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
463 <Property Name="TransportProtocol" Type="Protocol.Protocol" Nullable="false">
464 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
465 <Annotation Term="OData.Description" String="The protocol used by the connection entity."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700466 <Annotation Term="OData.LongDescription" String="This property shall contain the protocol used by the connection entity."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700467 </Property>
468 <Property Name="IPv4Address" Type="IPAddresses.IPv4Address" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700469 <Annotation Term="OData.Description" String="The IPv4 addresses assigned to the endpoint."/>
470 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv4Address."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700471 </Property>
472 <Property Name="IPv6Address" Type="IPAddresses.IPv6Address" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700473 <Annotation Term="OData.Description" String="The IPv6 addresses assigned to the endpoint."/>
474 <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6Address."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700475 </Property>
476 <Property Name="Port" Type="Edm.Decimal" Nullable="false">
477 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700478 <Annotation Term="OData.Description" String="The UDP or TCP port number used by the endpoint."/>
479 <Annotation Term="OData.LongDescription" String="This property shall contain an specify UDP or TCP port number used for communication with the endpoint."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700480 <Annotation Term="Validation.Minimum" Int="0"/>
481 <Annotation Term="Validation.Maximum" Int="65535"/>
482 </Property>
483 </ComplexType>
484 </Schema>
485
Ed Tanous530520e2019-01-02 13:41:37 -0800486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_1">
487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488 <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."/>
489 <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_0.Endpoint"/>
490 </Schema>
491
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_2">
493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500494 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600495 <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_1.Endpoint"/>
496 </Schema>
497
Ed Tanouscb103132019-10-08 11:34:22 -0700498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_3">
499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600500 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700501 <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_2.Endpoint"/>
502 </Schema>
503
504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_4">
505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
507 <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_3.Endpoint"/>
508 </Schema>
509
Gunnar Millsa778c022020-05-12 12:20:36 -0500510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_5">
511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
512 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
513 <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_4.Endpoint"/>
514 </Schema>
515
Gunnar Mills844b4152020-06-22 12:44:09 -0500516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_6">
517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
518 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
519 <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_5.Endpoint"/>
520 </Schema>
521
Gunnar Mills262d7d42021-01-20 16:28:41 -0600522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_1_7">
523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
524 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
525 <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_6.Endpoint"/>
526 </Schema>
527
Ed Tanous530520e2019-01-02 13:41:37 -0800528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_0">
529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600530 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800531 <EntityType Name="Endpoint" BaseType="Endpoint.v1_1_1.Endpoint"/>
532
533 <ComplexType Name="PciId" BaseType="Endpoint.v1_0_0.PciId">
534 <Property Name="FunctionNumber" Type="Edm.Int64">
535 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
536 <Annotation Term="OData.Description" String="The PCI ID of the connected entity."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700537 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Function Number of the connected PCIe entity."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800538 </Property>
539 <Property Name="ClassCode" Type="Edm.String">
540 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700541 <Annotation Term="OData.Description" String="The Class Code, Subclass, and Programming Interface code of this PCIe function."/>
542 <Annotation Term="OData.LongDescription" String="This property shall contain the PCI Class Code, Subclass, and Programming Interface of the PCIe device function."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800543 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){3}$"/>
544 </Property>
545 </ComplexType>
546 </Schema>
547
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600548 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_1">
549 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500550 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600551 <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_0.Endpoint"/>
552 </Schema>
553
Ed Tanouscb103132019-10-08 11:34:22 -0700554 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_2">
555 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600556 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700557 <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_1.Endpoint"/>
558 </Schema>
559
560 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_3">
561 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
562 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
563 <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_2.Endpoint"/>
564 </Schema>
565
Gunnar Millsa778c022020-05-12 12:20:36 -0500566 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_4">
567 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
569 <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_3.Endpoint"/>
570 </Schema>
571
Gunnar Mills844b4152020-06-22 12:44:09 -0500572 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_5">
573 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
575 <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_4.Endpoint"/>
576 </Schema>
577
Gunnar Mills262d7d42021-01-20 16:28:41 -0600578 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_2_6">
579 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
581 <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_5.Endpoint"/>
582 </Schema>
583
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600584 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_0">
585 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600587 <Annotation Term="OData.Description" String="This version was created to add AccelerationFunction to the EntityType enumeration."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500588
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600589 <EntityType Name="Endpoint" BaseType="Endpoint.v1_2_1.Endpoint"/>
590 </Schema>
591
Ed Tanouscb103132019-10-08 11:34:22 -0700592 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_1">
593 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600594 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700595 <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_0.Endpoint"/>
596 </Schema>
597
598 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_2">
599 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
600 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
601 <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_1.Endpoint"/>
602 </Schema>
603
Gunnar Millsa778c022020-05-12 12:20:36 -0500604 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_3">
605 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
606 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
607 <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_2.Endpoint"/>
608 </Schema>
609
Gunnar Mills844b4152020-06-22 12:44:09 -0500610 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_4">
611 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
612 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
613 <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_3.Endpoint"/>
614 </Schema>
615
Gunnar Mills262d7d42021-01-20 16:28:41 -0600616 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_3_5">
617 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
618 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
619 <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_4.Endpoint"/>
620 </Schema>
621
Gunnar Mills09b9d452020-02-11 13:27:39 -0600622 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_0">
623 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
624 <Annotation Term="Redfish.Release" String="2019.4"/>
625
626 <EntityType Name="Endpoint" BaseType="Endpoint.v1_3_2.Endpoint"/>
627
628 <ComplexType Name="ConnectedEntity" BaseType="Endpoint.v1_0_0.ConnectedEntity">
629 <Property Name="GenZ" Type="Endpoint.v1_4_0.GenZ">
630 <Annotation Term="OData.Description" String="The Gen-Z related properties for the entity."/>
631 <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z related properties for the entity."/>
632 </Property>
633 </ComplexType>
634
635 <ComplexType Name="GenZ">
636 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
637 <Annotation Term="OData.Description" String="The Gen-Z related properties for an entity."/>
638 <Annotation Term="OData.LongDescription" String="This type shall contain the Gen-Z related properties for an entity."/>
639 <Property Name="GCID" Type="Endpoint.v1_4_0.GCID">
640 <Annotation Term="OData.Description" String="The Global Component ID (GCID) for the entity."/>
641 <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z Core Specification-defined Global Component ID for the entity."/>
642 </Property>
643 <Property Name="AccessKey" Type="Edm.String">
644 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
645 <Annotation Term="OData.Description" String="The Access Key for the entity."/>
646 <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z Core Specification-defined 6 bit Access Key for the entity."/>
647 <Annotation Term="Validation.Pattern" String="^0[xX]([a-fA-F]|[0-9]){2}$"/>
648 </Property>
649 <Property Name="RegionKey" Type="Edm.String">
650 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
651 <Annotation Term="OData.Description" String="The Region Key for the entity."/>
652 <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z Core Specification-defined 32 bit Region Key for the entity."/>
653 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){4}$"/>
654 </Property>
655 </ComplexType>
656
657 <ComplexType Name="GCID">
658 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
659 <Annotation Term="OData.Description" String="The Global Component ID (GCID)."/>
660 <Annotation Term="OData.LongDescription" String="This type shall contain the Gen-Z Core Specification-defined Global Component ID."/>
661 <Property Name="CID" Type="Edm.String">
662 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
663 <Annotation Term="OData.Description" String="The component identifier portion of the GCID for the entity."/>
664 <Annotation Term="OData.LongDescription" String="This property shall contain the 12 bit component identifier portion of the GCID of the entity."/>
665 <Annotation Term="Validation.Pattern" String="^0[xX]([a-fA-F]|[0-9]){3}$"/>
666 </Property>
667 <Property Name="SID" Type="Edm.String">
668 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
669 <Annotation Term="OData.Description" String="The subnet identifier portion of the GCID for the entity."/>
670 <Annotation Term="OData.LongDescription" String="This property shall contain the 16 bit subnet identifier portion of the GCID of the entity."/>
671 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
672 </Property>
673 </ComplexType>
674
675 <ComplexType Name="Links" BaseType="Endpoint.v1_1_0.Links">
676 <NavigationProperty Name="ConnectedPorts" Type="Collection(Port.Port)">
677 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
678 <Annotation Term="OData.Description" String="An array of links to the ports that connect to this endpoint."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500679 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Port that represent ports associated with this endpoint."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600680 <Annotation Term="OData.AutoExpandReferences"/>
681 </NavigationProperty>
682 <NavigationProperty Name="AddressPools" Type="Collection(AddressPool.AddressPool)">
683 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
684 <Annotation Term="OData.Description" String="An array of links to the address pools associated with this endpoint."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500685 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type AddressPool with which this endpoint is associated."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600686 <Annotation Term="OData.AutoExpandReferences"/>
687 </NavigationProperty>
688 </ComplexType>
689 </Schema>
690
Gunnar Millsa778c022020-05-12 12:20:36 -0500691 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_1">
692 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
693 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
694 <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_0.Endpoint"/>
695 </Schema>
696
Gunnar Mills844b4152020-06-22 12:44:09 -0500697 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_2">
698 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
700 <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_1.Endpoint"/>
701 </Schema>
702
Gunnar Mills262d7d42021-01-20 16:28:41 -0600703 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_4_3">
704 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
705 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
706 <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_2.Endpoint"/>
707 </Schema>
708
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500709 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_5_0">
710 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
711 <Annotation Term="Redfish.Release" String="2020.3"/>
712 <Annotation Term="OData.Description" String="This version was created to add `Manager` to the EntityType enumeration."/>
713
714 <EntityType Name="Endpoint" BaseType="Endpoint.v1_4_2.Endpoint"/>
715
716 <ComplexType Name="Links" BaseType="Endpoint.v1_4_0.Links">
717 <NavigationProperty Name="Connections" Type="Collection(Connection.Connection)">
718 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
719 <Annotation Term="OData.Description" String="The connections to which this endpoint belongs."/>
720 <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."/>
721 </NavigationProperty>
722 </ComplexType>
723 </Schema>
724
Gunnar Mills262d7d42021-01-20 16:28:41 -0600725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_5_1">
726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
727 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
728 <EntityType Name="Endpoint" BaseType="Endpoint.v1_5_0.Endpoint"/>
729 </Schema>
730
Jason M. Billsea4aa752018-06-05 13:29:11 -0700731 </edmx:DataServices>
732</edmx:Edmx>