Definition Type: ComplexType
Name: standingComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into player in schema sportsml_xsd Drilldown into team in schema sportsml_xsd Drilldown into standing-metadata in schema sportsml_xsd Drilldown into content-label in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of standingComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
standing-metadata nsA:standing-metadata 0 (1)
team nsA:team 0 unbounded
player nsA:player 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
content-label nsA:content-label Optional
Collapse Derivation Tree:
Collapse References:
nsA:standing, nsA:standing, nsA:standing, nsA:standing