Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:TimeIntervalLengthType
Namespace http://www.opengis.net/gml
Annotations
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.
Diagram
Diagram index164.tmp#id219 index164.tmp#id221 index164.tmp#id222
Type extension of decimal
Properties
final: extension, restriction
Used by
Attributes
QName Type Fixed Default Use Annotation
factor integer optional
radix positiveInteger optional
unit gml:TimeUnitType required
Source
<complexType name="TimeIntervalLengthType" final="#all">
  <annotation>
    <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>
Schema location http://schemas.opengis.net/gml/3.1.1/base/temporal.xsd
Attribute gml:TimeIntervalLengthType / @unit
Namespace No namespace
Type gml:TimeUnitType
Properties
use: required
Used by
Source
<attribute name="unit" type="gml:TimeUnitType" use="required"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/temporal.xsd
Attribute gml:TimeIntervalLengthType / @radix
Namespace No namespace
Type positiveInteger
Properties
use: optional
Used by
Source
<attribute name="radix" type="positiveInteger" use="optional"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/temporal.xsd
Attribute gml:TimeIntervalLengthType / @factor
Namespace No namespace
Type integer
Properties
use: optional
Used by
Source
<attribute name="factor" type="integer" use="optional"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/temporal.xsd