Definition Type Element
Name NewsML
Abstract False
Documentation
==================================== NewsML ====================================
A NewsML document, which must contain a NewsEnvelope and one or more NewsItems,
and may include a Catalog element and a TopicSet element. The Version attribute, introduced in version 1.1,
is used to signify the version of NewsML that the instance is validated against. It should always be used if the version is above 1.0.
================================================================================

      
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="NewsML" >
  <xs:annotation>
    <xs:documentation>
==================================== NewsML ====================================
A NewsML document, which must contain a NewsEnvelope and one or more NewsItems,
and may include a Catalog element and a TopicSet element. The Version attribute, introduced in version 1.1,
is used to signify the version of NewsML that the instance is validated against. It should always be used if the version is above 1.0.
================================================================================

      
</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="Catalog"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="TopicSet"/>
      <xs:sequence>
        <xs:element ref="NewsEnvelope"/>
        <xs:element maxOccurs="unbounded" ref="NewsItem"/>
      </xs:sequence>

    </xs:sequence>

    <xs:attributeGroup ref="localid"/>
    <xs:attribute name="Version" type="xs:string"/>
  </xs:complexType>

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