inkml:brushProperty.type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name inkml:brushPropertyName.type required
units inkml:units.type optional
value inkml:brushPropertyValue.type required

Used By

Source

<xsd:complexType name="brushProperty.type">
  <xsd:attribute name="name" type="inkml:brushPropertyName.type" use="required"/>
  <xsd:attribute name="value" type="inkml:brushPropertyValue.type" use="required"/>
  <xsd:attribute name="units" type="inkml:units.type" use="optional"/>
</xsd:complexType>