diagram | ![]() |
||
children | VAT | ||
used by |
|
||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
type | s:decimal | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="Amount" type="s:decimal" use="required"> <s:annotation> <s:documentation>VAT amount</s:documentation> </s:annotation> </s:attribute> |
type | s:decimal | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="Rate" type="s:decimal" use="required"> <s:annotation> <s:documentation>VAT Rate</s:documentation> </s:annotation> </s:attribute> |
type | s:decimal | ||
annotation |
|
||
source | <s:attribute name="BaseValue" type="s:decimal"> <s:annotation> <s:documentation>VAT base value</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="Currency" type="s:string"> <s:annotation> <s:documentation>VAT Currency Code</s:documentation> </s:annotation> </s:attribute> |