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