Definition Type Element
Name NewsItem
Abstract False
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.
================================================================================

      
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
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 minOccurs="0" maxOccurs="unbounded" ref="Comment"/>
      <xs:element minOccurs="0" ref="Catalog"/>
      <xs:element ref="Identification"/>
      <xs:element ref="NewsManagement"/>
      <xs:choice minOccurs="0">
        <xs:element ref="NewsComponent"/>
        <xs:element maxOccurs="unbounded" ref="Update"/>
        <xs:element ref="TopicSet"/>
      </xs:choice>

    </xs:sequence>

    <xs:attributeGroup ref="localid"/>
    <xs:attribute ref="xml:lang" use="optional"/>
  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
NewsItem
    NewsItem
    NewsItem
References
NewsItem , NewsItem
Generated using Liquid XML Studio by Liquid Technologies Ltd