blob: 9569c420c988904aa51f63683a379124e943a613 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05004<!--# Redfish Schema: Assembly v1.3.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 -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 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>
Gunnar Mills262d7d42021-01-20 16:28:41 -060085 <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>
Ed Tanouscb103132019-10-08 11:34:22 -070097 <String>/redfish/v1/Chassis/{ChassisId}/Thermal/Fans/{FanId}/Assembly</String>
Gunnar Mills262d7d42021-01-20 16:28:41 -060098 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}/Assembly</String>
99 <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/PowerSupplies/{PowerSupplyId}/Assembly</String>
Gunnar Mills9d424662021-09-22 21:56:16 -0500100 <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/PowerSupplies/{PowerSupplyId}/Assembly</String>
101 <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/Batteries/{BatteryId}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800102 </Collection>
103 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700104 </EntityType>
105
106 </Schema>
107
108 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_0">
109 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600110 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700111
112 <EntityType Name="Assembly" BaseType="Assembly.Assembly">
113 <NavigationProperty Name="Assemblies" Type="Collection(Assembly.v1_0_0.AssemblyData)" ContainsTarget="true">
114 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700115 <Annotation Term="OData.Description" String="The assembly records."/>
116 <Annotation Term="OData.LongDescription" String="These properties shall define assembly records for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700117 <Annotation Term="OData.AutoExpand"/>
118 </NavigationProperty>
119 <Property Name="Actions" Type="Assembly.v1_0_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700120 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
121 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700122 </Property>
123 </EntityType>
124
125 <EntityType Name="AssemblyData" BaseType="Resource.v1_0_0.ReferenceableMember">
126 <Property Name="Name" Type="Edm.String">
127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700128 <Annotation Term="OData.Description" String="The name of the assembly."/>
129 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700130 </Property>
131 <Property Name="Description" Type="Edm.String">
132 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700133 <Annotation Term="OData.Description" String="The description of the assembly."/>
134 <Annotation Term="OData.LongDescription" String="This property shall contain the description of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700135 </Property>
136 <Property Name="Model" Type="Edm.String">
137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700138 <Annotation Term="OData.Description" String="The model number of the assembly."/>
139 <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 -0700140 </Property>
141 <Property Name="PartNumber" Type="Edm.String">
142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700143 <Annotation Term="OData.Description" String="The part number of the assembly."/>
144 <Annotation Term="OData.LongDescription" String="This property shall contain the part number of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700145 </Property>
146 <Property Name="SparePartNumber" Type="Edm.String">
147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700148 <Annotation Term="OData.Description" String="The spare part number of the assembly."/>
149 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700150 </Property>
151 <Property Name="SKU" Type="Edm.String">
152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700153 <Annotation Term="OData.Description" String="The SKU of the assembly."/>
154 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700155 </Property>
156 <Property Name="Vendor" Type="Edm.String">
157 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700158 <Annotation Term="OData.Description" String="The vendor of the assembly."/>
159 <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 -0700160 </Property>
161 <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
162 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700163 <Annotation Term="OData.Description" String="The production date of the assembly."/>
164 <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 -0700165 </Property>
166 <Property Name="Producer" Type="Edm.String">
167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700168 <Annotation Term="OData.Description" String="The producer or manufacturer of the assembly."/>
169 <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 -0700170 </Property>
171 <Property Name="Version" Type="Edm.String">
172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600173 <Annotation Term="OData.Description" String="The hardware version of the assembly."/>
174 <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of the assembly as determined by the vendor or supplier."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700175 </Property>
176 <Property Name="EngineeringChangeLevel" Type="Edm.String">
177 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700178 <Annotation Term="OData.Description" String="The engineering change level of the assembly."/>
179 <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 -0700180 </Property>
181 <Property Name="BinaryDataURI" Type="Edm.String">
182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700183 <Annotation Term="OData.Description" String="The URI at which to access an image of the assembly information."/>
184 <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 -0700185 <Annotation Term="OData.IsURL"/>
186 </Property>
187 <Property Name="Actions" Type="Assembly.v1_0_0.AssemblyDataActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700188 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
189 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700190 </Property>
191 </EntityType>
192
193 <ComplexType Name="Actions">
194 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700195 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
196 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800197 <Property Name="Oem" Type="Assembly.v1_0_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700198 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
199 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800200 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700201 </ComplexType>
202
203 <ComplexType Name="OemActions">
204 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
206 <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 -0700207 </ComplexType>
208
209 <ComplexType Name="AssemblyDataActions">
210 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700211 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
212 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800213 <Property Name="Oem" Type="Assembly.v1_0_0.AssemblyDataOemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700214 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
215 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800216 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700217 </ComplexType>
218
219 <ComplexType Name="AssemblyDataOemActions">
220 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700221 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
222 <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 -0700223 </ComplexType>
224
225 </Schema>
226
Ed Tanous530520e2019-01-02 13:41:37 -0800227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_1">
228 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
229 <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."/>
230 <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500231 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800232 </Schema>
233
Ed Tanouscb103132019-10-08 11:34:22 -0700234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_2">
235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
236 <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."/>
237 <EntityType Name="Assembly" BaseType="Assembly.v1_0_1.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500238 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_1.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700239 </Schema>
240
241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_3">
242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600243 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700244 <EntityType Name="Assembly" BaseType="Assembly.v1_0_2.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500245 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_2.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700246 </Schema>
247
Gunnar Mills09b9d452020-02-11 13:27:39 -0600248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_4">
249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
250 <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/>
251 <EntityType Name="Assembly" BaseType="Assembly.v1_0_3.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500252 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_3.AssemblyData"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600253 </Schema>
254
Jason M. Billsea4aa752018-06-05 13:29:11 -0700255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_0">
256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600257 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500258
Jason M. Billsea4aa752018-06-05 13:29:11 -0700259 <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/>
260
261 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData">
Ed Tanous530520e2019-01-02 13:41:37 -0800262 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700263 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
264 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800265 </Property>
266 </EntityType>
267 </Schema>
268
269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_1">
270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
271 <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."/>
272 <EntityType Name="Assembly" BaseType="Assembly.v1_1_0.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500273 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_0.AssemblyData"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800274 </Schema>
275
Ed Tanouscb103132019-10-08 11:34:22 -0700276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_2">
277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
278 <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."/>
279 <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500280 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_1.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700281 </Schema>
282
283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_3">
284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600285 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700286 <EntityType Name="Assembly" BaseType="Assembly.v1_1_2.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500287 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_2.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700288 </Schema>
289
Gunnar Mills09b9d452020-02-11 13:27:39 -0600290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_4">
291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
292 <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/>
293 <EntityType Name="Assembly" BaseType="Assembly.v1_1_3.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500294 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_3.AssemblyData"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600295 </Schema>
296
Ed Tanous530520e2019-01-02 13:41:37 -0800297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_0">
298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600299 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700300 <Annotation Term="OData.Description" String="This version was created to add the SerialNumber and PhysicalContext properties."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500301
Ed Tanous530520e2019-01-02 13:41:37 -0800302 <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/>
303
Gunnar Millsa778c022020-05-12 12:20:36 -0500304 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_1.AssemblyData">
Ed Tanous530520e2019-01-02 13:41:37 -0800305 <Property Name="SerialNumber" Type="Edm.String">
306 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700307 <Annotation Term="OData.Description" String="The serial number of the assembly."/>
308 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the assembly."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800309 </Property>
310 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
311 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700312 <Annotation Term="OData.Description" String="The area or device to which the assembly data applies."/>
313 <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 -0800314 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700315 </EntityType>
316 </Schema>
317
Ed Tanouscb103132019-10-08 11:34:22 -0700318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_1">
319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
320 <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."/>
321 <EntityType Name="Assembly" BaseType="Assembly.v1_2_0.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500322 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_0.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700323 </Schema>
324
325 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_2">
326 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600327 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700328 <EntityType Name="Assembly" BaseType="Assembly.v1_2_1.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500329 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_1.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700330 </Schema>
331
Gunnar Mills09b9d452020-02-11 13:27:39 -0600332 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_3">
333 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
334 <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/>
335 <EntityType Name="Assembly" BaseType="Assembly.v1_2_2.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500336 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_2.AssemblyData"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600337 </Schema>
338
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_3_0">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341 <Annotation Term="Redfish.Release" String="2020.3"/>
342
343 <EntityType Name="Assembly" BaseType="Assembly.v1_2_3.Assembly"/>
344
345 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_3.AssemblyData">
346 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
347 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
348 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
349 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
350 </Property>
351 <Property Name="Location" Type="Resource.Location" Nullable="false">
352 <Annotation Term="OData.Description" String="The location of the assembly."/>
353 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated assembly."/>
354 </Property>
355 </EntityType>
356 </Schema>
357
Jason M. Billsea4aa752018-06-05 13:29:11 -0700358 </edmx:DataServices>
359</edmx:Edmx>