CatalogueData Data Type

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>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
corridor_catalogue_id long element 0/1 In case when this path section is imported from Cataloque dossier this value is not null and reference the source Catalogue dossier. Updated by PCS system only.
corridor_id long element 0/1 Represents the corridor to which this path section belongs. Used for both, corridor catalog dossiers and dossier that use (assigned) corridor catalogs. Updated by PCS system only.
parameter_set_code string element 0/1 Identifier for the set of validation rules valid for the train parameters in this path section. Updated by PCS system only.
catalogue_path_number string element 0/1  
remaining_capacity_id long element 0/1 Technical (PCS) identifier for the calendar item. Valid only for Pre Arranged Path dossiers and represents the remaining days from the offered capacity on this path section. Updated by PCS system only.
notrequested_capacity_id long element 0/1 Technical (PCS) identifier for the calendar item. Not requested capacity indicates the capacity that is still not used (not assigned) in dossier. This is used to pre-reserve the capacity for Late and AdHoc dossiers where the first Applicant that uses the capacity in the dossier actually gets it (reserved) once when dossier is promoted to Path Request. Updated by PCS system only.

Example

<c----->
  <corridor_id>...</corridor_id>
  <parameter_set_code>...</parameter_set_code>
  <catalogue_path_number>...</catalogue_path_number>
  <remaining_capacity_id>...</remaining_capacity_id>
</c----->