Definition Type: Element
Name: standing
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A series of team or individual records. | A series of team or individual records.
Collapse XSD Schema Diagram:
Drilldown into player in schema sportsml-core_xsd Drilldown into team in schema sportsml-core_xsd Drilldown into standing-metadata in schema sportsml-core_xsd Drilldown into content-label in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of standing in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="standing">
    <annotation>
        <documentation>A series of team or individual records. | A series of team or individual records.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:standing-metadata" />
            <choice>
                <element ref="sportsml:team" minOccurs="0" maxOccurs="unbounded" />
                <element ref="sportsml:player" minOccurs="0" maxOccurs="unbounded" />
            </choice>
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="content-label" type="string" use="optional">
            <annotation>
                <documentation>A displayable label describing this standing.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
standing-metadata sportsml:standing-metadata (1) (1)
team sportsml:team 0 unbounded
player sportsml:player 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
content-label sportsml:content-label Optional