<xs:element name="KeywordLine">
<xs:annotation>
<xs:documentation>
================================= KeywordLine ==================================
A displayable set of keywords relevant to a news object. This can be used by a
NewsML system to assist manual or automated searches.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Origin" />
</xs:choice>
<xs:attributeGroup ref="localid" />
<xs:attribute ref="xml:lang" use="optional" />
</xs:complexType>
</xs:element>
|