The pixel coordinates type |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
coord_system_id | xs:IDREF | required |
Element | crd:PixelCoords |
<xs:complexType name="pixelCoordsType"> <xs:annotation> <xs:documentation>The pixel coordinates type</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="crd:coordsType"> <xs:sequence maxOccurs="unbounded"> <xs:element ref="crd:PixelCoordinate"/> </xs:sequence> <xs:attribute name="coord_system_id" type="xs:IDREF" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType> |