element SIG_PassThroughRS
diagram sigws_p167.png
type extension of ResponseBase
properties
content complex
children Result Warnings CRSReply Errors
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      
source <s:element name="SIG_PassThroughRS">
 
<s:complexType>
   
<s:complexContent>
     
<s:extension base="ResponseBase">
       
<s:choice>
         
<s:sequence>
           
<s:element name="Result" type="ResultType"/>
           
<s:element name="Warnings" type="WarningsType" minOccurs="0"/>
           
<s:element name="CRSReply" type="s:base64Binary"/>
         
</s:sequence>
         
<s:element name="Errors" type="ErrorsType"/>
       
</s:choice>
     
</s:extension>
   
</s:complexContent>
 
</s:complexType>
</s:element>

element SIG_PassThroughRS/Result
diagram sigws_p168.png
type ResultType
properties
content simple
facets
Kind Value Annotation
enumeration SUCCESS
enumeration FAIL
enumeration RETRY
source <s:element name="Result" type="ResultType"/>

element SIG_PassThroughRS/Warnings
diagram sigws_p169.png
type WarningsType
properties
minOcc 0
maxOcc 1
content complex
children Warning
source <s:element name="Warnings" type="WarningsType" minOccurs="0"/>

element SIG_PassThroughRS/CRSReply
diagram sigws_p170.png
type s:base64Binary
properties
content simple
source <s:element name="CRSReply" type="s:base64Binary"/>

element SIG_PassThroughRS/Errors
diagram sigws_p171.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