<element name="home-location">
<annotation>
<documentation>A location. | Could be the hometown of a person, or where a team usually plays.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="location-type" type="sportsml:locationType.Core" use="optional">
<annotation>
<documentation>The kind of location, whether birthplace, place of residence, home town, etc.</documentation>
</annotation>
</attribute>
<attribute name="street-number" type="string" use="optional">
<annotation>
<documentation>The number of the street.</documentation>
</annotation>
</attribute>
<attribute name="street" type="string" use="optional">
<annotation>
<documentation>The name of the street.</documentation>
</annotation>
</attribute>
<attribute name="street-prefix" type="string" use="optional">
<annotation>
<documentation>The prefix of the street. For example, rue, calle de, etc.</documentation>
</annotation>
</attribute>
<attribute name="street-suffix" type="string" use="optional">
<annotation>
<documentation>The suffix of the street. For example, boulevard, lance, etc.</documentation>
</annotation>
</attribute>
<attribute name="suite" type="string" use="optional">
<annotation>
<documentation>The suite name or number.</documentation>
</annotation>
</attribute>
<attribute name="floor" type="string" use="optional">
<annotation>
<documentation>The floor number.</documentation>
</annotation>
</attribute>
<attribute name="building" type="string" use="optional">
<annotation>
<documentation>The name of the building.</documentation>
</annotation>
</attribute>
<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="area" type="string" use="optional">
<annotation>
<documentation>The name of the area of the location.</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>
<attribute name="postal-code" type="string" use="optional">
<annotation>
<documentation>The postal code.</documentation>
</annotation>
</attribute>
<attribute name="timezone" type="string" use="optional">
<annotation>
<documentation>The name of the time zone of the location.</documentation>
</annotation>
</attribute>
<attribute name="latitude" type="string" use="optional">
<annotation>
<documentation>The latitude of the location.</documentation>
</annotation>
</attribute>
<attribute name="longitude" type="string" use="optional">
<annotation>
<documentation>The longitude of the location.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|