complexType VATType
diagram sigws_p550.png
children VAT
used by
element TicketDataType/VATInfo
source <s:complexType name="VATType">
 
<s:sequence>
   
<s:element name="VAT" maxOccurs="unbounded">
     
<s:annotation>
       
<s:documentation>VAT information</s:documentation>
     
</s:annotation>
     
<s:complexType>
       
<s:attribute name="Amount" type="s:decimal" use="required">
         
<s:annotation>
           
<s:documentation>VAT amount</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="Rate" type="s:decimal" use="required">
         
<s:annotation>
           
<s:documentation>VAT Rate</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="BaseValue" type="s:decimal">
         
<s:annotation>
           
<s:documentation>VAT base value</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="Currency" type="s:string">
         
<s:annotation>
           
<s:documentation>VAT Currency Code</s:documentation>
         
</s:annotation>
       
</s:attribute>
     
</s:complexType>
   
</s:element>
 
</s:sequence>
</s:complexType>

element VATType/VAT
diagram sigws_p551.png
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Amount  s:decimal  required      
documentation
VAT amount
Rate  s:decimal  required      
documentation
VAT Rate
BaseValue  s:decimal        
documentation
VAT base value
Currency  s:string        
documentation
VAT Currency Code
annotation
documentation
VAT information
source <s:element name="VAT" maxOccurs="unbounded">
 
<s:annotation>
   
<s:documentation>VAT information</s:documentation>
 
</s:annotation>
 
<s:complexType>
   
<s:attribute name="Amount" type="s:decimal" use="required">
     
<s:annotation>
       
<s:documentation>VAT amount</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Rate" type="s:decimal" use="required">
     
<s:annotation>
       
<s:documentation>VAT Rate</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="BaseValue" type="s:decimal">
     
<s:annotation>
       
<s:documentation>VAT base value</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Currency" type="s:string">
     
<s:annotation>
       
<s:documentation>VAT Currency Code</s:documentation>
     
</s:annotation>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute VATType/VAT/@Amount
type s:decimal
properties
use required
annotation
documentation
VAT amount
source <s:attribute name="Amount" type="s:decimal" use="required">
 
<s:annotation>
   
<s:documentation>VAT amount</s:documentation>
 
</s:annotation>
</s:attribute>

attribute VATType/VAT/@Rate
type s:decimal
properties
use required
annotation
documentation
VAT Rate
source <s:attribute name="Rate" type="s:decimal" use="required">
 
<s:annotation>
   
<s:documentation>VAT Rate</s:documentation>
 
</s:annotation>
</s:attribute>

attribute VATType/VAT/@BaseValue
type s:decimal
annotation
documentation
VAT base value
source <s:attribute name="BaseValue" type="s:decimal">
 
<s:annotation>
   
<s:documentation>VAT base value</s:documentation>
 
</s:annotation>
</s:attribute>

attribute VATType/VAT/@Currency
type s:string
annotation
documentation
VAT Currency Code
source <s:attribute name="Currency" type="s:string">
 
<s:annotation>
   
<s:documentation>VAT Currency Code</s:documentation>
 
</s:annotation>
</s:attribute>


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