Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Any of the root elements can contain a messages element.
-
<xsd:complexType name="Messages"> <xsd:choice minOccurs="1" maxOccurs="unbounded"> <xsd:element name="Warning" type="WarningType" /> <xsd:element name="Error" type="ErrorType" /> </xsd:choice> </xsd:complexType>
|
Element |
Description |
|---|---|
|
Warning |
Information about the Warning. |
|
Error |
Information about the Error. |