complexType svg:viewType
diagram ddml31_p328.png
namespace http://www.w3.org/2000/svg
children desc title metadata
used by
element svg:view
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:IDoptional      
baseoptional      
documentation
See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.
externalResourcesRequiredxs:booleanoptional      
viewBoxsvg:ViewBoxSpecTypeoptional      
preserveAspectRatiosvg:PreserveAspectRatioSpecType      
zoomAndPanderived by: xs:string  magnify    
viewTargetxs:stringoptional      
source <xs:complexType name="viewType">
 
<xs:group ref="svg:descTitleMetadata" minOccurs="0"/>
 
<xs:attributeGroup ref="svg:stdAttrs"/>
 
<xs:attribute name="externalResourcesRequired" type="boolean" use="optional"/>
 
<xs:attribute name="viewBox" type="svg:ViewBoxSpecType" use="optional"/>
 
<xs:attribute name="preserveAspectRatio" type="svg:PreserveAspectRatioSpecType"/>
 
<xs:attribute name="zoomAndPan" default="magnify">
   
<xs:simpleType>
     
<xs:restriction base="string">
       
<xs:enumeration value="disable"/>
       
<xs:enumeration value="magnify"/>
       
<xs:enumeration value="zoom"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="viewTarget" type="string" use="optional"/>
</xs:complexType>

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

attribute svg:viewType/@viewBox
type svg:ViewBoxSpecType
properties
isRef 0
use optional
source <xs:attribute name="viewBox" type="svg:ViewBoxSpecType" use="optional"/>

attribute svg:viewType/@preserveAspectRatio
type svg:PreserveAspectRatioSpecType
properties
isRef 0
facets
pattern (\s*(&quot;none&quot;|x(&quot;Min&quot;|&quot;Mid&quot;|&quot;Max&quot;)y(&quot;Min&quot;|&quot;Mid&quot;|&quot;Max&quot;))\s+(&quot;meet&quot;|&quot;slice&quot;)?\s*)
source <xs:attribute name="preserveAspectRatio" type="svg:PreserveAspectRatioSpecType"/>

attribute svg:viewType/@zoomAndPan
type restriction of xs:string
properties
isRef 0
default magnify
facets
enumeration disable
enumeration magnify
enumeration zoom
source <xs:attribute name="zoomAndPan" default="magnify">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="disable"/>
     
<xs:enumeration value="magnify"/>
     
<xs:enumeration value="zoom"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute svg:viewType/@viewTarget
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="viewTarget" type="string" use="optional"/>


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