inkml:channelProperty

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

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
channel inkml:channelName.type required
name inkml:channelPropertyName.type required
units inkml:units.type optional
value xsd:decimal required

Source

<xsd:element name="channelProperty" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#channelProperty</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="channel" type="inkml:channelName.type" use="required"/>
    <xsd:attribute name="name" type="inkml:channelPropertyName.type" use="required"/>
    <xsd:attribute name="value" type="xsd:decimal" use="required"/>
    <xsd:attribute name="units" type="inkml:units.type"/>
  </xsd:complexType>
</xsd:element>

Sample