2-D Velocity coordinate |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
unit | crd:posUnitType | required | ||||
vel_time_unit | crd:velTimeUnitType | required |
<xs:element name="Velocity2D" substitutionGroup="crd:Velocity"> <xs:annotation> <xs:documentation>2-D Velocity coordinate</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="crd:vector2CoordinateType"> <xs:attribute name="unit" type="crd:posUnitType" use="required"/> <xs:attribute name="vel_time_unit" type="crd:velTimeUnitType" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |