Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created January 9, 2020 14:07
Show Gist options
  • Save uncoded-ro/0e1b71772af2baa028eee2f59e47399e to your computer and use it in GitHub Desktop.
Save uncoded-ro/0e1b71772af2baa028eee2f59e47399e to your computer and use it in GitHub Desktop.
<xsd:simpleType name="cifre">
<xsd:restriction base="xsd:integer">
<xsd:pattern value="[0-9]" />
</xsd:restriction>
</xsd:simpleType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment