blob: d458eff2bd7da1bbaf84aa41f0a1f2a06a1717a9 [file] [log] [blame]
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="TestType">
<xs:restriction base="xs:string">
<xs:pattern value="<error>[0-9]+-([0-9]+|*)</error>"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TestType2">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]+-([0-9]+|.*)"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>