Definition Type Element
Name RevisionStatus
Abstract False
Documentation
================================ RevisionStatus ================================
Indicates the status that previous revisions now has as a result of the release
of the current revision. The optional Revision attribute is an integer, equal to
the RevisionId of the revision in question. If it is not present, then the
status applies to ALL previous revisions, without exception.
================================================================================

      
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="RevisionStatus" >
  <xs:annotation>
    <xs:documentation>
================================ RevisionStatus ================================
Indicates the status that previous revisions now has as a result of the release
of the current revision. The optional Revision attribute is an integer, equal to
the RevisionId of the revision in question. If it is not present, then the
status applies to ALL previous revisions, without exception.
================================================================================

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

  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Status"/>
    </xs:sequence>

    <xs:attributeGroup ref="localid"/>
    <xs:attribute name="Revision" type="xs:positiveInteger"/>
  </xs:complexType>

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