1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: Assembly v1.5.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-2023 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="Validation.v1_0_0" Alias="Validation"/> 22 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 23 </edmx:Reference> 24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 25 <edmx:Include Namespace="Resource"/> 26 <edmx:Include Namespace="Resource.v1_0_0"/> 27 </edmx:Reference> 28 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml"> 29 <edmx:Include Namespace="PhysicalContext"/> 30 </edmx:Reference> 31 32 <edmx:DataServices> 33 34 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly"> 35 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 36 37 <EntityType Name="Assembly" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 38 <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."/> 39 <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."/> 40 <Annotation Term="Capabilities.InsertRestrictions"> 41 <Record> 42 <PropertyValue Property="Insertable" Bool="false"/> 43 </Record> 44 </Annotation> 45 <Annotation Term="Capabilities.UpdateRestrictions"> 46 <Record> 47 <PropertyValue Property="Updatable" Bool="true"/> 48 <Annotation Term="OData.Description" String="Any writable properties can be updated for an assembly."/> 49 </Record> 50 </Annotation> 51 <Annotation Term="Capabilities.DeleteRestrictions"> 52 <Record> 53 <PropertyValue Property="Deletable" Bool="false"/> 54 </Record> 55 </Annotation> 56 <Annotation Term="Redfish.Uris"> 57 <Collection> 58 <String>/redfish/v1/Chassis/{ChassisId}/Assembly</String> 59 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String> 60 <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}/Assembly</String> 61 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String> 62 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Assembly</String> 63 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String> 64 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String> 65 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Assembly</String> 66 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Assembly</String> 67 <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/Assembly</String> 68 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Assembly</String> 69 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Assembly</String> 70 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Assembly</String> 71 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Assembly</String> 72 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Assembly</String> 73 <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/Assembly</String> 74 <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}/Assembly</String> 75 <String>/redfish/v1/Chassis/{ChassisId}/Power/PowerSupplies/{PowerSupplyId}/Assembly</String> 76 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Assembly</String> 77 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String> 78 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String> 79 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Assembly</String> 80 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String> 81 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String> 82 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Assembly</String> 83 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String> 84 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String> 85 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Assembly</String> 86 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String> 87 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String> 88 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Assembly</String> 89 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String> 90 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String> 91 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/Assembly</String> 92 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/Assembly</String> 93 <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/Assembly</String> 94 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String> 95 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String> 96 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String> 97 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String> 98 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String> 99 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String> 100 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String> 101 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String> 102 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String> 103 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String> 104 <String>/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Assembly</String> 105 <String>/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Assembly</String> 106 <String>/redfish/v1/Chassis/{ChassisId}/Thermal/Fans/{FanId}/Assembly</String> 107 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}/Assembly</String> 108 <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/PowerSupplies/{PowerSupplyId}/Assembly</String> 109 <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/PowerSupplies/{PowerSupplyId}/Assembly</String> 110 <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/Batteries/{BatteryId}/Assembly</String> 111 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Heaters/{HeaderId}/Assembly</String> 112 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Assembly</String> 113 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Assembly</String> 114 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Assembly</String> 115 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Reservoirs/{ReservoirId}/Assembly</String> 116 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Reservoirs/{ReservoirId}/Assembly</String> 117 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Reservoirs/{ReservoirId}/Assembly</String> 118 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Pumps/{PumpId}/Assembly</String> 119 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Pumps/{PumpId}/Assembly</String> 120 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Pumps/{PumpId}/Assembly</String> 121 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Filters/{FilterId}/Assembly</String> 122 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters/{FilterId}/Assembly</String> 123 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Pumps/{PumpId}/Filters/{FilterId}/Assembly</String> 124 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Filters/{FilterId}/Assembly</String> 125 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters/{FilterId}/Assembly</String> 126 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Pumps/{PumpId}/Filters/{FilterId}/Assembly</String> 127 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Filters/{FilterId}/Assembly</String> 128 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters/{FilterId}/Assembly</String> 129 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Pumps/{PumpId}/Filters/{FilterId}/Assembly</String> 130 </Collection> 131 </Annotation> 132 </EntityType> 133 </Schema> 134 135 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_0"> 136 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 137 <Annotation Term="Redfish.Release" String="2017.3"/> 138 139 <EntityType Name="Assembly" BaseType="Assembly.Assembly"> 140 <NavigationProperty Name="Assemblies" Type="Collection(Assembly.v1_0_0.AssemblyData)" ContainsTarget="true"> 141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 142 <Annotation Term="OData.Description" String="The assembly records."/> 143 <Annotation Term="OData.LongDescription" String="These properties shall define assembly records for a Redfish implementation."/> 144 <Annotation Term="OData.AutoExpand"/> 145 </NavigationProperty> 146 <Property Name="Actions" Type="Assembly.v1_0_0.Actions" Nullable="false"> 147 <Annotation Term="OData.Description" String="The available actions for this Resource."/> 148 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/> 149 </Property> 150 </EntityType> 151 152 <EntityType Name="AssemblyData" BaseType="Resource.v1_0_0.ReferenceableMember"> 153 <Property Name="Name" Type="Edm.String"> 154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 155 <Annotation Term="OData.Description" String="The name of the assembly."/> 156 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the assembly."/> 157 </Property> 158 <Property Name="Description" Type="Edm.String"> 159 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 160 <Annotation Term="OData.Description" String="The description of the assembly."/> 161 <Annotation Term="OData.LongDescription" String="This property shall contain the description of the assembly."/> 162 </Property> 163 <Property Name="Model" Type="Edm.String"> 164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 165 <Annotation Term="OData.Description" String="The model number of the assembly."/> 166 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the assembly."/> 167 </Property> 168 <Property Name="PartNumber" Type="Edm.String"> 169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 170 <Annotation Term="OData.Description" String="The part number of the assembly."/> 171 <Annotation Term="OData.LongDescription" String="This property shall contain the part number of the assembly."/> 172 </Property> 173 <Property Name="SparePartNumber" Type="Edm.String"> 174 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 175 <Annotation Term="OData.Description" String="The spare part number of the assembly."/> 176 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the assembly."/> 177 </Property> 178 <Property Name="SKU" Type="Edm.String"> 179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 180 <Annotation Term="OData.Description" String="The SKU of the assembly."/> 181 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU of the assembly."/> 182 </Property> 183 <Property Name="Vendor" Type="Edm.String"> 184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 185 <Annotation Term="OData.Description" String="The vendor of the assembly."/> 186 <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."/> 187 </Property> 188 <Property Name="ProductionDate" Type="Edm.DateTimeOffset"> 189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 190 <Annotation Term="OData.Description" String="The production date of the assembly."/> 191 <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."/> 192 </Property> 193 <Property Name="Producer" Type="Edm.String"> 194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 195 <Annotation Term="OData.Description" String="The producer or manufacturer of the assembly."/> 196 <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."/> 197 </Property> 198 <Property Name="Version" Type="Edm.String"> 199 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 200 <Annotation Term="OData.Description" String="The hardware version of the assembly."/> 201 <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of the assembly as determined by the vendor or supplier."/> 202 </Property> 203 <Property Name="EngineeringChangeLevel" Type="Edm.String"> 204 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 205 <Annotation Term="OData.Description" String="The engineering change level of the assembly."/> 206 <Annotation Term="OData.LongDescription" String="This property shall contain the engineering change level or revision of the assembly."/> 207 </Property> 208 <Property Name="BinaryDataURI" Type="Edm.String"> 209 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 210 <Annotation Term="OData.Description" String="The URI at which to access an image of the assembly information."/> 211 <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 type `application/octet-stream`. If the service supports it, an HTTP PUT to this URI shall replace the binary image of the assembly."/> 212 <Annotation Term="OData.IsURL"/> 213 </Property> 214 <Property Name="Actions" Type="Assembly.v1_0_0.AssemblyDataActions" Nullable="false"> 215 <Annotation Term="OData.Description" String="The available actions for this Resource."/> 216 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/> 217 </Property> 218 </EntityType> 219 220 <ComplexType Name="Actions"> 221 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 222 <Annotation Term="OData.Description" String="The available actions for this Resource."/> 223 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/> 224 <Property Name="Oem" Type="Assembly.v1_0_0.OemActions" Nullable="false"> 225 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> 226 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/> 227 </Property> 228 </ComplexType> 229 230 <ComplexType Name="OemActions"> 231 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 232 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> 233 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/> 234 </ComplexType> 235 236 <ComplexType Name="AssemblyDataActions"> 237 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 238 <Annotation Term="OData.Description" String="The available actions for this Resource."/> 239 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/> 240 <Property Name="Oem" Type="Assembly.v1_0_0.AssemblyDataOemActions" Nullable="false"> 241 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> 242 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/> 243 </Property> 244 </ComplexType> 245 246 <ComplexType Name="AssemblyDataOemActions"> 247 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 248 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> 249 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/> 250 </ComplexType> 251 252 </Schema> 253 254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_1"> 255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 256 <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."/> 257 <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/> 258 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData"/> 259 </Schema> 260 261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_2"> 262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 263 <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."/> 264 <EntityType Name="Assembly" BaseType="Assembly.v1_0_1.Assembly"/> 265 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_1.AssemblyData"/> 266 </Schema> 267 268 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_3"> 269 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 270 <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."/> 271 <EntityType Name="Assembly" BaseType="Assembly.v1_0_2.Assembly"/> 272 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_2.AssemblyData"/> 273 </Schema> 274 275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_4"> 276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 277 <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/> 278 <EntityType Name="Assembly" BaseType="Assembly.v1_0_3.Assembly"/> 279 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_3.AssemblyData"/> 280 </Schema> 281 282 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_0_5"> 283 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 284 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 285 <EntityType Name="Assembly" BaseType="Assembly.v1_0_4.Assembly"/> 286 </Schema> 287 288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_0"> 289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 290 <Annotation Term="Redfish.Release" String="2018.1"/> 291 292 <EntityType Name="Assembly" BaseType="Assembly.v1_0_0.Assembly"/> 293 294 <EntityType Name="AssemblyData" BaseType="Assembly.v1_0_0.AssemblyData"> 295 <Property Name="Status" Type="Resource.Status" Nullable="false"> 296 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/> 297 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/> 298 </Property> 299 </EntityType> 300 </Schema> 301 302 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_1"> 303 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 304 <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."/> 305 <EntityType Name="Assembly" BaseType="Assembly.v1_1_0.Assembly"/> 306 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_0.AssemblyData"/> 307 </Schema> 308 309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_2"> 310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 311 <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."/> 312 <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/> 313 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_1.AssemblyData"/> 314 </Schema> 315 316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_3"> 317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 318 <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."/> 319 <EntityType Name="Assembly" BaseType="Assembly.v1_1_2.Assembly"/> 320 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_2.AssemblyData"/> 321 </Schema> 322 323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_4"> 324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 325 <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/> 326 <EntityType Name="Assembly" BaseType="Assembly.v1_1_3.Assembly"/> 327 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_3.AssemblyData"/> 328 </Schema> 329 330 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_1_5"> 331 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 332 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 333 <EntityType Name="Assembly" BaseType="Assembly.v1_1_4.Assembly"/> 334 </Schema> 335 336 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_0"> 337 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 338 <Annotation Term="Redfish.Release" String="2018.2"/> 339 <Annotation Term="OData.Description" String="This version was created to add the SerialNumber and PhysicalContext properties."/> 340 341 <EntityType Name="Assembly" BaseType="Assembly.v1_1_1.Assembly"/> 342 343 <EntityType Name="AssemblyData" BaseType="Assembly.v1_1_1.AssemblyData"> 344 <Property Name="SerialNumber" Type="Edm.String"> 345 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 346 <Annotation Term="OData.Description" String="The serial number of the assembly."/> 347 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the assembly."/> 348 </Property> 349 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 350 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 351 <Annotation Term="OData.Description" String="The area or device to which the assembly data applies."/> 352 <Annotation Term="OData.LongDescription" String="This property shall contain a description of the physical context for the assembly data."/> 353 </Property> 354 </EntityType> 355 </Schema> 356 357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_1"> 358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 359 <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."/> 360 <EntityType Name="Assembly" BaseType="Assembly.v1_2_0.Assembly"/> 361 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_0.AssemblyData"/> 362 </Schema> 363 364 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_2"> 365 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 366 <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."/> 367 <EntityType Name="Assembly" BaseType="Assembly.v1_2_1.Assembly"/> 368 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_1.AssemblyData"/> 369 </Schema> 370 371 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_3"> 372 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 373 <Annotation Term="OData.Description" String="This version was created to clarify the description for Version."/> 374 <EntityType Name="Assembly" BaseType="Assembly.v1_2_2.Assembly"/> 375 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_2.AssemblyData"/> 376 </Schema> 377 378 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_2_4"> 379 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 380 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 381 <EntityType Name="Assembly" BaseType="Assembly.v1_2_3.Assembly"/> 382 </Schema> 383 384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_3_0"> 385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 386 <Annotation Term="Redfish.Release" String="2020.3"/> 387 388 <EntityType Name="Assembly" BaseType="Assembly.v1_2_3.Assembly"/> 389 390 <EntityType Name="AssemblyData" BaseType="Assembly.v1_2_3.AssemblyData"> 391 <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 392 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 393 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 394 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/> 395 </Property> 396 <Property Name="Location" Type="Resource.Location" Nullable="false"> 397 <Annotation Term="OData.Description" String="The location of the assembly."/> 398 <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated assembly."/> 399 </Property> 400 </EntityType> 401 </Schema> 402 403 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_3_1"> 404 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 405 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 406 <EntityType Name="Assembly" BaseType="Assembly.v1_3_0.Assembly"/> 407 </Schema> 408 409 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_4_0"> 410 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 411 <Annotation Term="Redfish.Release" String="2022.2"/> 412 413 <EntityType Name="Assembly" BaseType="Assembly.v1_3_0.Assembly"/> 414 415 <EntityType Name="AssemblyData" BaseType="Assembly.v1_3_0.AssemblyData"> 416 <Property Name="Replaceable" Type="Edm.Boolean"> 417 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 418 <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."/> 419 <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`."/> 420 </Property> 421 </EntityType> 422 </Schema> 423 424 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_4_1"> 425 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 426 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 427 <EntityType Name="Assembly" BaseType="Assembly.v1_4_0.Assembly"/> 428 </Schema> 429 430 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Assembly.v1_5_0"> 431 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 432 <Annotation Term="Redfish.Release" String="2022.3"/> 433 434 <EntityType Name="Assembly" BaseType="Assembly.v1_4_1.Assembly"/> 435 436 <EntityType Name="AssemblyData" BaseType="Assembly.v1_4_0.AssemblyData"> 437 <Property Name="ISOCountryCodeOfOrigin" Type="Edm.String"> 438 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 439 <Annotation Term="OData.Description" String="The manufacturing country of origin, using the ISO 3166-1 country code."/> 440 <Annotation Term="OData.LongDescription" String="This property shall contain the ISO 3166-1-defined alpha-2 or alpha-3 country code that reflects the manufacturing country of origin."/> 441 <Annotation Term="Validation.Pattern" String="^([A-Z]{2}|[A-Z]{3})$"/> 442 </Property> 443 </EntityType> 444 </Schema> 445 446 </edmx:DataServices> 447</edmx:Edmx> 448