Definition Type: Element
Name: associate-metadata
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Metadata that describes an associate | 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 associate-source in schema sportsml-core_xsd Drilldown into associate-key in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of associate-metadata in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="associate-metadata">
    <annotation>
        <documentation>Metadata that describes an associate | 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:associateMetadataSpecific" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="associate-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>The symbol for the associate.</documentation>
            </annotation>
        </attribute>
        <attribute name="associate-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 displayable name for the key.</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
associate-metadata-motor-racing sportsml:associate-metadata-motor-racing (1) (1)
<xs:group> sportsml:associateMetadataSpecific 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
associate-key sportsml:associate-key Optional
associate-source sportsml:associate-source Optional
position sportsml:position Optional
position-source sportsml:position-source Optional