Uses the Component:MeasurementType
Defines the manufacturers rated output drive power of the engine.
Table 6.45. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| PressureMeasure | 
                         Defines an amount of pressure.  | 0..1 | Field | sqdt:PressureMeasureType | |
| SpeedMeasure | 
                         Defines a rate of speed.  | 0..1 | Field | sqdt:SpeedMeasureType | |
| ElectricityMeasure | 
                         Defines a rate of electricity.  | 0..1 | Field | sqdt:ElectricityMeasureType | |
| MechanicalEnergyMeasure | 
                         The amount of mechanical energy produced. This can be the number of horse power that is produced by an engine.  | 0..1 | Field | sqdt:PowerMeasureType | |
| LocationID | 
                         Code identifying a physical location  | 0..1 | Field | udt:IdentifierType | |
| LocationName | 
                         A name to identify the location.  | 0..* | Field | udt:TextType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.45. PowerMeasure
<PowerMeasure>
     <PressureMeasure>......</PressureMeasure>     [0..1]
     <SpeedMeasure>......</SpeedMeasure>     [0..1]
     <ElectricityMeasure>......</ElectricityMeasure>     [0..1]
     <MechanicalEnergyMeasure>......</MechanicalEnergyMeasure>     [0..1]
     <LocationID>......</LocationID>     [0..1]
     <LocationName>......</LocationName>     [0..*]
</PowerMeasure>