Complex Type | inkml:channel.type |
<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> |