complexType svg:cursorType
diagram ddml31_p260.png
namespace http://www.w3.org/2000/svg
children desc title metadata
used by
element svg:cursor
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:IDoptional      
baseoptional      
documentation
See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.
type    simple  
role      
arcrole      
title      
show  other    
actuate  onLoad    
hrefoptional      
requiredFeaturessvg:FeatureListTypeoptional      
requiredExtensionssvg:ExtensionListTypeoptional      
systemLanguagesvg:LanguageCodesTypeoptional      
externalResourcesRequiredxs:booleanoptional      
xsvg:CoordinateTypeoptional      
ysvg:CoordinateTypeoptional      
source <xs:complexType name="cursorType">
 
<xs:group ref="svg:descTitleMetadata" minOccurs="0"/>
 
<xs:attributeGroup ref="svg:stdAttrs"/>
 
<xs:attributeGroup ref="svg:xlinkRefAttrs"/>
 
<xs:attribute ref="xlink:href" use="optional"/>
 
<xs:attributeGroup ref="svg:testAttrs"/>
 
<xs:attribute name="externalResourcesRequired" type="boolean" use="optional"/>
 
<xs:attribute name="x" type="svg:CoordinateType" use="optional"/>
 
<xs:attribute name="y" type="svg:CoordinateType" use="optional"/>
</xs:complexType>

attribute svg:cursorType/@externalResourcesRequired
type xs:boolean
properties
isRef 0
use optional
source <xs:attribute name="externalResourcesRequired" type="boolean" use="optional"/>

attribute svg:cursorType/@x
type svg:CoordinateType
properties
isRef 0
use optional
facets
pattern ((((\+|\-)?((\d+)))|((\+|\-)?(((((\d+)?\.(\d+))|((\d+)\.))([eE](\+|\-)?(\d+))?)|((\d+)([eE](\+|\-)?(\d+))))))(em|ex|px|pt|pc|cm|mm|in|%)?)
source <xs:attribute name="x" type="svg:CoordinateType" use="optional"/>

attribute svg:cursorType/@y
type svg:CoordinateType
properties
isRef 0
use optional
facets
pattern ((((\+|\-)?((\d+)))|((\+|\-)?(((((\d+)?\.(\d+))|((\d+)\.))([eE](\+|\-)?(\d+))?)|((\d+)([eE](\+|\-)?(\d+))))))(em|ex|px|pt|pc|cm|mm|in|%)?)
source <xs:attribute name="y" type="svg:CoordinateType" use="optional"/>


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