blob: fc34425ddbe3493b4635e18b3253ccf3e5df8f6d [file] [log] [blame]
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -06001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanousf263e092023-05-22 09:56:29 -07004<!--# Redfish Schema: FabricAdapter v1.5.1 -->
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -06005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 DMTF. -->
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -06009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21 <edmx:Include Namespace="Resource"/>
22 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
28 <edmx:Include Namespace="Protocol"/>
29 </edmx:Reference>
30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml">
31 <edmx:Include Namespace="Port"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
34 <edmx:Include Namespace="PortCollection"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RouteEntryCollection_v1.xml">
37 <edmx:Include Namespace="RouteEntryCollection"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VCATEntryCollection_v1.xml">
40 <edmx:Include Namespace="VCATEntryCollection"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
43 <edmx:Include Namespace="PCIeDevice"/>
44 </edmx:Reference>
45 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
46 <edmx:Include Namespace="Endpoint"/>
47 </edmx:Reference>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -080048 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml">
49 <edmx:Include Namespace="Processor"/>
50 </edmx:Reference>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -060051 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryDomain_v1.xml">
52 <edmx:Include Namespace="MemoryDomain"/>
53 </edmx:Reference>
54
55 <edmx:DataServices>
56
57 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter">
58 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
59
60 <EntityType Name="FabricAdapter" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanousf263e092023-05-22 09:56:29 -070061 <Annotation Term="OData.Description" String="A fabric adapter represents the physical fabric adapter capable of connecting to an interconnect fabric. Examples include, but are not limited to, Ethernet, NVMe over Fabrics, Gen-Z, and SAS fabric adapters."/>
62 <Annotation Term="OData.LongDescription" String="This resource shall represent a physical fabric adapter capable of connecting to an interconnect fabric."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -060063 <Annotation Term="Capabilities.InsertRestrictions">
64 <Record>
65 <PropertyValue Property="Insertable" Bool="false"/>
66 </Record>
67 </Annotation>
68 <Annotation Term="Capabilities.UpdateRestrictions">
69 <Record>
70 <PropertyValue Property="Updatable" Bool="true"/>
71 </Record>
72 </Annotation>
73 <Annotation Term="Capabilities.DeleteRestrictions">
74 <Record>
75 <PropertyValue Property="Deletable" Bool="false"/>
76 </Record>
77 </Annotation>
78 <Annotation Term="Redfish.Uris">
79 <Collection>
80 <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}</String>
Ed Tanousf263e092023-05-22 09:56:29 -070081 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}</String>
82 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}</String>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -060083 <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}</String>
84 </Collection>
85 </Annotation>
86 </EntityType>
87 </Schema>
88
89 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_0_0">
90 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
91 <Annotation Term="Redfish.Release" String="2019.4"/>
92
93 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.FabricAdapter">
94 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanousf263e092023-05-22 09:56:29 -070095 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
96 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -060097 </Property>
98 <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
99 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
100 <Annotation Term="OData.Description" String="The link to the collection of ports that exist on the fabric adapter."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700101 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PortCollection."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600102 <Annotation Term="OData.AutoExpandReferences"/>
103 </NavigationProperty>
104 <Property Name="Manufacturer" Type="Edm.String">
105 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
106 <Annotation Term="OData.Description" String="The manufacturer or OEM of this fabric adapter."/>
107 <Annotation Term="OData.LongDescription" String="This property shall contain a value that represents the manufacturer of the fabric adapter."/>
108 </Property>
109 <Property Name="Model" Type="Edm.String">
110 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
111 <Annotation Term="OData.Description" String="The model string for this fabric adapter."/>
112 <Annotation Term="OData.LongDescription" String="This property shall contain the information about how the manufacturer refers to this fabric adapter."/>
113 </Property>
114 <Property Name="SKU" Type="Edm.String">
115 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
116 <Annotation Term="OData.Description" String="The manufacturer SKU for this fabric adapter."/>
117 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU for the fabric adapter."/>
118 </Property>
119 <Property Name="SerialNumber" Type="Edm.String">
120 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
121 <Annotation Term="OData.Description" String="The serial number for this fabric adapter."/>
122 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number for the fabric adapter."/>
123 </Property>
124 <Property Name="PartNumber" Type="Edm.String">
125 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
126 <Annotation Term="OData.Description" String="The part number for this fabric adapter."/>
127 <Annotation Term="OData.LongDescription" String="This property shall contain the part number for the fabric adapter as defined by the manufacturer."/>
128 </Property>
129 <Property Name="SparePartNumber" Type="Edm.String">
130 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
131 <Annotation Term="OData.Description" String="The spare part number for this fabric adapter."/>
132 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number for the fabric adapter as defined by the manufacturer."/>
133 </Property>
134 <Property Name="ASICRevisionIdentifier" Type="Edm.String">
135 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
136 <Annotation Term="OData.Description" String="The revision identifier for the ASIC on this fabric adapter."/>
137 <Annotation Term="OData.LongDescription" String="This property shall contain the revision identifier of the ASIC for the fabric adapter as defined by the manufacturer."/>
138 </Property>
139 <Property Name="ASICPartNumber" Type="Edm.String">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
141 <Annotation Term="OData.Description" String="The part number for the ASIC on this fabric adapter."/>
142 <Annotation Term="OData.LongDescription" String="This property shall contain the part number of the ASIC for the fabric adapter as defined by the manufacturer."/>
143 </Property>
144 <Property Name="ASICManufacturer" Type="Edm.String">
145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
146 <Annotation Term="OData.Description" String="The manufacturer name for the ASIC of this fabric adapter."/>
147 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer name of the ASIC for the fabric adapter as defined by the manufacturer."/>
148 </Property>
149 <Property Name="FirmwareVersion" Type="Edm.String">
150 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
151 <Annotation Term="OData.Description" String="The firmware version of this fabric adapter."/>
152 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version for the fabric adapter as defined by the manufacturer."/>
153 </Property>
154 <Property Name="UUID" Type="Resource.UUID">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
156 <Annotation Term="OData.Description" String="The UUID for this fabric adapter."/>
157 <Annotation Term="OData.LongDescription" String="This property shall contain a universal unique identifier number for the fabric adapter."/>
158 </Property>
159 <Property Name="PCIeInterface" Type="PCIeDevice.PCIeInterface" Nullable="false">
160 <Annotation Term="OData.Description" String="The PCIe interface details for this fabric adapter."/>
161 <Annotation Term="OData.LongDescription" String="This property shall contain details on the PCIe interface that connects this PCIe-based fabric adapter to its host."/>
162 </Property>
163 <Property Name="GenZ" Type="FabricAdapter.v1_0_0.GenZ" Nullable="false">
164 <Annotation Term="OData.Description" String="The Gen-Z specific properties for this fabric adapter."/>
165 <Annotation Term="OData.LongDescription" String="This property shall contain the Gen-Z specific properties for this fabric adapter."/>
166 </Property>
167 <Property Name="Actions" Type="FabricAdapter.v1_0_0.Actions" Nullable="false">
Ed Tanousf263e092023-05-22 09:56:29 -0700168 <Annotation Term="OData.Description" String="The available actions for this resource."/>
169 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600170 </Property>
171 <Property Name="Links" Type="FabricAdapter.v1_0_0.Links" Nullable="false">
Ed Tanousf263e092023-05-22 09:56:29 -0700172 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
173 <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."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600174 </Property>
175 </EntityType>
176
177 <ComplexType Name="GenZ">
178 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
179 <Annotation Term="OData.Description" String="Gen-Z related properties for a fabric adapter."/>
180 <Annotation Term="OData.LongDescription" String="This type shall contain Gen-Z related properties for a fabric adapter."/>
181 <NavigationProperty Name="SSDT" Type="RouteEntryCollection.RouteEntryCollection" ContainsTarget="true" Nullable="false">
182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
183 <Annotation Term="OData.Description" String="The Single Subnet Destination Table for the component."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700184 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type RouteEntryCollection that represents the Gen-Z Core Specification-defined SSDT structure."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600185 <Annotation Term="OData.AutoExpandReferences"/>
186 </NavigationProperty>
187 <NavigationProperty Name="MSDT" Type="RouteEntryCollection.RouteEntryCollection" ContainsTarget="true" Nullable="false">
188 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
189 <Annotation Term="OData.Description" String="The Multi Subnet Destination Table for the component."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700190 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type RouteEntryCollection that represents the Gen-Z Core Specification-defined MSDT structure."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600191 <Annotation Term="OData.AutoExpandReferences"/>
192 </NavigationProperty>
193 <NavigationProperty Name="RequestorVCAT" Type="VCATEntryCollection.VCATEntryCollection" ContainsTarget="true" Nullable="false">
194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
195 <Annotation Term="OData.Description" String="The Requestor Virtual Channel Action Table for the component."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700196 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VCATEntryCollection that represents the Gen-Z Core Specification-defined REQ-VCAT structure."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600197 <Annotation Term="OData.AutoExpandReferences"/>
Ed Tanousf263e092023-05-22 09:56:29 -0700198 <Annotation Term="Redfish.URISegment" String="REQ-VCAT"/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600199 </NavigationProperty>
200 <NavigationProperty Name="ResponderVCAT" Type="VCATEntryCollection.VCATEntryCollection" ContainsTarget="true" Nullable="false">
201 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
202 <Annotation Term="OData.Description" String="The Responder Virtual Channel Action Table for the component."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700203 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VCATEntryCollection that represents the Gen-Z Core Specification-defined RSP-VCAT structure."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600204 <Annotation Term="OData.AutoExpandReferences"/>
Ed Tanousf263e092023-05-22 09:56:29 -0700205 <Annotation Term="Redfish.URISegment" String="RSP-VCAT"/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600206 </NavigationProperty>
207 <Property Name="RITable" Type="Collection(Edm.String)">
208 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
209 <Annotation Term="OData.Description" String="An array of table entry values for the Responder Interface Table."/>
210 <Annotation Term="OData.LongDescription" String="This property shall contain an array of table entry values for the Gen-Z Core Specification-defined Responder Interface Table for the component."/>
211 </Property>
212 <Property Name="PIDT" Type="Collection(Edm.String)">
213 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
214 <Annotation Term="OData.Description" String="An array of table entry values for the Packet Injection Delay Table."/>
215 <Annotation Term="OData.LongDescription" String="This property shall contain an array of table entry values for the Gen-Z Core Specification-defined Packet Injection Delay Table for the component."/>
216 </Property>
217 </ComplexType>
218
219 <ComplexType Name="Actions">
220 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanousf263e092023-05-22 09:56:29 -0700221 <Annotation Term="OData.Description" String="The available actions for this resource."/>
222 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600223 <Property Name="Oem" Type="FabricAdapter.v1_0_0.OemActions" Nullable="false">
Ed Tanousf263e092023-05-22 09:56:29 -0700224 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
225 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600226 </Property>
227 </ComplexType>
228
229 <ComplexType Name="OemActions">
230 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanousf263e092023-05-22 09:56:29 -0700231 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
232 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600233 </ComplexType>
234
235 <ComplexType Name="Links" BaseType="Resource.Links">
Ed Tanousf263e092023-05-22 09:56:29 -0700236 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
237 <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."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600238 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
239 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
240 <Annotation Term="OData.Description" String="An array of links to the endpoints that represent the logical fabric connection to this fabric adapter."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700241 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint that represent the logical fabric connection associated with this fabric adapter."/>
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600242 <Annotation Term="OData.AutoExpandReferences"/>
243 </NavigationProperty>
244 </ComplexType>
245 </Schema>
246
Ed Tanousf263e092023-05-22 09:56:29 -0700247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_0_1">
248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/>
250 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_0_0.FabricAdapter"/>
251 </Schema>
252
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_1_0">
254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
255 <Annotation Term="Redfish.Release" String="2021.2"/>
256
257 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_0_0.FabricAdapter">
258 <Property Name="Location" Type="Resource.Location" Nullable="false">
259 <Annotation Term="OData.Description" String="The location of the fabric adapter."/>
260 <Annotation Term="OData.LongDescription" String="This property shall contain location information for the fabric adapter."/>
261 </Property>
262 </EntityType>
263 </Schema>
264
Ed Tanousf263e092023-05-22 09:56:29 -0700265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_1_1">
266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
267 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/>
268 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_1_0.FabricAdapter"/>
269 </Schema>
270
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_2_0">
272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
273 <Annotation Term="Redfish.Release" String="2021.3"/>
274
275 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_1_0.FabricAdapter"/>
276
277 <ComplexType Name="Links" BaseType="FabricAdapter.v1_0_0.Links">
278 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
279 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
280 <Annotation Term="OData.Description" String="An array of links to the PCIe devices associated with this fabric adapter."/>
281 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type PCIeDevice that represent the PCIe devices associated with this fabric adapter."/>
282 <Annotation Term="OData.AutoExpandReferences"/>
283 </NavigationProperty>
284 </ComplexType>
285 </Schema>
286
Ed Tanousf263e092023-05-22 09:56:29 -0700287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_2_1">
288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
289 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/>
290 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_2_0.FabricAdapter"/>
291 </Schema>
292
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600293 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_3_0">
294 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
295 <Annotation Term="Redfish.Release" String="2022.1"/>
296
297 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_2_0.FabricAdapter">
298 <Property Name="FabricType" Type="Protocol.Protocol" Nullable="false">
299 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
300 <Annotation Term="OData.Description" String="The configured fabric type of this fabric adapter."/>
301 <Annotation Term="OData.LongDescription" String="This property shall contain the configured fabric type of this fabric adapter."/>
302 </Property>
303 <Property Name="FabricTypeCapabilities" Type="Collection(Protocol.Protocol)" Nullable="false">
304 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
305 <Annotation Term="OData.Description" String="An array of fabric types supported by this fabric adapter."/>
306 <Annotation Term="OData.LongDescription" String="This property shall contain an array of fabric types supported by this fabric adapter."/>
307 </Property>
308 </EntityType>
309
310 <ComplexType Name="Links" BaseType="FabricAdapter.v1_2_0.Links">
311 <NavigationProperty Name="MemoryDomains" Type="Collection(MemoryDomain.MemoryDomain)">
312 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
313 <Annotation Term="OData.Description" String="An array of links to the memory domains associated with this fabric adapter."/>
314 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type MemoryDomain that represent the memory domains associated with this fabric adapter."/>
315 <Annotation Term="OData.AutoExpandReferences"/>
316 </NavigationProperty>
317 </ComplexType>
318 </Schema>
319
Ed Tanousf263e092023-05-22 09:56:29 -0700320 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_3_1">
321 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
322 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/>
323 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_3_0.FabricAdapter"/>
324 </Schema>
325
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600326 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_4_0">
327 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
328 <Annotation Term="Redfish.Release" String="2022.2"/>
329
330 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_3_0.FabricAdapter">
331 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
332 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
333 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
334 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
335 </Property>
336 </EntityType>
337 </Schema>
338
Ed Tanousf263e092023-05-22 09:56:29 -0700339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_4_1">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/>
342 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_4_0.FabricAdapter"/>
343 </Schema>
344
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_5_0">
346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347 <Annotation Term="Redfish.Release" String="2022.3"/>
348
349 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_4_0.FabricAdapter"/>
350
351 <ComplexType Name="Links" BaseType="FabricAdapter.v1_3_0.Links">
352 <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
353 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
354 <Annotation Term="OData.Description" String="An array of links to the processors that this fabric adapter provides to a fabric."/>
355 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Processor that represent the processors that this fabric adapter provides to a fabric."/>
356 <Annotation Term="OData.AutoExpandReferences"/>
357 </NavigationProperty>
358 </ComplexType>
359 </Schema>
360
Ed Tanousf263e092023-05-22 09:56:29 -0700361 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_5_1">
362 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/>
364 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_5_0.FabricAdapter"/>
365 </Schema>
366
Lakshmi Yadlapati71abefe2023-01-10 22:22:09 -0600367 </edmx:DataServices>
368</edmx:Edmx>