A table of decimals or table of boolean values. Columns in the tables are delimited by spaces, rows are delimited by commas. |
Complex Type | inkml:table.type |
<xsd:simpleType name="decimalTableOrBooleanTable.type"> <xsd:annotation> <xsd:documentation>A table of decimals or table of boolean values. Columns in the tables are delimited by spaces, rows are delimited by commas.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"/> </xsd:simpleType> |