Definition Type: Element
Name: home-location
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A location. | Could be the hometown of a person, or where a team usually plays.
Collapse XSD Schema Diagram:
Drilldown into longitude in schema sportsml-core_xsd Drilldown into latitude in schema sportsml-core_xsd Drilldown into timezone in schema sportsml-core_xsd Drilldown into postal-code in schema sportsml-core_xsd Drilldown into country in schema sportsml-core_xsd Drilldown into state in schema sportsml-core_xsd Drilldown into area in schema sportsml-core_xsd Drilldown into county in schema sportsml-core_xsd Drilldown into city in schema sportsml-core_xsd Drilldown into building in schema sportsml-core_xsd Drilldown into floor in schema sportsml-core_xsd Drilldown into suite in schema sportsml-core_xsd Drilldown into street-suffix in schema sportsml-core_xsd Drilldown into street-prefix in schema sportsml-core_xsd Drilldown into street in schema sportsml-core_xsd Drilldown into street-number in schema sportsml-core_xsd Drilldown into location-type in schema sportsml-core_xsd Drilldown into period-value in schema sportsml-core_xsd Drilldown into scoping-label in schema sportsml-core_xsd Drilldown into record-making-scope in schema sportsml-core_xsd Drilldown into position-scope in schema sportsml-core_xsd Drilldown into alignment-scope in schema sportsml-core_xsd Drilldown into competition-scope in schema sportsml-core_xsd Drilldown into duration-scope in schema sportsml-core_xsd Drilldown into date-coverage-value in schema sportsml-core_xsd Drilldown into date-coverage-type in schema sportsml-core_xsd Drilldown into team-coverage in schema sportsml-core_xsd Drilldown into stats-coverage in schema sportsml-core_xsd Drilldown into coverageAttributes in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of home-location in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
location-type sportsml:location-type Optional
street-number sportsml:street-number Optional
street sportsml:street Optional
street-prefix sportsml:street-prefix Optional
street-suffix sportsml:street-suffix Optional
suite sportsml:suite Optional
floor sportsml:floor Optional
building sportsml:building Optional
city sportsml:city Optional
county sportsml:county Optional
area sportsml:area Optional
state sportsml:state Optional
country sportsml:country Optional
postal-code sportsml:postal-code Optional
timezone sportsml:timezone Optional
latitude sportsml:latitude Optional
longitude sportsml:longitude Optional