The generic coordsType |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| coord_system_id | xs:IDREF | required |
| Complex Types | crd:astroCoordsType, crd:pixelCoordsType |
| Element | crd:Coords |
<xs:complexType name="coordsType"> <xs:annotation> <xs:documentation>The generic coordsType</xs:documentation> </xs:annotation> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element ref="crd:Coordinate"/> </xs:sequence> <xs:attribute name="coord_system_id" type="xs:IDREF" use="required"/> </xs:complexType> |