teamMetadataComplexType

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="teamMetadataComplexType">
  <xs:complexContent>
    <xs:extension base="baseTeamMetadataComplexType">
      <xs:choice minOccurs="0">
        <xs:element name="team-metadata-baseball" type="baseballTeamMetadataComplexType"/>
        <xs:element name="team-metadata-golf" type="golfTeamMetadataComplexType"/>
        <xs:element name="team-metadata-motor-racing" type="motorRacingTeamMetadataComplexType"/>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>