Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created June 13, 2022 17:06
Show Gist options
  • Save uncoded-ro/e1dcb08fa40d77f9506e2fb9ff1816aa to your computer and use it in GitHub Desktop.
Save uncoded-ro/e1dcb08fa40d77f9506e2fb9ff1816aa to your computer and use it in GitHub Desktop.
<xsd:element name="imagine">
<xsd:complextype>
<xsd:attribute name="sursa" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="logo.gif" />
<xsd:enumeration value="logo.jpg" />
<xsd:enumeration value="logo.png" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complextype>
</xsd:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment