blob: e0e1dc083c4998f20a3d385052c3050c1a869e66 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouscb103132019-10-08 11:34:22 -07004<!--# Redfish Schema: CompositionService v1.1.2 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
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 Tanouscb103132019-10-08 11:34:22 -07008<!--# Copyright 2014-2019 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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 Tanouscb103132019-10-08 11:34:22 -070040 <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. Billsea4aa752018-06-05 13:29:11 -070042 <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 Tanouscb103132019-10-08 11:34:22 -070050 <Annotation Term="OData.Description" String="Some properties, such as ServiceEnabled, can be updated for the Composition Service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070051 </Record>
52 </Annotation>
53 <Annotation Term="Capabilities.DeleteRestrictions">
54 <Record>
55 <PropertyValue Property="Deletable" Bool="false"/>
56 </Record>
57 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080058 <Annotation Term="Redfish.Uris">
59 <Collection>
60 <String>/redfish/v1/CompositionService</String>
61 </Collection>
62 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070063 </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 Raod45d2d02019-01-21 10:11:34 -060069 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070070
71 <EntityType Name="CompositionService" BaseType="CompositionService.CompositionService">
Ed Tanous530520e2019-01-02 13:41:37 -080072 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070073 <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 Tanous530520e2019-01-02 13:41:37 -080075 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -070076 <Property Name="ServiceEnabled" Type="Edm.Boolean">
77 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -070078 <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. Billsea4aa752018-06-05 13:29:11 -070080 </Property>
81 <Property Name="Actions" Type="CompositionService.v1_0_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070082 <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. Billsea4aa752018-06-05 13:29:11 -070084 </Property>
85 <NavigationProperty Name="ResourceBlocks" Type="ResourceBlockCollection.ResourceBlockCollection" ContainsTarget="true" Nullable="false">
86 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070087 <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. Billsea4aa752018-06-05 13:29:11 -070089 <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 Tanouscb103132019-10-08 11:34:22 -070093 <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. Billsea4aa752018-06-05 13:29:11 -070095 <Annotation Term="OData.AutoExpandReferences"/>
96 </NavigationProperty>
97 </EntityType>
98
99 <ComplexType Name="Actions">
100 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700101 <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 Tanous530520e2019-01-02 13:41:37 -0800103 <Property Name="Oem" Type="CompositionService.v1_0_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700104 <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 Tanous530520e2019-01-02 13:41:37 -0800106 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700107 </ComplexType>
108
109 <ComplexType Name="OemActions">
110 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700111 <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. Billsea4aa752018-06-05 13:29:11 -0700113 </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 Tanouscb103132019-10-08 11:34:22 -0700119 <Annotation Term="OData.Description" String="This version was created to update the descriptions that this schema defines."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700120 <EntityType Name="CompositionService" BaseType="CompositionService.v1_0_0.CompositionService"/>
121 </Schema>
122
Ed Tanous530520e2019-01-02 13:41:37 -0800123 <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 Tanouscb103132019-10-08 11:34:22 -0700129 <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 Tanous530520e2019-01-02 13:41:37 -0800141 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CompositionService.v1_1_0">
142 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600143 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800144 <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 Tanouscb103132019-10-08 11:34:22 -0700147 <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 Tanous530520e2019-01-02 13:41:37 -0800149 </Property>
150 <Property Name="AllowZoneAffinity" Type="Edm.Boolean">
151 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700152 <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 Tanous530520e2019-01-02 13:41:37 -0800154 </Property>
155 </EntityType>
156 </Schema>
157
Ed Tanouscb103132019-10-08 11:34:22 -0700158 <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. Billsea4aa752018-06-05 13:29:11 -0700170 </edmx:DataServices>
171</edmx:Edmx>