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/PrivilegeRegistry_v1.xml b/static/redfish/v1/schema/PrivilegeRegistry_v1.xml
index cd57421..3cfe3ed 100644
--- a/static/redfish/v1/schema/PrivilegeRegistry_v1.xml
+++ b/static/redfish/v1/schema/PrivilegeRegistry_v1.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <!---->

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

-<!--# Redfish Schema:  PrivilegeRegistry  v1.1.1 -->

+<!--# Redfish Schema:  PrivilegeRegistry  v1.1.2-->

 <!--#                                                                                      -->

 <!--# 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 -->

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

 <!---->

@@ -62,14 +62,18 @@
         <Annotation Term="OData.Description" String="This is the schema definition for Operation to Privilege mapping."/>

         <Annotation Term="OData.LongDescription" String="This resource shall be used to represent operation to privilege mappings."/>

         <Property Name="PrivilegesUsed" Type="Collection(Privileges.PrivilegeType)" Nullable="false">

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

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

           <Annotation Term="OData.Description" String="Lists the set of Redfish standard priviliges used in building this mapping."/>

+          <Annotation Term="OData.LongDescription" String="This property shall be an array that contains the set of Redfish standard priviliges used in building this mapping."/>

         </Property>

         <Property Name="OEMPrivilegesUsed" Type="Collection(Edm.String)" Nullable="false">

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

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

           <Annotation Term="OData.Description" String="Lists the set of OEM Priviliges used in building this mapping."/>

+          <Annotation Term="OData.LongDescription" String="This property shall be an array that contains the set of OEM Priviliges used in building this mapping."/>

         </Property>

-        <Property Name="Mappings" Type="Collection(PrivilegeRegistry.v1_0_0.Mapping)" Nullable="false"> 

+        <Property Name="Mappings" Type="Collection(PrivilegeRegistry.v1_0_0.Mapping)" Nullable="false">

+          <Annotation Term="OData.Description" String="This property describes the mappings between entities and the relevant privileges used to access them."/>

+          <Annotation Term="OData.LongDescription" String="This property shall describe the mappings between entities and the relevant privileges used to access them."/>

         </Property>

       </EntityType>

 

@@ -77,7 +81,7 @@
         <Annotation Term="OData.Description" String="This type describes a mapping between an entity and the relevant privileges used to access it."/>

         <Annotation Term="OData.LongDescription" String="This type shall describe a mapping between an entity and the relevant privileges used to access it."/>

         <Property Name="Entity" Type="Edm.String" Nullable="false">

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

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

           <Annotation Term="OData.Description" String="Indicates entity name. e.g., Manager."/>

           <Annotation Term="OData.LongDescription" String="Indicates entity name. e.g., Manager."/>

         </Property>

@@ -103,7 +107,7 @@
         <Annotation Term="OData.Description" String="This type describes a mapping between one or more targets and the HTTP operations associated with them."/>

         <Annotation Term="OData.LongDescription" String="This type shall describe a mapping between one or more targets and the HTTP operations associated with them."/>

         <Property Name="Targets" Type="Collection(Edm.String)" Nullable="true">

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

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

           <Annotation Term="OData.Description" String="Indicates the URI or Entity."/>

           <Annotation Term="OData.LongDescription" String="Indicates the set of URI(s) or Entity(s) or property(s). e.g./redfish/v1/Systems/1, Manager, Password. When targets property is not mentioned, then there is no override."/>

         </Property>

@@ -147,7 +151,7 @@
         <Annotation Term="OData.Description" String="Used for describing the specific privileges for a given type of HTTP operation."/>

         <Annotation Term="OData.LongDescription" String="This type shall describe the specific privileges required for a given type of HTTP operation."/>

         <Property Name="Privilege" Type="Collection(Edm.String)" Nullable="false">

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

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

           <Annotation Term="OData.Description" String="Lists the privileges that are allowed to perform the given type of HTTP operation on the entity type."/>

           <Annotation Term="OData.LongDescription" String="This array shall contain a set of strings that match 0 or more of the strings found in the PrivilegesUsed and OEMPrivilegesUsed properties."/>

         </Property>

@@ -167,6 +171,12 @@
       <EntityType Name="PrivilegeRegistry" BaseType="PrivilegeRegistry.v1_0_1.PrivilegeRegistry"/>

     </Schema>

 

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

+      <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="PrivilegeRegistry" BaseType="PrivilegeRegistry.v1_0_2.PrivilegeRegistry"/>

+    </Schema>

+

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

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

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

@@ -180,7 +190,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="PrivilegeRegistry.v1_1_0.OemActions" Nullable="false"/>

+        <Property Name="Oem" Type="PrivilegeRegistry.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">

@@ -196,5 +209,11 @@
       <EntityType Name="PrivilegeRegistry" BaseType="PrivilegeRegistry.v1_1_0.PrivilegeRegistry"/>

     </Schema>

 

+    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PrivilegeRegistry.v1_1_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.  It was also created to fix the Permission term in several properties."/>

+      <EntityType Name="PrivilegeRegistry" BaseType="PrivilegeRegistry.v1_1_1.PrivilegeRegistry"/>

+    </Schema>

+

   </edmx:DataServices>

 </edmx:Edmx>