Definition Type: AttributeGroup
Name: eventStateBasketball
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Collapse XSD Schema Diagram:
Drilldown into period-time-remaining in schema sportsml-specific-basketball_xsd Drilldown into period-time-elapsed in schema sportsml-specific-basketball_xsd Drilldown into period-value in schema sportsml-specific-basketball_xsdXSD Diagram of eventStateBasketball in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<attributeGroup name="eventStateBasketball">
    <attribute name="period-value" type="string" use="optional">
        <annotation>
            <documentation>An integer. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods.</documentation>
        </annotation>
    </attribute>
    <attribute name="period-time-elapsed" type="string" use="optional">
        <annotation>
            <documentation>The time elapsed in the quarter or overtime period.</documentation>
        </annotation>
    </attribute>
    <attribute name="period-time-remaining" type="string" use="optional">
        <annotation>
            <documentation>The time remaining in the quarter or overtime period.</documentation>
        </annotation>
    </attribute>
</attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
period-value sportsml:period-value Optional
period-time-elapsed sportsml:period-time-elapsed Optional
period-time-remaining sportsml:period-time-remaining Optional