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