<xsd:complexType name="PowerMeasureType">
<xsd:annotation>
<xsd:documentation>Used to indicate power rating.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="unitCode" type="xfUOMcl:PowerUnitsContentType" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">Used to indciate a type of power.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="qualifierCode" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Use this to further qualify the scope of the measurement.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|