Lewanczyk, Dawid | c5b2abe | 2018-05-30 16:59:42 +0200 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
| 4 | <!--# Redfish Schema: Privileges v1.0.4--> |
| 5 | <!--# --> |
| 6 | <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> |
| 7 | <!--# available at http://www.dmtf.org/standards/redfish --> |
| 8 | <!--# Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). --> |
| 9 | <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> |
| 10 | <!--################################################################################ --> |
| 11 | <!----> |
| 12 | <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> |
| 13 | |
| 14 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> |
| 15 | <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> |
| 16 | </edmx:Reference> |
| 17 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 18 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 19 | </edmx:Reference> |
| 20 | |
| 21 | <edmx:DataServices> |
| 22 | |
| 23 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges"> |
| 24 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 25 | |
| 26 | <EnumType Name="PrivilegeType"> |
| 27 | <Member Name="Login"> |
| 28 | <Annotation Term="OData.Description" String="Able to log into the service and read resources."/> |
| 29 | </Member> |
| 30 | <Member Name="ConfigureManager"> |
| 31 | <Annotation Term="OData.Description" String="Able to configure Manager resources."/> |
| 32 | </Member> |
| 33 | <Member Name="ConfigureUsers"> |
| 34 | <Annotation Term="OData.Description" String="Able to configure Users and their Accounts."/> |
| 35 | </Member> |
| 36 | <Member Name="ConfigureSelf"> |
| 37 | <Annotation Term="OData.Description" String="Able to change the password for the current user Account."/> |
| 38 | </Member> |
| 39 | <Member Name="ConfigureComponents"> |
| 40 | <Annotation Term="OData.Description" String="Able to configure components managed by this service."/> |
| 41 | </Member> |
| 42 | </EnumType> |
| 43 | |
| 44 | </Schema> |
| 45 | |
| 46 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges.v1_0_0"> |
| 47 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 48 | |
| 49 | <EnumType Name="PrivilegeType"> |
| 50 | <Annotation Term="Redfish.Deprecated" String="This definition has been moved to the unversioned namespace so that external references can pick up changes over time."/> |
| 51 | <Member Name="Login"> |
| 52 | <Annotation Term="OData.Description" String="Able to log into the service and read resources."/> |
| 53 | </Member> |
| 54 | <Member Name="ConfigureManager"> |
| 55 | <Annotation Term="OData.Description" String="Able to configure Manager resources."/> |
| 56 | </Member> |
| 57 | <Member Name="ConfigureUsers"> |
| 58 | <Annotation Term="OData.Description" String="Able to configure Users and their Accounts."/> |
| 59 | </Member> |
| 60 | <Member Name="ConfigureSelf"> |
| 61 | <Annotation Term="OData.Description" String="Able to change the password for the current user Account."/> |
| 62 | </Member> |
| 63 | <Member Name="ConfigureComponents"> |
| 64 | <Annotation Term="OData.Description" String="Able to configure components managed by this service."/> |
| 65 | </Member> |
| 66 | </EnumType> |
| 67 | |
| 68 | <Term Name="OemGetPrivileges" Type="Collection(Edm.String)" Nullable="false"> |
| 69 | <Annotation Term="OData.Description" String="OEM Get operations privileges may be defined on a Link element to provide read privileges for the referenced resources, or on individual elements to override the privileges for that element."/> |
| 70 | </Term> |
| 71 | <Term Name="OemPostPrivileges" Type="Collection(Edm.String)" Nullable="false"> |
| 72 | <Annotation Term="OData.Description" String="OEM Post privileges may be defined on a Link element to provide create privileges for the referenced resources, or on individual elements to override the privileges for that element."/> |
| 73 | </Term> |
| 74 | <Term Name="OemPatchPutPrivileges" Type="Collection(Edm.String)" Nullable="false"> |
| 75 | <Annotation Term="OData.Description" String="OEM PatchPut privileges may be defined on a Link element to provide update privileges for the referenced resources, or on individual elements to override the privileges for that element."/> |
| 76 | </Term> |
| 77 | <Term Name="OemDeletePrivileges" Type="Collection(Edm.String)" Nullable="false"> |
| 78 | <Annotation Term="OData.Description" String="OEM Delete privileges may be defined on a Link element to provide update privileges for the referenced resources, or on individual elements to override the privileges for that element."/> |
| 79 | </Term> |
| 80 | |
| 81 | </Schema> |
| 82 | |
| 83 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges.v1_0_2"> |
| 84 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 85 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 86 | </Schema> |
| 87 | |
| 88 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges.v1_0_3"> |
| 89 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 90 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 91 | </Schema> |
| 92 | |
| 93 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Privileges.v1_0_4"> |
| 94 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 95 | <Annotation Term="OData.Description" String="This version was created to deprecate the versioned definition of PrivilegeType to use an unversioned definition."/> |
| 96 | </Schema> |
| 97 | |
| 98 | </edmx:DataServices> |
| 99 | </edmx:Edmx> |