Has anyone ever run across pain.008.002.02 format? It is an ISO standard used in Germany used for direct debit transactions. The problem I have is that although I had found documentation that talks about it, I did not actually find the XML Schema (pain.008.002.02.xsd) for it, which would be very useful in generating java bindings. Otherwise I will need to do this manually, which is simply hell. Does anyone know where I could find it? Its not on the ISO page with all the other formats. If the file has to be bought (I run in to places which could point to this), such information would also be very useful.
XML Schema format file: pain.008.002.02
7.5k Views Asked by Xargos At
2
There are 2 best solutions below
1
globberwops
On
After hours and hours of searching, I found it in the ebics archive: http://www.ebics.de/index.php?id=77 at the bottom of the page "Anlage3_Archiv_V2_5.zip"
Ebics is the official "Electronic Banking Internet Communication Standard" from the Deutsche Kreditwirtschaft.
Related Questions in XSD
- Shorten the XSD
- Custom XML Validator Factory
- XSD.exe Generating Classes with type Object instead of XSD defined type
- How to generate parameterized constructor for Type/Class from XSD
- Validate xml if any one element exists in a sequence xsd
- XML Validation with XML-Reader in PHP
- exception unmarshalling xml file using jaxb
- Building XSD for secific xml
- Restriction on elements depending on attributes in XSD 1.1
- XSD unique element XPath limitations
- Convert date type to string in jaxb using bindings
- How to validate xsd schema if it includes ohter schemas?
- .NET XmlSerializer and multidimensional arrays
- Java - Spring Ws - Loading Relative Includes in XSD files (Tomcat 8)
- XML validation: why is explicitly specifying a namespace not allowed in this case?
Related Questions in ISO
- Why was the ISO module standard for prolog a failure?
- How to add labels on each line and add 2nd y-axes to the right side of the 'loglog' plot?
- System.Globalization.RegionInfo complete list of valid culture inputs
- Opposite function of push notification
- Where is the install location of the Windows Boot2Docker Image?
- What does AVCaptureDevice's low light boost do?
- How to calculate the no of iso weeks in a year in t-sql?
- Compatibility of C89/C90, C99 and C11
- import com.google.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder class not found
- Android camera preview is dark
- Standard Data Types
- ISO 8 ignores meta viewport and automatically makes site responsive in iphone 6
- What's the difference between joda yyyy-MM-dd'T'HH:mm:ss.SSSZZ and ISO (wiki) date format?
- Get Isometric Tile Under Mouse
- Why is there a networking library proposal for C++14/17?
Related Questions in FINANCIAL
- Using highfrequency::spotvol(), how to set k parameter in my aggregate?
- Retrieving Specific Financial Statements in Quantmod
- Is it possible to do a TRANPERFORM with Trancode "SV" in Symitar PowerOn?
- How to check EP page caller on AX client
- Quandl stock identifiers
- How to get financials of firms listed at TESA in quantmod?
- Calculating IV60, and IV90 on interactive brokers
- How to calculate Trailing Moving Sums going up vertically in a table?
- numpy.irr returns error: ValueError("Input must be a rank-1 array.")
- Unable to download financial data with getFin() in R - HTTP status is '403 Forbidden'
- Python pyalgotrade Quandl feed Error
- How to find stock turning price points
- QuickFix/n - MDStreamID
- Is this PAN IIN lookup Restful API useful for EMV developers?
- Amazon Alexa isn't good enough. What are my other options?
Related Questions in BANKING
- Overdraft method for bank account
- Generate non repeating numbers to add to customerNumber int variable
- Error Code 2002 with Plaid + Stripe Api
- Fiserv/OSI DNA and ACH Origination job
- Utility for Refilling an Account on A certain Schedule
- C: warning: ‘withdrawal_amt’ may be used uninitialized in this function
- Calculate interest on postgresql with trigger/function
- Get bank name from routing number
- EBICS 3.0 Schema H005 Ebics errorcode 090004
- Workload modelling_JMeter Performance Testing
- How can I serialize the Transaction model in django rest framework
- Django: Implementing fund reversal in post_save signal
- Implementing Razorpay Withdrawal System in Website
- How does one ascertain what the components of RFC 3615's examples represent?
- SMS Banking Servers
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I would download the SEPA Explorer, install it and then look in the install folder (SEPAExplorerV2\XSDFiles) for what you need (pain.008.002.02.xsd is in there).
Already generated Java bindings for the XSD you're looking for are in the Open Banking Tools (LGPL) here.