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