Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created June 13, 2022 17:02
Show Gist options
  • Save uncoded-ro/5fe1e5d1f3c09f37b70e01824c2cbb30 to your computer and use it in GitHub Desktop.
Save uncoded-ro/5fe1e5d1f3c09f37b70e01824c2cbb30 to your computer and use it in GitHub Desktop.
<xsd:attribute name="status" use="optional" default="disponibila">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="disponibila" />
<xsd:enumeration value="indisponibila" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment