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. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
alignment | restriction of xs:string | optional |
|
||||
class | xs:string | optional |
|
||||
dissolved | TruncatedDateTimeType | optional |
|
||||
established | TruncatedDateTimeType | optional |
|
||||
home-page-url | xs:anyURI | optional |
|
||||
id | xs:ID | optional |
|
||||
key | QCodeType | optional |
|
||||
nationality | xs:string | optional |
|
||||
round-position | xs:string | optional |
|
||||
style | xs:string | optional |
|
||||
team-idref | xs:IDREF | optional |
|
Complex Type | teamMetadataComplexType |
<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> |