baseTeamMetadataComplexType

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.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment restriction of xs:string optional
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.
class xs:string optional
An open placeholder for categorization.
dissolved TruncatedDateTimeType optional
Date (and time) when the team was dissolved.
established TruncatedDateTimeType optional
Date (and time) when the team was established.
home-page-url xs:anyURI optional
The fully-qualified URL for the official home page of the team.
id xs:ID optional
An XML-specific identifier for the element.
key QCodeType optional
The symbol or identifying key for the entity.
nationality xs:string optional
The country of citizinship of the entity.
round-position xs:string optional
The seed or position in this particular round for which this team started. Useful for bracketed tournaments, such as tennis.
style xs:string optional
An open placeholder for reference by an external stylesheet.
team-idref xs:IDREF optional
Optional reference to a team in which this team is a member. Example: The U.S. Davis Cup team consists of many
sub-teams.

Used By

Source

<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>