stc:coordFlavorType

Provides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, or UNITSPHERE, presence of velocities

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
coord_naxes restriction of xs:integer 2 optional
coord_vel xs:boolean false optional

Used By

Source

<xs:complexType name="coordFlavorType">
  <xs:annotation>
    <xs:documentation>Provides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, or UNITSPHERE, presence of velocities</xs:documentation>
  </xs:annotation>
  <xs:attribute name="coord_naxes" default="2">
    <xs:simpleType>
      <xs:restriction base="xs:integer">
        <xs:minInclusive value="1"/>
        <xs:maxInclusive value="3"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="coord_vel" type="xs:boolean" default="false"/>
</xs:complexType>