XML Schema - definice jednoduchého typu - příklad 2

Restrikce obsahu regulárním výrazem

 <xs:simpleType
  name="isbnType"> <xs:restriction
  base="xs:string"> <xs:pattern
  value="[0-9]{10}"/> </xs:restriction>
  </xs:simpleType>