Account log file definition
EBNF grammar
Introduction
EBNF grammar is used to describe the account-log file.
EBNF has the following meta-symbols:
• () brackets to indicate once (used to group alternatives together)
• [] brackets to indicate zero or once
• {} brackets to indicate zero or more
• | to separate alternatives
• + plus sign indicates one or more
• <> brackets to indicate a non terminal
The EBNF syntax has terminals and non-terminals. An example of a nonterminal is <digit>,
representing the digits 0 to 9. The digits 0 to 9 are the terminals. The non-terminal <digit> can be
used in syntax descriptions instead of the terminals. This makes the description more structured
and better readable.
Predefined non-terminals used throughout the document
<digit>
( 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9).
<yyyy>
<digit><digit><digit><digit>
Number of year. For example “2000” or “2002”.
<mm>
<digit><digit>
Number of the month. Range 01..12. For example “01” or “12”.
<dd>
<digit><digit>
Number of day of the month. Range 01..31. For example “03” or “28”.
<date>
<YYYY><dash><MM><dash><DD>
<hh>
Numeric string of 2 digits with leading zeros in the range 00..23 Indicates the hour of the time.
<min>
Numeric string of 2 digits with leading zeros in the range 00..59 Indicates the minutes of the time.
<ss>
Numeric string of 2 digits with leading zeros in the range 00..59 Indicates the seconds of the time.
<time>
<hh><colon><mm><colon><ss>
Account log file definition
138
Chapter 8 - Accounting
imagePRESS C7010VPS series v2.2
Summary of Contents for imagePRESS C7010VPS series
Page 8: ...Contents 8 imagePRESS C7010VPS series v2 2...
Page 9: ...Chapter 1 Introduction...
Page 14: ...Supported media 14 Chapter 1 Introduction imagePRESS C7010VPS series v2 2...
Page 15: ...Chapter 2 PRISMAsync...
Page 29: ...Chapter 3 The LPD connection...
Page 45: ...Chapter 4 The socket connection...
Page 51: ...Chapter 5 Adobe PostScript 3...
Page 64: ...Bind 64 Chapter 5 Adobe PostScript 3 imagePRESS C7010VPS series v2 2...
Page 86: ...Staple 86 Chapter 5 Adobe PostScript 3 imagePRESS C7010VPS series v2 2...
Page 89: ...Trim Chapter 5 Adobe PostScript 3 89 imagePRESS C7010VPS series v2 2...
Page 99: ...Chapter 6 PDF...
Page 117: ...Chapter 7 Colour management...
Page 133: ...Chapter 8 Accounting...
Page 150: ...Implementation aspects 150 Chapter 8 Accounting imagePRESS C7010VPS series v2 2...
Page 151: ...Chapter 9 SNMP...
Page 159: ...Example in pseudo code Chapter 9 SNMP 159 imagePRESS C7010VPS series v2 2...
Page 222: ...ppmPortGroup 222 Chapter 9 SNMP imagePRESS C7010VPS series v2 2...
Page 223: ...Chapter 10 JDF interface specification...
Page 291: ...Basic JDF ticket Chapter 10 JDF interface specification 291 imagePRESS C7010VPS series v2 2...
Page 297: ...Chapter 11 SMB printing...
Page 303: ...Chapter 12 Hot folder printing...
Page 306: ...Hot folder 306 Chapter 12 Hot folder printing imagePRESS C7010VPS series v2 2...
Page 307: ...Chapter 13 Scan to file and scan to email...
Page 313: ...Chapter 14 SRA IPDS...
Page 361: ......