inkml:trace.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
brushRef xsd:anyURI optional
contextRef xsd:anyURI optional
continuation restriction of xsd:string begin optional
duration xsd:integer optional
id optional
priorRef xsd:anyURI optional
timeOffset xsd:integer optional
type restriction of xsd:string penDown optional

Used By

Source

<xsd:complexType name="trace.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#trace</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="inkml:traceData.type">
      <xsd:attribute ref="xml:id"/>
      <xsd:attribute name="type" use="optional" default="penDown">
        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:enumeration value="penDown"/>
            <xsd:enumeration value="penUp"/>
            <xsd:enumeration value="indeterminate"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:attribute>
      <xsd:attribute name="continuation" use="optional" default="begin">
        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:enumeration value="begin"/>
            <xsd:enumeration value="end"/>
            <xsd:enumeration value="middle"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:attribute>
      <xsd:attribute name="priorRef" type="xsd:anyURI" use="optional"/>
      <xsd:attribute name="contextRef" type="xsd:anyURI"/>
      <xsd:attribute name="brushRef" type="xsd:anyURI"/>
      <xsd:attribute name="duration" type="xsd:integer"/>
      <xsd:attribute name="timeOffset" type="xsd:integer"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>