Skip to content

Instantly share code, notes, and snippets.

@duck2
Created June 23, 2019 03:23
Show Gist options
  • Save duck2/6cb8b98ca2b4cfecee24fca2e04e4a2f to your computer and use it in GitHub Desktop.
Save duck2/6cb8b98ca2b4cfecee24fca2e04e4a2f to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="hello">
<xsd:sequence>
<xsd:element name="greeting" type="xsd:string"></xsd:element>
<xsd:element name="name" type="xsd:string" maxOccurs="unbounded"></xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="hello" type="hello">
</xsd:element>
</xsd:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment