Jump to content

Jens U

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Jens U

  1. Hi,

    I do Need to restrict an xs:element like the following:

    <xs:restriction base="xs:string">

    <xs:pattern value="[0-9]{9}"></xs:pattern>

    </xs:restriction>

    But I have to allow, that it is may empty.

    The following is not working:

    <xs:restriction base="xs:string">

    <xs:pattern value="[0-9]{0|9}"></xs:pattern>

    </xs:restriction>

×
×
  • Create New...