Definition Type: Element
Name: TopicUse
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================== TopicUse ==================================== An indication of where a particular Topic is used in a NewsML document. The value of the Topic attribute must consist of a # character followed by the value of the Duid of a Topic in the current document. The value of the Context attribute is an XPath pattern indicating the context where the referenced topic is used within the subtree to which the current Catalog applies. If the Context attribute is not present, the TopicUse element simply states that this topic is present somewhere in the subtree. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Context in schema newsml_1_2_xsd Drilldown into Topic in schema newsml_1_2_xsdXSD Diagram of TopicUse in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="TopicUse">
    <xs:annotation>
        <xs:documentation> 
================================== TopicUse ====================================
An indication of where a particular Topic is used in a NewsML document. The
value of the Topic attribute must consist of a # character followed by the
value of the Duid of a Topic in the current document. The value of the Context
attribute is an XPath pattern indicating the context where the referenced topic
is used within the subtree to which the current Catalog applies. If the Context
attribute is not present, the TopicUse element simply states that this topic is
present somewhere in the subtree.
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="Topic" type="xs:string" use="required" />
        <xs:attribute name="Context" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Topic Topic Required
Context Context (Optional)