Skip to content

Instantly share code, notes, and snippets.

@mh-github
Created August 5, 2015 08:21
Show Gist options
  • Select an option

  • Save mh-github/ef64ec43b14311a1b48b to your computer and use it in GitHub Desktop.

Select an option

Save mh-github/ef64ec43b14311a1b48b to your computer and use it in GitHub Desktop.
<xs:element name="persons">
<xs:complexType>
<xs:sequence>
<xs:element name="person" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="full_name" type="xs:string"/>
<xs:element name="child_name" type="xs:string"
minOccurs="0" maxOccurs="5"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment