Update schema files to 2018.2

Redfish schema 2018.2 was released on September 20th, 2018.  While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date with the latest static data.

This commit was largely done automatically using the update_schemas.py
script.

Change-Id: Ieaa9f1ab2a47244ef201cfe9a064744d7d156745
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/static/redfish/v1/schema/NetworkInterface_v1.xml b/static/redfish/v1/schema/NetworkInterface_v1.xml
index 16a2dd1..d2e36b4 100644
--- a/static/redfish/v1/schema/NetworkInterface_v1.xml
+++ b/static/redfish/v1/schema/NetworkInterface_v1.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <!---->

 <!--################################################################################       -->

-<!--# Redfish Schema:  NetworkInterface  v1.1.0-->

+<!--# Redfish Schema:  NetworkInterface  v1.1.1-->

 <!--#                                                                                      -->

 <!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->

 <!--# available at http://www.dmtf.org/standards/redfish                                   -->

-<!--# Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF).                  -->

+<!--# Copyright 2014-2018 DMTF.                                                            -->

 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->

 <!--################################################################################       -->

 <!---->

@@ -56,6 +56,13 @@
             <PropertyValue Property="Deletable" Bool="false"/>

           </Record>

         </Annotation>

+        <Annotation Term="Redfish.Uris">

+          <Collection>

+            <String>/redfish/v1/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}</String>

+            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/NetworkInterfaces/{NetworkInterfaceId}</String>

+            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}</String>

+          </Collection>

+        </Annotation>

       </EntityType>

 

     </Schema>

@@ -66,19 +73,24 @@
       <EntityType Name="NetworkInterface" BaseType="NetworkInterface.NetworkInterface">

         <Annotation Term="OData.Description" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>

         <Annotation Term="OData.LongDescription" String="A NetworkInterface contains references linking NetworkAdapter, NetworkPort, and NetworkDeviceFunction resources and represents the functionality available to the containing system."/>

-        <Property Name="Status" Type="Resource.Status"/>

+        <Property Name="Status" Type="Resource.Status" Nullable="false">

+          <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/>

+          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>

+        </Property>

         <Property Name="Links" Type="NetworkInterface.v1_0_0.Links" Nullable="false">

           <Annotation Term="OData.Description" String="Links."/>

           <Annotation Term="OData.LongDescription" String="Links for this controller."/>

         </Property>

         <NavigationProperty Name="NetworkPorts" Type="NetworkPortCollection.NetworkPortCollection" ContainsTarget="true" Nullable="false">

           <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>

-          <Annotation Term="OData.Description" String="Contains the members of this collection."/>

+          <Annotation Term="OData.Description" String="A reference to the collection of NetworkPorts associated with this NetworkInterface."/>

+          <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type NetworkPortCollection."/>

           <Annotation Term="OData.AutoExpandReferences"/>

         </NavigationProperty>

         <NavigationProperty Name="NetworkDeviceFunctions" Type="NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection" ContainsTarget="true" Nullable="false">

           <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>

-          <Annotation Term="OData.Description" String="Contains the members of this collection."/>

+          <Annotation Term="OData.Description" String="A reference to the collection of NetworkDeviceFunctions associated with this NetworkInterface."/>

+          <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type NetworkDeviceFunctionCollection."/>

           <Annotation Term="OData.AutoExpandReferences"/>

         </NavigationProperty>

       </EntityType>

@@ -88,7 +100,8 @@
         <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."/>

         <NavigationProperty Name="NetworkAdapter" Type="NetworkAdapter.NetworkAdapter" Nullable="false">

           <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>

-          <Annotation Term="OData.Description" String="Contains the members of this collection."/>

+          <Annotation Term="OData.Description" String="A reference to the NetworkAdapter which contains this NetworkInterface."/>

+          <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to a resource of type NetworkAdapter that represents the physical container associated with this NetworkInterface."/>

           <Annotation Term="OData.AutoExpandReferences"/>

         </NavigationProperty>

       </ComplexType>

@@ -101,6 +114,12 @@
       <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_0.NetworkInterface"/>

     </Schema>

 

+    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_2">

+      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>

+      <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."/>

+      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_1.NetworkInterface"/>

+    </Schema>

+

     <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_0">

       <Annotation Term="Redfish.OwningEntity" String="DMTF"/>

       <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_1.NetworkInterface">

@@ -114,7 +133,10 @@
         <Annotation Term="OData.AdditionalProperties" Bool="false"/>

         <Annotation Term="OData.Description" String="The available actions for this resource."/>

         <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>

-        <Property Name="Oem" Type="NetworkInterface.v1_1_0.OemActions" Nullable="false"/>

+        <Property Name="Oem" Type="NetworkInterface.v1_1_0.OemActions" Nullable="false">

+          <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>

+          <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>

+        </Property>

       </ComplexType>

 

       <ComplexType Name="OemActions">

@@ -124,5 +146,11 @@
       </ComplexType>

     </Schema>

 

+    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_1">

+      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>

+      <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."/>

+      <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_0.NetworkInterface"/>

+    </Schema>

+

   </edmx:DataServices>

 </edmx:Edmx>