Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save mh-github/798ffb6beacff747e5c7 to your computer and use it in GitHub Desktop.
<xs:element name="shoesize">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:integer">
<xs:attribute name="country" type="xs:string" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment