<xs:attributeGroup name="svg_attlist.view">
<xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/>
<xs:attributeGroup ref="mei:svg_SVG.External.attrib"/>
<xs:attribute name="viewBox" type="mei:svg_ViewBoxSpec.datatype"/>
<xs:attribute name="preserveAspectRatio" default="xMidYMid meet" type="mei:svg_PreserveAspectRatioSpec.datatype"/>
<xs:attribute name="zoomAndPan" default="magnify">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="disable"/>
<xs:enumeration value="magnify"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="viewTarget"/>
</xs:attributeGroup> |