Definition Type: ComplexType
Name: baseTeamMetadataComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: nsA:baseEntityMetadataComplexType
Containing Schema: sportsml.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-content-codes in schema sportsml_xsd Drilldown into site in schema sportsml_xsd Drilldown into sports-property in schema sportsml_xsd Drilldown into home-location in schema sportsml_xsd Drilldown into name in schema sportsml_xsd Drilldown into nationality in schema sportsml_xsd Drilldown into key in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsd Drilldown into baseEntityMetadataComplexType in schema sportsml_xsd Drilldown into round-position in schema sportsml_xsd Drilldown into home-page-url in schema sportsml_xsd Drilldown into team-idref in schema sportsml_xsd Drilldown into dissolved in schema sportsml_xsd Drilldown into established in schema sportsml_xsd Drilldown into alignment in schema sportsml_xsdXSD Diagram of baseTeamMetadataComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="baseTeamMetadataComplexType">
    <xs:annotation>
        <xs: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.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="baseEntityMetadataComplexType">
            <xs:sequence>
                <xs:element name="site" type="siteComplexType" minOccurs="0" maxOccurs="unbounded" />
                <xs:element name="sports-content-codes" type="sportsContentCodesComplexType" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
            <xs:attribute name="alignment" use="optional">
                <xs:annotation>
                    <xs:documentation>Home or visiting. This is more information about the
                            alignment of the team or player in the event regarding rules etc. It
                            does not necessarily indicate that it is the geographical home-site of
                            the team or player.</xs:documentation>
                </xs:annotation>
                <xs:simpleType id="alignment">
                    <xs:restriction base="xs:string">
                        <xs:enumeration id="alignmentHome" value="home" />
                        <xs:enumeration id="alignmentAway" value="away" />
                        <xs:enumeration id="alignmentNone" value="none" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="established" type="TruncatedDateTimeType" use="optional">
                <xs:annotation>
                    <xs:documentation>Date (and time) when the team was established.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="dissolved" type="TruncatedDateTimeType" use="optional">
                <xs:annotation>
                    <xs:documentation>Date (and time) when the team was dissolved.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="team-idref" type="xs:IDREF" use="optional">
                <xs:annotation>
                    <xs: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.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="home-page-url" type="xs:anyURI" use="optional">
                <xs:annotation>
                    <xs:documentation>The fully-qualified URL for the official home page of the team.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="round-position" type="xs:string" use="optional">
                <xs:annotation>
                    <xs:documentation>The seed or position in this particular round for which this team started. Useful for bracketed tournaments, such as tennis.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsA:name 0 unbounded
home-location nsA:home-location 0 (1)
sports-property nsA:sports-property 0 unbounded
site nsA:site 0 unbounded
sports-content-codes nsA:sports-content-codes 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
key nsA:key Optional
nationality nsA:nationality Optional
alignment nsA:alignment Optional
established nsA:established Optional
dissolved nsA:dissolved Optional
team-idref nsA:team-idref Optional
home-page-url nsA:home-page-url Optional
round-position nsA:round-position Optional
Collapse Derivation Tree:
Collapse References:
nsA:teamMetadataComplexType