Data Types

XML

Default Namespace
type description
ActivityType

Java class for ActivityType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActivityType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="code">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="4"/>
               <maxLength value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="predefined" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ActivityTypeIds

Java class for ActivityTypeIds complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActivityTypeIds">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" maxOccurs="unbounded">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ActivityTypes

Java class for ActivityTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActivityTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="activity_type" type=" http://eu/rne/pcs-online/WebServices/types/ActivityType}ActivityType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AdjustValidityPeriod (Anonymous)

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

Java class for AdjustValidityPeriodRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AdjustValidityPeriodRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="validity_period" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}ValidityPeriod"/>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AdjustValidityPeriodResponse

Java class for AdjustValidityPeriodResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AdjustValidityPeriodResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AdjustValidityPeriodResponseElement (Anonymous)

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="adjust_validity_period_response" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}AdjustValidityPeriodResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AffectedPairs Indicates pairs that should be marked as affected in process of Path Modification / Path Alteration.

Java class for AffectedPairs complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AffectedPairs">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pair_id" type=" http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Agencies

Java class for Agencies complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Agencies">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Agency" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Agency

Java class for Agency complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Agency">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="short_name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="uic_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_subtype_ids" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencySubtypeIds"/>
         <element name="country_code" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="unknown" type=" http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
AgencyId

Java class for AgencyId complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AgencyId">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="agency_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_uic_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
AgencyStatus

Java class for AgencyStatus complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AgencyStatus">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pap_request_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="status">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="note" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="4000"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
AgencySubtypeIds

Java class for AgencySubtypeIds complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AgencySubtypeIds">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_subtype_id" type=" http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AgencyType

Java class for AgencyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AgencyType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_type_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AgencyTypes

Java class for AgencyTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AgencyTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AlignmentDirection

Java class for AlignmentDirection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AlignmentDirection">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AlignmentDirections

Java class for AlignmentDirections complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AlignmentDirections">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AlignmentDirection" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AlignmentDirection" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ApplicantTimetable

Java class for ApplicantTimetable complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ApplicantTimetable">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="territory" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}Territory" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AskForOfferAdaptation (Anonymous)

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

Java class for AskForOfferAdaptationRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AskForOfferAdaptationRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reason">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AskForOfferAdaptationResponse

Java class for AskForOfferAdaptationResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AskForOfferAdaptationResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AskForOfferAdaptationResponseElement (Anonymous)

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

Java class for AttachmentArchiveType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttachmentArchiveType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="file_name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="file_extension" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="desc" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="pf_user_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="upload_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="attachment_file" type=" http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
       <attribute name="id">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
AttachmentType

Java class for AttachmentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttachmentType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attachment_archive" type=" http://eu/rne/pcs-online/WebServices/types/DossierAttachments}AttachmentArchiveType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Authenticate (Anonymous)

Authenticate operation.

AuthenticateData

Java class for AuthenticateData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AuthenticateData">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="token">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AuthenticateRequest

PCS SOAP web services are using the same authentication scheme as PCS REST API based on JSON Web Token. Protected web service operation requests must include a valid token in an "X-Authorization" HTTP header.

A token is acquired by sending correct credentials via Authenticate operation request. The token starting with Bearer to indicate the authentication scheme that is used is received as part of the response. Each JWT token expires at 3AM every day.

AuthenticateResponse

Java class for AuthenticateResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AuthenticateResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="authenticateData" type=" http://eu/rne/pcs-online/WebServices/types/Authentication}AuthenticateData" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
BanWaggonType

Java class for BanWaggonType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BanWaggonType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ban_waggon_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ban_waggon_type_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
BanWaggonTypes

Java class for BanWaggonTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BanWaggonTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ban_waggon_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}BanWaggonType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
BorderPoints

Java class for BorderPoints complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BorderPoints">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="border_point" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Point" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
BrakeType

Java class for BrakeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BrakeType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="brake_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="brake_type_short_name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
BrakeTypes

Java class for BrakeTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BrakeTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="brake_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}BrakeType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CalendarItem

Java class for CalendarItem complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CalendarItem">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="bitfield">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="800"/>
               <pattern value="[0-1]*"/>
             </restriction>
           </simpleType>
         </element>
       </choice>
       <attribute name="id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
CalendarItems

Java class for CalendarItems complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CalendarItems">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="calendar_item" type=" http://eu/rne/pcs-online/WebServices/types/CalendarItem}CalendarItem" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CargoBrakeType

Java class for CargoBrakeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CargoBrakeType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cargo_brake_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="cargo_brake_type_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CargoBrakeTypes

Java class for CargoBrakeTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CargoBrakeTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cargo_brake_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CargoBrakeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CargoRemark

Java class for CargoRemark complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CargoRemark">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cargo_remark_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="cargo_remark_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CargoRemarks

Java class for CargoRemarks complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CargoRemarks">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cargo_remark" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CargoRemark" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Catalog

Java class for Catalog complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Catalog">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="process_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_status_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="corridor_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="pap_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
CatalogDossier

Java class for CatalogDossier complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CatalogDossier">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_data" type=" http://eu/rne/pcs-online/WebServices/types/CatalogueBasicData}CatalogDossierData"/>
         <element name="involved_agencies" type=" http://eu/rne/pcs-online/WebServices/types/DossierAgencies}InvolvedAgencies" minOccurs="0"/>
         <element name="notes" type=" http://eu/rne/pcs-online/WebServices/types/DossierComments}Notes" minOccurs="0"/>
         <element name="tt_im" type=" http://eu/rne/pcs-online/WebServices/types/CatalogueTimetable}CatalogImTimetable" minOccurs="0"/>
         <element name="links" type=" http://eu/rne/pcs-online/WebServices/types/DossierLinks}DossierLinks" minOccurs="0"/>
         <element name="attachments" type=" http://eu/rne/pcs-online/WebServices/types/DossierAttachments}AttachmentType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="stamp">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}string">
             <maxLength value="60"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
CatalogDossierContainer Element used in the request part of updateCatalog operation as well as the response part of getCatalog operation.

Java class for CatalogDossierContainer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CatalogDossierContainer">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="operation_points" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="operation_point" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPoint" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="agencies" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="agency" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Agency" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="calendar_items" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="calendar_item" type=" http://eu/rne/pcs-online/WebServices/types/CalendarItem}CalendarItem" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="timetable_periods" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="timetable_period" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TimetablePeriod"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="corridors" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="corridor" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Corridor" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="corridor_catalogues" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="corridor_catalogue" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CorridorCatalogue" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="dossier" type=" http://eu/rne/pcs-online/WebServices/types/Catalogue}CatalogDossier"/>
       </sequence>
       <attribute name="version" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
Agencies (Anonymous)

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="agency" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Agency" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CalendarItems (Anonymous)

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="calendar_item" type=" http://eu/rne/pcs-online/WebServices/types/CalendarItem}CalendarItem" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CorridorCatalogues (Anonymous)

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="corridor_catalogue" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CorridorCatalogue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Corridors (Anonymous)

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="corridor" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Corridor" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
OperationPoints (Anonymous)

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="operation_point" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPoint" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TimetablePeriods (Anonymous)

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="timetable_period" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TimetablePeriod"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CatalogDossierData

Java class for CatalogDossierData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CatalogDossierData">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="title">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="256"/>
             </restriction>
           </simpleType>
         </element>
         <element name="change_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="creator_pfuser_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="international_train_nr">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="128"/>
             </restriction>
           </simpleType>
         </element>
         <element name="pap_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="process_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="leading_im_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId"/>
         <element name="corridor_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="dossier_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="last_change_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="last_change_agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agreement" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
               <minLength value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="km_detail" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
               <minLength value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="train_information" type=" http://eu/rne/pcs-online/WebServices/types/DossierBasicData}TrainInformation"/>
         <element name="train_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CatalogImTimetable

Java class for CatalogImTimetable complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CatalogImTimetable">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path" type=" http://eu/rne/pcs-online/WebServices/types/CatalogueTimetable}CatalogTrasse" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CatalogTrasse

Java class for CatalogTrasse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CatalogTrasse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="traffic_period_text" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="500"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="title" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="validity_period" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="path_section" type=" http://eu/rne/pcs-online/WebServices/types/CatalogueTimetable}CatalogTrasseElement" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
CatalogTrasseElement

Java class for CatalogTrasseElement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CatalogTrasseElement">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="from_op_id" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}long">
                 <totalDigits value="12"/>
               </restriction>
             </simpleType>
           </element>
           <element name="operation_point_local" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPointLocal" minOccurs="0"/>
         </choice>
         <element name="national_train_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="8"/>
             </restriction>
           </simpleType>
         </element>
         <element name="national_trasse_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="64"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId"/>
         <choice>
           <element name="calendar_item_id" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}string">
                 <maxLength value="800"/>
                 <pattern value="[0-9]*"/>
               </restriction>
             </simpleType>
           </element>
           <element name="traffic_period_id" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}long">
                 <totalDigits value="12"/>
               </restriction>
             </simpleType>
           </element>
         </choice>
         <element name="remaining_capacity_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="notrequested_capacity_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="train_parameters" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}TrainParameters"/>
         <element name="from_op_detail" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="from_op_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="corridor_catalogue_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="corridor_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="parameter_set_code" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="64"/>
             </restriction>
           </simpleType>
         </element>
         <element name="catalogue_path_number" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="times" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}Times"/>
         <element name="is_construction_point" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="is_protected" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
CatalogueData

Java class for CatalogueData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CatalogueData">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="corridor_catalogue_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="corridor_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="parameter_set_code" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="64"/>
             </restriction>
           </simpleType>
         </element>
         <element name="catalogue_path_number" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="remaining_capacity_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="notrequested_capacity_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Characteristic

Java class for Characteristic complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Characteristic">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="17"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CharacteristicCodes

Java class for CharacteristicCodes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CharacteristicCodes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="characteristic" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Characteristic" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Characteristics

Java class for Characteristics complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Characteristics">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="17"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CommercialTrafficType

Java class for CommercialTrafficType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CommercialTrafficType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="17"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CommercialTrafficTypeCodes

Java class for CommercialTrafficTypeCodes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CommercialTrafficTypeCodes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="commercial_traffic_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CommercialTrafficType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CompositeRelation Represents one composite relation where current dossier is involved.

Java class for CompositeRelation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CompositeRelation">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
         <element name="name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
         <element name="note" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="starting_dossier_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="composite_relation_dossier" type=" http://eu/rne/pcs-online/WebServices/types/CompositeRelations}CompositeRelationDossier" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
CompositeRelationDossier One "composite relation" - dossier pair. Contains all dossiers that belongs to the current composite relation.

Java class for CompositeRelationDossier complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CompositeRelationDossier">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="composite_relation_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </all>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
CompositeRelations

Java class for CompositeRelations complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CompositeRelations">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="composite_relation" type=" http://eu/rne/pcs-online/WebServices/types/CompositeRelations}CompositeRelation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Composition

