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