<xsd:complexType name="PeriodMeasureType">
<xsd:annotation>
<xsd:documentation>Used to indicate a length of time in months, years, or weeks.</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">Indicates the duration of time in months, weeks, years, etc.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|