Java class for Composition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Composition">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="train_head_note1" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="500"/>
             </restriction>
           </simpleType>
         </element>
         <element name="train_head_note2" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="500"/>
             </restriction>
           </simpleType>
         </element>
         <element name="free_text" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="remark_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
CompositionFootnote

Java class for CompositionFootnote complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CompositionFootnote">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="composition_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="footnote" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="footnote_text" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="300"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="national_comp_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="64"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
CompositionFootnoteCargo

Java class for CompositionFootnoteCargo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CompositionFootnoteCargo">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cargo_item_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="author_agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="footnote_text" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="300"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
CompositionItem

Java class for CompositionItem complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CompositionItem">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="composition_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="national_comp_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="64"/>
             </restriction>
           </simpleType>
         </element>
         <element name="footnote" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="waggon_type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="16"/>
             </restriction>
           </simpleType>
         </element>
         <element name="aircond_code" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="sequence_nbr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="managed_by" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="from_train_nbr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="8"/>
             </restriction>
           </simpleType>
         </element>
         <element name="forerun" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="from_oppt_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="to_oppt_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="trailer" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="to_train_nbr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="8"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ewp_nbr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
CompositionItemCargo

Java class for CompositionItemCargo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CompositionItemCargo">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="composition_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="national_comp_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="64"/>
             </restriction>
           </simpleType>
         </element>
         <element name="abschnitt" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="3"/>
               <fractionDigits value="1"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="abschnitt_from" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}long">
                 <totalDigits value="12"/>
               </restriction>
             </simpleType>
           </element>
           <element name="section_from" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}long">
                 <totalDigits value="12"/>
               </restriction>
             </simpleType>
           </element>
           <element name="section_local_from" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPointLocal" minOccurs="0"/>
         </choice>
         <choice>
           <element name="abschnitt_to" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}long">
                 <totalDigits value="12"/>
               </restriction>
             </simpleType>
           </element>
           <element name="section_to" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}long">
                 <totalDigits value="12"/>
               </restriction>
             </simpleType>
           </element>
           <element name="section_local_to" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPointLocal" minOccurs="0"/>
         </choice>
         <element name="comp_group" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="3"/>
               <fractionDigits value="1"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="comp_group_from" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}long">
                 <totalDigits value="12"/>
               </restriction>
             </simpleType>
           </element>
           <element name="comp_group_local_from" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPointLocal" minOccurs="0"/>
         </choice>
         <choice>
           <element name="comp_group_to" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}long">
                 <totalDigits value="12"/>
               </restriction>
             </simpleType>
           </element>
           <element name="comp_group_local_to" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPointLocal" minOccurs="0"/>
         </choice>
         <element name="direction_points" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="direction_point" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Point" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="border_points" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="border_point" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Point" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="group_tp" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="400"/>
             </restriction>
           </simpleType>
         </element>
         <element name="group_tp_remark" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="400"/>
             </restriction>
           </simpleType>
         </element>
         <element name="calendar_item_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="800"/>
               <pattern value="[0-9]*"/>
             </restriction>
           </simpleType>
         </element>
         <element name="load" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="length" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="good_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="vertrauensuebergang_from" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}string">
                 <maxLength value="30"/>
               </restriction>
             </simpleType>
           </element>
           <element name="changeover_from" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}string">
                 <maxLength value="30"/>
               </restriction>
             </simpleType>
           </element>
           <element name="changeover_local_from" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPointLocal" minOccurs="0"/>
         </choice>
         <choice>
           <element name="vertrauensuebergang_to" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}string">
                 <maxLength value="30"/>
               </restriction>
             </simpleType>
           </element>
           <element name="changeover_to" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}string">
                 <maxLength value="30"/>
               </restriction>
             </simpleType>
           </element>
           <element name="changeover_local_to" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPointLocal" minOccurs="0"/>
         </choice>
         <element name="profile1" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="profile2" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="item_remark" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="free_text" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="wagenuebergang_from" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="wagenuebergang_to" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="train_max_speed" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ban_waggon_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="cargo_brake_types" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="addition" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
BorderPoints (Anonymous)

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="border_point" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Point" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DirectionPoints (Anonymous)

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="direction_point" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Point" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Connection

Java class for Connection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Connection">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="connection_text" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="300"/>
             </restriction>
           </simpleType>
         </element>
         <element name="im_comment" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="512"/>
             </restriction>
           </simpleType>
         </element>
         <element name="is_guaranteed" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}boolean">
             </restriction>
           </simpleType>
         </element>
         <element name="associated_train_id" type=" http://eu/rne/pcs-online/WebServices/types/TafTsiIdentifiers}TrainId" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
Connections

Java class for Connections complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Connections">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="connection" type=" http://eu/rne/pcs-online/WebServices/types/DossierConnections}Connection" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Corridor

Java class for Corridor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Corridor">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="rnec_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="rfc_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="is_rfc_valid" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="return_capacity_period" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
CorridorCatalogue

Java class for CorridorCatalogue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CorridorCatalogue">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="corridor_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="catalogue_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="process_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="direction" type=" http://www.w3.org/2001/XMLSchema}string"/>
         <element name="origin_op_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="destination_op_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
CorridorCatalogues

Java class for CorridorCatalogues complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CorridorCatalogues">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="corridor_catalogue" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CorridorCatalogue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Corridors

Java class for Corridors complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Corridors">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="corridor" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Corridor" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Country

Java class for Country complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Country">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="country_code" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="country_name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CountryCodes

Java class for CountryCodes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CountryCodes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="country" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}Country" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CreateDossierRequestSection

Java class for CreateDossierRequestSection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreateDossierRequestSection">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ws_dossier_container" type=" http://eu/rne/pcs-online/WebServices/types/Dossier}WsDossierContainer"/>
         <element name="promote_to_next_phase" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CreateDossierResponseSection

Java class for CreateDossierResponseSection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreateDossierResponseSection">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="createSingleDossierResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}CreateSingleDossierResponse" minOccurs="0"/>
         <element name="createDossierResponseFault" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}FaultObject" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CreateSingleDossier (Anonymous) Create Dossier Operation.
CreateSingleDossierElement (Anonymous)

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

This operation is used to create a new classical dossier without PaP's in a timetable period open for dossier creation.

A dossier container should be sent with this request without any PCS identifiers. It is not mandatory to send the decorative elements (operation_points, agencies, etc.)

RU-IM pairs and involved agencies should not be sent. They will be resolved by the system based on the path send with this request.

Applicant and IM train direction must be set.

Only one Applicant path should be defined in this request defined from Origin till Destination including all territories. The system will calculate the territories accordingly and split the sub-paths. If the calendar is set only in the Origin the system will calculate the calendars for the rest of the path sections. The departure time must be set in the Origin. Arrival or departure time should be set for each first path section of a territory. There must be two path section per territory. The validity period must be defined.

For each path section the id of an operation point should be set (from_op_id). The responsible Applicant and IM agency id's also must be set.

CreateSingleDossierResponse

Java class for CreateSingleDossierResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreateSingleDossierResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CreateSingleDossierResponseElement (Anonymous)

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="createSingleDossierResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}CreateSingleDossierResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CreateSubPath (Anonymous)

Create sub path operation.

CreateSubPathRequest

This operation is used to create a new sub path without PaP's in the territory of a given pair. The sub path must contain at least two path section.

If the sub-path is in the first territory departure time must be defined in the first path section. In other territories arrival or departure time must be defined.

The validity period of the sub-path must be defined.

CreateSubPathResponse

Java class for CreateSubPathResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreateSubPathResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
CreateSubPathResponseElement (Anonymous)

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="createSubPathResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}CreateSubPathResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DangerLabel

Java class for DangerLabel complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DangerLabel">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DangerLabelCodes

Java class for DangerLabelCodes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DangerLabelCodes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="danger_label" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}DangerLabel" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DangerLabels

Java class for DangerLabels complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DangerLabels">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" maxOccurs="5" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DangerousGoodsIndication

Java class for DangerousGoodsIndication complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DangerousGoodsIndication">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trasse_element_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="hazard_number" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="2"/>
               <maxLength value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="un_material_number" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="4"/>
               <pattern value="\d*[1-9]\d*"/>
             </restriction>
           </simpleType>
         </element>
         <element name="rid_classification" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="package_group" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="I"/>
               <enumeration value="II"/>
               <enumeration value="III"/>
             </restriction>
           </simpleType>
         </element>
         <element name="weight_of_dangerous_good" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="danger_labels" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}DangerLabels" minOccurs="0"/>
         <element name="dangerous_goods_volume" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="limited_quantity_indicator" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
DependencyStatus

Java class for DependencyStatus complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DependencyStatus">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dependency_description" type=" http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dependency_status" type=" http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DependencyStatuses

Java class for DependencyStatuses complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DependencyStatuses">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dependency_status" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}DependencyStatus" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DirectionPoints

Java class for DirectionPoints complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DirectionPoints">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="direction_point" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Point" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Dossier

Java class for Dossier complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Dossier">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_data" type=" http://eu/rne/pcs-online/WebServices/types/DossierBasicData}DossierData"/>
         <element name="ru_im_pairs" type=" http://eu/rne/pcs-online/WebServices/types/DossierRuImPairs}RuImPairs" minOccurs="0"/>
         <element name="involved_agencies" type=" http://eu/rne/pcs-online/WebServices/types/DossierAgencies}InvolvedAgencies" minOccurs="0"/>
         <element name="notes" type=" http://eu/rne/pcs-online/WebServices/types/DossierComments}Notes" minOccurs="0"/>
         <element name="train_compositions" type=" http://eu/rne/pcs-online/WebServices/types/TrainComposition}TrainCompositions" minOccurs="0"/>
         <element name="tt_applicant" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}ApplicantTimetable" minOccurs="0"/>
         <element name="tt_im" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}ImTimetable" minOccurs="0"/>
         <element name="connections" type=" http://eu/rne/pcs-online/WebServices/types/DossierConnections}Connections" minOccurs="0"/>
         <element name="links" type=" http://eu/rne/pcs-online/WebServices/types/DossierLinks}DossierLinks" minOccurs="0"/>
         <element name="composite_relations" type=" http://eu/rne/pcs-online/WebServices/types/CompositeRelations}CompositeRelations" minOccurs="0"/>
         <element name="attachments" type=" http://eu/rne/pcs-online/WebServices/types/DossierAttachments}AttachmentType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="stamp">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}string">
             <maxLength value="60"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
DossierAgency

Java class for DossierAgency complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DossierAgency">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="agency_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="progress_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="commercial_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="PRODUCTION_ONLY_RU"/>
               <enumeration value="READ_ONLY_IM"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
DossierData

