Update Redfish Schema to 2018.1

Change-Id: I4e5d5d49b4524c8a4d73ae0117fcf7e9aedfbb79
diff --git a/static/redfish/v1/schema/VLanNetworkInterface_v1.xml b/static/redfish/v1/schema/VLanNetworkInterface_v1.xml
old mode 100755
new mode 100644
index 1ff1534..8224642
--- a/static/redfish/v1/schema/VLanNetworkInterface_v1.xml
+++ b/static/redfish/v1/schema/VLanNetworkInterface_v1.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <!---->

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

-<!--# Redfish Schema:  VLanNetworkInterface  v1.0.3  -->

+<!--# Redfish Schema:  VLanNetworkInterface  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-2016 Distributed Management Task Force, Inc. (DMTF).                  -->

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

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

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

 <!---->

@@ -28,6 +28,7 @@
   <edmx:DataServices>

 

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

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

 

       <EntityType Name="VLanNetworkInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">

         <Annotation Term="OData.Description" String="This resource contains information for a Virtual LAN (VLAN) network instance available on a manager, system or other device."/>

@@ -50,11 +51,20 @@
         </Annotation>

       </EntityType>

 

+      <ComplexType Name="VLAN" Abstract="true">

+        <Annotation Term="OData.AdditionalProperties" Bool="false"/>

+        <Annotation Term="OData.Description" String="This type describes the attributes of a Virtual LAN."/>

+        <Annotation Term="OData.LongDescription" String="This type shall contain any attributes of a Virtual LAN."/>

+      </ComplexType>

+

     </Schema>

 

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

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

 

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

+        <Annotation Term="OData.Description" String="This resource describes the attributes of a Virtual LAN."/>

+        <Annotation Term="OData.LongDescription" String="This resource shall contain any attributes of a Virtual LAN."/>

         <Property Name="VLANEnable" Type="Edm.Boolean">

           <Annotation Term="Redfish.RequiredOnCreate"/>

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

@@ -69,8 +79,7 @@
         </Property>

       </EntityType>

 

-      <ComplexType Name="VLAN">

-        <Annotation Term="OData.AdditionalProperties" Bool="false"/>

+      <ComplexType Name="VLAN" BaseType="VLanNetworkInterface.VLAN">

         <Property Name="VLANEnable" Type="Edm.Boolean">

           <Annotation Term="Redfish.RequiredOnCreate"/>

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

@@ -93,19 +102,63 @@
     </Schema>

 

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

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

       <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>

       <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_0.VLanNetworkInterface"/>

     </Schema>

 

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

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

       <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>

       <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_1.VLanNetworkInterface"/>

     </Schema>

 

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

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

       <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>

       <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_2.VLanNetworkInterface"/>

     </Schema>

 

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

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

+      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>

+      <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_3.VLanNetworkInterface"/>

+    </Schema>

+

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

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

+      <Annotation Term="OData.Description" String="This version was created to add an abstract base type for VLAN."/>

+      <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_4.VLanNetworkInterface"/>

+    </Schema>

+

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

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

+      <EntityType Name="VLanNetworkInterface" BaseType="VLanNetworkInterface.v1_0_4.VLanNetworkInterface">

+        <Property Name="Actions" Type="VLanNetworkInterface.v1_1_0.Actions" Nullable="false">

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

+          <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>

+        </Property>

+      </EntityType>

+

+      <ComplexType Name="Actions">

+        <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="VLanNetworkInterface.v1_1_0.OemActions" Nullable="false"/>

+      </ComplexType>

+

+      <ComplexType Name="OemActions">

+        <Annotation Term="OData.AdditionalProperties" Bool="true"/>

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

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

+      </ComplexType>

+    </Schema>

+

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

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

+      <Annotation Term="OData.Description" String="This version was created to add an abstract base type for VLAN."/>

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

+    </Schema>

+

   </edmx:DataServices>

 </edmx:Edmx>