<xs:complexType name="LocationGeneralType">
<xs:annotation>
<xs:documentation xml:lang="en">Provides high-level information regarding a location.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="CityName" type="StringLength1to64" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">City (e.g., Dublin), town, or postal station (i.e., a postal service territory, often used in a military address).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StateProv" type="StateProvType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">State or Province name (e.g., Texas).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountryName" type="CountryNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Country name (e.g., Ireland).</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|