complexType DetailedErrorLine
diagram dac_wsdl_diagrams/dac_wsdl_p876.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 <xs:complexType name="DetailedErrorLine">
 
<xs:annotation>
   
<xs:documentation>Extension of ErrorLine, which adds a line number, column number and severity level.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ErrorLine">
     
<xs:attribute name="lineNumber" type="xs:int">
       
<xs:annotation>
         
<xs:documentation>Line number on which the error occurred.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="columnNumber" type="xs:int">
       
<xs:annotation>
         
<xs:documentation>Column number in which the error occurred.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="severity" use="required">
       
<xs:annotation>
         
<xs:documentation>Severity of the message - for example, ERROR, WARNING or INFORMATION.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="WARNING"/>
           
<xs:enumeration value="ERROR"/>
           
<xs:enumeration value="INFORMATION"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

attribute DetailedErrorLine/@columnNumber
type xs:int
annotation
documentation
Column number in which the error occurred.
source <xs:attribute name="columnNumber" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Column number in which the error occurred.</xs:documentation>
 
</xs:annotation>
</xs: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 <xs:attribute name="severity" use="required">
 
<xs:annotation>
   
<xs:documentation>Severity of the message - for example, ERROR, WARNING or INFORMATION.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="WARNING"/>
     
<xs:enumeration value="ERROR"/>
     
<xs:enumeration value="INFORMATION"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

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