simpleType svg:CoordinateType
namespace http://www.w3.org/2000/svg
type restriction of xs:string
used by
attributes svg:radialGradientType/@cx svg:ellipseType/@cx svg:circleType/@cx svg:radialGradientType/@cy svg:circleType/@cy svg:ellipseType/@cy svg:radialGradientType/@fx svg:radialGradientType/@fy svg:markerType/@refX svg:markerType/@refY svg:svgType/@x svg:textType/@x svg:patternType/@x svg:maskType/@x svg:filter_primitive_attributes/@x svg:useType/@x svg:filterType/@x svg:rectType/@x svg:cursorType/@x svg:imageType/@x svg:foreignObjectType/@x svg:linearGradientType/@x1 svg:lineType/@x1 svg:linearGradientType/@x2 svg:lineType/@x2 svg:filter_primitive_attributes/@y svg:svgType/@y svg:foreignObjectType/@y svg:useType/@y svg:cursorType/@y svg:imageType/@y svg:filterType/@y svg:rectType/@y svg:maskType/@y svg:patternType/@y svg:textType/@y svg:lineType/@y1 svg:linearGradientType/@y1 svg:lineType/@y2 svg:linearGradientType/@y2
facets
pattern ((((\+|\-)?((\d+)))|((\+|\-)?(((((\d+)?\.(\d+))|((\d+)\.))([eE](\+|\-)?(\d+))?)|((\d+)([eE](\+|\-)?(\d+))))))(em|ex|px|pt|pc|cm|mm|in|%)?)
annotation
documentation
a <co-ordinate>
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?
source <xs:simpleType name="CoordinateType">
 
<xs:annotation>
   
<xs:documentation source="http://www.w3.org/TR/SVG/types.html#DataTypeCoordinate">a &lt;co-ordinate&gt;</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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy