complexType DetailedErrorLine
diagram wp_diagrams/wp_p3458.png
namespace http://exception.api.common.n2.tibco.com
type extension of ErrorLine
properties
base ErrorLine
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.
lineNumber  xs:int        
documentation
Line number on which the error occurred.
columnNumber  xs:int        
documentation
Column number in which the error occurred.
severity  derived by: xs:string  required      
documentation
Severity of the message - for example, ERROR, WARNING or INFORMATION.
annotation
documentation
Extension of ErrorLine, which adds a line number, column number and severity level.
source <xsd:complexType name="DetailedErrorLine">
 
<xsd:annotation>
   
<xsd:documentation>Extension of ErrorLine, which adds a line number, column number and severity level.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="ErrorLine">
     
<xsd:attribute name="lineNumber" type="xs:int">
       
<xsd:annotation>
         
<xsd:documentation>Line number on which the error occurred.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="columnNumber" type="xs:int">
       
<xsd:annotation>
         
<xsd:documentation>Column number in which the error occurred.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="severity" use="required">
       
<xsd:annotation>
         
<xsd:documentation>Severity of the message - for example, ERROR, WARNING or INFORMATION.</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xs:string">
           
<xsd:enumeration value="WARNING"/>
           
<xsd:enumeration value="ERROR"/>
           
<xsd:enumeration value="INFORMATION"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DetailedErrorLine/@lineNumber
type xs:int
annotation
documentation
Line number on which the error occurred.
source <xsd:attribute name="lineNumber" type="xs:int">
 
<xsd:annotation>
   
<xsd:documentation>Line number on which the error occurred.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute DetailedErrorLine/@columnNumber
type xs:int
annotation
documentation
Column number in which the error occurred.
source <xsd:attribute name="columnNumber" type="xs:int">
 
<xsd:annotation>
   
<xsd:documentation>Column number in which the error occurred.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute DetailedErrorLine/@severity
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration WARNING
enumeration ERROR
enumeration INFORMATION
annotation
documentation
Severity of the message - for example, ERROR, WARNING or INFORMATION.
source <xsd:attribute name="severity" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Severity of the message - for example, ERROR, WARNING or INFORMATION.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xs:string">
     
<xsd:enumeration value="WARNING"/>
     
<xsd:enumeration value="ERROR"/>
     
<xsd:enumeration value="INFORMATION"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

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