Java class for DossierData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DossierData">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="title">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="256"/>
             </restriction>
           </simpleType>
         </element>
         <element name="change_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="creator_pfuser_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="international_train_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="128"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="process_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="leading_applicant_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="leading_im_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId"/>
         <element name="corridor_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="dossier_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="last_change_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="last_change_agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="last_change_username" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agreement" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
               <minLength value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="km_detail" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
               <minLength value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="train_information" type=" http://eu/rne/pcs-online/WebServices/types/DossierBasicData}TrainInformation" minOccurs="0"/>
         <element name="train_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DossierLink

Java class for DossierLink complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DossierLink">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="international_train_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="128"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_title" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="256"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="dossier_id">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="to_dossier_id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
DossierLinks

Java class for DossierLinks complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DossierLinks">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_link" type=" http://eu/rne/pcs-online/WebServices/types/DossierLinks}DossierLink" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DossierPhase

Java class for DossierPhase complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DossierPhase">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_phase_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_phase_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DossierPhases

Java class for DossierPhases complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DossierPhases">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_phase" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}DossierPhase" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DossierRUIMPair

Java class for DossierRUIMPair complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DossierRUIMPair">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ru_im_pair_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="dossierRejectionCause" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}RejectionCause" minOccurs="0"/>
           <element name="partialOfferRequest" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}PartialOfferRequest" minOccurs="0"/>
           <element name="progressStatusDowngradeReason" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}ProgressStatusDowngradeReason" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DossierType

Java class for DossierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DossierType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossiertype_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DossierTypes

Java class for DossierTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DossierTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossierType" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}DossierType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ExceptionalGaugingIdent

Java class for ExceptionalGaugingIdent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExceptionalGaugingIdent">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trasse_element_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="exceptional_gauging_ident_code" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="24"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
FacilityType

Java class for FacilityType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FacilityType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FacilityTypeCodes

Java class for FacilityTypeCodes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FacilityTypeCodes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="facility_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}FacilityType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FacilityTypes

Java class for FacilityTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FacilityTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FaultObject

Java class for FaultObject complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FaultObject">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Footnotes

Java class for Footnotes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Footnotes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="composition_footnote" type=" http://eu/rne/pcs-online/WebServices/types/TrainComposition}CompositionFootnote" maxOccurs="unbounded" minOccurs="0"/>
           <element name="composition_footnote_cargo" type=" http://eu/rne/pcs-online/WebServices/types/TrainComposition}CompositionFootnoteCargo" maxOccurs="unbounded" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetActivityTypes (Anonymous)

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

Java class for GetActivityTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetActivityTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="4"/>
               <maxLength value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetActivityTypesResponse

Java class for GetActivityTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetActivityTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="activity_types" type=" http://eu/rne/pcs-online/WebServices/types/ActivityType}ActivityTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetActivityTypesResponseElement (Anonymous)

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="getActivityTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/ActivityTypeOperations}GetActivityTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAgencyTypes (Anonymous)

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

Java class for GetAgencyTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAgencyTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAgencyTypesResponse

Java class for GetAgencyTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAgencyTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="agencyTypes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAgencyTypesResponseElement (Anonymous)

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="getAgencyTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAgencyTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAlignmentDirections (Anonymous)

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

Java class for GetAlignmentDirectionsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAlignmentDirectionsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAlignmentDirectionsResponse

Java class for GetAlignmentDirectionsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAlignmentDirectionsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="alignmentDirections" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AlignmentDirections" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAlignmentDirectionsResponseElement (Anonymous)

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="getAlignmentDirectionsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAlignmentDirectionsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllAgencies (Anonymous)

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

Java class for GetAllAgenciesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllAgenciesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAllAgenciesResponse

Java class for GetAllAgenciesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllAgenciesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="agencies" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Agencies" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllAgenciesResponseElement (Anonymous)

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="getAllAgenciesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAllAgenciesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllBrakeTypes (Anonymous)

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

Java class for GetAllBrakeTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllBrakeTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAllBrakeTypesResponse

Java class for GetAllBrakeTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllBrakeTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="brakeTypes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}BrakeTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllBrakeTypesResponseElement (Anonymous)

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="getAllBrakeTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAllBrakeTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllCatalogs (Anonymous)

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

Java class for GetAllCatalogsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllCatalogsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ttp_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="process_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="corridor_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="im_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllCatalogsResponse

Java class for GetAllCatalogsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllCatalogsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="catalogs" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="catalog" type=" http://eu/rne/pcs-online/WebServices/types/Catalogue}Catalog" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Catalogs (Anonymous)

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="catalog" type=" http://eu/rne/pcs-online/WebServices/types/Catalogue}Catalog" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllCatalogsResponseElement (Anonymous)

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="getAllCatalogsResponse" type=" http://eu/rne/pcs-online/WebServices/types/CatalogueOperations}GetAllCatalogsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllCorridors (Anonymous)

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

Java class for GetAllCorridorsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllCorridorsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAllCorridorsResponse

Java class for GetAllCorridorsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllCorridorsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="corridors" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="corridor" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Corridor" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Corridors (Anonymous)

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="corridor" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Corridor" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllCorridorsResponseElement (Anonymous)

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="getAllCorridorsResponse" type=" http://eu/rne/pcs-online/WebServices/types/CatalogueOperations}GetAllCorridorsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllCountryCodes (Anonymous)

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

Java class for GetAllCountryCodesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllCountryCodesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAllCountryCodesResponse

Java class for GetAllCountryCodesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllCountryCodesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="countries" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}CountryCodes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllCountryCodesResponseElement (Anonymous)

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="getAllCountryCodesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAllCountryCodesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllDossiers (Anonymous)

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="getAllDossiersRequest" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}GetAllDossiersRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllDossiersExtended (Anonymous)

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

Java class for GetAllDossiersExtendedRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllDossiersExtendedRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ttp_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_statuses">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dossier_status_id" maxOccurs="unbounded">
                     <simpleType>
                       <restriction base=" http://www.w3.org/2001/XMLSchema}string">
                         <minLength value="1"/>
                         <maxLength value="2"/>
                       </restriction>
                     </simpleType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="dossier_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="processTypes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="process_type_id" maxOccurs="unbounded">
                     <simpleType>
                       <restriction base=" http://www.w3.org/2001/XMLSchema}string">
                         <length value="1"/>
                       </restriction>
                     </simpleType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="train_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DossierStatuses (Anonymous)

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="dossier_status_id" maxOccurs="unbounded">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProcessTypes (Anonymous)

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="process_type_id" maxOccurs="unbounded">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllDossiersExtendedResponse

Java class for GetAllDossiersExtendedResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllDossiersExtendedResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="getAllDossiersModels" type=" http://eu/rne/pcs-online/WebServices/types/DossierModels}GetAllDossiersModels" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllDossiersExtendedResponseElement (Anonymous)

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="getAllDossiersExtendedResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}GetAllDossiersExtendedResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllDossiersModel

Java class for GetAllDossiersModel complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllDossiersModel">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="changenr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_status_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="process_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllDossiersModels

Java class for GetAllDossiersModels complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllDossiersModels">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="getAllDossiersModel" type=" http://eu/rne/pcs-online/WebServices/types/DossierModels}GetAllDossiersModel" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllDossiersRequest

Java class for GetAllDossiersRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllDossiersRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ttp_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_status_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllDossiersResponse

Java class for GetAllDossiersResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllDossiersResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="getAllDossiersModels" type=" http://eu/rne/pcs-online/WebServices/types/DossierModels}GetAllDossiersModels" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllDossiersResponseElement (Anonymous)

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="getAllDossiersResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}GetAllDossiersResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllHybridLocoTypes (Anonymous)

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

Java class for GetAllHybridLocoTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllHybridLocoTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAllHybridLocoTypesResponse

Java class for GetAllHybridLocoTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllHybridLocoTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="types_of_loco" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}HybridLocoTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllHybridLocoTypesResponseElement (Anonymous)

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="getAllHybridLocoTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAllHybridLocoTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllProgressStatuses (Anonymous)

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

Java class for GetAllProgressStatusesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllProgressStatusesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAllProgressStatusesResponse

Java class for GetAllProgressStatusesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllProgressStatusesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="progressStatuses" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}ProgressStatuses" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllProgressStatusesResponseElement (Anonymous)

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="getAllProgressStatusesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAllProgressStatusesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllTiltingFunctions (Anonymous)

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

Java class for GetAllTiltingFunctionsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllTiltingFunctionsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAllTiltingFunctionsResponse

Java class for GetAllTiltingFunctionsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllTiltingFunctionsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="tiltingFunctions" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TiltingFunctions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllTiltingFunctionsResponseElement (Anonymous)

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="getAllTiltingFunctionsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAllTiltingFunctionsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllTypesOfEngine (Anonymous)

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

Java class for GetAllTypesOfEngineRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllTypesOfEngineRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAllTypesOfEngineResponse

Java class for GetAllTypesOfEngineResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllTypesOfEngineResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="types_of_engine" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TypesOfEngine" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllTypesOfEngineResponseElement (Anonymous)

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="getAllTypesOfEngineResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAllTypesOfEngineResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllTypesOfLoco (Anonymous)

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

Java class for GetAllTypesOfLocoRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllTypesOfLocoRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetAllTypesOfLocoResponse

Java class for GetAllTypesOfLocoResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetAllTypesOfLocoResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="types_of_loco" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TypesOfLoco" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetAllTypesOfLocoResponseElement (Anonymous)

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="getAllTypesOfLocoResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetAllTypesOfLocoResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetBanWaggonTypes (Anonymous)

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

Java class for GetBanWaggonTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetBanWaggonTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetBanWaggonTypesResponse

Java class for GetBanWaggonTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetBanWaggonTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="banWaggonTypes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}BanWaggonTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetBanWaggonTypesResponseElement (Anonymous)

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="getBanWaggonTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetBanWaggonTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCalendarItemId (Anonymous)

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

Java class for GetCalendarItemIdRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetCalendarItemIdRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bitfield">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="800"/>
               <pattern value="[0-1]*"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCalendarItemIdResponse

Java class for GetCalendarItemIdResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetCalendarItemIdResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="calendar_item_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCalendarItemIdResponseElement (Anonymous)

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="getCalendarItemIdResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}GetCalendarItemIdResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCargoBrakeTypes (Anonymous)

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

Java class for GetCargoBrakeTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetCargoBrakeTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetCargoBrakeTypesResponse

Java class for GetCargoBrakeTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetCargoBrakeTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="cargoBrakeTypes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CargoBrakeTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCargoBrakeTypesResponseElement (Anonymous)

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="getCargoBrakeTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetCargoBrakeTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCatalog (Anonymous)

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

Java class for GetCatalogRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetCatalogRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCatalogResponse

Java class for GetCatalogResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetCatalogResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="catalog_dossier_container" type=" http://eu/rne/pcs-online/WebServices/types/Catalogue}CatalogDossierContainer" minOccurs="0"/>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCatalogResponseElement (Anonymous)

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="getCatalogResponse" type=" http://eu/rne/pcs-online/WebServices/types/CatalogueOperations}GetCatalogResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCatalogWithReferenceIds (Anonymous)

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

Java class for GetCatalogWithReferenceIdsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetCatalogWithReferenceIdsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="use_pcs_op_point_id_in_operation_point_local" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCatalogWithReferenceIdsResponse

Java class for GetCatalogWithReferenceIdsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetCatalogWithReferenceIdsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="catalog_dossier_container" type=" http://eu/rne/pcs-online/WebServices/types/Catalogue}CatalogDossierContainer" minOccurs="0"/>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCatalogWithReferenceIdsResponseElement (Anonymous)

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="getCatalogWithReferenceIdsResponse" type=" http://eu/rne/pcs-online/WebServices/types/CatalogueOperations}GetCatalogWithReferenceIdsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCharacteristics (Anonymous)

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

Java class for getCharacteristicsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getCharacteristicsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
getCharacteristicsResponse

Java class for getCharacteristicsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getCharacteristicsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="characteristics" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CharacteristicCodes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCharacteristicsResponseElement (Anonymous)

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="getCharacteristicsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}getCharacteristicsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCommercialTrafficTypes (Anonymous)

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

Java class for getCommercialTrafficTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getCommercialTrafficTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
getCommercialTrafficTypesResponse

Java class for getCommercialTrafficTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getCommercialTrafficTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="commercial_traffic_types" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CommercialTrafficTypeCodes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetCommercialTrafficTypesResponseElement (Anonymous)

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="getCommercialTrafficTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}getCommercialTrafficTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDangerLabels (Anonymous)

Java class for GetDangerLabels 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="getDangerLabelsRequest" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetDangerLabelsRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDangerLabelsRequest

Java class for GetDangerLabelsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDangerLabelsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetDangerLabelsResponse

Java class for GetDangerLabelsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDangerLabelsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="danger_labels" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}DangerLabelCodes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDangerLabelsResponseElement (Anonymous)

Java class for GetDangerLabelsResponseElement 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="getDangerLabelsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetDangerLabelsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossier (Anonymous) Get dossier operation.
GetDossierAttachment (Anonymous)

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

Java class for GetDossierAttachmentRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDossierAttachmentRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attachment_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierAttachmentResponse

Java class for GetDossierAttachmentResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDossierAttachmentResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attachment" type=" http://eu/rne/pcs-online/WebServices/types/DossierAttachments}AttachmentType" minOccurs="0"/>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierAttachmentResponseElement (Anonymous)

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="getDossierAttachmentResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}GetDossierAttachmentResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierPhases (Anonymous)

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

Java class for GetDossierPhasesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDossierPhasesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierPhasesResponse

Java class for GetDossierPhasesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDossierPhasesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="dossierPhases" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}DossierPhases" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierPhasesResponseElement (Anonymous)

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="getDossierPhasesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetDossierPhasesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierProcessPhases (Anonymous)

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

Java class for GetDossierProcessPhasesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDossierProcessPhasesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="process_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierProcessPhasesResponse

Java class for GetDossierProcessPhasesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDossierProcessPhasesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="dossierPhases" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}DossierPhases" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierProcessPhasesResponseElement (Anonymous)

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="getDossierProcessPhasesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetDossierProcessPhasesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierRequest This operation is used to retrieve the latest or given archived version of a dossier with all supported elements that the user has access to.
GetDossierResponse

Java class for GetDossierResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDossierResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ws_dossier_container" type=" http://eu/rne/pcs-online/WebServices/types/Dossier}WsDossierContainer" minOccurs="0"/>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierResponseElement (Anonymous)

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="getDossierResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}GetDossierResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierWithReferenceIds (Anonymous) Get dossier with reference ID's operation.
GetDossierWithReferenceIdsRequest This operation is used to retrieve the latest or given archived version of a dossier with all supported elements that the user has access to. Elements that have reference ID's will be sent with those instead of PCS ID's.
GetDossierWithReferenceIdsResponse

Java class for GetDossierWithReferenceIdsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDossierWithReferenceIdsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ws_dossier_container" type=" http://eu/rne/pcs-online/WebServices/types/Dossier}WsDossierContainer" minOccurs="0"/>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetDossierWithReferenceIdsResponseElement (Anonymous)

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="getDossierWithReferenceIdsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}GetDossierWithReferenceIdsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetFacilityTypes (Anonymous)

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

Java class for getFacilityTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getFacilityTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
getFacilityTypesResponse

Java class for getFacilityTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getFacilityTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="facility_types" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}FacilityTypeCodes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetFacilityTypesResponseElement (Anonymous)

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="getFacilityTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}getFacilityTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParameters (Anonymous)

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="getImParametersRequest" type=" http://eu/rne/pcs-online/WebServices/types/ImParamsOperations}GetImParametersRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForAgencyUicCode (Anonymous)

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="getImParametersForAgencyUicCodeRequest" type=" http://eu/rne/pcs-online/WebServices/types/ImParamsOperations}GetImParametersForAgencyUicCodeRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForAgencyUicCodeForTimetablePeriod (Anonymous)

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

Java class for GetImParametersForAgencyUicCodeForTimetablePeriodRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetImParametersForAgencyUicCodeForTimetablePeriodRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_uic_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForAgencyUicCodeForTimetablePeriodResponse

Java class for GetImParametersForAgencyUicCodeForTimetablePeriodResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetImParametersForAgencyUicCodeForTimetablePeriodResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="national_im_parameters" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameters" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForAgencyUicCodeForTimetablePeriodResponseElement (Anonymous)

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="getImParametersForAgencyUicCodeForTimetablePeriodResponse" type=" http://eu/rne/pcs-online/WebServices/types/ImParamsOperations}GetImParametersForAgencyUicCodeForTimetablePeriodResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForAgencyUicCodeRequest

Java class for GetImParametersForAgencyUicCodeRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetImParametersForAgencyUicCodeRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agencyUic_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForAgencyUicCodeResponse

Java class for GetImParametersForAgencyUicCodeResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetImParametersForAgencyUicCodeResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="national_im_parameters" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameters" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForAgencyUicCodeResponseElement (Anonymous)

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="getImParametersForAgencyUicCodeResponse" type=" http://eu/rne/pcs-online/WebServices/types/ImParamsOperations}GetImParametersForAgencyUicCodeResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForTimetablePeriod (Anonymous)

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

Java class for GetImParametersForTimetablePeriodRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetImParametersForTimetablePeriodRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForTimetablePeriodResponse

Java class for GetImParametersForTimetablePeriodResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetImParametersForTimetablePeriodResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="national_im_parameters" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameters" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersForTimetablePeriodResponseElement (Anonymous)

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="getImParametersForTimetablePeriodResponse" type=" http://eu/rne/pcs-online/WebServices/types/ImParamsOperations}GetImParametersForTimetablePeriodResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersRequest

Java class for GetImParametersRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetImParametersRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersResponse

Java class for GetImParametersResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetImParametersResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="national_im_parameters" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameters" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetImParametersResponseElement (Anonymous)

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="getImParametersResponse" type=" http://eu/rne/pcs-online/WebServices/types/ImParamsOperations}GetImParametersResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetLocationTypes (Anonymous)

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

Java class for GetLocationTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetLocationTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetLocationTypesResponse

Java class for GetLocationTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetLocationTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="locationTypes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}LocationTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetLocationTypesResponseElement (Anonymous)

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="getLocationTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetLocationTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetLocoTypes (Anonymous)

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

Java class for GetLocoTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetLocoTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ttp_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="series_number" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetLocoTypesResponse

Java class for GetLocoTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetLocoTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="loco_types" type=" http://eu/rne/pcs-online/WebServices/types/LocoType}LocoTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetLocoTypesResponseElement (Anonymous)

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="getLocoTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/LocoTypeOperations}GetLocoTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetObservationTypes (Anonymous)

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

Java class for GetObservationTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetObservationTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetObservationTypesResponse

Java class for GetObservationTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetObservationTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="observationTypes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="observationType" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}ObservationType" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ObservationTypes (Anonymous)

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="observationType" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}ObservationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetObservationTypesResponseElement (Anonymous)

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="getObservationTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetObservationTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByCountry (Anonymous)

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

Java class for GetOperationPointByCountryRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByCountryRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="country_code">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByCountryResponse

Java class for GetOperationPointByCountryResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByCountryResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="operation_points" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPoints" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByCountryResponseElement (Anonymous)

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="getOperationPointByCountryResponse" type=" http://eu/rne/pcs-online/WebServices/types/OperationPointOperations}GetOperationPointByCountryResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointById (Anonymous)

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

Java class for GetOperationPointByIdRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByIdRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByIdResponse

Java class for GetOperationPointByIdResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByIdResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="operationpoint" type=" http://eu/rne/pcs-online/WebServices/types/OperationPointsDetail}OperationPointDetail" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByIdResponseElement (Anonymous)

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="getOperationPointByIdResponse" type=" http://eu/rne/pcs-online/WebServices/types/OperationPointOperations}GetOperationPointByIdResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByImAgency (Anonymous)

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

Java class for GetOperationPointByImAgencyRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByImAgencyRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="im_agency_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByImAgencyResponse

Java class for GetOperationPointByImAgencyResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByImAgencyResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="operation_points" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPoints" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByImAgencyResponseElement (Anonymous)

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="getOperationPointByImAgencyResponse" type=" http://eu/rne/pcs-online/WebServices/types/OperationPointOperations}GetOperationPointByImAgencyResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByName (Anonymous)

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

Java class for GetOperationPointByNameRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByNameRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="search_value">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByNameResponse

Java class for GetOperationPointByNameResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByNameResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="operation_points" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPoints" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByNameResponseElement (Anonymous)

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="getOperationPointByNameResponse" type=" http://eu/rne/pcs-online/WebServices/types/OperationPointOperations}GetOperationPointByNameResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByReferenceId (Anonymous)

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

Java class for GetOperationPointByReferenceIdRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByReferenceIdRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reference_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="128"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByReferenceIdResponse

Java class for GetOperationPointByReferenceIdResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointByReferenceIdResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="operationpoint" type=" http://eu/rne/pcs-online/WebServices/types/OperationPointsDetail}OperationPointDetail" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointByReferenceIdResponseElement (Anonymous)

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="getOperationPointByReferenceIdResponse" type=" http://eu/rne/pcs-online/WebServices/types/OperationPointOperations}GetOperationPointByReferenceIdResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointChanges (Anonymous)

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

Java class for GetOperationPointChangesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointChangesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="since_checkpoint" type=" http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointChangesResponse

Java class for GetOperationPointChangesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOperationPointChangesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="operation_points" type=" http://eu/rne/pcs-online/WebServices/types/OperationPointsDetail}OperationPoints" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetOperationPointChangesResponseElement (Anonymous)

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="getOperationPointChangesResponse" type=" http://eu/rne/pcs-online/WebServices/types/OperationPointOperations}GetOperationPointChangesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathAlterationRejectionCause (Anonymous)

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

Java class for GetPathAlterationRejectionCauseRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathAlterationRejectionCauseRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetPathAlterationRejectionCauseResponse

Java class for GetPathAlterationRejectionCauseResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathAlterationRejectionCauseResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="path_alteration_rejection_causes" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PathAlterationRejectionCauses" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathAlterationRejectionCauseResponseElement (Anonymous)

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="get_path_alteration_rejection_cause_response" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}GetPathAlterationRejectionCauseResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathAlterationTypeList (Anonymous)

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

Java class for GetPathAlterationTypeListRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathAlterationTypeListRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetPathAlterationTypeListResponse

Java class for GetPathAlterationTypeListResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathAlterationTypeListResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="types" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}PathAlterationTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathAlterationTypeListResponseElement (Anonymous)

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="get_path_alteration_type_list_response" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}GetPathAlterationTypeListResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathModificationOfferRejectionCause (Anonymous)

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

Java class for GetPathModificationOfferRejectionCauseRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathModificationOfferRejectionCauseRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetPathModificationOfferRejectionCauseResponse

Java class for GetPathModificationOfferRejectionCauseResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathModificationOfferRejectionCauseResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="path_modification_offer_rejection_causes" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}PathModificationOfferRejectionCauses" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathModificationOfferRejectionCauseResponseElement (Anonymous)

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="get_path_modification_offer_rejection_cause_response" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}GetPathModificationOfferRejectionCauseResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathModificationRequestRejectionCause (Anonymous)

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

Java class for GetPathModificationRequestRejectionCauseRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathModificationRequestRejectionCauseRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetPathModificationRequestRejectionCauseResponse

Java class for GetPathModificationRequestRejectionCauseResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathModificationRequestRejectionCauseResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="path_modification_request_rejection_causes" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PathModificationRequestRejectionCauses" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathModificationRequestRejectionCauseResponseElement (Anonymous)

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="get_path_modification_request_rejection_cause_response" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}GetPathModificationRequestRejectionCauseResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathModificationTypeList (Anonymous)

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

Java class for GetPathModificationTypeListRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathModificationTypeListRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetPathModificationTypeListResponse

Java class for GetPathModificationTypeListResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetPathModificationTypeListResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="types" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}PathModificationTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetPathModificationTypeListResponseElement (Anonymous)

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="get_path_modification_type_list_response" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}GetPathModificationTypeListResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetRUIMPairsForDossier (Anonymous)

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

Java class for GetRUIMPairsForDossierRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetRUIMPairsForDossierRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetRUIMPairsForDossierResponse

Java class for GetRUIMPairsForDossierResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetRUIMPairsForDossierResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ru_im_pairs" type=" http://eu/rne/pcs-online/WebServices/types/DossierRuImPairs}RuImPairs" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetRUIMPairsForDossierResponseElement (Anonymous)

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="getRUIMPairsForDossierResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}GetRUIMPairsForDossierResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetRUIMPairsForDossierWithUicIds (Anonymous)

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

Java class for GetRUIMPairsForDossierWithUicIdsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetRUIMPairsForDossierWithUicIdsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetRUIMPairsForDossierWithUicIdsResponse

Java class for GetRUIMPairsForDossierWithUicIdsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetRUIMPairsForDossierWithUicIdsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ru_im_pairs" type=" http://eu/rne/pcs-online/WebServices/types/DossierRuImPairs}RuImPairs" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetRUIMPairsForDossierWithUicIdsResponseElement (Anonymous)

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="getRUIMPairsForDossierWithUicIdsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}GetRUIMPairsForDossierWithUicIdsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetSpecialServices (Anonymous)

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

Java class for getSpecialServicesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getSpecialServicesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
getSpecialServicesResponse

Java class for getSpecialServicesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getSpecialServicesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="special_services" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}SpecialServiceCodes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetSpecialServicesResponseElement (Anonymous)

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="getSpecialServicesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}getSpecialServicesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetStopTypes (Anonymous)

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

Java class for GetStopTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetStopTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetStopTypesResponse

Java class for GetStopTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetStopTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="stopTypesContainer" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}StopTypesContainer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetStopTypesResponseElement (Anonymous)

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="getStopTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetStopTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetSupportedDossierProcessTypesMatrix (Anonymous)

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

Java class for GetSupportedDossierProcessTypesMatrixRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetSupportedDossierProcessTypesMatrixRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetSupportedDossierProcessTypesMatrixResponse

Java class for GetSupportedDossierProcessTypesMatrixResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetSupportedDossierProcessTypesMatrixResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="processTypes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}ProcessTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetSupportedDossierProcessTypesMatrixResponseElement (Anonymous)

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="getSupportedDossierProcessTypesMatrixResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetSupportedDossierProcessTypesMatrixResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetSupportedDossierTypes (Anonymous)

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

Java class for GetSupportedDossierTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetSupportedDossierTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetSupportedDossierTypesResponse

Java class for GetSupportedDossierTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetSupportedDossierTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="processTypes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}ProcessTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetSupportedDossierTypesResponseElement (Anonymous)

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="getSupportedDossierTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetSupportedDossierTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTimetablePeriods (Anonymous)

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

Java class for GetTimetablePeriodsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTimetablePeriodsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetTimetablePeriodsResponse

Java class for GetTimetablePeriodsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTimetablePeriodsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="timetableperiods" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="timetableperiod" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TimetablePeriod" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Timetableperiods (Anonymous)

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="timetableperiod" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TimetablePeriod" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTimetablePeriodsResponseElement (Anonymous)

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="getTimetablePeriodsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetTimetablePeriodsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTractionModes (Anonymous)

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

Java class for GetTractionModesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTractionModesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetTractionModesResponse

Java class for GetTractionModesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTractionModesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="tractionModes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TractionModes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTractionModesResponseElement (Anonymous)

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="getTractionModesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetTractionModesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTrafficPeriods (Anonymous)

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

Java class for GetTrafficPeriodsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTrafficPeriodsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ttp_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTrafficPeriodsResponse

Java class for GetTrafficPeriodsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTrafficPeriodsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="traffic_period" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TrafficPeriod" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTrafficPeriodsResponseElement (Anonymous)

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="getTrafficPeriodsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetTrafficPeriodsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTrainCCSystemCodes (Anonymous)

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

Java class for GetTrainCCSystemCodesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTrainCCSystemCodesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetTrainCCSystemCodesResponse

Java class for GetTrainCCSystemCodesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTrainCCSystemCodesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="train_cc_systems" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TrainCCSystemCodes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTrainCCSystemCodesResponseElement (Anonymous)

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="getTrainCCSystemCodesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetTrainCCSystemCodesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTrainRadioSystemCodes (Anonymous)

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

Java class for GetTrainRadioSystemCodesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTrainRadioSystemCodesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetTrainRadioSystemCodesResponse

Java class for GetTrainRadioSystemCodesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTrainRadioSystemCodesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="trainRadioSystemCodes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TrainRadioSystemCodes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTrainRadioSystemCodesResponseElement (Anonymous)

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="getTrainRadioSystemCodesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetTrainRadioSystemCodesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTrainTypes (Anonymous)

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

Java class for GetTrainTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTrainTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetTrainTypesResponse

Java class for GetTrainTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetTrainTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="trainTypes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TrainTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetTrainTypesResponseElement (Anonymous)

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="getTrainTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/DictionariesOperations}GetTrainTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetUserAgency (Anonymous)

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

Java class for GetUserAgencyRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetUserAgencyRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
GetUserAgencyResponse

Java class for GetUserAgencyResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetUserAgencyResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="agency" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Agency" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GetUserAgencyResponseElement (Anonymous)

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="getUserAgencyResponse" type=" http://eu/rne/pcs-online/WebServices/types/IpIntegration}GetUserAgencyResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GoodType

Java class for GoodType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GoodType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="good_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="good_type_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="good_type_remark" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="600"/>
             </restriction>
           </simpleType>
         </element>
         <element name="cargo_type_eneeid" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GoodTypes

Java class for GoodTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GoodTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="good_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}GoodType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
HybridLocoType

Java class for HybridLocoType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HybridLocoType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
HybridLocoTypes

Java class for HybridLocoTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HybridLocoTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hybrid_loco_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}HybridLocoType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImAgencies

Java class for ImAgencies complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImAgencies">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_id" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImAgencyIds

Java class for ImAgencyIds complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImAgencyIds">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="im_id" maxOccurs="unbounded">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImIds

Java class for ImIds complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImIds">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="im_id" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImPathInfo

Java class for ImPathInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImPathInfo">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="starting_operation_point_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ending_operation_point_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImTimetable

Java class for ImTimetable complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImTimetable">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="territory" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}Territory" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImportActivityTypes (Anonymous)

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

Java class for ImportActivityTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImportActivityTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="activity_types" type=" http://eu/rne/pcs-online/WebServices/types/ActivityType}ActivityTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImportActivityTypesResponse

Java class for ImportActivityTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImportActivityTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="activity_types" type=" http://eu/rne/pcs-online/WebServices/types/ActivityType}ActivityTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImportActivityTypesResponseElement (Anonymous)

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="importActivityTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/ActivityTypeOperations}ImportActivityTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImportLocoTypes (Anonymous)

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

Java class for ImportLocoTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImportLocoTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="loco_types" type=" http://eu/rne/pcs-online/WebServices/types/LocoType}LocoTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImportLocoTypesResponse

Java class for ImportLocoTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImportLocoTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="loco_types" type=" http://eu/rne/pcs-online/WebServices/types/LocoType}LocoTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ImportLocoTypesResponseElement (Anonymous)

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="importLocoTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/LocoTypeOperations}ImportLocoTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
InvolvedAgencies Involved dossier agencies.

Java class for InvolvedAgencies complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InvolvedAgencies">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_agency" type=" http://eu/rne/pcs-online/WebServices/types/DossierAgencies}DossierAgency" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Items

Java class for Items complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Items">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="composition_item" type=" http://eu/rne/pcs-online/WebServices/types/TrainComposition}CompositionItem" maxOccurs="unbounded" minOccurs="0"/>
         <element name="composition_item_cargo" type=" http://eu/rne/pcs-online/WebServices/types/TrainComposition}CompositionItemCargo" maxOccurs="unbounded" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
LocationType

Java class for LocationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LocationType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="location_type_id" minOccurs="0" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="location_type_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LocationTypes

Java class for LocationTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LocationTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="location_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}LocationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LocoIdent

Java class for LocoIdent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LocoIdent">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trasse_element_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="loco_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="traction_mode_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="traction_weight" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="traction_length" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="hybrid_loco_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
LocoType

Java class for LocoType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LocoType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="loco_type_number" type=" http://eu/rne/pcs-online/WebServices/types/LocoType}LocoTypeNumber"/>
         <element name="national_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="explanation" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
         <element name="weight" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="length" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="max_speed" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="related_performance" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="type_of_engine">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="train_cc_systems" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TrainCCSystemCodes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LocoTypeIds

Java class for LocoTypeIds complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LocoTypeIds">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" maxOccurs="unbounded">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LocoTypeNumber

Java class for LocoTypeNumber complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LocoTypeNumber">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type_of_loco">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="country_code">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="2"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="series_number">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="serial_number">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="3"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LocoTypes

Java class for LocoTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LocoTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="loco_type" type=" http://eu/rne/pcs-online/WebServices/types/LocoType}LocoType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
MakeObservation (Anonymous)

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

Java class for MakeObservationRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MakeObservationRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="newObservation" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}NewObservation"/>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
MakeObservationResponse

Java class for MakeObservationResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MakeObservationResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
MakeObservationResponseElement (Anonymous)

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="makeObservationResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}MakeObservationResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
NationalImParameter

Java class for NationalImParameter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NationalImParameter">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="800"/>
             </restriction>
           </simpleType>
         </element>
         <element name="value" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="valid_values" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="150000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="min_length" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}int">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="max_length" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}int">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="format" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="mandatory_conditional_param_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="mandatory_conditional_value" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nested_conditional_param_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="nested_conditional_value" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scope" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="conditional_expression" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="is_hidden" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="description" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="4000"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="mandatory" type=" http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 
NationalImParameters

Java class for NationalImParameters complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NationalImParameters">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="national_im_parameters" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
NationalImParametersSequence

Java class for NationalImParametersSequence complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NationalImParametersSequence">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="national_im_parameter" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
NewObservation

Java class for NewObservation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NewObservation">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="im_ids" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}ImAgencyIds"/>
         <element name="im_path_info" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}ImPathInfo" minOccurs="0"/>
         <element name="observation_reasons" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}ObservationReasons" minOccurs="0"/>
         <element name="comment" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="is_justified" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
NoteElement

Java class for NoteElement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NoteElement">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="descr">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="creation_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="pf_user_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="user_first_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="user_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="user_agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="phase" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="recipients" type=" http://eu/rne/pcs-online/WebServices/types/DossierComments}Recipients" minOccurs="0"/>
         <element name="observations" type=" http://eu/rne/pcs-online/WebServices/types/DossierComments}Observations" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
Notes

Java class for Notes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Notes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="note_element" type=" http://eu/rne/pcs-online/WebServices/types/DossierComments}NoteElement" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Observation

Java class for Observation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Observation">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="im_ids" type=" http://eu/rne/pcs-online/WebServices/types/DossierComments}ImIds"/>
         <element name="path_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="observation_types" type=" http://eu/rne/pcs-online/WebServices/types/DossierComments}Types"/>
         <element name="is_justified" type=" http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ObservationReasons

Java class for ObservationReasons complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ObservationReasons">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="observation_reason_id" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ObservationType

Java class for ObservationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ObservationType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="observation_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="observation_type_description" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Observations

Java class for Observations complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Observations">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="observation" type=" http://eu/rne/pcs-online/WebServices/types/DossierComments}Observation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
OperationPoint

Java class for OperationPoint complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OperationPoint">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="enee_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="country_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="reference_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="128"/>
             </restriction>
           </simpleType>
         </element>
         <element name="valid_from" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}date">
             </restriction>
           </simpleType>
         </element>
         <element name="valid_to" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}date">
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
OperationPointDetail

Java class for OperationPointDetail complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OperationPointDetail">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="reference_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="128"/>
             </restriction>
           </simpleType>
         </element>
         <element name="name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="enee_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="valid_from" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}date">
             </restriction>
           </simpleType>
         </element>
         <element name="valid_to" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}date">
             </restriction>
           </simpleType>
         </element>
         <element name="is_passenger" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="is_cargo" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="is_infra" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
OperationPointLocal

Java class for OperationPointLocal complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OperationPointLocal">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="reference_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="128"/>
               <minLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_uic_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="from_op_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
OperationPoints

Java class for OperationPoints complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OperationPoints">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="operation_point" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPoint" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PaPmOfferRejectionCauses Indicates rejection causes of Path Modification Offer/Path Alteration Offer/Path Modification Request. In order to get available rejection causes you can use following helper operations:
  • getPathModificationOfferRejectionCause
  • getPathAlterationRejectionCause
  • getPathModificationRequestRejectionCause

Java class for PaPmOfferRejectionCauses complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PaPmOfferRejectionCauses">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type=" http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PairPaPmData

Java class for PairPaPmData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PairPaPmData">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="process_initiator" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="affected_by_process" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PapRequest

Java class for PapRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PapRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="status">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
         <element name="reservation_type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
         <element name="requested_on">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="requested_by">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="origin_op_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="destination_op_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="requested_locations">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="requested_location" type=" http://eu/rne/pcs-online/WebServices/types/PapRequests}RequestedLocation" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
RequestedLocations (Anonymous)

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="requested_location" type=" http://eu/rne/pcs-online/WebServices/types/PapRequests}RequestedLocation" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PapRequests

Java class for PapRequests complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PapRequests">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="papRequest" type=" http://eu/rne/pcs-online/WebServices/types/PapRequests}PapRequest" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PartialOfferRequest

Java class for PartialOfferRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PartialOfferRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partial_offer_reason">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1000"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathAlterationRejectionCause

Java class for PathAlterationRejectionCause complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathAlterationRejectionCause">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathAlterationRejectionCauses

Java class for PathAlterationRejectionCauses complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathAlterationRejectionCauses">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_alteration_rejection_cause" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PathAlterationRejectionCause" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathAlterationType

Java class for PathAlterationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathAlterationType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathAlterationTypes

Java class for PathAlterationTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathAlterationTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_alteration_type" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}PathAlterationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathAlterationTypesList

Java class for PathAlterationTypesList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathAlterationTypesList">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" maxOccurs="unbounded">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathIds

Java class for PathIds complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathIds">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" maxOccurs="unbounded">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathModificationOfferRejectionCause

Java class for PathModificationOfferRejectionCause complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathModificationOfferRejectionCause">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathModificationOfferRejectionCauses

Java class for PathModificationOfferRejectionCauses complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathModificationOfferRejectionCauses">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_modification_offer_rejection_cause" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}PathModificationOfferRejectionCause" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathModificationRequestRejectionCause

Java class for PathModificationRequestRejectionCause complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathModificationRequestRejectionCause">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathModificationRequestRejectionCauses

Java class for PathModificationRequestRejectionCauses complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathModificationRequestRejectionCauses">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_modification_request_rejection_cause" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PathModificationRequestRejectionCause" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathModificationType

Java class for PathModificationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathModificationType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathModificationTypes

Java class for PathModificationTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathModificationTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}PathModificationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathModificationTypesList

Java class for PathModificationTypesList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathModificationTypesList">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" maxOccurs="unbounded">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PathPaPmData

Java class for PathPaPmData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathPaPmData">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="working_copy" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="working_copy_for" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ping (Anonymous)

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>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PingResponse

Java class for PingResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PingResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
         <element name="currentTime" type=" http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="dependencyStatuses" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}DependencyStatuses" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PingResponseElement (Anonymous)

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="pingResponse" type=" http://eu/rne/pcs-online/WebServices/types/IpIntegration}PingResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Point

Java class for Point complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Point">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="from" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
         <element name="to" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
ProcessPathAlterationOffer (Anonymous)

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

Java class for ProcessPathAlterationOfferRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessPathAlterationOfferRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="action">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="A"/>
               <enumeration value="R"/>
             </restriction>
           </simpleType>
         </element>
         <element name="path_alteration_offer_rejection_causes" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}PaPmOfferRejectionCauses" minOccurs="0"/>
         <element name="rejection_reason" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProcessPathAlterationOfferResponse

Java class for ProcessPathAlterationOfferResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessPathAlterationOfferResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProcessPathAlterationOfferResponseElement (Anonymous)

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="process_path_alteration_offer_response" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}ProcessPathAlterationOfferResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProcessPathModificationOffer (Anonymous)

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

Java class for ProcessPathModificationOfferRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessPathModificationOfferRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="action">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="A"/>
               <enumeration value="R"/>
             </restriction>
           </simpleType>
         </element>
         <element name="path_modification_offer_rejection_causes" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}PaPmOfferRejectionCauses" minOccurs="0"/>
         <element name="rejection_reason" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProcessPathModificationOfferResponse

Java class for ProcessPathModificationOfferResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessPathModificationOfferResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProcessPathModificationOfferResponseElement (Anonymous)

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

Java class for ProcessType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="process_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="process_type_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossierTypes" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}DossierTypes"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProcessTypes

Java class for ProcessTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="processType" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}ProcessType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProcessingStatus Used only for paths with path section(s) imported from Pre Arranged Path catalogue dossiers, to indicate processing status of the path. Updated by PCS system only.

Java class for ProcessingStatus.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ProcessingStatus">
   <restriction base=" http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="ProcessingByCoss"/>
     <enumeration value="FOProcessingByIM"/>
     <enumeration value="TailorMadeProcessingByIM"/>
     <enumeration value="FeasibilityStudyByIM"/>
   </restriction>
 </simpleType>
 
ProgressStatus

Java class for ProgressStatus complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProgressStatus">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="progress_status_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="progress_status_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProgressStatusDowngradeReason

Java class for ProgressStatusDowngradeReason complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProgressStatusDowngradeReason">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reason">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1000"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ProgressStatuses

Java class for ProgressStatuses complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProgressStatuses">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="progress_status" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}ProgressStatus" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Recipients

Java class for Recipients complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Recipients">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_id" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RegulatoryBodies

Java class for RegulatoryBodies complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RegulatoryBodies">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="regulatoryBody" type=" http://eu/rne/pcs-online/WebServices/types/IpIntegration}RegulatoryBody" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RegulatoryBody

Java class for RegulatoryBody complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RegulatoryBody">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="email">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="country_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="phone">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="imAgencies" type=" http://eu/rne/pcs-online/WebServices/types/IpIntegration}ImAgencies"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RejectPathModificationRequest (Anonymous)

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

Java class for RejectPathModificationRequestRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RejectPathModificationRequestRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_modification_request_rejection_causes" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}PaPmOfferRejectionCauses"/>
         <element name="rejection_reason">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RejectPathModificationRequestResponse

Java class for RejectPathModificationRequestResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RejectPathModificationRequestResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RejectPathModificationRequestResponseElement (Anonymous)

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

Java class for RejectionCause complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RejectionCause">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rejection_cause_comment" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1000"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RemoveActivityTypes (Anonymous)

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

Java class for RemoveActivityTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RemoveActivityTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="activity_type_ids" type=" http://eu/rne/pcs-online/WebServices/types/ActivityTypeOperations}ActivityTypeIds"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RemoveActivityTypesResponse

Java class for RemoveActivityTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RemoveActivityTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RemoveActivityTypesResponseElement (Anonymous)

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="removeActivityTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/ActivityTypeOperations}RemoveActivityTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RemoveLocoTypes (Anonymous)

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

