A list of integers ':' delimited. |
Attributes | inkml:traceView.type/@from, inkml:traceView.type/@to |
<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> |