standingComplexType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
content-label xs:string optional
A displayable label describing this standing.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="standingComplexType">
  <xs:sequence>
    <xs:annotation>
      <xs:documentation>Also known as a (league) table | A ranked, comparative list of team or individual records.</xs:documentation>
    </xs:annotation>
    <xs:element name="standing-metadata" type="standingMetadataComplexType" minOccurs="0"/>
    <xs:choice>
      <xs:element name="team" type="teamComplexType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="player" type="playerComplexType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attribute name="content-label" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A displayable label describing this standing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>