http://www.w3.org/TR/InkML/#traceViewElement |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
from | inkml:integerList.type | optional | ||||
id | optional | |||||
to | inkml:integerList.type | optional | ||||
traceDataRef | xsd:anyURI | optional |
<xsd:complexType name="traceView.type"> <xsd:annotation> <xsd:documentation>http://www.w3.org/TR/InkML/#traceViewElement</xsd:documentation> </xsd:annotation> <xsd:attribute ref="xml:id"/> <xsd:attribute name="traceDataRef" type="xsd:anyURI"/> <xsd:attribute name="from" type="inkml:integerList.type"/> <xsd:attribute name="to" type="inkml:integerList.type"/> </xsd:complexType> |