144 #define SOAP_NAMESPACE_OF_a "urn:address-book-example"
a__ISO_country
"urn:address-book-example":ISO-country is a simpleType restriction of type xs:string.
@ a__ISO_country__ca
xs:string value="ca"
@ a__ISO_country__it
xs:string value="it"
@ a__ISO_country__no
xs:string value="no"
@ a__ISO_country__se
xs:string value="se"
@ a__ISO_country__ru
xs:string value="ru"
@ a__ISO_country__be
xs:string value="be"
@ a__ISO_country__nl
xs:string value="nl"
@ a__ISO_country__us
xs:string value="us"
@ a__ISO_country__gb
xs:string value="gb"
@ a__ISO_country__en
xs:string value="en"
@ a__ISO_country__de
xs:string value="de"
Top-level root element "urn:address-book-example":address-book.
struct soap * soap
Pointer to soap context that manages this instance.
std::vector< a__address * > address
Vector of a__address* of length 0..unbounded.
"urn:address-book-example":address is a complexType.
std::string * phone
Element "phone" of type xs:string.
std::string * mobile
Element "mobile" of type xs:string.
std::string zip
Element "zip" of type xs:string.
std::string street
Element "street" of type xs:string.
enum a__ISO_country country
Element "country" of type "":ISO-country.
time_t * dob
Element "dob" of type xs:dateTime.
struct soap * soap
Pointer to soap context that manages this instance.
int ID
Attribute "ID" of type xs:int.
std::string city
Element "city" of type xs:string.
std::string name
Element "name" of type xs:string.