7. Dezember 2007 11:29
Company   Element   Table   <Company>(Company)
  GLEntry   Element   Table   <G/L Entry>(G/L Entry)
    CompName   Element   Field   Company::Name
    EntryNo   Element   Field   <G/L Entry>::Entry No.
    GLAccNo   Element   Field   <G/L Entry>::G/L Account No.
    PostDate   Element   Field   <G/L Entry>::Posting Date 
    DocNo   Element   Field   <G/L Entry>::Document No.
    TransNo   Element   Field   <G/L Entry>::Transaction No.
7. Dezember 2007 11:41
<Company>
   <GLEntry>
      <CompName>XYU</ComName>
      <EntryNo>1</EntryNo>
      <GLAccNo>123456</GLAccNo>
      <PostDate>010102</PostDate>
      <DocNo>1234</DocNo>
      <TransNo>1</TransNo>
   </GLEntry>
</Company>
7. Dezember 2007 11:50