Definition Type: Element
Name: team-metadata
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Info about the team. Properties of a team that are not based on their competitive performance. | An included sports-content-code element can hold what division it is in, etc.
Collapse XSD Schema Diagram:
Drilldown into sports-property in schema sportsml-core_xsd Drilldown into sports-content-code in schema sportsml-core_xsd Drilldown into home-location in schema sportsml-core_xsd Drilldown into name in schema sportsml-core_xsd Drilldown into round-position in schema sportsml-core_xsd Drilldown into home-page-url in schema sportsml-core_xsd Drilldown into team-idref in schema sportsml-core_xsd Drilldown into alignment in schema sportsml-core_xsd Drilldown into team-source in schema sportsml-core_xsd Drilldown into team-key in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of team-metadata in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="team-metadata">
    <annotation>
        <documentation>Info about the team. Properties of a team that are not based on their competitive performance. | An included sports-content-code element can hold what division it is in, etc.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:name" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:home-location" minOccurs="0" />
            <element ref="sportsml:sports-content-code" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
            <group minOccurs="0" ref="sportsml:teamMetadataSpecific" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="team-key" type="sportsml:teamKey.Common" use="optional">
            <annotation>
                <documentation>A unique identifier for the team.</documentation>
            </annotation>
        </attribute>
        <attribute name="team-source" type="string" use="optional">
            <annotation>
                <documentation>The maintainer of the controlled vocabulary for the team-key. A reference to the catalog file, which holds the URL for the topic set in which the team-key is listed.</documentation>
            </annotation>
        </attribute>
        <attribute name="alignment" use="optional">
            <annotation>
                <documentation>Home or visiting.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="home" />
                    <enumeration value="away" />
                    <enumeration value="none" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="team-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>Optional reference to a team in which this team is a member. Example: The U.S. Davis Cup team consists of many sub-teams.</documentation>
            </annotation>
        </attribute>
        <attribute name="home-page-url" type="string" use="optional">
            <annotation>
                <documentation>The fully-qualified URL for the official home page of the team.</documentation>
            </annotation>
        </attribute>
        <attribute name="round-position" type="string" use="optional">
            <annotation>
                <documentation>The seed or position in this particular round for which this player started. Useful for bracketed tournaments, such as tennis.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name sportsml:name 0 unbounded
home-location sportsml:home-location 0 (1)
sports-content-code sportsml:sports-content-code 0 unbounded
sports-property sportsml:sports-property 0 unbounded
team-metadata-american-football sportsml:team-metadata-american-football (1) (1)
team-metadata-baseball sportsml:team-metadata-baseball (1) (1)
team-metadata-basketball sportsml:team-metadata-basketball (1) (1)
team-metadata-golf sportsml:team-metadata-golf (1) (1)
team-metadata-ice-hockey sportsml:team-metadata-ice-hockey (1) (1)
team-metadata-soccer sportsml:team-metadata-soccer (1) (1)
team-metadata-tennis sportsml:team-metadata-tennis (1) (1)
team-metadata-motor-racing sportsml:team-metadata-motor-racing (1) (1)
<xs:group> sportsml:teamMetadataSpecific 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
team-key sportsml:team-key Optional
team-source sportsml:team-source Optional
alignment sportsml:alignment Optional
team-idref sportsml:team-idref Optional
home-page-url sportsml:home-page-url Optional
round-position sportsml:round-position Optional