ResponsibleRuAgencies (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="responsible_ru" type=" http://eu/rne/pcs-online/WebServices/types/DossierRuImPairs}ResponsibleRu" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
responsible_ru list of ResponsibleRu element 0/unbounded  

Example

<r----->
  <responsible_ru>
    <agency_id>
      <agency_id>...</agency_id>
      <agency_uic_id>...</agency_uic_id>
    </agency_id>
  </responsible_ru>
</r----->