Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <!---->
|
| 3 | <!--################################################################################ -->
|
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 4 | <!--# Redfish Schema: NetworkInterface v1.1.0-->
|
Ed Tanous | 710adfc | 2017-10-24 17:04:52 -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 -->
|
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 8 | <!--# Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). -->
|
Ed Tanous | 710adfc | 2017-10-24 17:04:52 -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 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
|
| 14 | <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
|
| 15 | </edmx:Reference>
|
| 16 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
|
| 17 | <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
|
| 18 | </edmx:Reference>
|
| 19 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
|
| 20 | <edmx:Include Namespace="Resource"/>
|
| 21 | <edmx:Include Namespace="Resource.v1_0_0"/>
|
| 22 | </edmx:Reference>
|
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 23 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
|
| 24 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
|
| 25 | </edmx:Reference>
|
Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame] | 26 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkAdapter_v1.xml">
|
| 27 | <edmx:Include Namespace="NetworkAdapter"/>
|
| 28 | </edmx:Reference>
|
| 29 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkPortCollection_v1.xml">
|
| 30 | <edmx:Include Namespace="NetworkPortCollection"/>
|
| 31 | </edmx:Reference>
|
| 32 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionCollection_v1.xml">
|
| 33 | <edmx:Include Namespace="NetworkDeviceFunctionCollection"/>
|
| 34 | </edmx:Reference>
|
| 35 |
|
| 36 | <edmx:DataServices>
|
| 37 |
|
| 38 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface">
|
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 39 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame] | 40 |
|
| 41 | <EntityType Name="NetworkInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">
|
| 42 | <Annotation Term="OData.Description" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>
|
| 43 | <Annotation Term="OData.LongDescription" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>
|
| 44 | <Annotation Term="Capabilities.InsertRestrictions">
|
| 45 | <Record>
|
| 46 | <PropertyValue Property="Insertable" Bool="false"/>
|
| 47 | </Record>
|
| 48 | </Annotation>
|
| 49 | <Annotation Term="Capabilities.UpdateRestrictions">
|
| 50 | <Record>
|
| 51 | <PropertyValue Property="Updatable" Bool="false"/>
|
| 52 | </Record>
|
| 53 | </Annotation>
|
| 54 | <Annotation Term="Capabilities.DeleteRestrictions">
|
| 55 | <Record>
|
| 56 | <PropertyValue Property="Deletable" Bool="false"/>
|
| 57 | </Record>
|
| 58 | </Annotation>
|
| 59 | </EntityType>
|
| 60 |
|
| 61 | </Schema>
|
| 62 |
|
| 63 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_0">
|
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 64 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame] | 65 |
|
| 66 | <EntityType Name="NetworkInterface" BaseType="NetworkInterface.NetworkInterface">
|
| 67 | <Annotation Term="OData.Description" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>
|
| 68 | <Annotation Term="OData.LongDescription" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>
|
| 69 | <Property Name="Status" Type="Resource.Status"/>
|
| 70 | <Property Name="Links" Type="NetworkInterface.v1_0_0.Links" Nullable="false">
|
| 71 | <Annotation Term="OData.Description" String="Links."/>
|
| 72 | <Annotation Term="OData.LongDescription" String="Links for this controller."/>
|
| 73 | </Property>
|
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 74 | <NavigationProperty Name="NetworkPorts" Type="NetworkPortCollection.NetworkPortCollection" ContainsTarget="true" Nullable="false">
|
Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame] | 75 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 76 | <Annotation Term="OData.Description" String="Contains the members of this collection."/>
|
| 77 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 78 | </NavigationProperty>
|
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 79 | <NavigationProperty Name="NetworkDeviceFunctions" Type="NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection" ContainsTarget="true" Nullable="false">
|
Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame] | 80 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 81 | <Annotation Term="OData.Description" String="Contains the members of this collection."/>
|
| 82 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 83 | </NavigationProperty>
|
| 84 | </EntityType>
|
| 85 |
|
| 86 | <ComplexType Name="Links" BaseType="Resource.Links">
|
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 87 | <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
|
| 88 | <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."/>
|
Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame] | 89 | <NavigationProperty Name="NetworkAdapter" Type="NetworkAdapter.NetworkAdapter" Nullable="false">
|
| 90 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 91 | <Annotation Term="OData.Description" String="Contains the members of this collection."/>
|
| 92 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 93 | </NavigationProperty>
|
| 94 | </ComplexType>
|
| 95 |
|
| 96 | </Schema>
|
| 97 |
|
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 98 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_1">
|
| 99 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 100 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
|
| 101 | <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_0.NetworkInterface"/>
|
| 102 | </Schema>
|
| 103 |
|
| 104 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_0">
|
| 105 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
|
| 106 | <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_1.NetworkInterface">
|
| 107 | <Property Name="Actions" Type="NetworkInterface.v1_1_0.Actions" Nullable="false">
|
| 108 | <Annotation Term="OData.Description" String="The available actions for this resource."/>
|
| 109 | <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
|
| 110 | </Property>
|
| 111 | </EntityType>
|
| 112 |
|
| 113 | <ComplexType Name="Actions">
|
| 114 | <Annotation Term="OData.AdditionalProperties" Bool="false"/>
|
| 115 | <Annotation Term="OData.Description" String="The available actions for this resource."/>
|
| 116 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
|
| 117 | <Property Name="Oem" Type="NetworkInterface.v1_1_0.OemActions" Nullable="false"/>
|
| 118 | </ComplexType>
|
| 119 |
|
| 120 | <ComplexType Name="OemActions">
|
| 121 | <Annotation Term="OData.AdditionalProperties" Bool="true"/>
|
| 122 | <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
|
| 123 | <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
|
| 124 | </ComplexType>
|
| 125 | </Schema>
|
| 126 |
|
Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame] | 127 | </edmx:DataServices>
|
| 128 | </edmx:Edmx>
|