<element name="sports-content-code">
<annotation>
<documentation>An individual code that describes an entity one may want to filter for. | Describes what sports, what teams, etc., are covered.</documentation>
</annotation>
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref="sportsml:sports-content-qualifier" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attribute name="code-type" type="sportsml:codeType.Core" use="required">
<annotation>
<documentation>What type of item is being described.</documentation>
</annotation>
</attribute>
<attribute name="code-key" type="sportsml:genericKeyType" use="optional">
<annotation>
<documentation>The symbol for the identified content.</documentation>
</annotation>
</attribute>
<attribute name="code-source" type="string" use="optional">
<annotation>
<documentation>The maintainer of the controlled vocabulary for the code.</documentation>
</annotation>
</attribute>
<attribute name="code-name" type="string" use="optional">
<annotation>
<documentation>A displayable name for the code.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|