sportsContentCodesComplexType

A container for content-codes. | Can hold as many codes as needed to describe all contents at this level and below.

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.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="sportsContentCodesComplexType">
  <xs:annotation>
    <xs:documentation>A container for content-codes. | Can hold as many codes as needed to describe all contents at this level and below.</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:element name="sports-content-code" type="sportsContentCodeComplexType"/>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
</xs:complexType>