Showing:

Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:TimeIntervalLengthType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index994.tmp#id256 index994.tmp#id258 index994.tmp#id259
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">
  <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>
Schema location http://schemas.opengis.net/gml/3.2.1/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.2.1/temporal.xsd
Attribute gml:TimeIntervalLengthType / @radix
Namespace No namespace
Type positiveInteger
Properties
content: simple
Used by
Source
<attribute name="radix" type="positiveInteger"/>
Schema location http://schemas.opengis.net/gml/3.2.1/temporal.xsd
Attribute gml:TimeIntervalLengthType / @factor
Namespace No namespace
Type integer
Properties
content: simple
Used by
Source
<attribute name="factor" type="integer"/>
Schema location http://schemas.opengis.net/gml/3.2.1/temporal.xsd