Base Type
Extension of AdBookConnectEntity Complex Type
Overview
 |
Address Extension of AdBookConnectEntity Complex Type
 |
Sequence
 |
 |
Sequence
 |
 |
Sequence
 |
Value optional xs:string
Value being assigned to the dynamic property. The format of the value depends on the type specified in the DynamicProperty definition.
| | | | |
| |
Used By
Source
<xs:complexType name="Address" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo />
<xs:documentation><summary>This is a base class and cannot be instantiated.</summary></xs:documentation>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension xmlns:q170="http://www.FatTail.com/api" base="q170:AdBookConnectEntity">
<xs:sequence>
<xs:element minOccurs="0" name="AddressDynamicProperties" nillable="true" type="q170:ArrayOfDynamicPropertyValue" />
<xs:element minOccurs="0" name="AddressID" type="xs:long">
<xs:annotation>
<xs:appinfo />
<xs:documentation><summary>Primary key of the Address object.</summary></xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="AddressLine1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AddressLine2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AddressLine3" nillable="true" type="xs:string" />
<xs:element name="AddressName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="City" nillable="true" type="xs:string">
<xs:annotation>
<xs:appinfo />
<xs:documentation><summary>City element of the address.</summary></xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Country" nillable="true" type="xs:string">
<xs:annotation>
<xs:appinfo />
<xs:documentation><summary>Country element of the address.</summary></xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="IsDefault" type="xs:boolean">
<xs:annotation>
<xs:appinfo />
<xs:documentation><summary>Country element of the address.</summary></xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="PostalCode" nillable="true" type="xs:string">
<xs:annotation>
<xs:appinfo />
<xs:documentation><summary>Postal code for the account address.</summary></xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="State" nillable="true" type="xs:string">
<xs:annotation>
<xs:appinfo />
<xs:documentation><summary>State the account resides in.</summary></xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
See Also