<xs:complexType name="sportsMetadataComplexType">
<xs:complexContent>
<xs:extension base="baseMetadataComplexType">
<xs:sequence>
<xs:element ref="catalogRef" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A reference to document(s) listing externally-supplied controlled vocabularies. | The catalog file can be in NewsML 1. </xs:documentation>
</xs:annotation>
</xs:element>
<!-- <xs:element name="catalog" minOccurs="0">
<xs:annotation>
<xs:documentation>A reference to the document listing externally-supplied controlled vocabularies. | The catalog file can be in NewsML 1.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="commonAttributes"/>
<xs:attribute name="href" type="xs:anyURI" use="optional">
<xs:annotation>
<xs:documentation>The URL for the catalog.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
-->
<xs:element name="sports-title" type="ConceptNameType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A short textual description of the document. | Can show up in search results.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="advisory" minOccurs="0">
<xs:annotation>
<xs:documentation>A short textual message to editors receiving the document. | Not generally published through to
end-users.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
</xs:element>
<xs:element name="feature-name" type="ConceptNameType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A displayable name for the resource identified by the fixture-key.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="doc-id" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The often-unique ID of the document, tracked by publishers.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="publisher" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Publisher of the data.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="date-time" type="DateOptTimeType" use="optional">
<xs:annotation>
<xs:documentation>Date-timestamp for the document, normalized to ISO 8601 extended format: YYYY-MM-DDTHH:MM:SS+HH:MM. Use YYYY-MM-DD when no time is available</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="language" type="xs:language" use="optional">
<xs:annotation>
<xs:documentation>The default language of the document. NAR-construction. Values must be valid BCP 47 language tags.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="slug" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A keyword used by editors to refer to the document.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="document-class" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A category code for the document type (fixture-key). Recommended
categories contained in SportsML vocabulary uri: http://cv.iptc.org/newscodes/spct/
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="fixture-key" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A publisher-specific key for the type of regularly-published document (or genre) being transmitted. Eg. event-stats, roster, standings (table), etc. SportsML vocabulary uri: http://cv.iptc.org/newscodes/spfixt/</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|