<xsd:element name="LocationSummary">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Municipality" type="xsd:string" minOccurs="0" />
<xsd:element name="Region" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0" />
<xsd:element name="PostalCode" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|