CommDoo Glossary

Inform yourself
Contact us now

CommDoo Glossary

Inform yourself

Contact us now
Glossary
What do the technical terms mean
Search by Alphabet
Search here for your desired search term
Payment does not have to be complicated. However, there are technical terms that are often not common.
Can we help you
In the upper search bar you can choose between two search options. The search by category and the search by alphabet. Just click on the navigation button above the selection. If you need further information, please contact us. We look forward to hearing from you.

You have not found an entry
Then do not hesitate and contact us. We make every effort to answer all questions as quickly as possible and to keep our glossary up to date in order to provide you with the greatest possible amount of information.
XML file
XML, is a is a human and machine readable language used to represent hierarchically structured data in the format of a text file.
Grammar
The exchange of data between platform- and implementation-independent computer systems is one of the main tasks of XML files. For this purpose, the structure of an XML document is subject to precise rules (well-formed). These are defined with the help of a grammar (XML Scheme) and are only valid if they are adhered to. In payment, XML files are often used for the transmission of transaction data.
The element
The element is the most important structural unit of an XML document. An element can also contain any number of other elements. Elements are the carriers of information in an XML document. For this purpose, so-called tags are used. There is a start tag for the beginning of an element <element name> and an end tag </element name>. All elements must be closed to ensure the validity of the document.