blob: 9157cabce3770737bcb48ebf337b5e82eafe10a2 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanous530520e2019-01-02 13:41:37 -08004<!--# Redfish Schema: Assembly v1.2.0-->
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 Tanous530520e2019-01-02 13:41:37 -08008<!--# Copyright 2014-2018 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">
Ed Tanous530520e2019-01-02 13:41:37 -080013
Jason M. Billsea4aa752018-06-05 13:29:11 -070014 <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>
Ed Tanous530520e2019-01-02 13:41:37 -080027 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml">
28 <edmx:Include Namespace="PhysicalContext"/>
29 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070030
31 <edmx:DataServices>
32
33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly">
34 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35
36 <EntityType Name="Assembly" BaseType="Resource.v1_0_0.Resource" Abstract="true">
37 <Annotation Term="OData.Description" String="This is the schema definition for the Assembly properties."/>
38 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent an assembly information resource for a Redfish implementation."/>
39 <Annotation Term="Capabilities.InsertRestrictions">
40 <Record>
41 <PropertyValue Property="Insertable" Bool="false"/>
42 </Record>
43 </Annotation>
44 <Annotation Term="Capabilities.UpdateRestrictions">
45 <Record>
46 <PropertyValue Property="Updatable" Bool="true"/>
47 <Annotation Term="OData.Description" String="Assembly resources can be updated to change any writable properties."/>
48 </Record>
49 </Annotation>
50 <Annotation Term="Capabilities.DeleteRestrictions">
51 <Record>
52 <PropertyValue Property="Deletable" Bool="false"/>
53 </Record>
54 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080055 <Annotation Term="Redfish.Uris">
56 <Collection>
57 <String>/redfish/v1/Chassis/{ChassisId}/Assembly</String>
58 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String>
59 <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}/Assembly</String>
60 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060061 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -080062 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060063 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String>
64 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Assembly</String>
65 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -080066 <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/Assembly</String>
67 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Assembly</String>
68 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Assembly</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060069 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Assembly</String>
70 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -080071 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Assembly</String>
72 <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/Assembly</String>
73 <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}/Assembly</String>
74 <String>/redfish/v1/Chassis/{ChassisId}/Power/PowerSupplies/{PowerSupplyId}/Assembly</String>
75 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Assembly</String>
76 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
77 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Assembly</String>
78 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
79 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Assembly</String>
80 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060081 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Assembly</String>
82 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
83 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Assembly</String>
84 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -080085 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Assembly</String>
86 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Assembly</String>
87 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Assembly</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060088 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Assembly</String>
89 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -080090 <String>/redfish/v1/Chassis/{ChassisId}/Thermal/Fans/{FanId}/Thermal</String>
91 </Collection>
92 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070093 </EntityType>
94
95 </Schema>
96
97 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_0">
98 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060099 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700100
101 <EntityType Name="Assembly" BaseType="Assembly.Assembly">
102 <NavigationProperty Name="Assemblies" Type="Collection(Assembly.v1_0_0.AssemblyData)" ContainsTarget="true">
103 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
104 <Annotation Term="OData.Description" String="This is the definition for an assembly information record."/>
105 <Annotation Term="OData.LongDescription" String="These properties shall be the definition for assembly records for a Redfish implementation."/>
106 <Annotation Term="OData.AutoExpand"/>
107 </NavigationProperty>
108 <Property Name="Actions" Type="Assembly.v1_0_0.Actions" Nullable="false">
109 <Annotation Term="OData.Description" String="The available actions for this resource."/>
110 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
111 </Property>
112 </EntityType>
113
114 <EntityType Name="AssemblyData" BaseType="Resource.v1_0_0.ReferenceableMember">
115 <Property Name="Name" Type="Edm.String">
116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117 <Annotation Term="OData.Description" String="Name of the Assembly."/>
118 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the assembly."/>
119 </Property>
120 <Property Name="Description" Type="Edm.String">
121 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
122 <Annotation Term="OData.Description" String="Description of the Assembly."/>
123 <Annotation Term="OData.LongDescription" String="The value of this property shall be a description of this assembly."/>
124 </Property>
125 <Property Name="Model" Type="Edm.String">
126 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
127 <Annotation Term="OData.Description" String="Model number of the Assembly."/>
128 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name by which the manufacturer generally refers to the assembly."/>
129 </Property>
130 <Property Name="PartNumber" Type="Edm.String">
131 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
132 <Annotation Term="OData.Description" String="Part number of the Assembly."/>
133 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the assembly."/>
134 </Property>
135 <Property Name="SparePartNumber" Type="Edm.String">
136 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
137 <Annotation Term="OData.Description" String="Spare part number of the Assembly."/>
138 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the assembly."/>
139 </Property>
140 <Property Name="SKU" Type="Edm.String">
141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
142 <Annotation Term="OData.Description" String="SKU of the Assembly."/>
143 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the assembly."/>
144 </Property>
145 <Property Name="Vendor" Type="Edm.String">
146 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
147 <Annotation Term="OData.Description" String="Vendor of the Assembly."/>
148 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the company which provides the final product that includes this assembly. This value shall be equal to the 'Vendor' field in a PLDM FRU structure, if applicable, for this assembly."/>
149 </Property>
150 <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
151 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
152 <Annotation Term="OData.Description" String="Production date of the Assembly."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800153 <Annotation Term="OData.LongDescription" String="The value of this property shall be the date of production or manufacture for this assembly. The time of day portion of the property shall be '00:00:00Z' if the time of day is unknown."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700154 </Property>
155 <Property Name="Producer" Type="Edm.String">
156 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
157 <Annotation Term="OData.Description" String="Producer or manufacturer of the Assembly."/>
158 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the company which supplied or manufactured this assembly. This value shall be equal to the 'Manufacturer' field in a PLDM FRU structure, if applicable, for this assembly."/>
159 </Property>
160 <Property Name="Version" Type="Edm.String">
161 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
162 <Annotation Term="OData.Description" String="Version of the Assembly."/>
163 <Annotation Term="OData.LongDescription" String="The value of this property shall be the version of the assembly as determined by the vendor or supplier."/>
164 </Property>
165 <Property Name="EngineeringChangeLevel" Type="Edm.String">
166 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
167 <Annotation Term="OData.Description" String="Engineering change level of the Assembly."/>
168 <Annotation Term="OData.LongDescription" String="The value of this property shall be the Engineering Change Level (ECL) or revision of the assembly."/>
169 </Property>
170 <Property Name="BinaryDataURI" Type="Edm.String">
171 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
172 <Annotation Term="OData.Description" String="URI that provides the ability to access an image of the assembly information."/>
173 <Annotation Term="OData.LongDescription" String="The value of this property shall be a URI at which the Service provides for the download of the OEM-specific binary image of the assembly data. An HTTP GET from this URI shall return a response payload of MIME time application/octet-stream. An HTTP PUT to this URI, if supported by the Service, shall replace the binary image of the assembly."/>
174 <Annotation Term="OData.IsURL"/>
175 </Property>
176 <Property Name="Actions" Type="Assembly.v1_0_0.AssemblyDataActions" Nullable="false">
177 <Annotation Term="OData.Description" String="The available actions for this resource."/>
178 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
179 </Property>
180 </EntityType>
181
182 <ComplexType Name="Actions">
183 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
184 <Annotation Term="OData.Description" String="The available actions for this resource."/>
185 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800186 <Property Name="Oem" Type="Assembly.v1_0_0.OemActions" Nullable="false">
187 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
188 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
189 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700190 </ComplexType>
191
192 <ComplexType Name="OemActions">
193 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
194 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
195 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
196 </ComplexType>
197
198 <ComplexType Name="AssemblyDataActions">
199 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
200 <Annotation Term="OData.Description" String="The available actions for this resource."/>
201 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800202 <Property Name="Oem" Type="Assembly.v1_0_0.AssemblyDataOemActions" Nullable="false">
203 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
204 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
205 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700206 </ComplexType>
207
208 <ComplexType Name="AssemblyDataOemActions">
209 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
210 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
211 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
212 </ComplexType>
213
214 </Schema>
215
Ed Tanous530520e2019-01-02 13:41:37 -0800216 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_1">
217 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
218 <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 clarify the time of day portion of the ProductionDate property."/>
219 <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/>
220 </Schema>
221
Jason M. Billsea4aa752018-06-05 13:29:11 -0700222 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_0">
223 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600224 <Annotation Term="Redfish.Release" String="2018.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700225 <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/>
226
227 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData">
Ed Tanous530520e2019-01-02 13:41:37 -0800228 <Property Name="Status" Type="Resource.Status" Nullable="false">
229 <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/>
230 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
231 </Property>
232 </EntityType>
233 </Schema>
234
235 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_1">
236 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
237 <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 clarify the time of day portion of the ProductionDate property."/>
238 <EntityType Name="Assembly" BaseType="Assembly.v1_1_0.Assembly"/>
239 </Schema>
240
241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_0">
242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600243 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800244 <Annotation Term="OData.Description" String="This version was created to add SerialNumber and PhysicalContext properties."/>
245 <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/>
246
247 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_0.AssemblyData">
248 <Property Name="SerialNumber" Type="Edm.String">
249 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
250 <Annotation Term="OData.Description" String="The serial number of this assembly."/>
251 <Annotation Term="OData.LongDescription" String="The value of this property shall be a manufacturer-allocated number used to identify the assembly."/>
252 </Property>
253 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
254 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
255 <Annotation Term="OData.Description" String="Describes the area or device to which this assembly data applies."/>
256 <Annotation Term="OData.LongDescription" String="The value of this property shall be a description of the physical context for this assembly data."/>
257 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700258 </EntityType>
259 </Schema>
260
261 </edmx:DataServices>
262</edmx:Edmx>