Definition Type: Element
Name: RevisionStatus
Containing Schema: NewsML_1.2.xsd
Abstract
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. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Status in schema newsml_1_2_xsd Drilldown into Revision in schema newsml_1_2_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 RevisionStatus in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Status Status (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
Revision Revision (Optional)