Characteristics Data Type

Java class for Characteristics complex type.

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

 <complexType name="Characteristics">
   <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="17"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
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 "getCharacteristics" operation.

Example

<c----->
  <code>...</code>
</c----->