Redfish: Update schema files to 2018.3

Redfish schema 2018.3 was released on January 11th, 2019.  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: I74c6fac08d21629ca976ff8694fce011b5247e34
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/static/redfish/v1/schema/NetworkAdapter_v1.xml b/static/redfish/v1/schema/NetworkAdapter_v1.xml
index 50ab323..21c433c 100644
--- a/static/redfish/v1/schema/NetworkAdapter_v1.xml
+++ b/static/redfish/v1/schema/NetworkAdapter_v1.xml
@@ -83,6 +83,7 @@
 

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

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

+      <Annotation Term="Redfish.Release" String="2016.3"/>

 

       <EntityType Name="NetworkAdapter" BaseType="NetworkAdapter.NetworkAdapter">

         <Annotation Term="OData.Description" String="A NetworkAdapter represents the physical network adapter capable of connecting to a computer network.  Examples include but are not limited to Ethernet, Fibre Channel, and converged network adapters."/>

@@ -306,6 +307,7 @@
 

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

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

+      <Annotation Term="Redfish.Release" String="2017.3"/>

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

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

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

@@ -331,6 +333,7 @@
 

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

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

+      <Annotation Term="Redfish.Release" String="2018.2"/>

       <EntityType Name="NetworkAdapter" BaseType="NetworkAdapter.v1_1_1.NetworkAdapter"/>

 

       <ComplexType Name="Controllers" BaseType="NetworkAdapter.v1_1_0.Controllers">