<xs:simpleType name="TotalAmountQualifier" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Code zur Identification eines Gesamtbetrags</dt>
<dt>Codeliste: </dt>
<dt> 22 = Nachnahme Betrag</dt>
<dt> 44 = Wert der Lieferung</dt>
<dt> 77 = Beleg Gesamtbetrag Rechnung = 125+124</dt>
<dt> 79 = Netto Positionswerte Gesamt (Summe aller LineAoumnts) Typ 66)</dt>
<dt> 86 = Beleg Gesamtbetrag = 125+124-113</dt>
<dt>131 = Summe aller Beleg Zu- und Abschläge </dt>
<dt>125 = Steuerpflichtiger Betrag: = 79 - 131</dt>
<dt>124 = Summe aller Steuerbeträge</dt>
<dt>113 = Summe aller Vorauszahlungen</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>Code for deinition of a total document amount</dt>
<dt>Code list: </dt>
<dt> 22 = Cash on delivery amount</dt>
<dt> 44 = Delivery value</dt>
<dt> 77 = Total Invoice amount = 125+124</dt>
<dt> 79 = Sum of all Net Line Amounts = (Type 66)</dt>
<dt> 86 = Total document amount = 125+124-113</dt>
<dt>131 = Sum of all charges and allowances</dt>
<dt>125 = Taxable amount = 79 - 131</dt>
<dt>124 = Sum of all taxes</dt>
<dt>113 = Sum of all prepayments</dt>
</dl>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="3" />
<xs:minLength value="1" />
<!-- <xs:enumeration value="22"> </xs:enumeration> -->
<!-- <xs:enumeration value="44"> </xs:enumeration> -->
<!-- <xs:enumeration value="79"> </xs:enumeration> -->
<!-- <xs:enumeration value="131"> </xs:enumeration> -->
<!-- <xs:enumeration value="125"> </xs:enumeration> -->
<!-- <xs:enumeration value="124"> </xs:enumeration> -->
<!-- <xs:enumeration value="113"> </xs:enumeration> -->
<!-- <xs:enumeration value="86"> </xs:enumeration> -->
<!-- <xs:enumeration value="77"> </xs:enumeration> -->
</xs:restriction>
</xs:simpleType>
|