1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Assembly v1.3.0                                                     -->
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                                   -->
8<!--# Copyright 2014-2020 DMTF.                                                            -->
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/PhysicalContext_v1.xml">
28    <edmx:Include Namespace="PhysicalContext"/>
29  </edmx:Reference>
30
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="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."/>
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="Any writable properties can be updated for an assembly."/>
48          </Record>
49        </Annotation>
50        <Annotation Term="Capabilities.DeleteRestrictions">
51          <Record>
52            <PropertyValue Property="Deletable" Bool="false"/>
53          </Record>
54        </Annotation>
55        <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>
61            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Assembly</String>
62            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String>
63            <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>
66            <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>
69            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Assembly</String>
70            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Assembly</String>
71            <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>
81            <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>
85            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
86            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
87            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
88            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
89            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
90            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
91            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
92            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
93            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
94            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
95            <String>/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
96            <String>/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
97            <String>/redfish/v1/Chassis/{ChassisId}/Thermal/Fans/{FanId}/Assembly</String>
98            <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}/Assembly</String>
99            <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/PowerSupplies/{PowerSupplyId}/Assembly</String>
100          </Collection>
101        </Annotation>
102      </EntityType>
103
104    </Schema>
105
106    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_0">
107      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
108      <Annotation Term="Redfish.Release" String="2017.3"/>
109
110      <EntityType Name="Assembly" BaseType="Assembly.Assembly">
111        <NavigationProperty Name="Assemblies" Type="Collection(Assembly.v1_0_0.AssemblyData)" ContainsTarget="true">
112          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
113          <Annotation Term="OData.Description" String="The assembly records."/>
114          <Annotation Term="OData.LongDescription" String="These properties shall define assembly records for a Redfish implementation."/>
115          <Annotation Term="OData.AutoExpand"/>
116        </NavigationProperty>
117        <Property Name="Actions" Type="Assembly.v1_0_0.Actions" Nullable="false">
118          <Annotation Term="OData.Description" String="The available actions for this Resource."/>
119          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
120        </Property>
121      </EntityType>
122
123      <EntityType Name="AssemblyData" BaseType="Resource.v1_0_0.ReferenceableMember">
124        <Property Name="Name" Type="Edm.String">
125          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
126          <Annotation Term="OData.Description" String="The name of the assembly."/>
127          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the assembly."/>
128        </Property>
129        <Property Name="Description" Type="Edm.String">
130          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
131          <Annotation Term="OData.Description" String="The description of the assembly."/>
132          <Annotation Term="OData.LongDescription" String="This property shall contain the description of the assembly."/>
133        </Property>
134        <Property Name="Model" Type="Edm.String">
135          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
136          <Annotation Term="OData.Description" String="The model number of the assembly."/>
137          <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the assembly."/>
138        </Property>
139        <Property Name="PartNumber" Type="Edm.String">
140          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
141          <Annotation Term="OData.Description" String="The part number of the assembly."/>
142          <Annotation Term="OData.LongDescription" String="This property shall contain the part number of the assembly."/>
143        </Property>
144        <Property Name="SparePartNumber" Type="Edm.String">
145          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
146          <Annotation Term="OData.Description" String="The spare part number of the assembly."/>
147          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the assembly."/>
148        </Property>
149        <Property Name="SKU" Type="Edm.String">
150          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
151          <Annotation Term="OData.Description" String="The SKU of the assembly."/>
152          <Annotation Term="OData.LongDescription" String="This property shall contain the SKU of the assembly."/>
153        </Property>
154        <Property Name="Vendor" Type="Edm.String">
155          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
156          <Annotation Term="OData.Description" String="The vendor of the assembly."/>
157          <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."/>
158        </Property>
159        <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
160          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
161          <Annotation Term="OData.Description" String="The production date of the assembly."/>
162          <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."/>
163        </Property>
164        <Property Name="Producer" Type="Edm.String">
165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
166          <Annotation Term="OData.Description" String="The producer or manufacturer of the assembly."/>
167          <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."/>
168        </Property>
169        <Property Name="Version" Type="Edm.String">
170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
171          <Annotation Term="OData.Description" String="The hardware version of the assembly."/>
172          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of the assembly as determined by the vendor or supplier."/>
173        </Property>
174        <Property Name="EngineeringChangeLevel" Type="Edm.String">
175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
176          <Annotation Term="OData.Description" String="The engineering change level of the assembly."/>
177          <Annotation Term="OData.LongDescription" String="This property shall contain the engineering change level or revision of the assembly."/>
178        </Property>
179        <Property Name="BinaryDataURI" Type="Edm.String">
180          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
181          <Annotation Term="OData.Description" String="The URI at which to access an image of the assembly information."/>
182          <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."/>
183          <Annotation Term="OData.IsURL"/>
184        </Property>
185        <Property Name="Actions" Type="Assembly.v1_0_0.AssemblyDataActions" Nullable="false">
186          <Annotation Term="OData.Description" String="The available actions for this Resource."/>
187          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
188        </Property>
189      </EntityType>
190
191      <ComplexType Name="Actions">
192        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
193        <Annotation Term="OData.Description" String="The available actions for this Resource."/>
194        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
195        <Property Name="Oem" Type="Assembly.v1_0_0.OemActions" Nullable="false">
196          <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
197          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
198        </Property>
199      </ComplexType>
200
201      <ComplexType Name="OemActions">
202        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
203        <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
204        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
205      </ComplexType>
206
207      <ComplexType Name="AssemblyDataActions">
208        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
209        <Annotation Term="OData.Description" String="The available actions for this Resource."/>
210        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
211        <Property Name="Oem" Type="Assembly.v1_0_0.AssemblyDataOemActions" Nullable="false">
212          <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
214        </Property>
215      </ComplexType>
216
217      <ComplexType Name="AssemblyDataOemActions">
218        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
219        <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
220        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
221      </ComplexType>
222
223    </Schema>
224
225    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_1">
226      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
227      <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."/>
228      <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/>
229      <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData"/>
230    </Schema>
231
232    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_2">
233      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
234      <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."/>
235      <EntityType Name="Assembly" BaseType="Assembly.v1_0_1.Assembly"/>
236      <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_1.AssemblyData"/>
237    </Schema>
238
239    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_3">
240      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
241      <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."/>
242      <EntityType Name="Assembly" BaseType="Assembly.v1_0_2.Assembly"/>
243      <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_2.AssemblyData"/>
244    </Schema>
245
246    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_4">
247      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
248      <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/>
249      <EntityType Name="Assembly" BaseType="Assembly.v1_0_3.Assembly"/>
250      <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_3.AssemblyData"/>
251    </Schema>
252
253    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_0">
254      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
255      <Annotation Term="Redfish.Release" String="2018.1"/>
256
257      <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/>
258
259      <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData">
260        <Property Name="Status" Type="Resource.Status" Nullable="false">
261          <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
262          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
263        </Property>
264      </EntityType>
265    </Schema>
266
267    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_1">
268      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
269      <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."/>
270      <EntityType Name="Assembly" BaseType="Assembly.v1_1_0.Assembly"/>
271      <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_0.AssemblyData"/>
272    </Schema>
273
274    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_2">
275      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
276      <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."/>
277      <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/>
278      <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_1.AssemblyData"/>
279    </Schema>
280
281    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_3">
282      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
283      <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."/>
284      <EntityType Name="Assembly" BaseType="Assembly.v1_1_2.Assembly"/>
285      <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_2.AssemblyData"/>
286    </Schema>
287
288    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_4">
289      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
290      <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/>
291      <EntityType Name="Assembly" BaseType="Assembly.v1_1_3.Assembly"/>
292      <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_3.AssemblyData"/>
293    </Schema>
294
295    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_0">
296      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
297      <Annotation Term="Redfish.Release" String="2018.2"/>
298      <Annotation Term="OData.Description" String="This version was created to add the SerialNumber and PhysicalContext properties."/>
299
300      <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/>
301
302      <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_1.AssemblyData">
303        <Property Name="SerialNumber" Type="Edm.String">
304          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
305          <Annotation Term="OData.Description" String="The serial number of the assembly."/>
306          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the assembly."/>
307        </Property>
308        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
309          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
310          <Annotation Term="OData.Description" String="The area or device to which the assembly data applies."/>
311          <Annotation Term="OData.LongDescription" String="This property shall contain a description of the physical context for the assembly data."/>
312        </Property>
313      </EntityType>
314    </Schema>
315
316    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_1">
317      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
318      <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."/>
319      <EntityType Name="Assembly" BaseType="Assembly.v1_2_0.Assembly"/>
320      <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_0.AssemblyData"/>
321    </Schema>
322
323    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_2">
324      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
325      <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."/>
326      <EntityType Name="Assembly" BaseType="Assembly.v1_2_1.Assembly"/>
327      <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_1.AssemblyData"/>
328    </Schema>
329
330    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_3">
331      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
332      <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/>
333      <EntityType Name="Assembly" BaseType="Assembly.v1_2_2.Assembly"/>
334      <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_2.AssemblyData"/>
335    </Schema>
336
337    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_3_0">
338      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339      <Annotation Term="Redfish.Release" String="2020.3"/>
340
341      <EntityType Name="Assembly" BaseType="Assembly.v1_2_3.Assembly"/>
342
343      <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_3.AssemblyData">
344        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
345          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
346          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
347          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
348        </Property>
349        <Property Name="Location" Type="Resource.Location" Nullable="false">
350          <Annotation Term="OData.Description" String="The location of the assembly."/>
351          <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated assembly."/>
352        </Property>
353      </EntityType>
354    </Schema>
355
356  </edmx:DataServices>
357</edmx:Edmx>
358