base2StatsComplexType

Second level stats. Extends baseStats. Extended further in base3stats and used directly in associate

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
points xs:nonNegativeInteger optional
Points accumulated by this associate. For example, points earned by a NASCAR owner.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="base2StatsComplexType">
  <xs:annotation>
    <xs:documentation>Second level stats. Extends baseStats. Extended further in base3stats and used directly in associate</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="baseStatsComplexType">
      <xs:sequence>
        <xs:element name="outcome-totals" type="outcomeTotalsComplexType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="outcome-result" type="outcomeResultComplexType" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attribute name="points" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
          <xs:documentation>Points accumulated by this associate. For example, points earned by a NASCAR owner.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>