inkml:decimalTable.type

A table of decimal values.  Columns in the tables are delimited by spaces, rows are delimited by commas.

Simple Type Information

Used By

Complex Type inkml:affine.type

Source

<xsd:simpleType name="decimalTable.type">
  <xsd:annotation>
    <xsd:documentation>A table of decimal 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>