Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created January 10, 2014 20:52
Show Gist options
  • Save ruprict/f739d7f0b4aa4e5d01e9 to your computer and use it in GitHub Desktop.
Save ruprict/f739d7f0b4aa4e5d01e9 to your computer and use it in GitHub Desktop.
<s:element name="GetPlayersResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetPlayersResult" type="tns:ArrayOfPlayer"/>
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ArrayOfPlayer">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="Player" nillable="true" type="tns:Player"/>
</s:sequence>
</s:complexType>
<s:complexType name="Player">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="RegNum" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MidName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Street" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="City" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="State" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Zip" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Phone" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ClubId" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="DOB" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Gender" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TeamID" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="AddDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="LockDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IssuedDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ExpDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ReleaseDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Citizen" type="s:string"/>
</s:sequence>
</s:complexType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment