<xs:complexType name="sportsContentCodeComplexType">
<xs:annotation>
<xs:documentation>An individual code that describes an entity one may want to filter for. Describes what sports, what teams, etc., are covered.</xs:documentation>
</xs:annotation>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="sports-content-qualifier" type="sportsContentQualifierComplexType"/>
</xs:sequence>
<xs:attributeGroup ref="commonAttributes"/>
<xs:attribute name="code-type" type="QCodeType" use="required">
<xs:annotation>
<xs:documentation>What type of item is being described. SportsML vocabulary uri: http://cv.iptc.org/newscodes/spct/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="code-key" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The symbol for the identified content.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="code-name" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A displayable name for the code.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |