<xs:simpleType name="ActionArgumentRoleCodeType">
<xs:annotation>
<xs:documentation>Please refer to the Booking management document for more information on the use of Arguments to get examples on those values.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Delete"/>
<xs:enumeration value="New"/>
<xs:enumeration value="Old"/>
<xs:enumeration value="Target"/>
<xs:enumeration value="Update"/>
<xs:enumeration value="Updated"/>
</xs:restriction>
</xs:simpleType> |