NEU
This commit is contained in:
13
TELOTEK_Worker_lib/My Project/Application.Designer.vb
generated
Normal file
13
TELOTEK_Worker_lib/My Project/Application.Designer.vb
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
10
TELOTEK_Worker_lib/My Project/Application.myapp
Normal file
10
TELOTEK_Worker_lib/My Project/Application.myapp
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>false</MySubMain>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>1</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
35
TELOTEK_Worker_lib/My Project/AssemblyInfo.vb
Normal file
35
TELOTEK_Worker_lib/My Project/AssemblyInfo.vb
Normal file
@@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
' die einer Assembly zugeordnet sind.
|
||||
|
||||
' Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("TELOTEK_Worker_lib")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("TELOTEK_Worker_lib")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2019")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
||||
<Assembly: Guid("4c9f4859-e5e3-4817-b4cb-0784574e4ca7")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Hauptversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revision
|
||||
'
|
||||
' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
63
TELOTEK_Worker_lib/My Project/Resources.Designer.vb
generated
Normal file
63
TELOTEK_Worker_lib/My Project/Resources.Designer.vb
generated
Normal file
@@ -0,0 +1,63 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||
'''<summary>
|
||||
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("TELOTEC_Worker.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
117
TELOTEK_Worker_lib/My Project/Resources.resx
Normal file
117
TELOTEK_Worker_lib/My Project/Resources.resx
Normal file
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
73
TELOTEK_Worker_lib/My Project/Settings.Designer.vb
generated
Normal file
73
TELOTEK_Worker_lib/My Project/Settings.Designer.vb
generated
Normal file
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "Automatische My.Settings-Speicherfunktion"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.TELOTEC_Worker.My.MySettings
|
||||
Get
|
||||
Return Global.TELOTEC_Worker.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
7
TELOTEK_Worker_lib/My Project/Settings.settings
Normal file
7
TELOTEK_Worker_lib/My Project/Settings.settings
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
4702
TELOTEK_Worker_lib/TELOTEC/vifDec.Designer.vb
generated
Normal file
4702
TELOTEK_Worker_lib/TELOTEC/vifDec.Designer.vb
generated
Normal file
File diff suppressed because it is too large
Load Diff
463
TELOTEK_Worker_lib/TELOTEC/vifDec.xsd
Normal file
463
TELOTEK_Worker_lib/TELOTEC/vifDec.xsd
Normal file
@@ -0,0 +1,463 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:element name="interfaceData" type="InterfaceDataType" />
|
||||
<xs:complexType name="InterfaceDataType">
|
||||
<xs:sequence>
|
||||
<xs:element name="interfaceType" >
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="vifDec"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element minOccurs="1" maxOccurs="unbounded" name="vifDec" type="vifDec" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDec">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="TransferStatus" nillable="true" type="an..4" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_ProzessArt" nillable="true" type="an..4" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_Anmelde_ID" nillable="true" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_Template_ID" nillable="true" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_CreateDate" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_CreatePersonalID" nillable="true" type="an..12" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_PreDec_IND" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_TotNet" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_TotNetSplit_IND" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Refs_LRN" nillable="true" type="an..22" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Refs_CRN" nillable="true" type="an..21" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Refs_CSRN" nillable="true" type="an..21" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Refs_ERN" nillable="true" type="an..21" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Refs_FRN" nillable="true" type="an..21" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Refs_Stat" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_DecTy" nillable="true" type="an..9" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_TotItem" nillable="true" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_TotPack" nillable="true" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_TotGross" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_DepLNG" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_DestLNG" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_PayTy" nillable="true" type="an..1" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_DefPayRef" nillable="true" type="an..7" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_PerPayRef" nillable="true" type="an..7" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_PayMet" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_AExpRef" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_Fin" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_Simp" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_IssD" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_AuthID" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_TransDat" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_WoffD" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_DecDT" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_DecPlc" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_AccDT" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_SecInd" nillable="true" type="an..1" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_ComRef" nillable="true" type="an..70" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_ProArrDT" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Hea_PlaDepDT" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_TradCtry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_Disp" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_Dest" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_GdsLocCd" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_GdsLoc" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_GdsLocAuth" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_LoadPlcCd" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_LoadPlc" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_CustPlc" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_ArrLocCd" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_ArrLoc" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_ArrLocAuth" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_WarTy" nillable="true" type="an..1" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_WarCtry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Locs_War" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Transp_InMo" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Transp_BordMo" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Transp_DepTy" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Transp_DepIdnt" nillable="true" type="an..27" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Transp_DepNat" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Transp_CrossTy" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Transp_CrossIdnt" nillable="true" type="an..27" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Transp_CrossIdntNat" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Transp_ContInd" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ValData_TermDelCd" nillable="true" type="an..3" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ValData_TermDelPlc" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ValData_TermDelSit" nillable="true" type="an..1" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ValData_InvCurr" nillable="true" type="an..3" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ValData_ExRa" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ValData_InvVal" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ValData_TransacCd" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConorTra_Na" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConorTra_Strt" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConorTra_Pst" nillable="true" type="an..9" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConorTra_Cty" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConorTra_Ctry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConorTra_TIN" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConorTra_UIDCtry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConorTra_UID" nillable="true" type="an..20" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConeeTra_Na" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConeeTra_Strt" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConeeTra_Pst" nillable="true" type="an..9" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConeeTra_Cty" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConeeTra_Ctry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConeeTra_TIN" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConeeTra_UIDCtry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ConeeTra_UID" nillable="true" type="an..20" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExpTra_Na" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExpTra_Strt" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExpTra_Pst" nillable="true" type="an..9" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExpTra_Cty" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExpTra_Ctry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExpTra_TIN" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExpTra_UIDCtry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExpTra_UID" nillable="true" type="an..20" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Declarant_Na" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Declarant_Strt" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Declarant_Pst" nillable="true" type="an..9" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Declarant_Cty" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Declarant_Ctry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Declarant_TIN" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Declarant_UIDCtry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Declarant_UID" nillable="true" type="an..20" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Declarant_DecRep" nillable="true" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Represent_RIN" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Represent_Na" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="EntryCO_Ref" nillable="true" type="an..8" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExitCO_Ref" nillable="true" type="an..8" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="SurvCO_Ref" nillable="true" type="an..8" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="DestCO_Ref" nillable="true" type="an..8" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="PresCO_Ref" nillable="true" type="an..8" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="MsgType" nillable="true" type="an..10" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_Lager_ID" nillable="true" type="an..6" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_Lag_IND" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_FillPackList_IND" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="dec_Memo" nillable="true" type="an..1000" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="DepCO_Ref" nillable="true" type="an..8" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="CtlrRslt_ResCd" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="CtrlRslt_DLimit" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="vifDecAdjust" type="vifDecAdjust" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="vifDecItem" type="vifDecItem" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="vifDecGrteeRef" type="vifDecGrteeRef" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDecAdjust">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Adjust_ID" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Adjust_AdjTy" nillable="true" type="an..4" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Adjust_Curr" nillable="true" type="an..3" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Adjust_ExRa" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Adjust_Val" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Adjust_Perc" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Adjust_SplitCd" nillable="true" type="an..1" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Adjust_ValTy" nillable="true" type="an..1" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Adjust_InvCon" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Adjust_InvConD" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Telo_ValEur" nillable="true" type="xs:double" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDecItem">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Pos_ID" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_Status" nillable="true" type="an..4" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_ComCd" nillable="true" type="an..10" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_GdsDes" nillable="true" type="an..280" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_Gross" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_Net" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_Orig" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_ProcCd" nillable="true" type="an..4" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_ProcAddCd" nillable="true" type="an..3" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_ItVal" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_Pref" nillable="true" type="an..3" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_Quota" nillable="true" type="an..6" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_ValMet" nillable="true" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_VATInd" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Item_StatVal" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="SurvCO_Ref" nillable="true" type="an..8" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Telo_Artikel_ID" nillable="true" type="an..20" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Telo_ArtikelMenge" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Telo_ArtikelMEH" nillable="true" type="an..4" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="vifDecContainer" type="vifDecContainer" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="vifDecDocCerts" type="vifDecDocCerts" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="vifDecPack" type="vifDecPack" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="vifDecPrevAdmRef" type="vifDecPrevAdmRef" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="vifDecSupplUnt" type="vifDecSupplUnt" />
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="vifDecSpecMent" type="vifDecSpecMent" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDecContainer">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Pos_ID" type="xs:int" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Container_ID" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Container_CNr" nillable="true" type="an..17" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDecDocCerts">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Pos_ID" type="xs:int" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="DocCerts_ID" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="DocCerts_DocCd" nillable="true" type="an..4" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="DocCerts_DTy" nillable="true" type="an..140" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="DocCerts_DRef" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="DocCerts_IssD" nillable="true" type="xs:dateTime" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="DocCerts_IssCtry" nillable="true" type="an..2" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="DocCerts_DTIN" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="DocCerts_UidVid" nillable="true" type="an..25" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDecPack">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Pos_ID" type="xs:int" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Pack_ID" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Pack_Mark" nillable="true" type="an..140" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Pack_Kind" nillable="true" type="an..3" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Pack_Nr" nillable="true" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Pack_Piec" nillable="true" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="TELO_Gross" nillable="true" type="xs:double" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDecPrevAdmRef">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Pos_ID" type="xs:int" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="PrevRef_ID" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="PrevRef_Cat" nillable="true" type="an..1" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="PrevRef_PDTy" nillable="true" type="an..6" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="PrevRef_DRef" nillable="true" type="an..35" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDecSupplUnt">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Pos_ID" type="xs:int" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="SupplUnt_ID" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="SupplUnt_Unit" nillable="true" type="an..4" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="SupplUnt_SUQuant" nillable="true" type="xs:double" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDecSpecMent">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Pos_ID" type="xs:int" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="SpecMent_ID" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Inf" nillable="true" type="an..70" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Cd" nillable="true" type="an..5" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExEC" nillable="true" type="xs:boolean" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExCtry" nillable="true" type="an..2" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="vifDecGrteeRef">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Mandant_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Bereich_ID" type="an..6" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="Referenz_ID" type="an..36" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="ComIndicator" type="xs:unsignedByte" />
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="GrteeRef_ID" type="xs:int" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Grtee_GTy" nillable="true" type="an..1" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="GRN" nillable="true" type="an..24" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="OGR" nillable="true" type="an..35" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Acc" nillable="true" type="an..4" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="GTIN" nillable="true" type="an..17" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="GVal" nillable="true" type="xs:double" />
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Curr" nillable="true" type="an..3" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="an..6">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="6" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..36">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="36" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..4">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..12">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="12" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..22">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="22" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..21">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="21" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..2">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="2" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..9">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="9" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..1">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="1" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..7">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="7" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..17">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="17" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..35">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..70">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="70" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..27">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="27" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..3">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="3" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..20">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..8">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="8" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..10">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="10" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..1000">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="1000" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..280">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="280" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..140">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="140" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..25">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="25" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..5">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="5" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="an..24">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="24" />
|
||||
<xs:minLength value="1" />
|
||||
<xs:whiteSpace value="collapse" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
117
TELOTEK_Worker_lib/TELOTEC_Worker_lib.vbproj
Normal file
117
TELOTEK_Worker_lib/TELOTEC_Worker_lib.vbproj
Normal file
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{5B947A66-009A-4BB6-B925-F84A01045095}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>TELOTEC_Worker</RootNamespace>
|
||||
<AssemblyName>TELOTEC_Worker</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Windows</MyType>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<Deterministic>true</Deterministic>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>TELOTEC_Worker.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>TELOTEC_Worker.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="cTC_Statusliste.vb" />
|
||||
<Compile Include="cTC_Paramter.vb" />
|
||||
<Compile Include="cTelokec.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Include="TELOTEC\vifDec.Designer.vb" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="TELOTEC\vifDec.xsd">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\SDL\SDL\VERAG_PROG_ALLGEMEIN\VERAG_PROG_ALLGEMEIN.vbproj">
|
||||
<Project>{a3b497bd-842c-4a2b-b398-ed1976849df1}</Project>
|
||||
<Name>VERAG_PROG_ALLGEMEIN</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
</Project>
|
||||
8
TELOTEK_Worker_lib/cTC_Paramter.vb
Normal file
8
TELOTEK_Worker_lib/cTC_Paramter.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
Public Class cTC_Paramter
|
||||
Shared SQL As New VERAG_PROG_ALLGEMEIN.SQL
|
||||
|
||||
Shared Function GET_PARAM_ByName(tcParam_name, TESTSYSTEM) As String
|
||||
Return SQL.getValueTxtBySql("SELECT TOP 1 [tcParam_value] FROM [tblTelotec_Paramter] WHERE [tcParam_name]='" & tcParam_name & "'", , , SQL.GetNewOpenConnectionFMZOLL_SYSTEM(TESTSYSTEM))
|
||||
End Function
|
||||
End Class
|
||||
63
TELOTEK_Worker_lib/cTC_Statusliste.vb
Normal file
63
TELOTEK_Worker_lib/cTC_Statusliste.vb
Normal file
@@ -0,0 +1,63 @@
|
||||
|
||||
Imports System.Drawing
|
||||
|
||||
Public Class cTC_Statusliste
|
||||
|
||||
Shared Property S_00 As Integer = 0 'Status ungültig
|
||||
Shared Property S_01 As Integer = 1 'Anlage
|
||||
Shared Property S_02 As Integer = 2 ' Sendebereit
|
||||
Shared Property S_03 As Integer = 3 ' An Dakosy gesendet
|
||||
Shared Property S_04 As Integer = 4 ' Dakosy OK
|
||||
Shared Property S_05 As Integer = 5 ' Dakosy an Zoll gesendet
|
||||
' Shared Property S_06 As Integer = 6
|
||||
Shared Property S_07 As Integer = 7 ' Zoll OK
|
||||
|
||||
|
||||
Shared Property S_09 As Integer = 9 ' Sendefehler an Dakosy
|
||||
|
||||
Shared Property S_10 As Integer = 10 ' Vorankündigung entgegengenommen
|
||||
Shared Property S_11 As Integer = 11 ' Anmeldung entgegengenommen, Antrag nach §12(4) AWV abgelehnt
|
||||
Shared Property S_12 As Integer = 12 ' Anmeldung entgegengenommen
|
||||
|
||||
Shared Property S_13 As Integer = 13 ' Anm. nicht angenommen
|
||||
Shared Property S_14 As Integer = 14 ' Anm. angenommen
|
||||
Shared Property S_15 As Integer = 15 ' Ungültigkeit Sicherheit
|
||||
Shared Property S_16 As Integer = 16 ' Anm. angenommen + in Überprüfung bei zust. Zollstelle
|
||||
Shared Property S_17 As Integer = 17 ' Anm. angenommen, ergänzende oder vollständige Anmeldung liegt vor
|
||||
Shared Property S_18 As Integer = 18 ' Vorankündigung abgewiesen
|
||||
Shared Property S_31 As Integer = 31 ' Vorgang überlassen
|
||||
|
||||
Shared Property S_32 As Integer = 32 ' Ausgang ganz oder teilweise bestätigt, ergänzende Anmeldung wird erwartet
|
||||
Shared Property S_33 As Integer = 33 ' Ausgang ganz oder teilweise bestätigt, ergänzende oder vollständige Anmeldung liegt vor
|
||||
Shared Property S_35 As Integer = 35 ' Vorgang erledigt
|
||||
Shared Property S_36 As Integer = 36 ' Ausgang untersagt
|
||||
|
||||
Shared Property S_37 As Integer = 37 ' Vorgang in Weiterverarb. außerhalb ATLAS
|
||||
Shared Property S_38 As Integer = 38 ' Vorgang storniert
|
||||
Shared Property S_39 As Integer = 39 ' Vorgang unter Klärung
|
||||
|
||||
Shared Property S_20 As Integer = 20 ' Sendebestätigung
|
||||
Shared Property S_30 As Integer = 30 ' Zustellquittung Zoll
|
||||
|
||||
Shared Property S_41 As Integer = 41 ' ARN vergeben
|
||||
Shared Property S_42 As Integer = 42 ' ERledigung Vorpapier??
|
||||
Shared Property S_50 As Integer = 50 ' Überlassungsmeldung
|
||||
Shared Property S_51 As Integer = 51 ' Überlassungsmeldung 2 ?
|
||||
|
||||
Shared Property S_53 As Integer = 53 'Antrag an Bestimmungszollstelle registriert / Sicherheit wird freigegeben
|
||||
Shared Property S_55 As Integer = 55 'nicht abschleißender Bescheid
|
||||
Shared Property S_56 As Integer = 56 'Nicht abschliessende Festsetzung
|
||||
Shared Property S_57 As Integer = 57 'Storno Abgaben
|
||||
|
||||
Shared Property S_60 As Integer = 60 'Erledigungsmeldung
|
||||
Shared Property S_61 As Integer = 61 'Erledigung außerhalb d. SB
|
||||
Shared Property S_68 As Integer = 68 'Abgabe HZS
|
||||
Shared Property S_69 As Integer = 69 'ungültig
|
||||
Shared Property S_65 As Integer = 65 'Antrag abgelehnt
|
||||
Shared Property S_80 As Integer = 80 'Antrag storniert / ungültig
|
||||
Shared Property S_90 As Integer = 90 'Zollfehler
|
||||
Shared Property S_98 As Integer = 98 ' Dakosy Fehlermeldung
|
||||
Shared Property S_99 As Integer = 99 ' ERR
|
||||
|
||||
|
||||
End Class
|
||||
1351
TELOTEK_Worker_lib/cTelokec.vb
Normal file
1351
TELOTEK_Worker_lib/cTelokec.vb
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user