Created
June 23, 2019 03:23
-
-
Save duck2/6cb8b98ca2b4cfecee24fca2e04e4a2f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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