TrainCCSystems Data Type

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>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
id list of long element 0/unbounded Train parameter, entered by the user. In TAF-TSI parlance, it is synonymous with "Train CC System", i.e. type of Train Control System by code (UIC 407-1). Technical (PCS specific) identifier for the train cc system. List of valid entries can be retrieved through getTrainCCSystemCodes operation.

Example

<t----->
  <id>...</id>
</t----->