Java class for RemoveLocoTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RemoveLocoTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="loco_type_ids" type=" http://eu/rne/pcs-online/WebServices/types/LocoTypeOperations}LocoTypeIds"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RemoveLocoTypesResponse

Java class for RemoveLocoTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RemoveLocoTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RemoveLocoTypesResponseElement (Anonymous)

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="removeLocoTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/LocoTypeOperations}RemoveLocoTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RemoveSubPaths (Anonymous)

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

Java class for RemoveSubPathsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RemoveSubPathsRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_ids" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}PathIds"/>
         <element name="ru_im_pair_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RemoveSubPathsResponse

Java class for RemoveSubPathsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RemoveSubPathsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RemoveSubPathsResponseElement (Anonymous)

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="removeSubPathsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}RemoveSubPathsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RequestedLocation

Java class for RequestedLocation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RequestedLocation">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pap_request_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="pap_trasse_element_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="calendar_item_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="sort_order" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="3"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
ResponsibleRu

Java class for ResponsibleRu complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ResponsibleRu">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
RuImPair

Java class for RuImPair complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RuImPair">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="applicant_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="im_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="applicant_progress_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="im_progress_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="process_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="pa_pm_data" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PairPaPmData" minOccurs="0"/>
         <element name="ru_im_pair_coss_entry" type=" http://eu/rne/pcs-online/WebServices/types/DossierRuImPairs}RuImPairCossEntry" minOccurs="0"/>
         <element name="national_im_parameters" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="national_im_parameter" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameter" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="responsible_ru_agencies" minOccurs="0">
           <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>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
NationalImParameters (Anonymous)

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="national_im_parameter" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ResponsibleRuAgencies (Anonymous)

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>
 
RuImPairCossEntry

Java class for RuImPairCossEntry complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RuImPairCossEntry">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ru_im_pair_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId"/>
         <element name="progress_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
RuImPairs

Java class for RuImPairs complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RuImPairs">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ru_im_pair" type=" http://eu/rne/pcs-online/WebServices/types/DossierRuImPairs}RuImPair" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
SpecialService

Java class for SpecialService complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SpecialService">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
SpecialServiceCodes

Java class for SpecialServiceCodes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SpecialServiceCodes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="special_service" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}SpecialService" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
SpecialServices

Java class for SpecialServices complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SpecialServices">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
StartPathAlteration (Anonymous)

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>
 
StartPathAlterationRequest

Java class for StartPathAlterationRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StartPathAlterationRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="process_initiator" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="path_alteration_types" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PathAlterationTypesList"/>
         <element name="affected_pairs" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}AffectedPairs" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
StartPathAlterationResponse

Java class for StartPathAlterationResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StartPathAlterationResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
StartPathAlterationResponseElement (Anonymous)

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_response" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}StartPathAlterationResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
StartPathModification (Anonymous)

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>
 
StartPathModificationRequest

Java class for StartPathModificationRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StartPathModificationRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="process_initiator" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="path_modification_types" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PathModificationTypesList" minOccurs="0"/>
         <element name="affected_pairs" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPmOperations}AffectedPairs" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
StartPathModificationResponse

Java class for StartPathModificationResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StartPathModificationResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
StartPathModificationResponseElement (Anonymous)

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

Java class for StopType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StopType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="stop_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="stop_type_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
StopTypes

Java class for StopTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StopTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="stop_type" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
StopTypesContainer

Java class for StopTypesContainer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StopTypesContainer">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="stop_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}StopType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TafTsiId

Java class for TafTsiId complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TafTsiId">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="objectType" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="coreElement" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="variant">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="2"/>
               <pattern value="\d+"/>
             </restriction>
           </simpleType>
         </element>
         <element name="timetableYear" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="startDate" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}date">
               <minInclusive value="2012-01-01"/>
               <maxInclusive value="2097-12-31"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TeActivityType

Java class for TeActivityType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TeActivityType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trasse_element_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="activity_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
TeLocationType

Java class for TeLocationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TeLocationType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trasse_element_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="location_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
Territory

Java class for Territory complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Territory">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="responsible_applicant_agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId"/>
         <element name="responsible_im_agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId"/>
         <element name="paths" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="path" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}Trasse" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
Paths (Anonymous)

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="path" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}Trasse" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TiltingFunction

Java class for TiltingFunction complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TiltingFunction">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tilting_function_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="tilting_function_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TiltingFunctions

Java class for TiltingFunctions complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TiltingFunctions">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tilting_function" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TiltingFunction" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Times

Java class for Times complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Times">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="earliest_arrival_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="earliest_arrival_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="latest_arrival_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="latest_arrival_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="public_arrival_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="public_arrival_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="actual_arrival_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="actual_arrival_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="earliest_departure_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="earliest_departure_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="latest_departure_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="latest_departure_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="public_departure_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="public_departure_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="actual_departure_time" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Time" minOccurs="0"/>
         <element name="actual_departure_time_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="arrival_manual_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="arrival_timezone_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="departure_manual_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="departure_timezone_offset" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="min_dwell_period_time" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="3"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TimetablePeriod

Java class for TimetablePeriod complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TimetablePeriod">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="first_date">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="last_date">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="x11_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="x8_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="x7_and_a_half_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="x6_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="x5_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="x4_and_a_quarter" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="x3_and_a_half_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="x2_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="x1_date" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="start_dossier_creation" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
TimetablePeriods

Java class for TimetablePeriods complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TimetablePeriods">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="timetable_period" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TimetablePeriod" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TractionMode

Java class for TractionMode complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TractionMode">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="traction_mode_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="traction_mode_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TractionModes

Java class for TractionModes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TractionModes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="traction_mode" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TractionMode" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrafficPeriod

Java class for TrafficPeriod complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrafficPeriod">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="bitfield">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="800"/>
               <pattern value="[0-1]*"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ttp_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" use="required" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
TrafficPeriods

Java class for TrafficPeriods complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrafficPeriods">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="traffic_period" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TrafficPeriod" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainCCSystemCode

Java class for TrainCCSystemCode complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainCCSystemCode">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainCCSystemCodes

Java class for TrainCCSystemCodes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainCCSystemCodes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="train_cc_system" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TrainCCSystemCode" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainCCSystems

Java class for TrainCCSystems complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainCCSystems">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainComposition

Java class for TrainComposition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainComposition">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="composition" type=" http://eu/rne/pcs-online/WebServices/types/TrainComposition}Composition" minOccurs="0"/>
         <element name="items" type=" http://eu/rne/pcs-online/WebServices/types/TrainComposition}Items" minOccurs="0"/>
         <element name="footnotes" type=" http://eu/rne/pcs-online/WebServices/types/TrainComposition}Footnotes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainCompositions

Java class for TrainCompositions complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainCompositions">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="train_composition" type=" http://eu/rne/pcs-online/WebServices/types/TrainComposition}TrainComposition" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainId

Java class for TrainId complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainId">
   <complexContent>
     <extension base=" http://eu/rne/pcs-online/WebServices/types/TafTsiIdentifiers}TafTsiId">
       <sequence>
         <element name="companyCode" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="4"/>
               <pattern value="\d+"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
TrainInformation

Java class for TrainInformation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainInformation">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="route" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="500"/>
             </restriction>
           </simpleType>
         </element>
         <element name="train_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="valid_period" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="500"/>
             </restriction>
           </simpleType>
         </element>
         <element name="applicant_alignment_direction" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="im_alignment_direction" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainParameters

Java class for TrainParameters complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainParameters">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="train_max_speed" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="planned_speed" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="highest_planned_speed" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="coasting" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="train_length" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="train_load" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="length_of_carriages" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="weight_of_carriages" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="brake_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="brake_percentage" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="max_axle_weight" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="3"/>
               <fractionDigits value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="free_text" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="route_class" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="push_pull_train" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="brake_weight" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="min_brake_weight_im_percentage" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="has_emerg_brake_bypass" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="traffic_type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="type_of_service" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}TypeOfService" minOccurs="0"/>
         <element name="loco_idents" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="loco_ident" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}LocoIdent" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="activity_types" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="activity_type" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}TeActivityType" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="location_types" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="location_type" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}TeLocationType" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="train_cc_systems" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}TrainCCSystems" minOccurs="0"/>
         <element name="train_radio_system_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="exceptional_gauging_idents" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="exceptional_gauging_ident" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}ExceptionalGaugingIdent" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="tilting_function_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="commercial_traffic_type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="17"/>
             </restriction>
           </simpleType>
         </element>
         <element name="profile_p1" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="profile_p2" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="profile_c1" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="profile_c2" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dangerous_goods_indications" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dangerous_goods_indication" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}DangerousGoodsIndication" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ActivityTypes (Anonymous)

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="activity_type" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}TeActivityType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DangerousGoodsIndications (Anonymous)

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="dangerous_goods_indication" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}DangerousGoodsIndication" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ExceptionalGaugingIdents (Anonymous)

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="exceptional_gauging_ident" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}ExceptionalGaugingIdent" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LocationTypes (Anonymous)

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="location_type" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}TeLocationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LocoIdents (Anonymous)

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="loco_ident" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}LocoIdent" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainRadioSystemCode

Java class for TrainRadioSystemCode complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainRadioSystemCode">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="train_radio_system_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="train_radio_system_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainRadioSystemCodes

Java class for TrainRadioSystemCodes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainRadioSystemCodes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="train_radio_system_code" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TrainRadioSystemCode" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainType

Java class for TrainType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainType">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="train_type_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="train_type_description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TrainTypes

Java class for TrainTypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrainTypes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="train_type" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TrainType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Trasse

Java class for Trasse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Trasse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="territory_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="responsible_ru_agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="transferred_edit_rights" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="train_id" type=" http://eu/rne/pcs-online/WebServices/types/TafTsiIdentifiers}TrainId" minOccurs="0"/>
         <element name="traffic_period_text" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="500"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_type_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="title" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="validity_period" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tsi_path_id" type=" http://eu/rne/pcs-online/WebServices/types/TafTsiIdentifiers}TsiPathId" minOccurs="0"/>
         <element name="pa_pm_data" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PathPaPmData" minOccurs="0"/>
         <element name="path_section" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}TrasseElement" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id">
         <simpleType>
           <restriction base=" http://www.w3.org/2001/XMLSchema}long">
             <totalDigits value="12"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
TrasseElement

