Definition Type: Element
Name: affiliation
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A mechanism for assigning the membership of a player or team within a division or larger organizational structure.
Collapse XSD Schema Diagram:
Drilldown into membership-name in schema sportsml-core_xsd Drilldown into membership-key in schema sportsml-core_xsd Drilldown into membership-type in schema sportsml-core_xsd Drilldown into membership-idref in schema sportsml-core_xsd Drilldown into period-value in schema sportsml-core_xsd Drilldown into scoping-label in schema sportsml-core_xsd Drilldown into record-making-scope in schema sportsml-core_xsd Drilldown into position-scope in schema sportsml-core_xsd Drilldown into alignment-scope in schema sportsml-core_xsd Drilldown into competition-scope in schema sportsml-core_xsd Drilldown into duration-scope in schema sportsml-core_xsd Drilldown into date-coverage-value in schema sportsml-core_xsd Drilldown into date-coverage-type in schema sportsml-core_xsd Drilldown into team-coverage in schema sportsml-core_xsd Drilldown into stats-coverage in schema sportsml-core_xsd Drilldown into coverageAttributes in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of affiliation in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="affiliation">
    <annotation>
        <documentation>A mechanism for assigning the membership of a player or team within a division or larger organizational structure.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="membership-idref" type="string" use="optional">
            <annotation>
                <documentation>A pointer to the ID for the larger organizational structure.</documentation>
            </annotation>
        </attribute>
        <attribute name="membership-type" type="string" use="optional">
            <annotation>
                <documentation>The type of organizational structure in which this item is a member.</documentation>
            </annotation>
        </attribute>
        <attribute name="membership-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>A unique key for the organizational structure in which this item is a member.</documentation>
            </annotation>
        </attribute>
        <attribute name="membership-name" type="string" use="optional">
            <annotation>
                <documentation>The name associated with the organizational structure in which this item is a member.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
membership-idref sportsml:membership-idref Optional
membership-type sportsml:membership-type Optional
membership-key sportsml:membership-key Optional
membership-name sportsml:membership-name Optional