<element name="sports-metadata">
<annotation>
<documentation>Metadata for the document being published. | Holds metadata applying to the document as a whole.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:catalog" minOccurs="0" />
<element ref="sportsml:sports-title" />
<element ref="sportsml:advisory" minOccurs="0" />
<element ref="sportsml:sports-content-codes" minOccurs="0" />
<element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="doc-id" type="string" use="required">
<annotation>
<documentation>The often-unique ID of the document, tracked by publishers.</documentation>
</annotation>
</attribute>
<attribute name="publisher" type="string" use="optional">
<annotation>
<documentation>Publisher of the data.</documentation>
</annotation>
</attribute>
<attribute name="date-time" type="sportsml:dateTime.Common" use="optional">
<annotation>
<documentation>Date-timestamp for the document, normalized to ISO 8601: YYYYMMDDTHHMMSS+HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD when no time is available</documentation>
</annotation>
</attribute>
<attribute name="language" type="string" use="optional">
<annotation>
<documentation>The default language of the document. May be overridden via xml:lang. In ISO format - example: en-US.</documentation>
</annotation>
</attribute>
<attribute name="slug" type="string" use="optional">
<annotation>
<documentation>A keyword used by editors to refer to the document.</documentation>
</annotation>
</attribute>
<attribute name="document-class" type="string" use="optional">
<annotation>
<documentation>A category code for the fixture-key. Equals news, standings, schedules, statistics, event-summary, event-action, dynamic-resource-file</documentation>
</annotation>
</attribute>
<attribute name="fixture-key" type="sportsml:genericKeyType" use="optional">
<annotation>
<documentation>A consistent key for the type of regularly-published document being transmitted. External controlled vocabulary: fixture-key.list</documentation>
</annotation>
</attribute>
<attribute name="fixture-source" type="string" use="optional">
<annotation>
<documentation>The maintainer of the controlled-vocabulary of fixture-keys.</documentation>
</annotation>
</attribute>
<attribute name="fixture-name" type="string" use="optional">
<annotation>
<documentation>A displayable name for the fixture-key.</documentation>
</annotation>
</attribute>
<attribute name="feature-name" type="string" use="optional">
<annotation>
<documentation>A publisher-created subset of the fixture-key.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|