Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created June 13, 2022 16:31
Show Gist options
  • Save uncoded-ro/376aa213fb8266aec2dc3d0fcc6ce165 to your computer and use it in GitHub Desktop.
Save uncoded-ro/376aa213fb8266aec2dc3d0fcc6ce165 to your computer and use it in GitHub Desktop.
<xsd:element name="ISBN">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{3}-\d{3}-\d{3}-\d{1}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment