Definition Type: Element
Name: group-metadata
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Metadata about the group.
Collapse XSD Schema Diagram:
Drilldown into sports-property in schema sportsml-core_xsd Drilldown into sports-content-code in schema sportsml-core_xsd Drilldown into name in schema sportsml-core_xsd Drilldown into home-page-url in schema sportsml-core_xsd Drilldown into group-type in schema sportsml-core_xsd Drilldown into group-source in schema sportsml-core_xsd Drilldown into group-key in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of group-metadata in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="group-metadata">
    <annotation>
        <documentation>Metadata about the group.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:name" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:sports-content-code" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
            <group minOccurs="0" ref="sportsml:groupMetadataSpecific" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="group-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>A unique ID for the group.</documentation>
            </annotation>
        </attribute>
        <attribute name="group-source" type="string" use="optional">
            <annotation>
                <documentation>The source for the controlled vocabulary for the group-key.</documentation>
            </annotation>
        </attribute>
        <attribute name="group-type" type="string" use="optional">
            <annotation>
                <documentation>The type of group. For example: conference, division, etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="home-page-url" type="string" use="optional">
            <annotation>
                <documentation>The home page URL for the group.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name sportsml:name 0 unbounded
sports-content-code sportsml:sports-content-code 0 unbounded
sports-property sportsml:sports-property 0 unbounded
placeholder-element sportsml:placeholder-element (1) (1)
<xs:group> sportsml:groupMetadataSpecific 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
group-key sportsml:group-key Optional
group-source sportsml:group-source Optional
group-type sportsml:group-type Optional
home-page-url sportsml:home-page-url Optional