<xsd:complexType name="brush.type">
<xsd:annotation>
<xsd:documentation>http://www.w3.org/TR/InkML/#brushElement</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="brushProperty" type="inkml:brushProperty.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:sequence>
<xsd:attribute ref="xml:id" use="optional"/>
<xsd:attribute name="brushRef" type="xsd:anyURI"/>
</xsd:complexType> |