element SIG_ServiceInfoRS
diagram sigws_p260.png
type extension of ResponseBase
properties
content complex
children ServerInfo Errors
used by
complexType SIG_ResponseType
attributes
Name  Type  Use  Default  Fixed  Annotation
CustomerID  s:string  required      
documentation
CustomerID - assigned by SIG Support customer identification
SessionID  s:string  required      
documentation
SessionID from previous reply for sessioned requests.
RequestID  s:string  optional      
documentation
RequestID - user defined request ID - will be returned in reply. RequestID is mandatory for multi request
SessionPurgeTime  s:duration  optional      
ProcessingTime  s:time  optional      
SIGVersion  s:string  optional      
SchemaVersion  s:string  optional      
BuildDate  s:string  optional      
annotation
documentation
Web service info request
source <s:element name="SIG_ServiceInfoRS">
 
<s:annotation>
   
<s:documentation>Web service info request</s:documentation>
 
</s:annotation>
 
<s:complexType>
   
<s:complexContent>
     
<s:extension base="ResponseBase">
       
<s:choice>
         
<s:element name="ServerInfo">
           
<s:complexType>
             
<s:attribute name="Host" type="s:string" use="required"/>
             
<s:attribute name="Account" type="s:string" use="required"/>
           
</s:complexType>
         
</s:element>
         
<s:element name="Errors" type="ErrorsType"/>
       
</s:choice>
     
</s:extension>
   
</s:complexContent>
 
</s:complexType>
</s:element>

element SIG_ServiceInfoRS/ServerInfo
diagram sigws_p261.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Host  s:string  required      
Account  s:string  required      
source <s:element name="ServerInfo">
 
<s:complexType>
   
<s:attribute name="Host" type="s:string" use="required"/>
   
<s:attribute name="Account" type="s:string" use="required"/>
 
</s:complexType>
</s:element>

attribute SIG_ServiceInfoRS/ServerInfo/@Host
type s:string
properties
use required
source <s:attribute name="Host" type="s:string" use="required"/>

attribute SIG_ServiceInfoRS/ServerInfo/@Account
type s:string
properties
use required
source <s:attribute name="Account" type="s:string" use="required"/>

element SIG_ServiceInfoRS/Errors
diagram sigws_p262.png
type ErrorsType
properties
content complex
children Error
source <s:element name="Errors" type="ErrorsType"/>


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