12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  NetworkInterface v1.2.2                                             -->
52bde4061SEd Tanous<!--#                                                                                      -->
62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
102bde4061SEd Tanous<!--################################################################################       -->
112bde4061SEd Tanous<!---->
122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
132bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
142bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
152bde4061SEd Tanous  </edmx:Reference>
162bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
172bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
182bde4061SEd Tanous  </edmx:Reference>
192bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
202bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
212bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
252bde4061SEd Tanous  </edmx:Reference>
262bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkAdapter_v1.xml">
272bde4061SEd Tanous    <edmx:Include Namespace="NetworkAdapter"/>
282bde4061SEd Tanous  </edmx:Reference>
292bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkPortCollection_v1.xml">
302bde4061SEd Tanous    <edmx:Include Namespace="NetworkPortCollection"/>
312bde4061SEd Tanous  </edmx:Reference>
322bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionCollection_v1.xml">
332bde4061SEd Tanous    <edmx:Include Namespace="NetworkDeviceFunctionCollection"/>
342bde4061SEd Tanous  </edmx:Reference>
352bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
362bde4061SEd Tanous    <edmx:Include Namespace="PortCollection"/>
372bde4061SEd Tanous  </edmx:Reference>
382bde4061SEd Tanous
392bde4061SEd Tanous  <edmx:DataServices>
402bde4061SEd Tanous
412bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface">
422bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
43*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
442bde4061SEd Tanous
452bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">
46*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `NetworkInterface` schema describes links to the network adapters, network ports, and network device functions, and represents the functionality available to the containing system."/>
472bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource contains links to the network adapters, network ports, and network device functions, and represents the functionality available to the containing system."/>
482bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
492bde4061SEd Tanous          <Record>
502bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
512bde4061SEd Tanous          </Record>
522bde4061SEd Tanous        </Annotation>
532bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
542bde4061SEd Tanous          <Record>
552bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
562bde4061SEd Tanous          </Record>
572bde4061SEd Tanous        </Annotation>
582bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
592bde4061SEd Tanous          <Record>
602bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
612bde4061SEd Tanous          </Record>
622bde4061SEd Tanous        </Annotation>
632bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
642bde4061SEd Tanous          <Collection>
652bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}</String>
662bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/NetworkInterfaces/{NetworkInterfaceId}</String>
672bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}</String>
682bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/NetworkInterfaces/{NetworkInterfaceId}</String>
692bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}</String>
702bde4061SEd Tanous          </Collection>
712bde4061SEd Tanous        </Annotation>
722bde4061SEd Tanous      </EntityType>
732bde4061SEd Tanous    </Schema>
742bde4061SEd Tanous
752bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_0">
762bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
772bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2016.3"/>
782bde4061SEd Tanous
792bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.NetworkInterface">
802bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
812bde4061SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
822bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
832bde4061SEd Tanous        </Property>
842bde4061SEd Tanous        <Property Name="Links" Type="NetworkInterface.v1_0_0.Links" Nullable="false">
852bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
862bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
872bde4061SEd Tanous        </Property>
882bde4061SEd Tanous        <NavigationProperty Name="NetworkPorts" Type="NetworkPortCollection.NetworkPortCollection" ContainsTarget="true" Nullable="false">
892bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
902bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the network ports associated with this network interface."/>
91*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `NetworkPortCollection`."/>
922bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
932bde4061SEd Tanous          <Annotation Term="Redfish.Revisions">
942bde4061SEd Tanous            <Collection>
952bde4061SEd Tanous              <Record>
962bde4061SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
972bde4061SEd Tanous                <PropertyValue Property="Version" String="v1_2_0"/>
98*f2a8e57eSGunnar Mills                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `Ports` property."/>
992bde4061SEd Tanous              </Record>
1002bde4061SEd Tanous            </Collection>
1012bde4061SEd Tanous          </Annotation>
1022bde4061SEd Tanous        </NavigationProperty>
1032bde4061SEd Tanous        <NavigationProperty Name="NetworkDeviceFunctions" Type="NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection" ContainsTarget="true" Nullable="false">
1042bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1052bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the network device functions associated with this network interface."/>
106*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `NetworkDeviceFunctionCollection`."/>
1072bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1082bde4061SEd Tanous        </NavigationProperty>
1092bde4061SEd Tanous      </EntityType>
1102bde4061SEd Tanous
1112bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
1122bde4061SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1132bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
1142bde4061SEd Tanous        <NavigationProperty Name="NetworkAdapter" Type="NetworkAdapter.NetworkAdapter" Nullable="false">
1152bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1162bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the network adapter that contains this network interface."/>
117*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `NetworkAdapter` that represents the physical container associated with this network interface."/>
1182bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1192bde4061SEd Tanous        </NavigationProperty>
1202bde4061SEd Tanous      </ComplexType>
1212bde4061SEd Tanous    </Schema>
1222bde4061SEd Tanous
1232bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_1">
1242bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1252bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1262bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_0.NetworkInterface"/>
1272bde4061SEd Tanous    </Schema>
1282bde4061SEd Tanous
1292bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_2">
1302bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1312bde4061SEd Tanous      <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."/>
1322bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_1.NetworkInterface"/>
1332bde4061SEd Tanous    </Schema>
1342bde4061SEd Tanous
1352bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_3">
1362bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1372bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1382bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_2.NetworkInterface"/>
1392bde4061SEd Tanous    </Schema>
1402bde4061SEd Tanous
1412bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_4">
1422bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1432bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1442bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_3.NetworkInterface"/>
1452bde4061SEd Tanous    </Schema>
1462bde4061SEd Tanous
1472bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_5">
1482bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1492bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1502bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_4.NetworkInterface"/>
1512bde4061SEd Tanous    </Schema>
1522bde4061SEd Tanous
1532bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_6">
1542bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1552bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1562bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_5.NetworkInterface"/>
1572bde4061SEd Tanous    </Schema>
1582bde4061SEd Tanous
159*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_7">
160*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
161*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
162*f2a8e57eSGunnar Mills      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_6.NetworkInterface"/>
163*f2a8e57eSGunnar Mills    </Schema>
164*f2a8e57eSGunnar Mills
1652bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_0">
1662bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1672bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
1682bde4061SEd Tanous
1692bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_1.NetworkInterface">
1702bde4061SEd Tanous        <Property Name="Actions" Type="NetworkInterface.v1_1_0.Actions" Nullable="false">
1712bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1722bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1732bde4061SEd Tanous        </Property>
1742bde4061SEd Tanous      </EntityType>
1752bde4061SEd Tanous
1762bde4061SEd Tanous      <ComplexType Name="Actions">
1772bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1782bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1792bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1802bde4061SEd Tanous        <Property Name="Oem" Type="NetworkInterface.v1_1_0.OemActions" Nullable="false">
1812bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1822bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1832bde4061SEd Tanous        </Property>
1842bde4061SEd Tanous      </ComplexType>
1852bde4061SEd Tanous
1862bde4061SEd Tanous      <ComplexType Name="OemActions">
1872bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1882bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1892bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1902bde4061SEd Tanous      </ComplexType>
1912bde4061SEd Tanous    </Schema>
1922bde4061SEd Tanous
1932bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_1">
1942bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1952bde4061SEd Tanous      <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."/>
1962bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_0.NetworkInterface"/>
1972bde4061SEd Tanous    </Schema>
1982bde4061SEd Tanous
1992bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_2">
2002bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2012bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
2022bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_1.NetworkInterface"/>
2032bde4061SEd Tanous    </Schema>
2042bde4061SEd Tanous
2052bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_3">
2062bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2072bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
2082bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_2.NetworkInterface"/>
2092bde4061SEd Tanous    </Schema>
2102bde4061SEd Tanous
2112bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_4">
2122bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2132bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2142bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_3.NetworkInterface"/>
2152bde4061SEd Tanous    </Schema>
2162bde4061SEd Tanous
2172bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_5">
2182bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2192bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2202bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_4.NetworkInterface"/>
2212bde4061SEd Tanous    </Schema>
2222bde4061SEd Tanous
223*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_6">
224*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
225*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
226*f2a8e57eSGunnar Mills      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_5.NetworkInterface"/>
227*f2a8e57eSGunnar Mills    </Schema>
228*f2a8e57eSGunnar Mills
2292bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_2_0">
2302bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2312bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
2322bde4061SEd Tanous
2332bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_4.NetworkInterface">
2342bde4061SEd Tanous        <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
2352bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2362bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the ports associated with this network interface."/>
237*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection`."/>
2382bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2392bde4061SEd Tanous        </NavigationProperty>
2402bde4061SEd Tanous      </EntityType>
2412bde4061SEd Tanous    </Schema>
2422bde4061SEd Tanous
2432bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_2_1">
2442bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2452bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2462bde4061SEd Tanous      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_2_0.NetworkInterface"/>
2472bde4061SEd Tanous    </Schema>
2482bde4061SEd Tanous
249*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_2_2">
250*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
251*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
252*f2a8e57eSGunnar Mills      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_2_1.NetworkInterface"/>
253*f2a8e57eSGunnar Mills    </Schema>
254*f2a8e57eSGunnar Mills
2552bde4061SEd Tanous  </edmx:DataServices>
2562bde4061SEd Tanous</edmx:Edmx>
257