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 | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 4 | <!--# Redfish Schema: CompositionService v1.1.2 --> |
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 | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 8 | <!--# Copyright 2014-2019 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"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 40 | <Annotation Term="OData.Description" String="The CompositionService schema describes a Composition Service and its properties and links to the Resources available for composition."/> |
| 41 | <Annotation Term="OData.LongDescription" String="This Resource shall represent the Composition Service and its properties for a Redfish implementation."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 50 | <Annotation Term="OData.Description" String="Some properties, such as ServiceEnabled, can be updated for the Composition Service."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 73 | <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/> |
| 74 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 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"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 78 | <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/> |
| 79 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 80 | </Property> |
| 81 | <Property Name="Actions" Type="CompositionService.v1_0_0.Actions" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 82 | <Annotation Term="OData.Description" String="The available actions for this Resource."/> |
| 83 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 84 | </Property> |
| 85 | <NavigationProperty Name="ResourceBlocks" Type="ResourceBlockCollection.ResourceBlockCollection" ContainsTarget="true" Nullable="false"> |
| 86 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 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 Resource Collection of type ResourceBlockCollection."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 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 Resource Collection of type ZoneCollection."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 95 | <Annotation Term="OData.AutoExpandReferences"/> |
| 96 | </NavigationProperty> |
| 97 | </EntityType> |
| 98 | |
| 99 | <ComplexType Name="Actions"> |
| 100 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 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"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 104 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> |
| 105 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 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"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 111 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> |
| 112 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 119 | <Annotation Term="OData.Description" String="This version was created to update the descriptions that this schema defines."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 129 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_0_3"> |
| 130 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 131 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> |
| 132 | <EntityType Name="CompositionService" BaseType="CompositionService.v1_0_2.CompositionService"/> |
| 133 | </Schema> |
| 134 | |
| 135 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_0_4"> |
| 136 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 137 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 138 | <EntityType Name="CompositionService" BaseType="CompositionService.v1_0_3.CompositionService"/> |
| 139 | </Schema> |
| 140 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 141 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_1_0"> |
| 142 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 143 | <Annotation Term="Redfish.Release" String="2018.2"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 144 | <EntityType Name="CompositionService" BaseType="CompositionService.v1_0_2.CompositionService"> |
| 145 | <Property Name="AllowOverprovisioning" Type="Edm.Boolean"> |
| 146 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 147 | <Annotation Term="OData.Description" String="An indication of whether this service is allowed to overprovision a composition relative to the composition request."/> |
| 148 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is allowed to overprovision a composition relative to the composition request."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 149 | </Property> |
| 150 | <Property Name="AllowZoneAffinity" Type="Edm.Boolean"> |
| 151 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 152 | <Annotation Term="OData.Description" String="An indication of whether a client can request that a specific Resource Zone fulfill a composition request."/> |
| 153 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether a client can request that a specific Resource Zone fulfill a composition request."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 154 | </Property> |
| 155 | </EntityType> |
| 156 | </Schema> |
| 157 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 158 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_1_1"> |
| 159 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 160 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> |
| 161 | <EntityType Name="CompositionService" BaseType="CompositionService.v1_1_0.CompositionService"/> |
| 162 | </Schema> |
| 163 | |
| 164 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_1_2"> |
| 165 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 166 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 167 | <EntityType Name="CompositionService" BaseType="CompositionService.v1_1_1.CompositionService"/> |
| 168 | </Schema> |
| 169 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 170 | </edmx:DataServices> |
| 171 | </edmx:Edmx> |