http://www.w3.org/TR/InkML/#canvasTransformElement |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | optional | |||||
invertible | xsd:boolean | false | optional |
<xsd:complexType name="canvasTransform.type"> <xsd:annotation> <xsd:documentation>http://www.w3.org/TR/InkML/#canvasTransformElement</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="mapping" type="inkml:mapping.type"/> <xsd:element name="mapping" type="inkml:mapping.type" minOccurs="0"/> </xsd:sequence> <xsd:attribute ref="xml:id"/> <xsd:attribute name="invertible" type="xsd:boolean" use="optional" default="false"/> </xsd:complexType> |