revisionflag

Attribute Information

Used By

Attribute Group db:common.idreq.attributes

Source

<xs:attribute name="revisionflag">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="changed"/>
      <xs:enumeration value="added"/>
      <xs:enumeration value="deleted"/>
      <xs:enumeration value="off"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample