neu
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Mit XMLSpy v2017 rel. 3 sp1 (x64) (http://www.altova.com) von Andreas Luxbauer (VERAG Spedition AG) bearbeitet -->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:aie="urn:publicid:IDN+zoll.de:AIE" elementFormDefault="qualified" version="8.9.2.12">
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:aie="urn:publicid:IDN+zoll.de:AIE" elementFormDefault="qualified" version="9.0.1.2">
|
||||
<xs:complexType name="decimal">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="xs:decimal">
|
||||
@@ -22,7 +22,7 @@
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:element name="FCFCDC" id="MES">
|
||||
<xs:element name="FCFCDD" id="MES">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="NACHRICHT"/>
|
||||
@@ -186,21 +186,21 @@
|
||||
<aie:id value="167"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="a6"/>
|
||||
<aie:pcre value="\AFCFCDC\Z"/>
|
||||
<aie:pcre value="\AFCFCDD\Z"/>
|
||||
<aie:list value="A0057"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="6"/>
|
||||
<xs:enumeration value="FCFCDC"/>
|
||||
<xs:enumeration value="FCFCDD"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="InterchangeSender" id="MST" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="NACHRICHTSENDERTEILNEHMER"/>
|
||||
<aie:name value="NACHRICHTENSENDER"/>
|
||||
<aie:id value="241"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -258,7 +258,7 @@
|
||||
<xs:element name="InterchangeRecipient" id="MED" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="NACHRICHTEMPFAENGERDIENSTSTELLE"/>
|
||||
<aie:name value="NACHRICHTENEMPFÄNGER"/>
|
||||
<aie:id value="170"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -315,14 +315,14 @@
|
||||
<aie:id value="89"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an..7"/>
|
||||
<aie:pcre value="\AC\.[1-9][0-9]?\.[1-9]?[0-9]\Z"/>
|
||||
<aie:pcre value="\AD\.[1-9][0-9]?\.[1-9]?[0-9]\Z"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:minLength value="1"/>
|
||||
<xs:maxLength value="7"/>
|
||||
<xs:pattern value="C\.[1-9][0-9]?\.[1-9]?[0-9]"/>
|
||||
<xs:pattern value="D\.[1-9][0-9]?\.[1-9]?[0-9]"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -622,16 +622,17 @@
|
||||
<aie:name value="USt-IdNr."/>
|
||||
<aie:id value="125"/>
|
||||
<aie:status value="D"/>
|
||||
<aie:format value="an..14"/>
|
||||
<aie:pcre value="\A[A-Z]{2}.{1,12}\Z"/>
|
||||
<aie:format value="an..20"/>
|
||||
<aie:pcre value="\A(?:[A-Z]{2}.{1,12}|.{1,20})\Z"/>
|
||||
<aie:list value="A1835"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:minLength value="1"/>
|
||||
<xs:maxLength value="14"/>
|
||||
<xs:maxLength value="20"/>
|
||||
<xs:pattern value="[A-Z]{2}.{1,12}"/>
|
||||
<xs:pattern value=".{1,20}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -707,7 +708,7 @@
|
||||
<xs:element name="Declarant" id="DT0" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ANMELDER"/>
|
||||
<aie:name value="ANGABEN ZUM ANMELDER"/>
|
||||
<aie:id value="489"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -779,7 +780,7 @@
|
||||
<xs:element name="Address" id="DT1" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ADRESSE"/>
|
||||
<aie:name value="ANMELDER (ADRESSDATEN)"/>
|
||||
<aie:id value="494"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -810,13 +811,14 @@
|
||||
<aie:id value="495"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an2"/>
|
||||
<aie:pcre value="\A.{2}\Z"/>
|
||||
<aie:pcre value="\A[A-Z]{2}\Z"/>
|
||||
<aie:list value="I0300"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="2"/>
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -880,7 +882,7 @@
|
||||
<xs:element name="Representative" id="CB0" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="VERTRETER"/>
|
||||
<aie:name value="ANGABEN ZUM VERTRETER"/>
|
||||
<aie:id value="1791"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -938,7 +940,7 @@
|
||||
<xs:element name="Principal" id="UH0" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="VERTRETENER"/>
|
||||
<aie:name value="ANGABEN ZUM VERTRETENEN (FÜR RECHNUNG)"/>
|
||||
<aie:id value="1768"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -1010,7 +1012,7 @@
|
||||
<xs:element name="Address" id="UH1" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ADRESSE"/>
|
||||
<aie:name value="FÜR RECHNUNG (ADRESSDATEN)"/>
|
||||
<aie:id value="1773"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -1041,13 +1043,14 @@
|
||||
<aie:id value="1774"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an2"/>
|
||||
<aie:pcre value="\A.{2}\Z"/>
|
||||
<aie:pcre value="\A[A-Z]{2}\Z"/>
|
||||
<aie:list value="I0300"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="2"/>
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -1111,7 +1114,7 @@
|
||||
<xs:element name="ContactPerson" id="PK0" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ANSPRECHPARTNER"/>
|
||||
<aie:name value="ANGABEN ZUM ANSPRECHPARTNER FIRMA"/>
|
||||
<aie:id value="517"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -1193,7 +1196,7 @@
|
||||
<xs:element name="DutyDefermentApproval" id="KAS" minOccurs="0" maxOccurs="5">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="AUFSCHUB"/>
|
||||
<aie:name value="AUFSCHUBANGABEN"/>
|
||||
<aie:id value="546"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -1289,7 +1292,7 @@
|
||||
<xs:element name="DutyDefermentApplicant" id="PR0" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="AUFSCHUBNEHMER"/>
|
||||
<aie:name value="ANGABEN ZUM AUFSCHUBNEHMER"/>
|
||||
<aie:id value="552"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -1333,7 +1336,7 @@
|
||||
<xs:element name="BorderTransportMeans" id="BMG" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEFOERDERUNGSMITTELGRENZE"/>
|
||||
<aie:name value="BEFÖRDERUNGSMITTEL AN DER GRENZE"/>
|
||||
<aie:id value="735"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -1414,7 +1417,7 @@
|
||||
<xs:element name="ArrivalTransportMeans" id="BMN" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEFOERDERUNGSMITTELANKUNFT"/>
|
||||
<aie:name value="BEFÖRDERUNGSMITTEL BEI ANKUNFT"/>
|
||||
<aie:id value="729"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -1458,7 +1461,7 @@
|
||||
<aie:id value="1839"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an..6"/>
|
||||
<aie:pcre value="\A(?:AT-AV|AT-ZL|ATA|ATNEU|ESUMA|GB|OHNE|POST|PUEB|T1|T2|TIR|VO)\Z"/>
|
||||
<aie:pcre value="\A(?:AT-AV|AT-ZL|ATA|ATNEU|ESUMA|GB|OHNE|POST|PUEB|T1|T2|TIR|VER321|VO)\Z"/>
|
||||
<aie:list value="A2020"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
@@ -1478,6 +1481,7 @@
|
||||
<xs:pattern value="T1"/>
|
||||
<xs:pattern value="T2"/>
|
||||
<xs:pattern value="TIR"/>
|
||||
<xs:pattern value="VER321"/>
|
||||
<xs:pattern value="VO"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
@@ -1518,7 +1522,7 @@
|
||||
<xs:element name="SummaryDeclaration" id="BSK" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEENDIGUNGSUMA"/>
|
||||
<aie:name value="BEENDIGUNGSANTEIL SUMA"/>
|
||||
<aie:id value="639"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -1547,7 +1551,7 @@
|
||||
<xs:element name="GoodsItem" id="BSP" minOccurs="1" maxOccurs="999">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEENDIGUNGSUMAPOSITION"/>
|
||||
<aie:name value="POSITION (BE-ANTEIL SUMA)"/>
|
||||
<aie:id value="644"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -1576,7 +1580,7 @@
|
||||
<xs:element name="IdentificationByKey" id="BSO" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="IDENTIFIKATIONORDNUNGSBEGRIFF"/>
|
||||
<aie:name value="ORDNUNGSBEGRIFF BEZOGENE ERLEDIGUNG"/>
|
||||
<aie:id value="3650"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -1622,7 +1626,7 @@
|
||||
<xs:element name="Custodian" id="BSV" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="VERWAHRER"/>
|
||||
<aie:name value="ANGABEN ZUM VERWAHRER"/>
|
||||
<aie:id value="3658"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -1667,7 +1671,7 @@
|
||||
<xs:element name="IdentificationByRegistration" id="BSR" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="IDENTIFIKATIONREGISTRIERNUMMER"/>
|
||||
<aie:name value="REGISTRIERNUMMER BEZOGENE ERLEDIGUNG"/>
|
||||
<aie:id value="3682"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -1722,7 +1726,7 @@
|
||||
<xs:element name="CustomsWarehouse" id="BLK" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEENDIGUNGZL"/>
|
||||
<aie:name value="BEENDIGUNGSANTEIL ZL"/>
|
||||
<aie:id value="677"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -1814,7 +1818,7 @@
|
||||
<xs:element name="GoodsItem" id="BLP" minOccurs="1" maxOccurs="999">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEENDIGUNGZLPOSITION"/>
|
||||
<aie:name value="POSITION (BE-ANTEIL ZL)"/>
|
||||
<aie:id value="684"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -1947,7 +1951,7 @@
|
||||
<xs:element name="CommercialAmount" id="BLH" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="HANDELMENGE"/>
|
||||
<aie:name value="ANGABEN ZUR HANDELSMENGE (BE-ANTEIL ZL)"/>
|
||||
<aie:id value="696"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -2014,7 +2018,7 @@
|
||||
<xs:element name="DebitAmount" id="BLA" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ABGANGMENGE"/>
|
||||
<aie:name value="ANGABEN ZUR ABGANGSMENGE (BE-ANTEIL ZL)"/>
|
||||
<aie:id value="692"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -2087,7 +2091,7 @@
|
||||
<xs:element name="InwardProcessing" id="BVK" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEENDIGUNGAV"/>
|
||||
<aie:name value="BEENDIGUNGSANTEIL AV"/>
|
||||
<aie:id value="627"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -2180,7 +2184,7 @@
|
||||
<xs:element name="MonitoringCustomsOffice" id="HAD" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="UEBERWACHUNGHZA"/>
|
||||
<aie:name value="ANGABEN ZUR ÜBERWACHUNGSZOLLSTELLE AV (BE-ANTEIL AV)"/>
|
||||
<aie:id value="4307"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -2220,7 +2224,7 @@
|
||||
<xs:element name="GoodsItem" id="BVP" minOccurs="1" maxOccurs="999">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEENDIGUNGAVPOSITION"/>
|
||||
<aie:name value="POSITION (BE-ANTEIL AV)"/>
|
||||
<aie:id value="633"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -2352,7 +2356,7 @@
|
||||
<xs:element name="Consignor" id="CO1" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="VERSENDER"/>
|
||||
<aie:name value="ANGABEN ZUM VERSENDER/AUSFÜHRER"/>
|
||||
<aie:id value="2162"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -2407,7 +2411,7 @@
|
||||
<xs:element name="Address" id="COA" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ADRESSE"/>
|
||||
<aie:name value="VERSENDER/AUSFÜHRER (ADRESSDATEN)"/>
|
||||
<aie:id value="2167"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -2438,13 +2442,14 @@
|
||||
<aie:id value="2168"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an2"/>
|
||||
<aie:pcre value="\A.{2}\Z"/>
|
||||
<aie:pcre value="\A[A-Z]{2}\Z"/>
|
||||
<aie:list value="I0300"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="2"/>
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -2508,7 +2513,7 @@
|
||||
<xs:element name="Consignee" id="CE1" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="EMPFAENGER"/>
|
||||
<aie:name value="ANGABEN ZUM EMPFÄNGER"/>
|
||||
<aie:id value="2091"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -2580,7 +2585,7 @@
|
||||
<xs:element name="Address" id="CEA" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ADRESSE"/>
|
||||
<aie:name value="EMPFÄNGER (ADRESSDATEN)"/>
|
||||
<aie:id value="2096"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -2611,13 +2616,14 @@
|
||||
<aie:id value="2097"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an2"/>
|
||||
<aie:pcre value="\A.{2}\Z"/>
|
||||
<aie:pcre value="\A[A-Z]{2}\Z"/>
|
||||
<aie:list value="I0300"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="2"/>
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -2681,7 +2687,7 @@
|
||||
<xs:element name="Acquirer" id="UC0" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ERWERBER"/>
|
||||
<aie:name value="ANGABEN ZUM ERWERBER IM ANDEREN MITGLIEDSTAAT"/>
|
||||
<aie:id value="2114"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -2756,7 +2762,7 @@
|
||||
<aie:name value="USt-IdNr."/>
|
||||
<aie:id value="2137"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an..14"/>
|
||||
<aie:format value="an..20"/>
|
||||
<aie:pcre value="\A[A-Z]{2}.{1,12}\Z"/>
|
||||
<aie:list value="A1835"/>
|
||||
</xs:documentation>
|
||||
@@ -2764,7 +2770,7 @@
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:minLength value="1"/>
|
||||
<xs:maxLength value="14"/>
|
||||
<xs:maxLength value="20"/>
|
||||
<xs:pattern value="[A-Z]{2}.{1,12}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
@@ -2772,7 +2778,7 @@
|
||||
<xs:element name="Address" id="UC1" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ADRESSE"/>
|
||||
<aie:name value="ERWERBER (ADRESSDATEN)"/>
|
||||
<aie:id value="2119"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -2803,13 +2809,14 @@
|
||||
<aie:id value="2120"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an2"/>
|
||||
<aie:pcre value="\A.{2}\Z"/>
|
||||
<aie:pcre value="\A[A-Z]{2}\Z"/>
|
||||
<aie:list value="I0300"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="2"/>
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -2873,7 +2880,7 @@
|
||||
<xs:element name="Containers" id="KC0" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="CONTAINER"/>
|
||||
<aie:name value="ANGABEN ZU CONTAINERN"/>
|
||||
<aie:id value="2086"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -2900,7 +2907,7 @@
|
||||
<xs:element name="Container" id="KC1" minOccurs="0" maxOccurs="9">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="CONTAINERNUMMER"/>
|
||||
<aie:name value="ANGABEN ZU CONTAINERNUMMERN"/>
|
||||
<aie:id value="2089"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -2933,7 +2940,7 @@
|
||||
<xs:element name="DeliveryTerms" id="RAL" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="LIEFERBEDINGUNG"/>
|
||||
<aie:name value="ANGABEN ZUR LIEFERBEDINGUNG"/>
|
||||
<aie:id value="2138"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -3014,7 +3021,7 @@
|
||||
<xs:element name="PaymentTransaction" id="MOP" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ZAHLUNGSVERKEHR"/>
|
||||
<aie:name value="ANGABEN ZUM ZAHLUNGSVERKEHR"/>
|
||||
<aie:id value="2185"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -3064,7 +3071,7 @@
|
||||
<xs:element name="ForeignTradeStatistics" id="RAS" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="AUSSENHANDELSTATISTIK"/>
|
||||
<aie:name value="DATEN FÜR DIE AUSSENHANDELSSTATISTIK (KOPF)"/>
|
||||
<aie:id value="2043"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -3179,7 +3186,7 @@
|
||||
<xs:element name="EntryCustomsOffice" id="RSE" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="EINGANGSZOLLSTELLE"/>
|
||||
<aie:name value="ANGABEN ZUR EINGANGSZOLLSTELLE"/>
|
||||
<aie:id value="2056"/>
|
||||
<aie:status value="O"/>
|
||||
</xs:documentation>
|
||||
@@ -3213,7 +3220,7 @@
|
||||
<xs:element name="CustomsValue" id="RZW" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ZOLLWERT"/>
|
||||
<aie:name value="ANGABEN ÜBER DEN ZOLLWERT (D.V.1) (KOPF)"/>
|
||||
<aie:id value="2188"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -3240,7 +3247,7 @@
|
||||
<xs:element name="Vendor" id="SE0" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="VERKAEUFER"/>
|
||||
<aie:name value="ANGABEN ZUM VERKÄUFER"/>
|
||||
<aie:id value="2234"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -3295,7 +3302,7 @@
|
||||
<xs:element name="Address" id="SE1" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ADRESSE"/>
|
||||
<aie:name value="VERKÄUFER (ADRESSDATEN)"/>
|
||||
<aie:id value="2239"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -3326,13 +3333,14 @@
|
||||
<aie:id value="2240"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an2"/>
|
||||
<aie:pcre value="\A.{2}\Z"/>
|
||||
<aie:pcre value="\A[A-Z]{2}\Z"/>
|
||||
<aie:list value="I0300"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="2"/>
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -3396,7 +3404,7 @@
|
||||
<xs:element name="Vendee" id="BY0" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="KAEUFER"/>
|
||||
<aie:name value="ANGABEN ZUM KÄUFER"/>
|
||||
<aie:id value="2205"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -3451,7 +3459,7 @@
|
||||
<xs:element name="Address" id="BY1" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ADRESSE"/>
|
||||
<aie:name value="KÄUFER (ADRESSDATEN)"/>
|
||||
<aie:id value="2210"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -3482,13 +3490,14 @@
|
||||
<aie:id value="2211"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an2"/>
|
||||
<aie:pcre value="\A.{2}\Z"/>
|
||||
<aie:pcre value="\A[A-Z]{2}\Z"/>
|
||||
<aie:list value="I0300"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="2"/>
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -3552,7 +3561,7 @@
|
||||
<xs:element name="Affiliation" id="KZV" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="VERBUNDENHEIT"/>
|
||||
<aie:name value="VERBUNDENHEIT VON VERKÄUFER UND KÄUFER"/>
|
||||
<aie:id value="2231"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -3599,7 +3608,7 @@
|
||||
<xs:element name="RestrictionOrCondition" id="KZE" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="EINSCHRAENKUNGBEDINGUNG"/>
|
||||
<aie:name value="EINSCHRÄNKUNGEN UND BEDINGUNGEN"/>
|
||||
<aie:id value="2201"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -3663,7 +3672,7 @@
|
||||
<xs:element name="LicenseFee" id="KZL" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="LIZENZGEBUEHR"/>
|
||||
<aie:name value="LIZENZGEBÜHREN"/>
|
||||
<aie:id value="2228"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -3710,7 +3719,7 @@
|
||||
<xs:element name="Resale" id="KZU" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="WEITERVERKAUF"/>
|
||||
<aie:name value="WEITERVERKÄUFE/ÜBERLASSUNGEN/VERWENDUNGEN"/>
|
||||
<aie:id value="2280"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -3760,7 +3769,7 @@
|
||||
<xs:element name="Document" id="RUX" minOccurs="0" maxOccurs="20">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="UNTERLAGE"/>
|
||||
<aie:name value="VORGELEGTE UNTERLAGEN ZU EINER ANMELDUNG"/>
|
||||
<aie:id value="2143"/>
|
||||
<aie:status value="O"/>
|
||||
</xs:documentation>
|
||||
@@ -3892,23 +3901,6 @@
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="EUCode" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="EU-Code"/>
|
||||
<aie:id value="2343"/>
|
||||
<aie:status value="D"/>
|
||||
<aie:format value="an3"/>
|
||||
<aie:pcre value="\A.{3}\Z"/>
|
||||
<aie:list value="I0100"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CessionManagementFlag" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
@@ -4053,7 +4045,7 @@
|
||||
<xs:element name="CommodityCode" id="COM" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="WARENUMMER"/>
|
||||
<aie:name value="ANGABE WARENNUMMER"/>
|
||||
<aie:id value="3247"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -4079,10 +4071,40 @@
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AdditionalProcedure" id="ADL" minOccurs="0" maxOccurs="99">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ANGABEN ZU EU-CODES"/>
|
||||
<aie:id value="4945"/>
|
||||
<aie:status value="O"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Code" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="EU-Code"/>
|
||||
<aie:id value="4946"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="an3"/>
|
||||
<aie:pcre value="\A.{3}\Z"/>
|
||||
<aie:list value="I0100"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:length value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="SupplementaryCodes" id="PZC" minOccurs="0" maxOccurs="10">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ZUSATZCODES"/>
|
||||
<aie:name value="ANGABEN ZU ZUSATZCODES"/>
|
||||
<aie:id value="3316"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -4111,7 +4133,7 @@
|
||||
<xs:element name="Package" id="GS2" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="PACKSTUECK"/>
|
||||
<aie:name value="PACKSTÜCKE"/>
|
||||
<aie:id value="2965"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -4177,7 +4199,7 @@
|
||||
<xs:element name="ForeignTradeStatistics" id="PAS" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="AUSSENHANDELSTATISTIK"/>
|
||||
<aie:name value="DATEN FÜR DIE AUSSENHANDELSSTATISTIK (POSITION)"/>
|
||||
<aie:id value="2561"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -4226,7 +4248,7 @@
|
||||
<xs:element name="Amount" id="PAM" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="MENGE"/>
|
||||
<aie:name value="ANGABEN ZUR AH-STAT. MENGE"/>
|
||||
<aie:id value="2570"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -4296,7 +4318,7 @@
|
||||
<xs:element name="CustomsValue" id="PZW" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ZOLLWERT"/>
|
||||
<aie:name value="ANGABEN ÜBER DEN ZOLLWERT (D.V.1) (POSITION)"/>
|
||||
<aie:id value="3262"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -4357,7 +4379,7 @@
|
||||
<xs:element name="NetPrice" id="PZN" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="NETTOPREIS"/>
|
||||
<aie:name value="ANGABEN ZUM NETTOPREIS"/>
|
||||
<aie:id value="3291"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -4444,7 +4466,7 @@
|
||||
<xs:element name="IndirectPayment" id="PZM" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="MITTELBAREZAHLUNG"/>
|
||||
<aie:name value="ANGABEN ZU MITTELBAREN ZAHLUNGEN"/>
|
||||
<aie:id value="3285"/>
|
||||
<aie:status value="O"/>
|
||||
</xs:documentation>
|
||||
@@ -4531,7 +4553,7 @@
|
||||
<xs:element name="AirFreightCosts" id="PZL" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="LUFTFRACHTKOSTEN"/>
|
||||
<aie:name value="ANGABEN ZU DEN LUFTFRACHTKOSTEN"/>
|
||||
<aie:id value="3276"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -4649,7 +4671,7 @@
|
||||
<xs:element name="AdditionDeduction" id="PZR" minOccurs="0" maxOccurs="10">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="HINZURECHNUNGABZUG"/>
|
||||
<aie:name value="HINZURECHNUNGEN/ABZÜGE ZUM ZOLLWERT"/>
|
||||
<aie:id value="3266"/>
|
||||
<aie:status value="O"/>
|
||||
</xs:documentation>
|
||||
@@ -4807,7 +4829,7 @@
|
||||
<xs:element name="Assessment" id="PBX" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEMESSUNG"/>
|
||||
<aie:name value="BEMESSUNGSDATEN (OHNE VERBRAUCHSTEUER)"/>
|
||||
<aie:id value="2695"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -4877,7 +4899,7 @@
|
||||
<xs:element name="Amount" id="PBZ" minOccurs="0" maxOccurs="5">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ZOLLMENGE"/>
|
||||
<aie:name value="ANGABEN ZUR ZOLLMENGE"/>
|
||||
<aie:id value="2706"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -4944,7 +4966,7 @@
|
||||
<xs:element name="SpecificRate" id="PBW" minOccurs="0" maxOccurs="5">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BESONDEREWERTANGABE"/>
|
||||
<aie:name value="BESONDERE WERTANGABEN"/>
|
||||
<aie:id value="2700"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -4994,7 +5016,7 @@
|
||||
<xs:element name="ContentInformation" id="PBG" minOccurs="0" maxOccurs="3">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="GEHALTSANGABE"/>
|
||||
<aie:name value="GEHALTSANGABEN"/>
|
||||
<aie:id value="2703"/>
|
||||
<aie:status value="O"/>
|
||||
</xs:documentation>
|
||||
@@ -5025,16 +5047,13 @@
|
||||
<aie:id value="2705"/>
|
||||
<aie:status value="R"/>
|
||||
<aie:format value="n..5 (5,2)"/>
|
||||
<aie:pcre value="\A(?!0\.?0*\Z)(?:0|[1-9][0-9]{0,2})(?:\.[0-9]{1,2})?\Z"/>
|
||||
<aie:pcre value="\A(?!0\.?0*\Z)(?:(?:0|[1-9][0-9]{0,1})(?:\.[0-9]{1,2})?|100(?:\.0{1,2})?)\Z"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:minInclusive value="0.01"/>
|
||||
<xs:maxInclusive value="999.99"/>
|
||||
<xs:totalDigits value="5"/>
|
||||
<xs:fractionDigits value="2"/>
|
||||
<xs:pattern value="(0|[1-9][0-9]{0,2})(\.[0-9]{1,2})?"/>
|
||||
<xs:pattern value="(0|[1-9][0-9]{0,1})(\.[0-9]{1,2})?"/>
|
||||
<xs:pattern value="100(\.0{1,2})?"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -5047,7 +5066,7 @@
|
||||
<xs:element name="ExciseDuty" id="PVS" minOccurs="0" maxOccurs="3">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="VERBRAUCHSTEUER"/>
|
||||
<aie:name value="VERBRAUCHSTEUERDATEN"/>
|
||||
<aie:id value="3095"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -5077,16 +5096,13 @@
|
||||
<aie:id value="3097"/>
|
||||
<aie:status value="D"/>
|
||||
<aie:format value="n..5 (5,2)"/>
|
||||
<aie:pcre value="\A(?!0\.?0*\Z)(?:0|[1-9][0-9]{0,2})(?:\.[0-9]{1,2})?\Z"/>
|
||||
<aie:pcre value="\A(?!0\.?0*\Z)(?:(?:0|[1-9][0-9]{0,1})(?:\.[0-9]{1,2})?|100(?:\.0{1,2})?)\Z"/>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:minInclusive value="0.01"/>
|
||||
<xs:maxInclusive value="999.99"/>
|
||||
<xs:totalDigits value="5"/>
|
||||
<xs:fractionDigits value="2"/>
|
||||
<xs:pattern value="(0|[1-9][0-9]{0,2})(\.[0-9]{1,2})?"/>
|
||||
<xs:pattern value="(0|[1-9][0-9]{0,1})(\.[0-9]{1,2})?"/>
|
||||
<xs:pattern value="100(\.0{1,2})?"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
@@ -5113,7 +5129,7 @@
|
||||
<xs:element name="Amount" id="PVM" minOccurs="1" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="VERBRAUCHSTEUERMENGE"/>
|
||||
<aie:name value="ANGABEN ZUR VERBRAUCHSTEUERMENGE"/>
|
||||
<aie:id value="3099"/>
|
||||
<aie:status value="R"/>
|
||||
</xs:documentation>
|
||||
@@ -5183,7 +5199,7 @@
|
||||
<xs:element name="PreferentialTreatment" id="PGX" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEGUENSTIGUNG"/>
|
||||
<aie:name value="BEGÜNSTIGUNGSDATEN"/>
|
||||
<aie:id value="3843"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -5210,7 +5226,7 @@
|
||||
<xs:element name="Declaration" id="PGM" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ANMELDUNG"/>
|
||||
<aie:name value="ANGABEN ZU KONTINGENTEN"/>
|
||||
<aie:id value="3844"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -5220,7 +5236,7 @@
|
||||
<xs:element name="Contingent" id="GMK" minOccurs="0" maxOccurs="2">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="KONTINGENT"/>
|
||||
<aie:name value="KONTINGENTSANGABEN"/>
|
||||
<aie:id value="3845"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -5249,7 +5265,7 @@
|
||||
<xs:element name="PreferentialTreatmentQuantity" id="GMB" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="BEGUENSTIGUNGMENGE"/>
|
||||
<aie:name value="ANGABEN ZUR BEGÜNSTIGUNGSMENGE"/>
|
||||
<aie:id value="2657"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -5321,7 +5337,7 @@
|
||||
<xs:element name="OutwardProcessingReduction" id="PPV" minOccurs="0" maxOccurs="3">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="PVMINDERUNG"/>
|
||||
<aie:name value="ANGABEN ZU PV-MINDERUNG"/>
|
||||
<aie:id value="2969"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -5371,7 +5387,7 @@
|
||||
<xs:element name="SpecialCase" id="PSF" minOccurs="0" maxOccurs="9">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="SONDERFALL"/>
|
||||
<aie:name value="SONDERFALLDATEN"/>
|
||||
<aie:id value="3069"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
@@ -5438,7 +5454,7 @@
|
||||
<xs:element name="Document" id="DC2" minOccurs="0" maxOccurs="99">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="UNTERLAGE"/>
|
||||
<aie:name value="UNTERLAGEN ZUR POSITION"/>
|
||||
<aie:id value="3076"/>
|
||||
<aie:status value="O"/>
|
||||
</xs:documentation>
|
||||
@@ -5530,7 +5546,7 @@
|
||||
<xs:element name="WriteOff" id="DC3" minOccurs="0" maxOccurs="1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<aie:name value="ABSCHREIBUNGMENGE"/>
|
||||
<aie:name value="ANGABEN ZU ABSCHREIBUNGSMENGE/-WERT"/>
|
||||
<aie:id value="3090"/>
|
||||
<aie:status value="D"/>
|
||||
</xs:documentation>
|
||||
|
||||
Reference in New Issue
Block a user