inkml:brushRasterOp.type

Brush raster operations
http://www.w3.org/TR/InkML/#brushPropertyElement

Simple Type Information

Source

<xsd:simpleType name="brushRasterOp.type">
  <xsd:annotation>
    <xsd:documentation>Brush raster operations http://www.w3.org/TR/InkML/#brushPropertyElement</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="noOperation"/>
    <xsd:enumeration value="copyPen"/>
    <xsd:enumeration value="maskPen"/>
  </xsd:restriction>
</xsd:simpleType>