2.2.1.2.7 parameterid

The parameterid simple type specifies the index of the parameter that is sent in the error report level 1 data.

 <xs:simpleType name="parameterid">
     <xs:restriction base="xs:integer">
         <xs:pattern value="[0-9]"/>
     </xs:restriction>
 </xs:simpleType>