TypeOfService Data Type

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>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
special_services SpecialServices element 0/1 Code of the special services available on the train.
facility_types FacilityTypes element 0/1 Code of the facility types available on the train.
characteristics Characteristics element 0/1 Code of the characteristics available on the train.

Example

<t----->
  <special_services>
    <code>...</code>
  </special_services>
  <facility_types>
    <code>...</code>
  </facility_types>
  <characteristics>
    <code>...</code>
  </characteristics>
</t----->