complexType ErrorLine
diagram wp_diagrams/wp_p1187.png
namespace http://exception.api.common.n2.tibco.com
children parameter
attributes
Name  Type  Use  Default  Fixed  Annotation
code  xs:string  required      
documentation
Code associated with this error.
message  xs:string  required      
documentation
Default English form of the error message.
annotation
documentation
Single error or warning message, containing an error code, message string and parameters.
source <xs:complexType name="ErrorLine">
 
<xs:annotation>
   
<xs:documentation>Single error or warning message, containing an error code, message string and parameters.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="parameter" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Array of parameter values that can be applied to a foreign language message.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="code" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Code associated with this error.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="message" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Default English form of the error message.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute ErrorLine/@code
type xs:string
properties
use required
annotation
documentation
Code associated with this error.
source <xs:attribute name="code" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Code associated with this error.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ErrorLine/@message
type xs:string
properties
use required
annotation
documentation
Default English form of the error message.
source <xs:attribute name="message" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Default English form of the error message.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ErrorLine/parameter
diagram wp_diagrams/wp_p1188.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
Array of parameter values that can be applied to a foreign language message.
source <xs:element name="parameter" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Array of parameter values that can be applied to a foreign language message.</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy