urn:veloconnect:receipt-1.3
element Invoice

Documentation
Rechnung
Properties
This component is not nillable.

Model
<Invoice>
(InvoiceID, IssueDate, Description?, InvoiceURL?, Party?, GrossSum, NetSum, VAT+, LineItem+ )
</Invoice>


Nested Element Summary
xsd:normalizedStringDescription
          
cbc:PriceAmountTypeGrossSum
          
xsd:normalizedStringInvoiceID
          
xsd:anyURIInvoiceURL
          
 IssueDate
          
 LineItem
          
cbc:PriceAmountTypeNetSum
          
 Party
          
cac:TaxSubTotalTypeVAT
          
Source
<xsd:element name="Invoice">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="InvoiceID" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="1" ref="cbc:IssueDate"/>
<xsd:element maxOccurs="1" minOccurs="0" name="Description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="InvoiceURL" type="xsd:anyURI"/>
<xsd:element maxOccurs="1" minOccurs="0" ref="cac:Party"/>
<xsd:element name="GrossSum" type="cbc:PriceAmountType"/>
<xsd:element name="NetSum" type="cbc:PriceAmountType"/>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="VAT" type="cac:TaxSubTotalType"/>
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="LineItem"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.