The description of a data type, conforming to the SequenceType production defined in the XPath 2.0 Recommendation |
<xs:simpleType name="sequence-type"> <xs:annotation> <xs:documentation>The description of a data type, conforming to the SequenceType production defined in the XPath 2.0 Recommendation</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:pattern value=".+"/> </xs:restriction> </xs:simpleType> |