Contains a spatial position CoordInterval |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
unit | crd:posUnitType | required |
Complex Type | stc:velocityIntervalType |
Element | stc:PositionInterval |
<xs:complexType name="positionIntervalType"> <xs:annotation> <xs:documentation>Contains a spatial position CoordInterval</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="stc:spatialIntervalType"> <xs:sequence> <xs:element ref="stc:CoordInterval"/> </xs:sequence> <xs:attribute name="unit" type="crd:posUnitType" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |