<xsd:complexType name="SpeedMeasureType">
<xsd:annotation>
<xsd:documentation>Used to indicate a speed.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="unitCode" type="xfUOMcl:SpeedUnitsContentType" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">Used to indciate a speed type.</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>
|