<xs:element name="NewsItem">
<xs:annotation>
<xs:documentation>
=================================== NewsItem ===================================
A managed set of information representing a point of view, at a given time, on
some event or events. Its Identification and NewsManagement provide
manageability. It may contain either a NewsComponent, or one or more Updates
that modify aspects of a previous Revision of the same NewsItem, or a
TopicSet.
================================================================================
</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="Identification" />
<xs:element ref="NewsManagement" />
<xs:choice minOccurs="0">
<xs:element ref="NewsComponent" />
<xs:element ref="Update" maxOccurs="unbounded" />
<xs:element ref="TopicSet" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="localid" />
<xs:attribute ref="xml:lang" use="optional" />
</xs:complexType>
</xs:element>
|