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>
name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
loco_ident | list of LocoIdent | element | 1/unbounded | required |
Example
<l-----> <loco_ident id="..."> <trasse_element_id>...</trasse_element_id> <loco_type_id>...</loco_type_id> <traction_mode_id>...</traction_mode_id> <traction_weight>...</traction_weight> <traction_length>...</traction_length> <hybrid_loco_type_id>...</hybrid_loco_type_id> </loco_ident> </l----->