<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>
|