Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 4 | <!--# Redfish Schema: CompositionService v1.1.0--> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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 --> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 8 | <!--# Copyright 2014-2018 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> |
| 18 | <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> |
| 19 | </edmx:Reference> |
| 20 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 21 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 22 | </edmx:Reference> |
| 23 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
| 24 | <edmx:Include Namespace="Resource"/> |
| 25 | <edmx:Include Namespace="Resource.v1_0_0"/> |
| 26 | </edmx:Reference> |
| 27 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResourceBlockCollection_v1.xml"> |
| 28 | <edmx:Include Namespace="ResourceBlockCollection"/> |
| 29 | </edmx:Reference> |
| 30 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ZoneCollection_v1.xml"> |
| 31 | <edmx:Include Namespace="ZoneCollection"/> |
| 32 | </edmx:Reference> |
| 33 | |
| 34 | <edmx:DataServices> |
| 35 | |
| 36 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService"> |
| 37 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 38 | |
| 39 | <EntityType Name="CompositionService" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
| 40 | <Annotation Term="OData.Description" String="The CompositionService schema defines a Composition Service which represents the properties for the service and links to the resources available for composition."/> |
| 41 | <Annotation Term="OData.LongDescription" String="This resource shall be used to represent the Composition Service Properties for a Redfish implementation."/> |
| 42 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 43 | <Record> |
| 44 | <PropertyValue Property="Insertable" Bool="false"/> |
| 45 | </Record> |
| 46 | </Annotation> |
| 47 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 48 | <Record> |
| 49 | <PropertyValue Property="Updatable" Bool="true"/> |
| 50 | <Annotation Term="OData.Description" String="The Composition Service can be updated to change some properties such as the ServiceEnabled flag."/> |
| 51 | </Record> |
| 52 | </Annotation> |
| 53 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 54 | <Record> |
| 55 | <PropertyValue Property="Deletable" Bool="false"/> |
| 56 | </Record> |
| 57 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 58 | <Annotation Term="Redfish.Uris"> |
| 59 | <Collection> |
| 60 | <String>/redfish/v1/CompositionService</String> |
| 61 | </Collection> |
| 62 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 63 | </EntityType> |
| 64 | |
| 65 | </Schema> |
| 66 | |
| 67 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_0_0"> |
| 68 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 69 | <Annotation Term="Redfish.Release" String="2017.1"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 70 | |
| 71 | <EntityType Name="CompositionService" BaseType="CompositionService.CompositionService"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 72 | <Property Name="Status" Type="Resource.Status" Nullable="false"> |
| 73 | <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/> |
| 74 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> |
| 75 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 76 | <Property Name="ServiceEnabled" Type="Edm.Boolean"> |
| 77 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 78 | <Annotation Term="OData.Description" String="This indicates whether this service is enabled."/> |
| 79 | <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service is enabled."/> |
| 80 | </Property> |
| 81 | <Property Name="Actions" Type="CompositionService.v1_0_0.Actions" Nullable="false"> |
| 82 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 83 | <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/> |
| 84 | </Property> |
| 85 | <NavigationProperty Name="ResourceBlocks" Type="ResourceBlockCollection.ResourceBlockCollection" ContainsTarget="true" Nullable="false"> |
| 86 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 87 | <Annotation Term="OData.Description" String="The resource blocks available on the service."/> |
| 88 | <Annotation Term="OData.LongDescription" String="This property shall contain the link to a collection of type ResourceBlockCollection."/> |
| 89 | <Annotation Term="OData.AutoExpandReferences"/> |
| 90 | </NavigationProperty> |
| 91 | <NavigationProperty Name="ResourceZones" Type="ZoneCollection.ZoneCollection" ContainsTarget="true" Nullable="false"> |
| 92 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 93 | <Annotation Term="OData.Description" String="The resource zones available on the service."/> |
| 94 | <Annotation Term="OData.LongDescription" String="This property shall contain the link to a collection of type ZoneCollection."/> |
| 95 | <Annotation Term="OData.AutoExpandReferences"/> |
| 96 | </NavigationProperty> |
| 97 | </EntityType> |
| 98 | |
| 99 | <ComplexType Name="Actions"> |
| 100 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 101 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 102 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 103 | <Property Name="Oem" Type="CompositionService.v1_0_0.OemActions" Nullable="false"> |
| 104 | <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/> |
| 105 | <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/> |
| 106 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 107 | </ComplexType> |
| 108 | |
| 109 | <ComplexType Name="OemActions"> |
| 110 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
| 111 | <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/> |
| 112 | <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/> |
| 113 | </ComplexType> |
| 114 | |
| 115 | </Schema> |
| 116 | |
| 117 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_0_1"> |
| 118 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 119 | <Annotation Term="OData.Description" String="This version was created to perform editoral updates of descriptions defined in this schema."/> |
| 120 | <EntityType Name="CompositionService" BaseType="CompositionService.v1_0_0.CompositionService"/> |
| 121 | </Schema> |
| 122 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 123 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_0_2"> |
| 124 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 125 | <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."/> |
| 126 | <EntityType Name="CompositionService" BaseType="CompositionService.v1_0_1.CompositionService"/> |
| 127 | </Schema> |
| 128 | |
| 129 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_1_0"> |
| 130 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 131 | <Annotation Term="Redfish.Release" String="2018.2"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 132 | <EntityType Name="CompositionService" BaseType="CompositionService.v1_0_2.CompositionService"> |
| 133 | <Property Name="AllowOverprovisioning" Type="Edm.Boolean"> |
| 134 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 135 | <Annotation Term="OData.Description" String="This indicates whether this service is allowed to overprovision a composition relative to the composition request."/> |
| 136 | <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service is allowed to overprovision a composition relative to the composition request."/> |
| 137 | </Property> |
| 138 | <Property Name="AllowZoneAffinity" Type="Edm.Boolean"> |
| 139 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 140 | <Annotation Term="OData.Description" String="This indicates whether a client is allowed to request that given composition request is fulfilled by a specified Resource Zone."/> |
| 141 | <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether a client is allowed to request that given composition request is fulfilled by a specified Resource Zone."/> |
| 142 | </Property> |
| 143 | </EntityType> |
| 144 | </Schema> |
| 145 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 146 | </edmx:DataServices> |
| 147 | </edmx:Edmx> |