complexType TimeIntervalLengthType
diagram index_p1383.png
namespace http://www.opengis.net/gml
type extension of xs:decimal
properties
base decimal
final #all
used by
elements TimeCoordinateSystemType/interval timeInterval
attributes
Name  Type  Use  Default  Fixed  annotation
unitgml:TimeUnitTyperequired      
radixxs:positiveIntegeroptional      
factorxs:integeroptional      
annotation
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.
source <xs:complexType name="TimeIntervalLengthType" final="#all">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="decimal">
     
<xs:attribute name="unit" type="gml:TimeUnitType" use="required"/>
     
<xs:attribute name="radix" type="positiveInteger" use="optional"/>
     
<xs:attribute name="factor" type="integer" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute TimeIntervalLengthType/@unit
type gml:TimeUnitType
properties
isRef 0
use required
source <xs:attribute name="unit" type="gml:TimeUnitType" use="required"/>

attribute TimeIntervalLengthType/@radix
type xs:positiveInteger
properties
isRef 0
use optional
source <xs:attribute name="radix" type="positiveInteger" use="optional"/>

attribute TimeIntervalLengthType/@factor
type xs:integer
properties
isRef 0
use optional
source <xs:attribute name="factor" type="integer" use="optional"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy