inkml:traceGroup.type

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

Complex Type Information

Model

Attributes

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

Used By

Source

<xsd:complexType name="traceGroup.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#traceGroup</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence maxOccurs="unbounded">
    <xsd:element name="trace" type="inkml:trace.type" minOccurs="0"/>
    <xsd:element name="traceGroup" type="inkml:traceGroup.type" minOccurs="0"/>
    <xsd:element name="traceView" type="inkml:traceView.type" minOccurs="0"/>
    <xsd:element name="annotation" type="inkml:annotation.type" minOccurs="0"/>
    <xsd:element name="annotationXML" type="inkml:annotationXML.type" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute ref="xml:id"/>
  <xsd:attribute name="contextRef" type="xsd:anyURI"/>
  <xsd:attribute name="brushRef" type="xsd:anyURI"/>
</xsd:complexType>