SoapCountry data structure

Element

Description

Type

Occurrences

identifier

Identifier for this country

long

1

name

Country's name

string

1

Specification:

<xs:complexType name="SoapCountry">

  <xs:sequence>

    <xs:element name="identifier" type="xs:long" />

    <xs:element name="name" nillable="true" type="xs:string" />

  </xs:sequence>

</xs:complexType>

Example