1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: FabricAdapter v1.5.2 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2023 DMTF. --> 9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10<!--################################################################################ --> 11<!----> 12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13 14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16 </edmx:Reference> 17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19 </edmx:Reference> 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 21 <edmx:Include Namespace="Resource"/> 22 <edmx:Include Namespace="Resource.v1_0_0"/> 23 </edmx:Reference> 24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 26 </edmx: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> 48 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml"> 49 <edmx:Include Namespace="Processor"/> 50 </edmx:Reference> 51 <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"> 61 <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."/> 63 <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> 81 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}</String> 82 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}</String> 83 <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"> 95 <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."/> 97 </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."/> 101 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PortCollection."/> 102 <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 universally 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"> 168 <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."/> 170 </Property> 171 <Property Name="Links" Type="FabricAdapter.v1_0_0.Links" Nullable="false"> 172 <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."/> 174 </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."/> 184 <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."/> 185 <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."/> 190 <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."/> 191 <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."/> 196 <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."/> 197 <Annotation Term="OData.AutoExpandReferences"/> 198 <Annotation Term="Redfish.URISegment" String="REQ-VCAT"/> 199 </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."/> 203 <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."/> 204 <Annotation Term="OData.AutoExpandReferences"/> 205 <Annotation Term="Redfish.URISegment" String="RSP-VCAT"/> 206 </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"/> 221 <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."/> 223 <Property Name="Oem" Type="FabricAdapter.v1_0_0.OemActions" Nullable="false"> 224 <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."/> 226 </Property> 227 </ComplexType> 228 229 <ComplexType Name="OemActions"> 230 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 231 <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."/> 233 </ComplexType> 234 235 <ComplexType Name="Links" BaseType="Resource.Links"> 236 <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."/> 238 <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."/> 241 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint that represent the logical fabric connections associated with this fabric adapter."/> 242 <Annotation Term="OData.AutoExpandReferences"/> 243 </NavigationProperty> 244 </ComplexType> 245 </Schema> 246 247 <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 253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_0_2"> 254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 255 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 256 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_0_1.FabricAdapter"/> 257 </Schema> 258 259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_1_0"> 260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 261 <Annotation Term="Redfish.Release" String="2021.2"/> 262 263 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_0_0.FabricAdapter"> 264 <Property Name="Location" Type="Resource.Location" Nullable="false"> 265 <Annotation Term="OData.Description" String="The location of the fabric adapter."/> 266 <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the fabric adapter."/> 267 </Property> 268 </EntityType> 269 </Schema> 270 271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_1_1"> 272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 273 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/> 274 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_1_0.FabricAdapter"/> 275 </Schema> 276 277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_1_2"> 278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 279 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 280 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_1_1.FabricAdapter"/> 281 </Schema> 282 283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_2_0"> 284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 285 <Annotation Term="Redfish.Release" String="2021.3"/> 286 287 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_1_0.FabricAdapter"/> 288 289 <ComplexType Name="Links" BaseType="FabricAdapter.v1_0_0.Links"> 290 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)"> 291 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 292 <Annotation Term="OData.Description" String="An array of links to the PCIe devices associated with this fabric adapter."/> 293 <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."/> 294 <Annotation Term="OData.AutoExpandReferences"/> 295 </NavigationProperty> 296 </ComplexType> 297 </Schema> 298 299 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_2_1"> 300 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 301 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/> 302 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_2_0.FabricAdapter"/> 303 </Schema> 304 305 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_2_2"> 306 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 307 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 308 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_2_1.FabricAdapter"/> 309 </Schema> 310 311 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_3_0"> 312 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 313 <Annotation Term="Redfish.Release" String="2022.1"/> 314 315 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_2_0.FabricAdapter"> 316 <Property Name="FabricType" Type="Protocol.Protocol" Nullable="false"> 317 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 318 <Annotation Term="OData.Description" String="The configured fabric type of this fabric adapter."/> 319 <Annotation Term="OData.LongDescription" String="This property shall contain the configured fabric type of this fabric adapter."/> 320 </Property> 321 <Property Name="FabricTypeCapabilities" Type="Collection(Protocol.Protocol)" Nullable="false"> 322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 323 <Annotation Term="OData.Description" String="An array of fabric types supported by this fabric adapter."/> 324 <Annotation Term="OData.LongDescription" String="This property shall contain an array of fabric types supported by this fabric adapter."/> 325 </Property> 326 </EntityType> 327 328 <ComplexType Name="Links" BaseType="FabricAdapter.v1_2_0.Links"> 329 <NavigationProperty Name="MemoryDomains" Type="Collection(MemoryDomain.MemoryDomain)"> 330 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 331 <Annotation Term="OData.Description" String="An array of links to the memory domains associated with this fabric adapter."/> 332 <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."/> 333 <Annotation Term="OData.AutoExpandReferences"/> 334 </NavigationProperty> 335 </ComplexType> 336 </Schema> 337 338 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_3_1"> 339 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 340 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/> 341 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_3_0.FabricAdapter"/> 342 </Schema> 343 344 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_3_2"> 345 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 346 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 347 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_3_1.FabricAdapter"/> 348 </Schema> 349 350 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_4_0"> 351 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 352 <Annotation Term="Redfish.Release" String="2022.2"/> 353 354 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_3_0.FabricAdapter"> 355 <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 356 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 357 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 358 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/> 359 </Property> 360 </EntityType> 361 </Schema> 362 363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_4_1"> 364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 365 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/> 366 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_4_0.FabricAdapter"/> 367 </Schema> 368 369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_4_2"> 370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 371 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 372 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_4_1.FabricAdapter"/> 373 </Schema> 374 375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_5_0"> 376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 377 <Annotation Term="Redfish.Release" String="2022.3"/> 378 379 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_4_0.FabricAdapter"/> 380 381 <ComplexType Name="Links" BaseType="FabricAdapter.v1_3_0.Links"> 382 <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)"> 383 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 384 <Annotation Term="OData.Description" String="An array of links to the processors that this fabric adapter provides to a fabric."/> 385 <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."/> 386 <Annotation Term="OData.AutoExpandReferences"/> 387 </NavigationProperty> 388 </ComplexType> 389 </Schema> 390 391 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_5_1"> 392 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 393 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to RequestorVCAT and ResponderVCAT."/> 394 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_5_0.FabricAdapter"/> 395 </Schema> 396 397 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FabricAdapter.v1_5_2"> 398 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 399 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 400 <EntityType Name="FabricAdapter" BaseType="FabricAdapter.v1_5_1.FabricAdapter"/> 401 </Schema> 402 403 </edmx:DataServices> 404</edmx:Edmx> 405