Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created June 13, 2022 17:10
Show Gist options
  • Save uncoded-ro/8fd6b193c6511828c40dd0014ae7d557 to your computer and use it in GitHub Desktop.
Save uncoded-ro/8fd6b193c6511828c40dd0014ae7d557 to your computer and use it in GitHub Desktop.
<xsd:element name="carte">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="isbn">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{4}-\d{4}-\d{4}-\d{1}" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment