| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.w3.org/2000/svg | ||||||||||||||||||||||||||||||||||||||||||||||||||
| children | desc title metadata | ||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| 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> |
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:attribute name="externalResourcesRequired" type="boolean" use="optional"/> |
| type | svg:ViewBoxSpecType | ||||
| properties |
|
||||
| source | <xs:attribute name="viewBox" type="svg:ViewBoxSpecType" use="optional"/> |
| type | svg:PreserveAspectRatioSpecType | ||
| properties |
|
||
| facets |
|
||
| source | <xs:attribute name="preserveAspectRatio" type="svg:PreserveAspectRatioSpecType"/> |
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| 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> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="viewTarget" type="string" use="optional"/> |