complexType Status
diagram wp_diagrams/wp_p73.png
namespace http://base.api.wp.n2.tibco.com
children message exceptionTrace successful
annotation
documentation
Status information from a server call
source <xs:complexType name="Status">
 
<xs:annotation>
   
<xs:documentation>Status information from a server call</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="message" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The returning message from the server call</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="exceptionTrace" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The exception information, if the server call failed</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="successful" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>Was the request sucessfull</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Status/message
diagram wp_diagrams/wp_p74.png
type xs:string
properties
content simple
annotation
documentation
The returning message from the server call
source <xs:element name="message" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The returning message from the server call</xs:documentation>
 
</xs:annotation>
</xs:element>

element Status/exceptionTrace
diagram wp_diagrams/wp_p75.png
type xs:string
properties
content simple
annotation
documentation
The exception information, if the server call failed
source <xs:element name="exceptionTrace" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The exception information, if the server call failed</xs:documentation>
 
</xs:annotation>
</xs:element>

element Status/successful
diagram wp_diagrams/wp_p76.png
type xs:boolean
properties
content simple
annotation
documentation
Was the request sucessfull
source <xs:element name="successful" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Was the request sucessfull</xs:documentation>
 
</xs:annotation>
</xs:element>


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