gml:TimeIntervalLengthType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
factor integer optional
radix positiveInteger optional
unit gml:TimeUnitType required

Used By

Source

<complexType name="TimeIntervalLengthType" final="#all">
  <simpleContent>
    <extension base="decimal">
      <attribute name="unit" type="gml:TimeUnitType" use="required"/>
      <attribute name="radix" type="positiveInteger"/>
      <attribute name="factor" type="integer"/>
    </extension>
  </simpleContent>
</complexType>