<xs:element name="Topic">
<xs:annotation>
<xs:documentation>
==================================== Topic =====================================
This element provides information about a thing (Topic) named by a formal
name or occurring in a NewsComponent. A Topic must have one or more TopicType
subelements, which state what type of Topic it is. The optional Details
attribute provides a pointer, in the form of a URL or URN, to additional
information about the Topic.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Catalog" minOccurs="0" />
<xs:element ref="TopicType" maxOccurs="unbounded" />
<xs:element ref="FormalName" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Description" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
<xs:attribute name="Details" type="xs:string" />
</xs:complexType>
</xs:element>
|