complexType ErrorLine
diagram wp_diagrams/wp_p2350.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 <xsd:complexType name="ErrorLine">
 
<xsd:annotation>
   
<xsd:documentation>Single error or warning message, containing an error code, message string and parameters.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="parameter" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Array of parameter values that can be applied to a foreign language message.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="code" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Code associated with this error.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="message" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Default English form of the error message.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

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

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

element ErrorLine/parameter
diagram wp_diagrams/wp_p2351.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 <xsd:element name="parameter" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Array of parameter values that can be applied to a foreign language message.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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