Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base=" http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="start_path_modification_request" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}StartPathModificationRequest"/> </sequence> </restriction> </complexContent> </complexType>
name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
start_path_modification_request | StartPathModificationRequest | element | 1/1 | required |
Example
<startPathModification> <start_path_modification_request> <dossier_id>...</dossier_id> <process_initiator>...</process_initiator> <path_modification_types> <id>...</id> </path_modification_types> <affected_pairs> <pair_id>...</pair_id> </affected_pairs> </start_path_modification_request> </startPathModification>