Definition Type: Element
Name: NewsItem
Containing Schema: NewsML_1.2.xsd
Abstract
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. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into TopicSet in schema newsml_1_2_xsd Drilldown into Update in schema newsml_1_2_xsd Drilldown into NewsComponent in schema newsml_1_2_xsd Drilldown into NewsManagement in schema newsml_1_2_xsd Drilldown into Identification in schema newsml_1_2_xsd Drilldown into Catalog in schema newsml_1_2_xsd Drilldown into Comment in schema newsml_1_2_xsd Drilldown into lang in schema xml_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of NewsItem in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Comment Comment 0 unbounded
Catalog Catalog 0 (1)
Identification Identification (1) (1)
NewsManagement NewsManagement (1) (1)
NewsComponent NewsComponent (1) (1)
Update Update (1) unbounded
TopicSet TopicSet (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
lang nsA:lang Optional