Brush tip shapes http://www.w3.org/TR/InkML/#brushPropertyElement |
<xsd:simpleType name="brushTip.type"> <xsd:annotation> <xsd:documentation>Brush tip shapes http://www.w3.org/TR/InkML/#brushPropertyElement</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ellipse"/> <xsd:enumeration value="rectangle"/> <xsd:enumeration value="drop"/> </xsd:restriction> </xsd:simpleType> |