Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Last active January 16, 2022 08:18
Show Gist options
  • Save uncoded-ro/10200a01314c215a0d7d5db0ad7d2499 to your computer and use it in GitHub Desktop.
Save uncoded-ro/10200a01314c215a0d7d5db0ad7d2499 to your computer and use it in GitHub Desktop.
<xsd:element name="parola">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="6" />
<xsd:maxLength value="12" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment