type

Attribute Information

Used By

Complex Type inkml:channel.type

Source

<xsd:attribute name="type" use="optional" default="decimal">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="integer"/>
      <xsd:enumeration value="decimal"/>
      <xsd:enumeration value="double"/>
      <xsd:enumeration value="boolean"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample