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