Definition Type: ComplexType
Name: TimeIntervalLengthType
Namespace: http://www.opengis.net/gml/3.2
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: temporal.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into factor in schema temporal_xsd Drilldown into radix in schema temporal_xsd Drilldown into unit in schema temporal_xsdXSD Diagram of TimeIntervalLengthType in schema temporal_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
unit gml:unit Required
radix gml:radix (Optional)
factor gml:factor (Optional)
Collapse Derivation Tree:
Collapse References:
gml:intervalgml:timeInterval,