Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <!---->
|
| 3 | <!--################################################################################ -->
|
| 4 | <!--# Redfish Schema: NetworkInterface v1.0.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-2016 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 | <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>
|
| 23 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkAdapter_v1.xml">
|
| 24 | <edmx:Include Namespace="NetworkAdapter"/>
|
| 25 | </edmx:Reference>
|
| 26 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkPortCollection_v1.xml">
|
| 27 | <edmx:Include Namespace="NetworkPortCollection"/>
|
| 28 | </edmx:Reference>
|
| 29 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionCollection_v1.xml">
|
| 30 | <edmx:Include Namespace="NetworkDeviceFunctionCollection"/>
|
| 31 | </edmx:Reference>
|
| 32 |
|
| 33 | <edmx:DataServices>
|
| 34 |
|
| 35 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface">
|
| 36 |
|
| 37 | <EntityType Name="NetworkInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">
|
| 38 | <Annotation Term="OData.Description" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>
|
| 39 | <Annotation Term="OData.LongDescription" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>
|
| 40 | <Annotation Term="Capabilities.InsertRestrictions">
|
| 41 | <Record>
|
| 42 | <PropertyValue Property="Insertable" Bool="false"/>
|
| 43 | </Record>
|
| 44 | </Annotation>
|
| 45 | <Annotation Term="Capabilities.UpdateRestrictions">
|
| 46 | <Record>
|
| 47 | <PropertyValue Property="Updatable" Bool="false"/>
|
| 48 | </Record>
|
| 49 | </Annotation>
|
| 50 | <Annotation Term="Capabilities.DeleteRestrictions">
|
| 51 | <Record>
|
| 52 | <PropertyValue Property="Deletable" Bool="false"/>
|
| 53 | </Record>
|
| 54 | </Annotation>
|
| 55 | </EntityType>
|
| 56 |
|
| 57 | </Schema>
|
| 58 |
|
| 59 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_0">
|
| 60 |
|
| 61 | <EntityType Name="NetworkInterface" BaseType="NetworkInterface.NetworkInterface">
|
| 62 | <Annotation Term="OData.Description" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>
|
| 63 | <Annotation Term="OData.LongDescription" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>
|
| 64 | <Property Name="Status" Type="Resource.Status"/>
|
| 65 | <Property Name="Links" Type="NetworkInterface.v1_0_0.Links" Nullable="false">
|
| 66 | <Annotation Term="OData.Description" String="Links."/>
|
| 67 | <Annotation Term="OData.LongDescription" String="Links for this controller."/>
|
| 68 | </Property>
|
| 69 | <NavigationProperty Name="NetworkPorts" Type="NetworkPortCollection.NetworkPortCollection" Nullable="false">
|
| 70 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 71 | <Annotation Term="OData.Description" String="Contains the members of this collection."/>
|
| 72 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 73 | </NavigationProperty>
|
| 74 | <NavigationProperty Name="NetworkDeviceFunctions" Type="NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection" Nullable="false">
|
| 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>
|
| 79 | </EntityType>
|
| 80 |
|
| 81 | <ComplexType Name="Links" BaseType="Resource.Links">
|
| 82 | <NavigationProperty Name="NetworkAdapter" Type="NetworkAdapter.NetworkAdapter" Nullable="false">
|
| 83 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
|
| 84 | <Annotation Term="OData.Description" String="Contains the members of this collection."/>
|
| 85 | <Annotation Term="OData.AutoExpandReferences"/>
|
| 86 | </NavigationProperty>
|
| 87 | </ComplexType>
|
| 88 |
|
| 89 | </Schema>
|
| 90 |
|
| 91 | </edmx:DataServices>
|
| 92 | </edmx:Edmx>
|