type

Attribute Information

Used By

Complex Type TrackRateComplexType

Source

<xs:attribute name="type">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="stationary"/>
      <xs:enumeration value="siderial"/>
      <xs:enumeration value="lunar"/>
      <xs:enumeration value="solar"/>
      <xs:enumeration value="mercury"/>
      <xs:enumeration value="venus"/>
      <xs:enumeration value="mars"/>
      <xs:enumeration value="jupiter"/>
      <xs:enumeration value="saturn"/>
      <xs:enumeration value="uranus"/>
      <xs:enumeration value="neptune"/>
      <xs:enumeration value="pluto"/>
      <xs:enumeration value="other"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample