urn:veloconnect:receipt-1.3
element InvoiceHeader

Documentation
Header-Daten Rechnung
Properties
This component is not nillable.

Model
<InvoiceHeader>
(InvoiceID, IssueDate, Description?, OrderID*, OrderConfirmationID*, DeliveryNoteID* )
</InvoiceHeader>


Nested Element Summary
xsd:normalizedStringDeliveryNoteID
          
xsd:normalizedStringDescription
          
xsd:normalizedStringInvoiceID
          
 IssueDate
          
xsd:normalizedStringOrderConfirmationID
          
xsd:normalizedStringOrderID
          
Source
<xsd:element name="InvoiceHeader">
<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="unbounded" minOccurs="0" name="OrderID" type="xsd:normalizedString"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="OrderConfirmationID" type="xsd:normalizedString"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="DeliveryNoteID" type="xsd:normalizedString"/>
</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.