To specify if the action to be taken is a replacement, addition, deletion, or update.
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="Action" type="ActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify if the action to be taken is a replacement, addition, deletion, or update.</xs:documentation>
</xs:annotation>
</xs:attribute>