Definition Type: Element
Name: home-location
Namespace: http://www.sportsml.org/schema/
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 country in schema sportsml-core_xsd Drilldown into state in schema sportsml-core_xsd Drilldown into county in schema sportsml-core_xsd Drilldown into city 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>
        <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>
Collapse Child Attributes:
Name Type Default Value Use
city sportsml:city Optional
county sportsml:county Optional
state sportsml:state Optional
country sportsml:country Optional