inkml:ink.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
documentID xsd:anyURI optional

Used By

Element inkml:ink

Source

<xsd:complexType name="ink.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#inkElement</xsd:documentation>
  </xsd:annotation>
  <xsd:choice minOccurs="1" maxOccurs="unbounded">
    <xsd:element name="definitions" type="inkml:definitions.type" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="context" type="inkml:context.type" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="trace" type="inkml:trace.type" minOccurs="1" maxOccurs="unbounded"/>
    <xsd:element name="traceGroup" type="inkml:traceGroup.type" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="traceView" type="inkml:traceView.type" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="annotation" type="inkml:annotation.type" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="annotationXML" type="inkml:annotationXML.type" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:choice>
  <xsd:attribute name="documentID" type="xsd:anyURI"/>
</xsd:complexType>