<element name="home-location">
<annotation>
<documentation>A location. | Could be the hometown of a person, or where a team usually plays.</documentation>
</annotation>
<complexType>
<attribute name="city" type="string" use="optional">
<annotation>
<documentation>The city.</documentation>
</annotation>
</attribute>
<attribute name="county" type="string" use="optional">
<annotation>
<documentation>The county.</documentation>
</annotation>
</attribute>
<attribute name="state" type="string" use="optional">
<annotation>
<documentation>The state or province.</documentation>
</annotation>
</attribute>
<attribute name="country" type="string" use="optional">
<annotation>
<documentation>The country. Generally, an ISO two-letter country-code.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|