inkml:canvasTransform.type

http://www.w3.org/TR/InkML/#canvasTransformElement

Complex Type Information

Model

Children: inkml:mapping

Attributes

QName Type Fixed Default Use Inheritable Annotation
id optional
invertible xsd:boolean false optional

Used By

Source

<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>