Definition Type: ComplexType
Name: baseStatsComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
The very basic stats type for persons and teams, Extended by base2stats and used directly by officalstats.
Collapse XSD Schema Diagram:
Drilldown into stats in schema sportsml_xsd Drilldown into sports-property in schema sportsml_xsd Drilldown into rating 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 baseStatsComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="baseStatsComplexType">
    <xs:annotation>
        <xs:documentation>The very basic stats type for persons and teams, Extended by base2stats and used directly by officalstats. </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="rating" type="ratingComplexType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="sports-property" type="sportsPropertyComplexType" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="stats" type="genericStatComplexType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rating nsA:rating 0 unbounded
sports-property nsA:sports-property 0 unbounded
stats nsA:stats 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:base2StatsComplexType, nsA:officialStatsComplexType