Definition Type: Element
Name: official-metadata
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Metadata about the official. | Generally does not change over the course of a sports-events.
Collapse XSD Schema Diagram:
Drilldown into sports-property in schema sportsml-core_xsd Drilldown into home-location in schema sportsml-core_xsd Drilldown into name in schema sportsml-core_xsd Drilldown into position-source in schema sportsml-core_xsd Drilldown into position in schema sportsml-core_xsd Drilldown into official-source in schema sportsml-core_xsd Drilldown into official-key in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of official-metadata in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="official-metadata">
    <annotation>
        <documentation>Metadata about the official. | Generally does not change over the course of a sports-events.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:name" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:home-location" minOccurs="0" />
            <element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
            <group minOccurs="0" ref="sportsml:officialMetadataSpecific" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="official-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>The symbol or identifying key for the official.</documentation>
            </annotation>
        </attribute>
        <attribute name="official-source" type="string" use="optional">
            <annotation>
                <documentation>The maintainer of the controlled vocabulary for the key.</documentation>
            </annotation>
        </attribute>
        <attribute name="position" type="string" use="optional">
            <annotation>
                <documentation>A code for the position of the official.</documentation>
            </annotation>
        </attribute>
        <attribute name="position-source" type="string" use="optional">
            <annotation>
                <documentation>The source of the controlled-vocabulary for position.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name sportsml:name 0 unbounded
home-location sportsml:home-location 0 (1)
sports-property sportsml:sports-property 0 unbounded
placeholder-element sportsml:placeholder-element (1) (1)
<xs:group> sportsml:officialMetadataSpecific 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
official-key sportsml:official-key Optional
official-source sportsml:official-source Optional
position sportsml:position Optional
position-source sportsml:position-source Optional