Definition Type: Element
Name: sports-property
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
An extensible property. | Like in NewsML.
Collapse XSD Schema Diagram:
Drilldown into sports-property in schema sportsml-core_xsd Drilldown into allowed-values in schema sportsml-core_xsd Drilldown into value in schema sportsml-core_xsd Drilldown into scheme in schema sportsml-core_xsd Drilldown into vocabulary in schema sportsml-core_xsd Drilldown into formal-name in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of sports-property in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="sports-property">
    <annotation>
        <documentation>An extensible property. | Like in NewsML.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="formal-name" type="string" use="optional">
            <annotation>
                <documentation>The code or key for the property.</documentation>
            </annotation>
        </attribute>
        <attribute name="vocabulary" type="string" use="optional">
            <annotation>
                <documentation>Provides a pointer to a Topic Set which is the controlled vocabulary that can be used to resolve the meaning of the formal-name.</documentation>
            </annotation>
        </attribute>
        <attribute name="scheme" type="string" use="optional">
            <annotation>
                <documentation>Distinguishes which of possibly multiple naming schemes in the controlled vocabulary is the one that governs this formal-name.</documentation>
            </annotation>
        </attribute>
        <attribute name="value" type="string" use="optional">
            <annotation>
                <documentation>The value of the property. For example, if formal-name equals favorite-color, then value might equal blue.</documentation>
            </annotation>
        </attribute>
        <attribute name="allowed-values" type="string" use="optional">
            <annotation>
                <documentation>Points to a controlled vocabulary that delimits the set of allowed values for the property.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sports-property sportsml:sports-property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
formal-name sportsml:formal-name Optional
vocabulary sportsml:vocabulary Optional
scheme sportsml:scheme Optional
value sportsml:value Optional
allowed-values sportsml:allowed-values Optional