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