![]() |
Home | Documentation |
address.h File Reference
updated Wed Mar 1 2017 by Robert van Engelen
|
#import "stlvector.h"
Go to the source code of this file.
Classes | |
class | a__address |
An address information item. More... | |
class | _a__address_book |
The root element of the address book schema. More... | |
Macros | |
#define | SOAP_NAMESPACE_OF_a "urn:address-book-example" |
An example address book schema. More... | |
Enumerations | |
enum | a__ISO_country { a__ISO_country__be, a__ISO_country__ca, a__ISO_country__de, a__ISO_country__en, a__ISO_country__gb, a__ISO_country__it, a__ISO_country__nl, a__ISO_country__no, a__ISO_country__ru, a__ISO_country__se, a__ISO_country__us, a__ISO_country__be = 0, a__ISO_country__ca = 1, a__ISO_country__de = 2, a__ISO_country__en = 3, a__ISO_country__gb = 4, a__ISO_country__it = 5, a__ISO_country__nl = 6, a__ISO_country__no = 7, a__ISO_country__ru = 8, a__ISO_country__se = 9, a__ISO_country__us = 10 } |
ISO country codes (limited to just a few for this example) Note: enum values are prefixed with 'a__ISO_country' to avoid name clashes, please use wsdl2h option -e to omit this prefix. More... | |
#define SOAP_NAMESPACE_OF_a "urn:address-book-example" |
enum a__ISO_country |
ISO country codes (limited to just a few for this example) Note: enum values are prefixed with 'a__ISO_country' to avoid name clashes, please use wsdl2h option -e to omit this prefix.
"urn:address-book-example":ISO-country is a simpleType restriction of xs:string.