blob: 288daa1221bfe956f8c964fecc0b3f394d4966dd [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: Assembly v1.2.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">
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">
Ed Tanouscb103132019-10-08 11:34:22 -070037 <Annotation Term="OData.Description" String="The Assembly schema defines an assembly. Assembly information contains details about a device, such as part number, serial number, manufacturer, and production date. It also provides access to the original data for the assembly."/>
38 <Annotation Term="OData.LongDescription" String="This Resource shall represent an assembly for a Redfish implementation. Assembly information contains details about a device, such as part number, serial number, manufacturer, and production date. It also provides access to the original data for the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070039 <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"/>
Ed Tanouscb103132019-10-08 11:34:22 -070047 <Annotation Term="OData.Description" String="Any writable properties can be updated for an assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070048 </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 Tanouscb103132019-10-08 11:34:22 -070090 <String>/redfish/v1/Chassis/{ChassisId}/Thermal/Fans/{FanId}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -080091 </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"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700104 <Annotation Term="OData.Description" String="The assembly records."/>
105 <Annotation Term="OData.LongDescription" String="These properties shall define assembly records for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700106 <Annotation Term="OData.AutoExpand"/>
107 </NavigationProperty>
108 <Property Name="Actions" Type="Assembly.v1_0_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
110 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700111 </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"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700117 <Annotation Term="OData.Description" String="The name of the assembly."/>
118 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700119 </Property>
120 <Property Name="Description" Type="Edm.String">
121 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700122 <Annotation Term="OData.Description" String="The description of the assembly."/>
123 <Annotation Term="OData.LongDescription" String="This property shall contain the description of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700124 </Property>
125 <Property Name="Model" Type="Edm.String">
126 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700127 <Annotation Term="OData.Description" String="The model number of the assembly."/>
128 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700129 </Property>
130 <Property Name="PartNumber" Type="Edm.String">
131 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700132 <Annotation Term="OData.Description" String="The part number of the assembly."/>
133 <Annotation Term="OData.LongDescription" String="This property shall contain the part number of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700134 </Property>
135 <Property Name="SparePartNumber" Type="Edm.String">
136 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700137 <Annotation Term="OData.Description" String="The spare part number of the assembly."/>
138 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700139 </Property>
140 <Property Name="SKU" Type="Edm.String">
141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700142 <Annotation Term="OData.Description" String="The SKU of the assembly."/>
143 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700144 </Property>
145 <Property Name="Vendor" Type="Edm.String">
146 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700147 <Annotation Term="OData.Description" String="The vendor of the assembly."/>
148 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the company that provides the final product that includes this assembly. This value shall be equal to the 'Vendor' field value in a PLDM FRU structure, if applicable, for the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700149 </Property>
150 <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
151 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700152 <Annotation Term="OData.Description" String="The production date of the assembly."/>
153 <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for the 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"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700157 <Annotation Term="OData.Description" String="The producer or manufacturer of the assembly."/>
158 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the company that produced or manufactured the assembly. This value shall be equal to the 'Manufacturer' field value in a PLDM FRU structure, if applicable, for the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700159 </Property>
160 <Property Name="Version" Type="Edm.String">
161 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700162 <Annotation Term="OData.Description" String="The version of the assembly."/>
163 <Annotation Term="OData.LongDescription" String="This property shall contain the version of the assembly as determined by the vendor or supplier."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700164 </Property>
165 <Property Name="EngineeringChangeLevel" Type="Edm.String">
166 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700167 <Annotation Term="OData.Description" String="The engineering change level of the assembly."/>
168 <Annotation Term="OData.LongDescription" String="This property shall contain the engineering change level or revision of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700169 </Property>
170 <Property Name="BinaryDataURI" Type="Edm.String">
171 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700172 <Annotation Term="OData.Description" String="The URI at which to access an image of the assembly information."/>
173 <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access an image of the assembly information, using the Redfish protocol and authentication methods. The Service provides this URI 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`. If the service supports it, an HTTP PUT to this URI shall replace the binary image of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700174 <Annotation Term="OData.IsURL"/>
175 </Property>
176 <Property Name="Actions" Type="Assembly.v1_0_0.AssemblyDataActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700177 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
178 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700179 </Property>
180 </EntityType>
181
182 <ComplexType Name="Actions">
183 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700184 <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">
Ed Tanouscb103132019-10-08 11:34:22 -0700187 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
188 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800189 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700190 </ComplexType>
191
192 <ComplexType Name="OemActions">
193 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700194 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
195 <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 -0700196 </ComplexType>
197
198 <ComplexType Name="AssemblyDataActions">
199 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700200 <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">
Ed Tanouscb103132019-10-08 11:34:22 -0700203 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
204 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800205 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700206 </ComplexType>
207
208 <ComplexType Name="AssemblyDataOemActions">
209 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
211 <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 -0700212 </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
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_2">
223 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
224 <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."/>
225 <EntityType Name="Assembly" BaseType="Assembly.v1_0_1.Assembly"/>
226 </Schema>
227
228 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_3">
229 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
230 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines. It was also created to update the description of the BinaryDataUri property."/>
231 <EntityType Name="Assembly" BaseType="Assembly.v1_0_2.Assembly"/>
232 </Schema>
233
Jason M. Billsea4aa752018-06-05 13:29:11 -0700234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_0">
235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600236 <Annotation Term="Redfish.Release" String="2018.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700237 <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/>
238
239 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData">
Ed Tanous530520e2019-01-02 13:41:37 -0800240 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700241 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
242 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800243 </Property>
244 </EntityType>
245 </Schema>
246
247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_1">
248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249 <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."/>
250 <EntityType Name="Assembly" BaseType="Assembly.v1_1_0.Assembly"/>
251 </Schema>
252
Ed Tanouscb103132019-10-08 11:34:22 -0700253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_2">
254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
255 <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."/>
256 <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/>
257 </Schema>
258
259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_3">
260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines. It was also created to update the description of the BinaryDataUri property."/>
262 <EntityType Name="Assembly" BaseType="Assembly.v1_1_2.Assembly"/>
263 </Schema>
264
Ed Tanous530520e2019-01-02 13:41:37 -0800265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_0">
266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600267 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700268 <Annotation Term="OData.Description" String="This version was created to add the SerialNumber and PhysicalContext properties."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800269 <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/>
270
271 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_0.AssemblyData">
272 <Property Name="SerialNumber" Type="Edm.String">
273 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700274 <Annotation Term="OData.Description" String="The serial number of the assembly."/>
275 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the assembly."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800276 </Property>
277 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
278 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700279 <Annotation Term="OData.Description" String="The area or device to which the assembly data applies."/>
280 <Annotation Term="OData.LongDescription" String="This property shall contain a description of the physical context for the assembly data."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800281 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700282 </EntityType>
283 </Schema>
284
Ed Tanouscb103132019-10-08 11:34:22 -0700285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_1">
286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287 <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."/>
288 <EntityType Name="Assembly" BaseType="Assembly.v1_2_0.Assembly"/>
289 </Schema>
290
291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_2">
292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
293 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines. It was also created to update the description of the BinaryDataUri property."/>
294 <EntityType Name="Assembly" BaseType="Assembly.v1_2_1.Assembly"/>
295 </Schema>
296
Jason M. Billsea4aa752018-06-05 13:29:11 -0700297 </edmx:DataServices>
298</edmx:Edmx>