Definition Type: ComplexType
Name: officialComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
Also referred to as umpire or referree. | Ensures that the sports-event is played according to its rules.
Collapse XSD Schema Diagram:
Drilldown into affiliation in schema sportsml_xsd Drilldown into official-stats in schema sportsml_xsd Drilldown into official-metadata in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of officialComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="officialComplexType">
    <xs:annotation>
        <xs:documentation>Also referred to as umpire or referree. | Ensures that the
                sports-event is played according to its rules.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="official-metadata" type="officialMetadataComplexType" />
        <xs:element name="official-stats" type="officialStatsComplexType" minOccurs="0" />
        <xs:element name="affiliation" type="affiliationComplexType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
official-metadata nsA:official-metadata (1) (1)
official-stats nsA:official-stats 0 (1)
affiliation nsA:affiliation 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
Collapse Derivation Tree:
Collapse References:
nsA:official