This is a simple type that specifies a sequence of standard characters. |
Element | StandardMatrixSeqRow/seq |
<xs:simpleType name="StandardSeq"> <xs:annotation> <xs:documentation>This is a simple type that specifies a sequence of standard characters.</xs:documentation> </xs:annotation> <xs:restriction base="AbstractTokenList"> <xs:pattern value="[0-9\-\?]+(\s[0-9\-\?]+)*"/> </xs:restriction> </xs:simpleType> |