LocationTypes (Anonymous) Data Type

Java class for anonymous complex type.

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

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

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

Example

<l----->
  <location_type id="...">
    <trasse_element_id>...</trasse_element_id>
    <location_type_id>...</location_type_id>
  </location_type>
</l----->