| namespace | http://www.w3.org/2000/svg | ||||
| type | restriction of xs:string | ||||
| used by | |||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="CoordinateType"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/SVG/types.html#DataTypeCoordinate">a <co-ordinate></xs:documentation> <xs:documentation>a coordinate, which is a number optionally followed immediately by a unit identifier. Perhaps it is possible to represent this as a union by declaring unit idenifiers as a type?</xs:documentation> </xs:annotation> <xs:restriction base="string"> <xs:pattern value="((((\+|\-)?((\d+)))|((\+|\-)?(((((\d+)?\.(\d+))|((\d+)\.))([eE](\+|\-)?(\d+))?)|((\d+)([eE](\+|\-)?(\d+))))))(em|ex|px|pt|pc|cm|mm|in|%)?)"/> </xs:restriction> </xs:simpleType> |