<xs:element name="TopicOccurrence">
<xs:annotation>
<xs:documentation>
=============================== TopicOccurrence ================================
An indication that a particular topic occurs within the content of a
NewsComponent. The optional HowPresent attribute indicates the nature of that
topic's occurrence. The value of the Topic attribute must consist of a #
character followed by the value of the Duid attribute of a Topic in the current
document.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="localid" />
<xs:attributeGroup ref="assignment" />
<xs:attribute name="Topic" type="xs:string" />
</xs:complexType>
</xs:element>
|