Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created January 9, 2020 13:57
Show Gist options
  • Save uncoded-ro/912db7286f705b108a29a64b837a115e to your computer and use it in GitHub Desktop.
Save uncoded-ro/912db7286f705b108a29a64b837a115e to your computer and use it in GitHub Desktop.
<xsd:element name="presedinte">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Ion Iliescu" />
<xsd:enumeration value="Gheorghe Gheorghiu Dej" />
<xsd:enumeration value="Emil Constantinescu" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment