NationalImParameters (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="national_im_parameter" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

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

Example

<n----->
  <national_im_parameter id="..." mandatory="...">
    <name>...</name>
    <value>...</value>
    <type>...</type>
    <valid_values>...</valid_values>
    <min_length>...</min_length>
    <max_length>...</max_length>
    <format>...</format>
    <mandatory_conditional_param_id>...</mandatory_conditional_param_id>
    <mandatory_conditional_value>...</mandatory_conditional_value>
    <nested_conditional_param_id>...</nested_conditional_param_id>
    <nested_conditional_value>...</nested_conditional_value>
    <scope>...</scope>
    <conditional_expression>...</conditional_expression>
    <is_hidden>...</is_hidden>
    <description>...</description>
  </national_im_parameter>
</n----->