Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <!---->
|
| 3 | <!--################################################################################ -->
|
| 4 | <!--# Redfish Schema: PCIeFunction v1.2.0-->
|
| 5 | <!--# -->
|
| 6 | <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
|
| 7 | <!--# available at http://www.dmtf.org/standards/redfish -->
|
| 8 | <!--# Copyright 2014-2018 Distributed Management Task Force, Inc. (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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
|
| 18 | <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
|
| 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/EthernetInterface_v1.xml">
|
| 28 | <edmx:Include Namespace="EthernetInterface"/>
|
| 29 | </edmx:Reference>
|
| 30 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
|
| 31 | <edmx:Include Namespace="PCIeDevice"/>
|
| 32 | </edmx:Reference>
|
| 33 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml">
|
| 34 | <edmx:Include Namespace="Drive"/>
|
| 35 | </edmx:Reference>
|
| 36 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
|
| 37 | <edmx:Include Namespace="Storage"/>
|
| 38 | </edmx:Reference>
|
| 39 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
|
| 40 | <edmx:Include Namespace="NetworkDeviceFunction"/>
|
| 41 | </edmx:Reference>
|
| 42 |
|
| 43 | <edmx:DataServices>
|
| 44 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction">
|
| 45 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 46 |
|
| 47 | <EntityType Name="PCIeFunction" BaseType="Resource.v1_0_0.Resource" Abstract="true">
|
| 48 | <Annotation Term="OData.Description" String="This is the schema definition for the PCIeFunction resource. It represents the properties of a PCIeFunction attached to a System."/>
|
| 49 | <Annotation Term="OData.AdditionalProperties" Bool="false"/>
|
| 50 | </EntityType>
|
| 51 |
|
| 52 | </Schema>
|
| 53 |
|
| 54 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_0_0">
|
| 55 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 56 | <EntityType Name="PCIeFunction" BaseType="PCIeFunction.PCIeFunction">
|
| 57 | <Annotation Term="OData.Description" String="This is the schema definition for the PCIeFunction resource. It represents the properties of a PCIeFunction attached to a System."/>
|
| 58 | <Annotation Term="OData.AdditionalProperties" Bool="false"/>
|
| 59 |
|
| 60 | <Property Name="FunctionId" Type="Edm.Int64">
|
| 61 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 62 | <Annotation Term="OData.Description" String="The the PCIe Function identifier."/>
|
| 63 | <Annotation Term="OData.LongDescription" String="The value of this property shall the PCIe device function number within a given PCIe device."/>
|
| 64 | </Property>
|
| 65 | <Property Name="FunctionType" Type="PCIeFunction.v1_0_0.FunctionType" Nullable="false">
|
| 66 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 67 | <Annotation Term="OData.Description" String="The type of the PCIe Function."/>
|
| 68 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the function type of the PCIe device function such as Physical or Virtual."/>
|
| 69 | </Property>
|
| 70 | <Property Name="DeviceClass" Type="PCIeFunction.v1_0_0.DeviceClass" Nullable="false">
|
| 71 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 72 | <Annotation Term="OData.Description" String="The class for this PCIe Function."/>
|
| 73 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the device class of the PCIe device function such as Storage, Network, Memory etc."/>
|
| 74 | </Property>
|
| 75 | <Property Name="DeviceId" Type="Edm.String">
|
| 76 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 77 | <Annotation Term="OData.Description" String="The Device ID of this PCIe function."/>
|
| 78 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Device ID of the PCIe device function."/>
|
| 79 | <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
|
| 80 | </Property>
|
| 81 | <Property Name="VendorId" Type="Edm.String">
|
| 82 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 83 | <Annotation Term="OData.Description" String="The Vendor ID of this PCIe function."/>
|
| 84 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Vendor ID of the PCIe device function."/>
|
| 85 | <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
|
| 86 | </Property>
|
| 87 | <Property Name="ClassCode" Type="Edm.String">
|
| 88 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 89 | <Annotation Term="OData.Description" String="The Class Code of this PCIe function."/>
|
| 90 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Class Code of the PCIe device function."/>
|
| 91 | <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){3}$"/>
|
| 92 | </Property>
|
| 93 | <Property Name="RevisionId" Type="Edm.String">
|
| 94 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 95 | <Annotation Term="OData.Description" String="The Revision ID of this PCIe function."/>
|
| 96 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Revision ID of the PCIe device function."/>
|
| 97 | <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){1}$"/>
|
| 98 | </Property>
|
| 99 | <Property Name="SubsystemId" Type="Edm.String">
|
| 100 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 101 | <Annotation Term="OData.Description" String="The Subsystem ID of this PCIe function."/>
|
| 102 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Subsystem ID of the PCIe device function."/>
|
| 103 | <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
|
| 104 | </Property>
|
| 105 | <Property Name="SubsystemVendorId" Type="Edm.String">
|
| 106 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 107 | <Annotation Term="OData.Description" String="The Subsystem Vendor ID of this PCIe function."/>
|
| 108 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Subsystem Vendor ID of the PCIe device function."/>
|
| 109 | <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
|
| 110 | </Property>
|
| 111 |
|
| 112 | <Property Name="Status" Type="Resource.Status"/>
|
| 113 |
|
| 114 | <Property Name="Links" Type="PCIeFunction.v1_0_0.Links" Nullable="false">
|
| 115 | <Annotation Term="OData.Description" String="The links object contains the links to other resources that are related to this resource."/>
|
| 116 | </Property>
|
| 117 | </EntityType>
|
| 118 |
|
| 119 | <ComplexType Name="Links" BaseType="Resource.Links">
|
| 120 | <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
|
| 121 | <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
|
| 122 | <NavigationProperty Name="EthernetInterfaces" Type="Collection(EthernetInterface.EthernetInterface)">
|
| 123 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 124 | <Annotation Term="OData.Description" String="An array of references to the ethernet interfaces which the PCIe device produces."/>
|
| 125 | <Annotation Term="OData.LongDescription" String="The value of this property shall reference a resource of type EthernetInterface that represents the network interfaces associated with this resource."/>
|
| 126 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 127 | </NavigationProperty>
|
| 128 | <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)">
|
| 129 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 130 | <Annotation Term="OData.Description" String="An array of references to the drives which the PCIe device produces."/>
|
| 131 | <Annotation Term="OData.LongDescription" String="The value of this property shall reference a resource of type Drive that represents the storage drives associated with this resource."/>
|
| 132 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 133 | </NavigationProperty>
|
| 134 | <NavigationProperty Name="StorageControllers" Type="Collection(Storage.StorageController)">
|
| 135 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 136 | <Annotation Term="OData.Description" String="An array of references to the storage controllers which the PCIe device produces."/>
|
| 137 | <Annotation Term="OData.LongDescription" String="The value of this property shall reference a resource of type StorageController that represents the storage controllers associated with this resource."/>
|
| 138 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 139 | </NavigationProperty>
|
| 140 | <NavigationProperty Name="PCIeDevice" Type="PCIeDevice.PCIeDevice">
|
| 141 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 142 | <Annotation Term="OData.Description" String="A reference to the PCIeDevice on which this function resides."/>
|
| 143 | <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to the resource that this function is a part of and shall reference a resource of type PCIeDevice."/>
|
| 144 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 145 | </NavigationProperty>
|
| 146 | </ComplexType>
|
| 147 |
|
| 148 | <EnumType Name="DeviceClass">
|
| 149 | <Member Name="UnclassifiedDevice">
|
| 150 | <Annotation Term="OData.Description" String="An unclassified device."/>
|
| 151 | </Member>
|
| 152 | <Member Name="MassStorageController">
|
| 153 | <Annotation Term="OData.Description" String="A mass storage controller."/>
|
| 154 | </Member>
|
| 155 | <Member Name="NetworkController">
|
| 156 | <Annotation Term="OData.Description" String="A network controller."/>
|
| 157 | </Member>
|
| 158 | <Member Name="DisplayController">
|
| 159 | <Annotation Term="OData.Description" String="A display controller."/>
|
| 160 | </Member>
|
| 161 | <Member Name="MultimediaController">
|
| 162 | <Annotation Term="OData.Description" String="A multimedia controller."/>
|
| 163 | </Member>
|
| 164 | <Member Name="MemoryController">
|
| 165 | <Annotation Term="OData.Description" String="A memory controller."/>
|
| 166 | </Member>
|
| 167 | <Member Name="Bridge">
|
| 168 | <Annotation Term="OData.Description" String="A bridge."/>
|
| 169 | </Member>
|
| 170 | <Member Name="CommunicationController">
|
| 171 | <Annotation Term="OData.Description" String="A communication controller."/>
|
| 172 | </Member>
|
| 173 | <Member Name="GenericSystemPeripheral">
|
| 174 | <Annotation Term="OData.Description" String="A generic system peripheral."/>
|
| 175 | </Member>
|
| 176 | <Member Name="InputDeviceController">
|
| 177 | <Annotation Term="OData.Description" String="An input device controller."/>
|
| 178 | </Member>
|
| 179 | <Member Name="DockingStation">
|
| 180 | <Annotation Term="OData.Description" String="A docking station."/>
|
| 181 | </Member>
|
| 182 | <Member Name="Processor">
|
| 183 | <Annotation Term="OData.Description" String="A processor."/>
|
| 184 | </Member>
|
| 185 | <Member Name="SerialBusController">
|
| 186 | <Annotation Term="OData.Description" String="A serial bus controller."/>
|
| 187 | </Member>
|
| 188 | <Member Name="WirelessController">
|
| 189 | <Annotation Term="OData.Description" String="A wireless controller."/>
|
| 190 | </Member>
|
| 191 | <Member Name="IntelligentController">
|
| 192 | <Annotation Term="OData.Description" String="An intelligent controller."/>
|
| 193 | </Member>
|
| 194 | <Member Name="SatelliteCommunicationsController">
|
| 195 | <Annotation Term="OData.Description" String="A satellite communications controller."/>
|
| 196 | </Member>
|
| 197 | <Member Name="EncryptionController">
|
| 198 | <Annotation Term="OData.Description" String="An encryption controller."/>
|
| 199 | </Member>
|
| 200 | <Member Name="SignalProcessingController">
|
| 201 | <Annotation Term="OData.Description" String="A signal processing controller."/>
|
| 202 | </Member>
|
| 203 | <Member Name="ProcessingAccelerators">
|
| 204 | <Annotation Term="OData.Description" String="A processing accelerators."/>
|
| 205 | </Member>
|
| 206 | <Member Name="NonEssentialInstrumentation">
|
| 207 | <Annotation Term="OData.Description" String="A non-essential instrumentation."/>
|
| 208 | </Member>
|
| 209 | <Member Name="Coprocessor">
|
| 210 | <Annotation Term="OData.Description" String="A coprocessor."/>
|
| 211 | </Member>
|
| 212 | <Member Name="UnassignedClass">
|
| 213 | <Annotation Term="OData.Description" String="An unassigned class."/>
|
| 214 | </Member>
|
| 215 | <Member Name="Other">
|
| 216 | <Annotation Term="OData.Description" String="A other class. The function Device Class Id needs to be verified."/>
|
| 217 | </Member>
|
| 218 | </EnumType>
|
| 219 |
|
| 220 | <EnumType Name="FunctionType">
|
| 221 | <Member Name="Physical">
|
| 222 | <Annotation Term="OData.Description" String="A physical PCie function."/>
|
| 223 | </Member>
|
| 224 | <Member Name="Virtual">
|
| 225 | <Annotation Term="OData.Description" String="A virtual PCIe function."/>
|
| 226 | </Member>
|
| 227 | </EnumType>
|
| 228 |
|
| 229 | </Schema>
|
| 230 |
|
| 231 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_0_1">
|
| 232 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 233 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
|
| 234 | <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_0_0.PCIeFunction"/>
|
| 235 | </Schema>
|
| 236 |
|
| 237 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_0_2">
|
| 238 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 239 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
|
| 240 | <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_0_1.PCIeFunction"/>
|
| 241 | </Schema>
|
| 242 |
|
| 243 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_0_3">
|
| 244 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 245 | <Annotation Term="OData.Description" String="This version was created to change references to StorageController to be its abstract base type."/>
|
| 246 | <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_0_2.PCIeFunction"/>
|
| 247 | </Schema>
|
| 248 |
|
| 249 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_1_0">
|
| 250 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 251 | <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_0_2.PCIeFunction">
|
| 252 | <Property Name="Actions" Type="PCIeFunction.v1_1_0.Actions" Nullable="false">
|
| 253 | <Annotation Term="OData.Description" String="The available actions for this resource."/>
|
| 254 | <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
|
| 255 | </Property>
|
| 256 | </EntityType>
|
| 257 |
|
| 258 | <ComplexType Name="Actions">
|
| 259 | <Annotation Term="OData.AdditionalProperties" Bool="false"/>
|
| 260 | <Annotation Term="OData.Description" String="The available actions for this resource."/>
|
| 261 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
|
| 262 | <Property Name="Oem" Type="PCIeFunction.v1_1_0.OemActions" Nullable="false"/>
|
| 263 | </ComplexType>
|
| 264 |
|
| 265 | <ComplexType Name="OemActions">
|
| 266 | <Annotation Term="OData.AdditionalProperties" Bool="true"/>
|
| 267 | <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
|
| 268 | <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
|
| 269 | </ComplexType>
|
| 270 | </Schema>
|
| 271 |
|
| 272 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_1_1">
|
| 273 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 274 | <Annotation Term="OData.Description" String="This version was created to change references to StorageController to be its abstract base type."/>
|
| 275 | <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_1_0.PCIeFunction"/>
|
| 276 | </Schema>
|
| 277 |
|
| 278 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_2_0">
|
| 279 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 280 | <Annotation Term="OData.Description" String="This version was created to add NetworkDeviceFunctions to the Links section."/>
|
| 281 | <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_1_1.PCIeFunction"/>
|
| 282 | <ComplexType Name="Links" BaseType="PCIeFunction.v1_0_0.Links">
|
| 283 | <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
|
| 284 | <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
|
| 285 | <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
|
| 286 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 287 | <Annotation Term="OData.Description" String="An array of references to the Network Device Functions which the PCIe device produces."/>
|
| 288 | <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references to resources of type NetworkDeviceFunction that represents the network device functions associated with this resource."/>
|
| 289 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 290 | </NavigationProperty>
|
| 291 | </ComplexType>
|
| 292 | </Schema>
|
| 293 |
|
| 294 | </edmx:DataServices>
|
| 295 | </edmx:Edmx>
|