inkml:canvas.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id optional
traceFormatRef xsd:anyURI optional

Used By

Source

<xsd:complexType name="canvas.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#canvasElement</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="traceFormat" type="inkml:traceFormat.type" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute ref="xml:id"/>
  <xsd:attribute name="traceFormatRef" type="xsd:anyURI"/>
</xsd:complexType>