| name | data type | type | namespace | min/max occurs | constraints | description | 
|---|---|---|---|---|---|---|
| entries | list of timeRecordingBatchEntry | element | 0/unbounded | Die (leere) Liste aller TimeRecordingEntry Einträge | ||
| rowCount | long | element | 1/1 | required | Die Anzahl aller Datensätze Die hier gelieferte Anzahl muss nicht zwangsläufig mit der Anzahl der Listenelemente übereinstimmen | 
Example
<t----->
  <entries>
    <recordingEnum>...</recordingEnum>
    <HVID>...</HVID>
    <todoType>...</todoType>
    <hvDetailId>...</hvDetailId>
    <remark>...</remark>
    <detailItemCnr>...</detailItemCnr>
    <forStaffId>...</forStaffId>
    <forStaffCnr>...</forStaffCnr>
    <userId>...</userId>
    <year>...</year>
    <month>...</month>
    <day>...</day>
    <hour>...</hour>
    <minute>...</minute>
    <second>...</second>
    <where>...</where>
  </entries>
  <rowCount>...</rowCount>
</t----->