diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://exception.api.common.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of ErrorLine | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | parameter | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:int | ||
annotation |
|
||
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> |
type | xs:int | ||
annotation |
|
||
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> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |