blob: 88d24e6f9ab8af10428b1e94d2f3ab3118fb4486 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Asmitha Karunanithi009c6452022-09-22 01:07:59 -05004<!--# Redfish Schema: Assembly v1.4.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 Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 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>
Ed Tanoused761212022-09-23 15:03:29 -070077 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -080078 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Assembly</String>
79 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
Ed Tanoused761212022-09-23 15:03:29 -070080 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -080081 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Assembly</String>
82 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
Ed Tanoused761212022-09-23 15:03:29 -070083 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060084 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Assembly</String>
85 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
Ed Tanoused761212022-09-23 15:03:29 -070086 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060087 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Assembly</String>
88 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
Ed Tanoused761212022-09-23 15:03:29 -070089 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String>
90 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/Assembly</String>
91 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String>
92 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String>
Gunnar Mills262d7d42021-01-20 16:28:41 -060093 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
94 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
95 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
96 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
97 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
98 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
99 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
100 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
101 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
102 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
103 <String>/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String>
104 <String>/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String>
Ed Tanouscb103132019-10-08 11:34:22 -0700105 <String>/redfish/v1/Chassis/{ChassisId}/Thermal/Fans/{FanId}/Assembly</String>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600106 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}/Assembly</String>
107 <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/PowerSupplies/{PowerSupplyId}/Assembly</String>
Gunnar Mills9d424662021-09-22 21:56:16 -0500108 <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/PowerSupplies/{PowerSupplyId}/Assembly</String>
109 <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/Batteries/{BatteryId}/Assembly</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800110 </Collection>
111 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700112 </EntityType>
113
114 </Schema>
115
116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_0">
117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600118 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700119
120 <EntityType Name="Assembly" BaseType="Assembly.Assembly">
121 <NavigationProperty Name="Assemblies" Type="Collection(Assembly.v1_0_0.AssemblyData)" ContainsTarget="true">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700123 <Annotation Term="OData.Description" String="The assembly records."/>
124 <Annotation Term="OData.LongDescription" String="These properties shall define assembly records for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 <Annotation Term="OData.AutoExpand"/>
126 </NavigationProperty>
127 <Property Name="Actions" Type="Assembly.v1_0_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700128 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
129 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700130 </Property>
131 </EntityType>
132
133 <EntityType Name="AssemblyData" BaseType="Resource.v1_0_0.ReferenceableMember">
134 <Property Name="Name" Type="Edm.String">
135 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700136 <Annotation Term="OData.Description" String="The name of the assembly."/>
137 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700138 </Property>
139 <Property Name="Description" Type="Edm.String">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700141 <Annotation Term="OData.Description" String="The description of the assembly."/>
142 <Annotation Term="OData.LongDescription" String="This property shall contain the description of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700143 </Property>
144 <Property Name="Model" Type="Edm.String">
145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700146 <Annotation Term="OData.Description" String="The model number of the assembly."/>
147 <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 -0700148 </Property>
149 <Property Name="PartNumber" Type="Edm.String">
150 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700151 <Annotation Term="OData.Description" String="The part number of the assembly."/>
152 <Annotation Term="OData.LongDescription" String="This property shall contain the part number of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 </Property>
154 <Property Name="SparePartNumber" Type="Edm.String">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700156 <Annotation Term="OData.Description" String="The spare part number of the assembly."/>
157 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700158 </Property>
159 <Property Name="SKU" Type="Edm.String">
160 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700161 <Annotation Term="OData.Description" String="The SKU of the assembly."/>
162 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU of the assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700163 </Property>
164 <Property Name="Vendor" Type="Edm.String">
165 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700166 <Annotation Term="OData.Description" String="The vendor of the assembly."/>
167 <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 -0700168 </Property>
169 <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
170 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700171 <Annotation Term="OData.Description" String="The production date of the assembly."/>
172 <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 -0700173 </Property>
174 <Property Name="Producer" Type="Edm.String">
175 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700176 <Annotation Term="OData.Description" String="The producer or manufacturer of the assembly."/>
177 <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 -0700178 </Property>
179 <Property Name="Version" Type="Edm.String">
180 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600181 <Annotation Term="OData.Description" String="The hardware version of the assembly."/>
182 <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 -0700183 </Property>
184 <Property Name="EngineeringChangeLevel" Type="Edm.String">
185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700186 <Annotation Term="OData.Description" String="The engineering change level of the assembly."/>
187 <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 -0700188 </Property>
189 <Property Name="BinaryDataURI" Type="Edm.String">
190 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700191 <Annotation Term="OData.Description" String="The URI at which to access an image of the assembly information."/>
192 <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 -0700193 <Annotation Term="OData.IsURL"/>
194 </Property>
195 <Property Name="Actions" Type="Assembly.v1_0_0.AssemblyDataActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700196 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
197 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700198 </Property>
199 </EntityType>
200
201 <ComplexType Name="Actions">
202 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700203 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
204 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800205 <Property Name="Oem" Type="Assembly.v1_0_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700206 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
207 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800208 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700209 </ComplexType>
210
211 <ComplexType Name="OemActions">
212 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700213 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
214 <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 -0700215 </ComplexType>
216
217 <ComplexType Name="AssemblyDataActions">
218 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
220 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800221 <Property Name="Oem" Type="Assembly.v1_0_0.AssemblyDataOemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
223 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800224 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700225 </ComplexType>
226
227 <ComplexType Name="AssemblyDataOemActions">
228 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700229 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
230 <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 -0700231 </ComplexType>
232
233 </Schema>
234
Ed Tanous530520e2019-01-02 13:41:37 -0800235 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_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_0_0.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500239 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800240 </Schema>
241
Ed Tanouscb103132019-10-08 11:34:22 -0700242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_2">
243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
244 <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."/>
245 <EntityType Name="Assembly" BaseType="Assembly.v1_0_1.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500246 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_1.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700247 </Schema>
248
249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_3">
250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600251 <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 -0700252 <EntityType Name="Assembly" BaseType="Assembly.v1_0_2.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500253 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_2.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700254 </Schema>
255
Gunnar Mills09b9d452020-02-11 13:27:39 -0600256 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_4">
257 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
258 <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/>
259 <EntityType Name="Assembly" BaseType="Assembly.v1_0_3.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500260 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_3.AssemblyData"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600261 </Schema>
262
Jason M. Billsea4aa752018-06-05 13:29:11 -0700263 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_0">
264 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600265 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500266
Jason M. Billsea4aa752018-06-05 13:29:11 -0700267 <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/>
268
269 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData">
Ed Tanous530520e2019-01-02 13:41:37 -0800270 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700271 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
272 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800273 </Property>
274 </EntityType>
275 </Schema>
276
277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_1">
278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
279 <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."/>
280 <EntityType Name="Assembly" BaseType="Assembly.v1_1_0.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500281 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_0.AssemblyData"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800282 </Schema>
283
Ed Tanouscb103132019-10-08 11:34:22 -0700284 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_2">
285 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
286 <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."/>
287 <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500288 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_1.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700289 </Schema>
290
291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_3">
292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600293 <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 -0700294 <EntityType Name="Assembly" BaseType="Assembly.v1_1_2.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500295 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_2.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700296 </Schema>
297
Gunnar Mills09b9d452020-02-11 13:27:39 -0600298 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_4">
299 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
300 <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/>
301 <EntityType Name="Assembly" BaseType="Assembly.v1_1_3.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500302 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_3.AssemblyData"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600303 </Schema>
304
Ed Tanous530520e2019-01-02 13:41:37 -0800305 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_0">
306 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600307 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700308 <Annotation Term="OData.Description" String="This version was created to add the SerialNumber and PhysicalContext properties."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500309
Ed Tanous530520e2019-01-02 13:41:37 -0800310 <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/>
311
Gunnar Millsa778c022020-05-12 12:20:36 -0500312 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_1.AssemblyData">
Ed Tanous530520e2019-01-02 13:41:37 -0800313 <Property Name="SerialNumber" Type="Edm.String">
314 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700315 <Annotation Term="OData.Description" String="The serial number of the assembly."/>
316 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the assembly."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800317 </Property>
318 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
319 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700320 <Annotation Term="OData.Description" String="The area or device to which the assembly data applies."/>
321 <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 -0800322 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700323 </EntityType>
324 </Schema>
325
Ed Tanouscb103132019-10-08 11:34:22 -0700326 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_1">
327 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
328 <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."/>
329 <EntityType Name="Assembly" BaseType="Assembly.v1_2_0.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500330 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_0.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700331 </Schema>
332
333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_2">
334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600335 <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 -0700336 <EntityType Name="Assembly" BaseType="Assembly.v1_2_1.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500337 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_1.AssemblyData"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700338 </Schema>
339
Gunnar Mills09b9d452020-02-11 13:27:39 -0600340 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_3">
341 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
342 <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/>
343 <EntityType Name="Assembly" BaseType="Assembly.v1_2_2.Assembly"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500344 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_2.AssemblyData"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600345 </Schema>
346
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_3_0">
348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
349 <Annotation Term="Redfish.Release" String="2020.3"/>
350
351 <EntityType Name="Assembly" BaseType="Assembly.v1_2_3.Assembly"/>
352
353 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_3.AssemblyData">
354 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
355 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
356 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
357 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
358 </Property>
359 <Property Name="Location" Type="Resource.Location" Nullable="false">
360 <Annotation Term="OData.Description" String="The location of the assembly."/>
361 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated assembly."/>
362 </Property>
363 </EntityType>
364 </Schema>
365
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500366 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_4_0">
367 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
368 <Annotation Term="Redfish.Release" String="2022.2"/>
369
370 <EntityType Name="Assembly" BaseType="Assembly.v1_3_0.Assembly"/>
371
372 <EntityType Name="AssemblyData" BaseType="Assembly.v1_3_0.AssemblyData">
373 <Property Name="Replaceable" Type="Edm.Boolean">
374 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
375 <Annotation Term="OData.Description" String="An indication of whether the component associated this assembly can be independently replaced as allowed by the vendor's replacement policy."/>
376 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the component associated this assembly can be independently replaced as allowed by the vendor's replacement policy. A value of `false` indicates the component needs to be replaced by policy, as part of another component. If the `LocationType` property of this assembly contains `Embedded`, this property shall contain `false`."/>
377 </Property>
378 </EntityType>
379 </Schema>
380
Jason M. Billsea4aa752018-06-05 13:29:11 -0700381 </edmx:DataServices>
382</edmx:Edmx>