diagram | ![]() |
||
children | Tax | ||
used by |
|
||
source | <s:complexType name="TaxesType"> <s:sequence> <s:element name="Tax" maxOccurs="unbounded"> <s:annotation> <s:documentation>Tax information</s:documentation> </s:annotation> <s:complexType> <s:attribute name="Amount" type="s:decimal" use="required"> <s:annotation> <s:documentation>Tax amount</s:documentation> </s:annotation> </s:attribute> <s:attribute name="TicketCode" type="s:string" use="required"> <s:annotation> <s:documentation>Tax Ticket Code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Paid" type="s:boolean" use="optional"> <s:annotation> <s:documentation>Paid indicator, if not present - false (not paid)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PubAmount" type="s:decimal" use="optional"> <s:annotation> <s:documentation>Tax amount in published currency</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PubCurrency" type="s:string" use="optional"> <s:annotation> <s:documentation>Published currency of tax</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> </s:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Tax" maxOccurs="unbounded"> <s:annotation> <s:documentation>Tax information</s:documentation> </s:annotation> <s:complexType> <s:attribute name="Amount" type="s:decimal" use="required"> <s:annotation> <s:documentation>Tax amount</s:documentation> </s:annotation> </s:attribute> <s:attribute name="TicketCode" type="s:string" use="required"> <s:annotation> <s:documentation>Tax Ticket Code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Paid" type="s:boolean" use="optional"> <s:annotation> <s:documentation>Paid indicator, if not present - false (not paid)</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PubAmount" type="s:decimal" use="optional"> <s:annotation> <s:documentation>Tax amount in published currency</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PubCurrency" type="s:string" use="optional"> <s:annotation> <s:documentation>Published currency of tax</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>Tax amount</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="TicketCode" type="s:string" use="required"> <s:annotation> <s:documentation>Tax Ticket Code</s:documentation> </s:annotation> </s:attribute> |
type | s:boolean | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="Paid" type="s:boolean" use="optional"> <s:annotation> <s:documentation>Paid indicator, if not present - false (not paid)</s:documentation> </s:annotation> </s:attribute> |
type | s:decimal | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="PubAmount" type="s:decimal" use="optional"> <s:annotation> <s:documentation>Tax amount in published currency</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="PubCurrency" type="s:string" use="optional"> <s:annotation> <s:documentation>Published currency of tax</s:documentation> </s:annotation> </s:attribute> |