1*2bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2*2bde4061SEd Tanous<!---->
3*2bde4061SEd Tanous<!--################################################################################       -->
4*2bde4061SEd Tanous<!--# Redfish Schema:  VLanNetworkInterfaceCollection                                      -->
5*2bde4061SEd Tanous<!--#                                                                                      -->
6*2bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*2bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*2bde4061SEd Tanous<!--# Copyright 2014-2023 DMTF.                                                            -->
9*2bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*2bde4061SEd Tanous<!--################################################################################       -->
11*2bde4061SEd Tanous<!---->
12*2bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*2bde4061SEd Tanous
14*2bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15*2bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16*2bde4061SEd Tanous  </edmx:Reference>
17*2bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18*2bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19*2bde4061SEd Tanous  </edmx:Reference>
20*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21*2bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
22*2bde4061SEd Tanous  </edmx:Reference>
23*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24*2bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25*2bde4061SEd Tanous  </edmx:Reference>
26*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface_v1.xml">
27*2bde4061SEd Tanous    <edmx:Include Namespace="VLanNetworkInterface"/>
28*2bde4061SEd Tanous  </edmx:Reference>
29*2bde4061SEd Tanous
30*2bde4061SEd Tanous  <edmx:DataServices>
31*2bde4061SEd Tanous
32*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="VLanNetworkInterfaceCollection">
33*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
34*2bde4061SEd Tanous
35*2bde4061SEd Tanous      <EntityType Name="VLanNetworkInterfaceCollection" BaseType="Resource.v1_0_0.ResourceCollection">
36*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The collection of VLanNetworkInterface resource instances."/>
37*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent a resource collection of VLanNetworkInterface instances for a Redfish implementation."/>
38*2bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
39*2bde4061SEd Tanous          <Record>
40*2bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="true"/>
41*2bde4061SEd Tanous            <Annotation Term="OData.Description" String="In some implementations, VLAN network interfaces can be added through a POST to the VLAN network interface collection.  In other implementations, the collection can be pre-populated with a fixed number of available VLANs."/>
42*2bde4061SEd Tanous          </Record>
43*2bde4061SEd Tanous        </Annotation>
44*2bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
45*2bde4061SEd Tanous          <Record>
46*2bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
47*2bde4061SEd Tanous          </Record>
48*2bde4061SEd Tanous        </Annotation>
49*2bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
50*2bde4061SEd Tanous          <Record>
51*2bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
52*2bde4061SEd Tanous          </Record>
53*2bde4061SEd Tanous        </Annotation>
54*2bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
55*2bde4061SEd Tanous          <Collection>
56*2bde4061SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/NetworkDeviceFunctions/{NetworkDeviceFunctionId}/Ethernet/VLANs</String>
57*2bde4061SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
58*2bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
59*2bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
60*2bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
61*2bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
62*2bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
63*2bde4061SEd Tanous          </Collection>
64*2bde4061SEd Tanous        </Annotation>
65*2bde4061SEd Tanous        <Annotation Term="Redfish.DeprecatedUris">
66*2bde4061SEd Tanous          <Collection>
67*2bde4061SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/NetworkDeviceFunctions/{NetworkDeviceFunctionId}/Ethernet/VLANs</String>
68*2bde4061SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
69*2bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
70*2bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
71*2bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
72*2bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
73*2bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/EthernetInterfaces/{EthernetInterfaceId}/VLANs</String>
74*2bde4061SEd Tanous          </Collection>
75*2bde4061SEd Tanous        </Annotation>
76*2bde4061SEd Tanous        <NavigationProperty Name="Members" Type="Collection(VLanNetworkInterface.VLanNetworkInterface)">
77*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
78*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The members of this collection."/>
79*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the members of this collection."/>
80*2bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
81*2bde4061SEd Tanous          <Annotation Term="Redfish.Required"/>
82*2bde4061SEd Tanous        </NavigationProperty>
83*2bde4061SEd Tanous      </EntityType>
84*2bde4061SEd Tanous    </Schema>
85*2bde4061SEd Tanous
86*2bde4061SEd Tanous  </edmx:DataServices>
87*2bde4061SEd Tanous</edmx:Edmx>
88