Skip to content

Instantly share code, notes, and snippets.

@ivanursul
Created October 26, 2013 08:37
Show Gist options
  • Save ivanursul/7166845 to your computer and use it in GitHub Desktop.
Save ivanursul/7166845 to your computer and use it in GitHub Desktop.
<xs:schema attributeformdefault="unqualified" elementformdefault="qualified" targetnamespace="http://user.javaguys.blog.com" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://user.javaguys.blog.com">
<xs:element name="User" type="User">
<xs:complextype name="User">
<xs:sequence>
<xs:element name="UserId" type="xs:string">
<xs:element name="UserName" type="xs:string">
<xs:element name="UserGender" type="xs:string">
<xs:element name="UserStatus" type="xs:string">
</xs:element></xs:element></xs:element></xs:element></xs:sequence>
</xs:complextype>
</xs:element></xs:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment