unit:TimeType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
duration unit:TimeUnitType required

Used By

Source

<xsd:complexType name="TimeType">
  <xsd:simpleContent>
    <xsd:extension base="xsd:decimal">
      <xsd:attribute name="duration" type="unit:TimeUnitType" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>