<xsd:complexType name="TimeMeasureType">
<xsd:annotation>
<xsd:documentation>Used to indicate the amount of time in hours, minutues, seconds, etc.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="unitCode" type="xfUOMcl:TimeUnitsContentType" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">Used to indciate a the time measurement.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|