inkml:integerList.type

A list of integers ':' delimited.

Simple Type Information

Used By

Source

<xsd:simpleType name="integerList.type">
  <xsd:annotation>
    <xsd:documentation>A list of integers ':' delimited.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <!-- xsd:integer [ ':' xsd:integer ]* -->
    <xsd:pattern value="-?[0-9]+(\s*:\s*-?[0-9]+)*"/>
  </xsd:restriction>
</xsd:simpleType>