Skip to content

Instantly share code, notes, and snippets.

@milinda
Created May 31, 2011 05:41
Show Gist options
  • Save milinda/999961 to your computer and use it in GitHub Desktop.
Save milinda/999961 to your computer and use it in GitHub Desktop.
<xs:element name="subtract">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="a" type="xs:int"/>
<xs:element minOccurs="0" name="b" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment