Java class for FacilityTypes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacilityTypes"> <complexContent> <restriction base=" http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code" maxOccurs="unbounded" minOccurs="0"> <simpleType> <restriction base=" http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="3"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
code | list of string | element | 0/unbounded | Train parameter, entered by the user. A list of valid entries can be retrieved through "getFacilityTypes" operation. |
Example
<f-----> <code>...</code> </f----->