Database Design Report XML Output Grammar
Table Of Contents
- Database Design Report XML Output Grammar
- Table of Contents
- Overview (Summary) Section
- General Section
- File Reference Section
- BaseTable Section
- Relationship Section
- ValueList Section
- Layout Section
- Account Section
- PrivilegeSet Section
- ExtendedPrivilege Section
- Authorized Files Section
- Custom Menu Set Section
- Custom Menu Section
- Custom Function Section
- Script Section
| Layout Section 33
<LayoutCatalog><Layout><ObjectStyle><ParagraphStyle>
<Tab><AlignChar>
— —
<LayoutCatalog><Layout><ObjectStyle><NumFormat
— —
flags="1"
— Bit flags indicating the following properties:
1 No formatting = 0x0001
1 Use separator = 0x0002
1 Use notation (% or $) = 0x0004
1 Use fix number of decimal digits= 0x0008
1 Use percent notation = 0x0010
1 Display as boolean = 0x0020
1 Use Kanji Man-Oku style = 0x0040
1 Use Kanji 10,100,1000,10000 style =
0x0080
1 Use general format = 0x0100
1 Notation outside negative format = 0x0400
1 Leading currency symbol = 0x0800
1 Use given negative color = 0x1000
1 Blank if zero = 0x2000
charStyle="1"
Can have the following
values:
1 0 - Single byte
1 1 - Double byte
1 2 - Simplified Kanji digits
1 3 - Traditional Kanji digits
1 4 - Simplified Kanji with
separator
—
negativeStyle="1"
Can have the following
values:
1 0 - Leading minus
1 1 - Trailing minus
1 2 - Parenthesis
1 3 - Angle
1 4 - Credit
1 5 - Triangle
Display style for negative values.
currencySymbol="$"
— —
thousandsSep=","
— —
decimalPoint="."
— —
negativeColor="#FF0000"
— —
decimalDigits="2"
— Number of decimals to display.
trueString="True"
— Representation for true value.
falseString="False">
— Representation for false value.
<LayoutCatalog><Layout><ObjectStyle><DateFormat
— —
Tag Name Value Description