In general a entity is described by the following attributes in the file:
ID
Technical Name
UID
Type
Description (if parameter -d is set and the languages are maintained in appsettings.xml)
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfEntity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<entity>
<id>00O2TFIS8KH7TIIRUUIONW8BZ|REP</id>
<technicalName>/IMO/V_FIGL03_Q0001</technicalName>
<uid>00O2TFIS8KH7TIIRUUIONW8BZ</uid>
<type>REP</type>
<descriptions>
<description language="D" text="FI-GL: Bilanz/GuV" />
<description language="E" text="FI-GL: Financial Statement" />
</descriptions>
</entity>
...
</ArrayOfEntity> |