Java class for TrasseElement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrasseElement">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="from_op_id" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}long">
                 <totalDigits value="12"/>
               </restriction>
             </simpleType>
           </element>
           <element name="operation_point_local" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPointLocal" minOccurs="0"/>
         </choice>
         <element name="used_catalogue_data" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}UsedCatalogueData" minOccurs="0"/>
         <element name="catalogue_data" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}CatalogueData" minOccurs="0"/>
         <element name="national_train_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="8"/>
             </restriction>
           </simpleType>
         </element>
         <element name="national_trasse_nr" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="64"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="calendar_item_id" minOccurs="0">
             <simpleType>
               <restriction base=" http://www.w3.org/2001/XMLSchema}string">
                 <maxLength value="800"/>
                 <pattern value="[0-9]*"/>
               </restriction>
             </simpleType>
           </element>
         </choice>
         <element name="train_parameters" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}TrainParameters" minOccurs="0"/>
         <element name="national_im_parameters" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="national_im_parameter" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameter" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="from_op_detail" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="from_op_name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="times" type=" http://eu/rne/pcs-online/WebServices/types/Timetable}Times" minOccurs="0"/>
         <element name="alternative_origin" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="alternative_destination" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="is_construction_starting_point" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="is_border" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
NationalImParameters (Anonymous)

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="national_im_parameter" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TsiPathId

Java class for TsiPathId complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TsiPathId">
   <complexContent>
     <extension base=" http://eu/rne/pcs-online/WebServices/types/TafTsiIdentifiers}TafTsiId">
       <sequence>
         <element name="companyCode" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="4"/>
               <pattern value="\d+"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
TypeOfEngine

Java class for TypeOfEngine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TypeOfEngine">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TypeOfLoco

Java class for TypeOfLoco complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TypeOfLoco">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TypeOfService

Java class for TypeOfService complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TypeOfService">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="special_services" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}SpecialServices" minOccurs="0"/>
         <element name="facility_types" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}FacilityTypes" minOccurs="0"/>
         <element name="characteristics" type=" http://eu/rne/pcs-online/WebServices/types/TrainParameters}Characteristics" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Types

Java class for Types complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Types">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" maxOccurs="unbounded" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TypesOfEngine

Java class for TypesOfEngine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TypesOfEngine">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type_of_engine" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TypeOfEngine" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
TypesOfLoco

Java class for TypesOfLoco complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TypesOfLoco">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type_of_loco" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TypeOfLoco" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateActivityTypes (Anonymous)

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

Java class for UpdateActivityTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateActivityTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="activity_types" type=" http://eu/rne/pcs-online/WebServices/types/ActivityType}ActivityTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateActivityTypesResponse

Java class for UpdateActivityTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateActivityTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateActivityTypesResponseElement (Anonymous)

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="updateActivityTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/ActivityTypeOperations}UpdateActivityTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateCatalog (Anonymous)

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

Java class for UpdateCatalogRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateCatalogRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
UpdateCatalogResponse

Java class for UpdateCatalogResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateCatalogResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateCatalogResponseElement (Anonymous)

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="updateCatalogResponse" type=" http://eu/rne/pcs-online/WebServices/types/CatalogueOperations}UpdateCatalogResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateDossierRUIMPair (Anonymous) Update dossier operation.
UpdateDossierRUIMPairRequest
This is the most used operation and supports all possible changes to a classic dossier or dossier that uses PaP capacity. that can be performed simultaneously. The complete dossier container must be provided for this operation regardless of what changes are performed.

Some part of the dossier container can be omitted and the system will reconstruct them:

  • Only the timetables belonging to the agency's type must be sent. Other timetable agency types can be omitted.
  • Catalogue flags can be omitted.

Typically this operation is used for:

  • update of dossier data (changes in timetable, train parameters, train composition)
  • acceptance indicators change (“traffic light” change, path and production related). In case of rejection it is mandatory to send rejection_cause_comment.
  • state transitions (switching from one phase to another in the dossier)
  • switch to partial offer. In this case it is mandatory to set partial_offer_reason
When performing only one change at a time the specific operation (updateDossierStatus, updatePath, updatePathSection) should be used preferably.

Some changes cannot be performed simultaneously in one request for example filling in missing common train parameters and acceptance of the dossier.

When using updateDossierRUIMPair operation, you always have to be sure that you use the proper id-s for the elements like ruim_pair_id, dossier, path, path_section etc. Only if you want to add a path or path_section you can use an element without id – in that case, the system will generate the id accordingly. By the next execution of the getDossier operation for the particular dossier, you will have the corresponding ids in the dossier container that is delivered in the response.

UpdateDossierRUIMPairResponse

Java class for UpdateDossierRUIMPairResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateDossierRUIMPairResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateDossierRUIMPairResponseElement (Anonymous)

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="updateDossierRUIMPairResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}UpdateDossierRUIMPairResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateDossierStatus (Anonymous)

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

Java class for UpdateDossierStatusRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateDossierStatusRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ru_im_pair_id" type=" http://www.w3.org/2001/XMLSchema}long"/>
         <element name="dossier_status_id" type=" http://www.w3.org/2001/XMLSchema}string"/>
         <element name="comment" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}RejectionCause" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateDossierStatusResponse

Java class for UpdateDossierStatusResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateDossierStatusResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateDossierStatusResponseElement (Anonymous)

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="updateDossierStatusResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}UpdateDossierStatusResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateLocoTypes (Anonymous)

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

Java class for UpdateLocoTypesRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateLocoTypesRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="loco_types" type=" http://eu/rne/pcs-online/WebServices/types/LocoType}LocoTypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateLocoTypesResponse

Java class for UpdateLocoTypesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateLocoTypesResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateLocoTypesResponseElement (Anonymous)

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="updateLocoTypesResponse" type=" http://eu/rne/pcs-online/WebServices/types/LocoTypeOperations}UpdateLocoTypesResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdatePath (Anonymous) Update sub-path operation.
UpdatePathRequest

This operation is used for updates to only one sub-path.

*
UpdatePathResponse

Java class for UpdatePathResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdatePathResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdatePathResponseElement (Anonymous)

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="updatePathResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}UpdatePathResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdatePathSections (Anonymous)

Update path sections operations.

UpdatePathSectionsRequest

This operation is used for update of a list of given path sections

UpdatePathSectionsResponse

Java class for UpdatePathSectionsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdatePathSectionsResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdatePathSectionsResponseElement (Anonymous)

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="updatePathSectionsResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}UpdatePathSectionsResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateProgressStatus (Anonymous)

Update dossier acceptance indicators operation.

UpdateProgressStatusRequest

This operation is used for updating the acceptance indicator of a given RU-IM pair.

Progress status id values:

  • U - untouched (blue light)
  • P - processing (yellow light)
  • A - accepted (green light)
  • R - rejected (red light)

In case of rejected status a reason must be sent.

UpdateProgressStatusResponse

Java class for UpdateProgressStatusResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdateProgressStatusResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UpdateProgressStatusResponseElement (Anonymous)

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="updateProgressStatusResponse" type=" http://eu/rne/pcs-online/WebServices/types/DossierOperations}UpdateProgressStatusResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UsedCatalogueData

Java class for UsedCatalogueData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UsedCatalogueData">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="corridor_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="catalogue_te_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="catalogue_process_type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="catalogue_dossier_type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="pap_request_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="catalogue_selector_agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="catalogue_path_number" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="is_protected" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="added_by_agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UserDataResponse

Java class for UserDataResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UserDataResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="user_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="user_name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="email" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_name">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
UserDataResponses

Java class for UserDataResponses complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UserDataResponses">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="userDataResponse" type=" http://eu/rne/pcs-online/WebServices/types/IpIntegration}UserDataResponse" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ValidityPeriod

Java class for ValidityPeriod complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ValidityPeriod">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="start_date" type=" http://www.w3.org/2001/XMLSchema}date"/>
         <element name="end_date" type=" http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
WsDossierContainer Element used in the request part of "createSingleDossier" and "updateDossierRUIMPair" operations as well as the response part of "getDossier" operation. Should be used for RU/IM pair dossiers only.

Java class for WsDossierContainer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WsDossierContainer">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="operation_points" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}OperationPoints" minOccurs="0"/>
         <element name="agencies" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Agencies" minOccurs="0"/>
         <element name="calendar_items" type=" http://eu/rne/pcs-online/WebServices/types/CalendarItem}CalendarItems" minOccurs="0"/>
         <element name="timetable_period" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}TimetablePeriod" minOccurs="0"/>
         <element name="corridors" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}Corridors" minOccurs="0"/>
         <element name="pap_requests" type=" http://eu/rne/pcs-online/WebServices/types/PapRequests}PapRequests" minOccurs="0"/>
         <element name="corridor_catalogues" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}CorridorCatalogues" minOccurs="0"/>
         <element name="dossier" type=" http://eu/rne/pcs-online/WebServices/types/Dossier}Dossier"/>
       </sequence>
       <attribute name="version" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
NotifyDossier (Anonymous)

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="notifyDossierRequest" type=" http://eu/rne/pcs-online/types/IntegrationNotification}NotifyDossierRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
NotifyDossierRequest

Java class for NotifyDossierRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NotifyDossierRequest">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId"/>
         <element name="current_dossier_version" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ws_dossier_container" type=" http://eu/rne/pcs-online/WebServices/types/Dossier}WsDossierContainer" minOccurs="0"/>
         <element ref=" http://eu/rne/pcs-online/WebServices/types/DossierChangeSets}change_sets" minOccurs="0"/>
         <element name="username" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type=" http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
NotifyDossierResponse

Java class for NotifyDossierResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NotifyDossierResponse">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type=" http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
NotifyDossierResponseElement (Anonymous)

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="notifyDossierResponse" type=" http://eu/rne/pcs-online/types/IntegrationNotification}NotifyDossierResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Added (Anonymous)

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base=" http://eu/rne/pcs-online/WebServices/types/DossierChangeSets}Change">
     </extension>
   </complexContent>
 </complexType>
 
Change

Java class for Change complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Change">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="element" use="required" type=" http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="identifier" type=" http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
ChangeSet

Java class for ChangeSet complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ChangeSet">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref=" http://eu/rne/pcs-online/WebServices/types/DossierChangeSets}change" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="element" use="required" type=" http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="identifier" type=" http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type=" http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
ChangeSetCodes

Java class for ChangeSetCodes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ChangeSetCodes">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="change_set_code" type=" http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ChangeSets (Anonymous)

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="change_set_codes" type=" http://eu/rne/pcs-online/WebServices/types/DossierChangeSets}ChangeSetCodes" minOccurs="0"/>
         <element name="change_set" type=" http://eu/rne/pcs-online/WebServices/types/DossierChangeSets}ChangeSet" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Changed (Anonymous)

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base=" http://eu/rne/pcs-online/WebServices/types/DossierChangeSets}Change">
       <sequence>
         <element ref=" http://eu/rne/pcs-online/WebServices/types/DossierChangeSets}change" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Deleted (Anonymous)

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base=" http://eu/rne/pcs-online/WebServices/types/DossierChangeSets}Change">
     </extension>
   </complexContent>
 </complexType>
 
Updated (Anonymous)

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base=" http://eu/rne/pcs-online/WebServices/types/DossierChangeSets}Change">
     </extension>
   </complexContent>
 </complexType>