StartPathAlteration (Anonymous) Data Type

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_alteration_request" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}StartPathAlterationRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
start_path_alteration_request StartPathAlterationRequest element 1/1 required  

Example

<startPathAlteration>
  <start_path_alteration_request>
    <dossier_id>...</dossier_id>
    <process_initiator>...</process_initiator>
    <path_alteration_types>
      <id>...</id>
    </path_alteration_types>
    <affected_pairs>
      <pair_id>...</pair_id>
    </affected_pairs>
  </start_path_alteration_request>
</startPathAlteration>