<xsd:attributeGroup name="AG_RevData">
<xsd:attribute name="rId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Revision Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ua" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Revision From Rejection</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ra" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Revision Undo Rejected</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|