If Me.Owner = 'Requester' Keep = false : the data may be dropped in the response Keep = true : the data should be passed back in the response Otherwise, the custom field should be returned unchanged in a subsequent transaction if Keep=true. |
Complex Type | CodeType |
<xs:attribute name="Keep" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation>If Me.Owner = 'Requester' Keep = false : the data may be dropped in the response Keep = true : the data should be passed back in the response Otherwise, the custom field should be returned unchanged in a subsequent transaction if Keep=true.</xs:documentation> </xs:annotation> </xs:attribute> |