Definition Type: Attribute
Name: period-value
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
Generally a natural number. Could also be quarter-1, period-2, inning-5, etc.
Collapse XSD Schema Diagram:
XSD Diagram of period-value in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="period-value" type="xs:string" use="optional">
    <xs:annotation>
        <xs:documentation>Generally a natural number. Could also be quarter-1, period-2, inning-5, etc.</xs:documentation>
    </xs:annotation>
</xs:attribute>