Definition Type: ComplexType
Name: TimeIntervalLengthType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: gml.xsd
Abstract
Documentation:
This type extends the built-in xsd:decimal simple type to allow floating-point values for temporal length. According to the ISO 11404 model you have to use positiveInteger together with appropriate values for radix and factor. The resolution of the time interval is to one radix ^(-factor) of the specified time unit (e.g. unit="second", radix="10", factor="3" specifies a resolution of milliseconds). It is a subtype of TimeDurationType.
Collapse XSD Schema Diagram:
Drilldown into factor in schema gml_xsd Drilldown into radix in schema gml_xsd Drilldown into unit in schema gml_xsdXSD Diagram of TimeIntervalLengthType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="TimeIntervalLengthType" final="#all">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:temporal:3.1.1">temporal.xsd</appinfo>
        <documentation xml:lang="en">
      This type extends the built-in xsd:decimal simple type to allow floating-point 
      values for temporal length. According to  the ISO 11404 model you have to use 
      positiveInteger together with appropriate values for radix and factor. The 
      resolution of the time interval is to one radix ^(-factor) of the specified 
      time unit (e.g. unit="second", radix="10", factor="3" specifies a resolution 
      of milliseconds). It is a subtype of TimeDurationType.
      </documentation>
    </annotation>
    <simpleContent>
        <extension base="decimal">
            <attribute name="unit" type="gml:TimeUnitType" use="required" />
            <attribute name="radix" type="positiveInteger" use="optional" />
            <attribute name="factor" type="integer" use="optional" />
        </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:
swe:offsetInterval, gml:timeInterval, swe:windowInterval