<xs:complexType name="AddressDTO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension xmlns:q3="http://schemas.datacontract.org/2004/07/SyncMedia.Core.Application.Model.DTOs.Common" base="q3:BaseDTO">
<xs:sequence>
<xs:element minOccurs="0" name="City" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CountryAlpha2Code" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="GeoLocalization" nillable="true" type="tns:GeoLocalizationDTO" />
<xs:element minOccurs="0" name="StreetAddress1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StreetAddress2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|