parameterInfo Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs constraints wrapped by description
choice list of string element edc 0/unbounded   choices  
default string element edc 0/1      
mandatory boolean element edc 1/1 required    
name string element edc 0/1      
regex string element edc 0/1      
type parameterType element edc 0/1      

Example

<parameterInfo xmlns="http://eurotech.com/edc/2.0">
  <name>...</name>
  <type>...</type>
  <regex>...</regex>
  <mandatory>...</mandatory>
  <default>...</default>
  <choices>
    <choice>...</choice>
  </choices>
</parameterInfo>