root/trunk/src/java/org/jcoderz/phoenix/chart2d/chart2d.dtd

Revision 1, 13.7 kB (checked in by amandel, 5 years ago)

Tags dir

Line 
1<?xml encoding="UTF-8" ?>
2
3<!ELEMENT  Chart2D (LBChart2D | LLChart2D | PieChart2D)>
4<!ATTLIST Chart2D Width CDATA "1024">
5<!ATTLIST Chart2D Height CDATA "768">
6<!ATTLIST Chart2D Type CDATA "png">
7<!ATTLIST Chart2D Filename CDATA "test.png">
8
9
10<!ELEMENT LBChart2D  (Object2DProperties, Chart2DProperties, GraphChart2DProperties, LegendProperties, (Dataset, MultiColorsProperties, GraphProperties)+, WarningRegionProperties*)>
11<!ELEMENT LLChart2D  (Object2DProperties, Chart2DProperties, GraphChart2DProperties, LegendProperties, (Dataset, MultiColorsProperties, GraphProperties)+, WarningRegionProperties*)>
12<!ELEMENT PieChart2D (Object2DProperties, Chart2DProperties, PieChart2DProperties,   LegendProperties, Dataset,  MultiColorsProperties)>
13
14
15<!ELEMENT Dataset  (Set*)>
16<!ATTLIST Dataset  DoConvertToStacked CDATA #IMPLIED>
17<!ELEMENT Set      (Category*)>
18<!ELEMENT Category (Data*)>
19<!ELEMENT Data     (#PCDATA)>
20
21
22<!ELEMENT Object2DProperties EMPTY>
23<!ATTLIST Object2DProperties ObjectBackgroundColor CDATA "0xD7D7D7">
24<!ATTLIST Object2DProperties ObjectBackgroundExistence (true |false) "true">
25<!ATTLIST Object2DProperties ObjectBackgroundLightSource (TOP | BOTTOM | LEFT | RIGHT| NONE) "TOP">
26<!ATTLIST Object2DProperties ObjectTitleExistence (true |false) "true">
27<!ATTLIST Object2DProperties ObjectTitleText CDATA "">
28<!ATTLIST Object2DProperties ObjectTitleFontPointModel CDATA "12">
29<!ATTLIST Object2DProperties ObjectTitleFontName CDATA "SansSerif">
30<!ATTLIST Object2DProperties ObjectTitleFontColor CDATA "BLACK">
31<!ATTLIST Object2DProperties ObjectTitleFontStyle (PLAIN | BOLD | ITALIC | BOLDITALIC) "PLAIN">
32<!ATTLIST Object2DProperties ObjectTitleBetweenRestGapExistence (true |false) "true">
33<!ATTLIST Object2DProperties ObjectTitleBetweenRestGapThicknessModel CDATA "3">
34<!ATTLIST Object2DProperties ObjectMagnifyWhenResize (true |false) "true">
35<!ATTLIST Object2DProperties ObjectBorderExistence (true |false) "true">
36<!ATTLIST Object2DProperties ObjectBorderThicknessModel CDATA "2">
37<!ATTLIST Object2DProperties ObjectBorderColor CDATA "BLACK">
38<!ATTLIST Object2DProperties ObjectGapExistence (true |false) "true">
39<!ATTLIST Object2DProperties ObjectGapThicknessModel CDATA "5">
40
41<!ELEMENT Chart2DProperties EMPTY>
42<!ATTLIST Chart2DProperties ChartBetweenChartAndLegendGapExistence (true |false) "true">
43<!ATTLIST Chart2DProperties ChartBetweenChartAndLegendGapThicknessModel CDATA "5">
44<!ATTLIST Chart2DProperties ChartDataLabelsPrecision CDATA "38">
45
46<!ELEMENT GraphChart2DProperties (AxisLabelText*,MultiColorsProperties?)>
47<!ATTLIST GraphChart2DProperties NumbersAxisTitleText CDATA "">
48<!ATTLIST GraphChart2DProperties NumbersAxisTitleFontStyle (PLAIN | BOLD | ITALIC | BOLDITALIC) "PLAIN">
49<!ATTLIST GraphChart2DProperties NumbersAxisTitleFontPointModel CDATA "11">
50<!ATTLIST GraphChart2DProperties NumbersAxisTitleFontName CDATA "SansSerif">
51<!ATTLIST GraphChart2DProperties NumbersAxisTitleFontColor CDATA "BLACK">
52<!ATTLIST GraphChart2DProperties NumbersAxisTitleExistence (true |false) "true">
53<!ATTLIST GraphChart2DProperties NumbersAxisTitleBetweenRestGapThicknessModel CDATA "3">
54<!ATTLIST GraphChart2DProperties NumbersAxisTitleBetweenRestGapExistence (true |false) "true">
55<!ATTLIST GraphChart2DProperties NumbersAxisTicksSizeModel CDATA "3x3">
56<!ATTLIST GraphChart2DProperties NumbersAxisTicksOutlineExistence (true |false) "false">
57<!ATTLIST GraphChart2DProperties NumbersAxisTicksOutlineColor CDATA "BLACK">
58<!ATTLIST GraphChart2DProperties NumbersAxisTicksExistence (true |false) "true">
59<!ATTLIST GraphChart2DProperties NumbersAxisTicksColor CDATA "BLACK">
60<!ATTLIST GraphChart2DProperties NumbersAxisNumLabels CDATA "7">
61<!ATTLIST GraphChart2DProperties NumbersAxisLabelsFontStyle (PLAIN | BOLD | ITALIC | BOLDITALIC) "PLAIN">
62<!ATTLIST GraphChart2DProperties NumbersAxisLabelsFontPointModel CDATA "10">
63<!ATTLIST GraphChart2DProperties NumbersAxisLabelsFontName CDATA "SansSerif">
64<!ATTLIST GraphChart2DProperties NumbersAxisLabelsFontColor CDATA "BLACK">
65<!ATTLIST GraphChart2DProperties NumbersAxisBetweenLabelsOrTicksGapThicknessModel CDATA "3">
66<!ATTLIST GraphChart2DProperties NumbersAxisBetweenLabelsOrTicksGapExistence (true |false) "true">
67<!ATTLIST GraphChart2DProperties NumbersAxisBetweenLabelsAndTicksGapThicknessModel CDATA "3">
68<!ATTLIST GraphChart2DProperties NumbersAxisBetweenLabelsAndTicksGapExistence (true |false) "true">
69<!ATTLIST GraphChart2DProperties LabelsAxisTitleText CDATA "">
70<!ATTLIST GraphChart2DProperties LabelsAxisTitleFontStyle (PLAIN | BOLD | ITALIC | BOLDITALIC) "PLAIN">
71<!ATTLIST GraphChart2DProperties LabelsAxisTitleFontPointModel CDATA "11">
72<!ATTLIST GraphChart2DProperties LabelsAxisTitleFontName CDATA "SansSerif">
73<!ATTLIST GraphChart2DProperties LabelsAxisTitleFontColor CDATA "BLACK">
74<!ATTLIST GraphChart2DProperties LabelsAxisTitleExistence (true |false) "true">
75<!ATTLIST GraphChart2DProperties LabelsAxisTitleBetweenRestGapThicknessModel CDATA "3">
76<!ATTLIST GraphChart2DProperties LabelsAxisTitleBetweenRestGapExistence (true |false) "true">
77<!ATTLIST GraphChart2DProperties LabelsAxisTicksSizeModel CDATA "3x3">
78<!ATTLIST GraphChart2DProperties LabelsAxisTicksOutlineExistence (true |false) "false">
79<!ATTLIST GraphChart2DProperties LabelsAxisTicksOutlineColor CDATA "BLACK">
80<!ATTLIST GraphChart2DProperties LabelsAxisTicksExistence (true |false) "true">
81<!ATTLIST GraphChart2DProperties LabelsAxisTicksColor CDATA "BLACK">
82<!ATTLIST GraphChart2DProperties LabelsAxisTicksAlignment (BETWEEN | CENTERED) "BETWEEN">
83<!ATTLIST GraphChart2DProperties LabelsAxisLabelsFontStyle (PLAIN | BOLD | ITALIC | BOLDITALIC) "PLAIN">
84<!ATTLIST GraphChart2DProperties LabelsAxisLabelsFontPointModel CDATA "10">
85<!ATTLIST GraphChart2DProperties LabelsAxisLabelsFontName CDATA "SansSerif">
86<!ATTLIST GraphChart2DProperties LabelsAxisLabelsFontColor CDATA "BLACK">
87<!ATTLIST GraphChart2DProperties LabelsAxisExistence (true |false) "true">
88<!ATTLIST GraphChart2DProperties LabelsAxisBetweenLabelsOrTicksGapThicknessModel CDATA "3">
89<!ATTLIST GraphChart2DProperties LabelsAxisBetweenLabelsOrTicksGapExistence (true |false) "true">
90<!ATTLIST GraphChart2DProperties LabelsAxisBetweenLabelsAndTicksGapThicknessModel CDATA "3">
91<!ATTLIST GraphChart2DProperties LabelsAxisBetweenLabelsAndTicksGapExistence (true |false) "true">
92<!ATTLIST GraphChart2DProperties GraphComponentsColoringByCat (true |false) "false">
93<!ATTLIST GraphChart2DProperties ChartGraphableToAvailableRatio CDATA ".95f">
94<!ATTLIST GraphChart2DProperties ChartDatasetCustomLeastValue CDATA "0">
95<!ATTLIST GraphChart2DProperties ChartDatasetCustomizeLeastValue (true |false) "false">
96<!ATTLIST GraphChart2DProperties ChartDatasetCustomizeGreatestValue (true |false) "false">
97<!ATTLIST GraphChart2DProperties ChartDatasetCustomGreatestValue CDATA "0">
98
99<!ELEMENT AxisLabelText (#PCDATA)>
100<!ATTLIST AxisLabelText count CDATA "30">
101<!ATTLIST AxisLabelText max CDATA "100">
102
103<!ELEMENT PieChart2DProperties EMPTY>
104<!ATTLIST PieChart2DProperties PieSectorLightSource (TOP | BOTTOM | LEFT | RIGHT| NONE) "TOP">
105<!ATTLIST PieChart2DProperties PieSectorsOutlineExistence (true |false) "false">
106<!ATTLIST PieChart2DProperties PieSectorsOutlineColor CDATA "BLACK">
107<!ATTLIST PieChart2DProperties PiePreferredSize CDATA "30">
108<!ATTLIST PieChart2DProperties PieLabelsType (RAW | PERCENT | RAWPERCENT) "RAWPERCENT">
109<!ATTLIST PieChart2DProperties PieLabelsPointsPieSectorsDepthRatio CDATA ".125f">
110<!ATTLIST PieChart2DProperties PieLabelsPointsGapOffsetModelRatio CDATA ".50f">
111<!ATTLIST PieChart2DProperties PieLabelsPointsGapOffsetExistence (true |false) "true">
112<!ATTLIST PieChart2DProperties PieLabelsPointsBetweenPieAndLabelGapsDepthRatio CDATA ".25f">
113<!ATTLIST PieChart2DProperties PieLabelsLinesThicknessModel CDATA "1">
114<!ATTLIST PieChart2DProperties PieLabelsLinesExistence (true |false) "true">
115<!ATTLIST PieChart2DProperties PieLabelsLinesDotsThicknessModel CDATA "2">
116<!ATTLIST PieChart2DProperties PieLabelsLinesDotsExistence (true |false) "false">
117<!ATTLIST PieChart2DProperties PieLabelsLinesDotsColor CDATA "BLACK">
118<!ATTLIST PieChart2DProperties PieLabelsLinesColor CDATA "BLACK">
119<!ATTLIST PieChart2DProperties PieLabelsFontStyle (PLAIN | BOLD | ITALIC | BOLDITALIC) "PLAIN">
120<!ATTLIST PieChart2DProperties PieLabelsFontPointModel CDATA "10">
121<!ATTLIST PieChart2DProperties PieLabelsFontName CDATA "SansSerif">
122<!ATTLIST PieChart2DProperties PieLabelsFontColor CDATA "BLACK">
123<!ATTLIST PieChart2DProperties PieLabelsExistence (true |false) "true">
124<!ATTLIST PieChart2DProperties PieLabelsBetweenLabelsGapThicknessModel CDATA "3">
125<!ATTLIST PieChart2DProperties PieLabelsBetweenLabelsGapExistence (true |false) "true">
126<!ATTLIST PieChart2DProperties ChartBetweenPieLabelsAndPieGapThicknessModel CDATA "6">
127<!ATTLIST PieChart2DProperties ChartBetweenPieLabelsAndPieGapExistence (true |false) "true">
128
129
130<!ELEMENT LegendProperties (LegendLabelsTexts*)>
131<!ATTLIST LegendProperties LegendLabelsFontStyle (PLAIN | BOLD | ITALIC | BOLDITALIC) "PLAIN">
132<!ATTLIST LegendProperties LegendLabelsFontPointModel CDATA "11">
133<!ATTLIST LegendProperties LegendLabelsFontName CDATA "SansSerif">
134<!ATTLIST LegendProperties LegendLabelsFontColor CDATA "BLACK">
135<!ATTLIST LegendProperties LegendGapThicknessModel CDATA "3">
136<!ATTLIST LegendProperties LegendGapExistence (true |false) "true">
137<!ATTLIST LegendProperties LegendExistence (true |false) "true">
138<!ATTLIST LegendProperties LegendBulletsSizeModel CDATA "9x9">
139<!ATTLIST LegendProperties LegendBulletsOutlineExistence (true |false) "true">
140<!ATTLIST LegendProperties LegendBulletsOutlineColor CDATA "BLACK">
141<!ATTLIST LegendProperties LegendBorderThicknessModel CDATA "2">
142<!ATTLIST LegendProperties LegendBorderExistence (true |false) "true">
143<!ATTLIST LegendProperties LegendBorderColor CDATA "GRAY">
144<!ATTLIST LegendProperties LegendBetweenLabelsOrBulletsGapThicknessModel CDATA "5">
145<!ATTLIST LegendProperties LegendBetweenLabelsOrBulletsGapExistence (true |false) "true">
146<!ATTLIST LegendProperties LegendBetweenLabelsAndBulletsGapThicknessModel CDATA "3">
147<!ATTLIST LegendProperties LegendBetweenLabelsAndBulletsGapExistence (true |false) "true">
148<!ATTLIST LegendProperties LegendBackgroundExistence (true |false) "false">
149<!ATTLIST LegendProperties LegendBackgroundColor CDATA "WHITE">
150
151<!ELEMENT LegendLabelsTexts (#PCDATA)>
152
153
154<!ELEMENT MultiColorsProperties (ColorsCustom*)>
155<!ATTLIST MultiColorsProperties ColorsType (NATURAL | PASTEL | CHART2D) "CHART2D">
156<!ATTLIST MultiColorsProperties ColorsCustomize (true |false) "false">
157
158<!ELEMENT ColorsCustom (#PCDATA)>
159
160
161<!ELEMENT GraphProperties (GraphNumbersLinesStyle*, GraphLabelsLinesStyle*)>
162<!ATTLIST GraphProperties GraphOutlineComponentsExistence (true |false) "false">
163<!ATTLIST GraphProperties GraphOutlineComponentsColor CDATA "BLACK">
164<!ATTLIST GraphProperties GraphNumbersLinesThicknessModel CDATA "2">
165<!ATTLIST GraphProperties GraphNumbersLinesExistence (true |false) "true">
166<!ATTLIST GraphProperties GraphNumbersLinesColor CDATA "GRAY">
167<!ATTLIST GraphProperties GraphLinesWithinCategoryOverlapRatio CDATA "0f">
168<!ATTLIST GraphProperties GraphLinesThicknessModel CDATA "5">
169<!ATTLIST GraphProperties GraphLinesThicknessAssociation (true |false) "true">
170<!ATTLIST GraphProperties GraphLinesFillInterior (true |false) "false">
171<!ATTLIST GraphProperties GraphLinesExistence (true |false) "false">
172<!ATTLIST GraphProperties GraphLinesExcessSpaceFeedbackRatio CDATA "0f">
173<!ATTLIST GraphProperties GraphLabelsLinesThicknessModel CDATA "2">
174<!ATTLIST GraphProperties GraphLabelsLinesExistence (true |false) "false">
175<!ATTLIST GraphProperties GraphLabelsLinesColor CDATA "GRAY">
176<!ATTLIST GraphProperties GraphDotsWithinCategoryOverlapRatio CDATA ".40f">
177<!ATTLIST GraphProperties GraphDotsThicknessModel CDATA "8">
178<!ATTLIST GraphProperties GraphDotsExistence (true |false) "false">
179<!ATTLIST GraphProperties GraphDotsExcessSpaceFeedbackRatio CDATA "0f">
180<!ATTLIST GraphProperties GraphComponentsOverflowClip CDATA "true">
181<!ATTLIST GraphProperties GraphComponentsLightType (COMPONENT | GRAPH) "COMPONENT">
182<!ATTLIST GraphProperties GraphComponentsLightSource (TOP | BOTTOM | LEFT | RIGHT | TOPLEFT | BOTTOMRIGHT | NONE) "TOP">
183<!ATTLIST GraphProperties GraphComponentsAlphaComposite (ALPHA_COMPOSITE_NONE | ALPHA_COMPOSITE_MILD | ALPHA_COMPOSITE_MEDIUM) "ALPHA_COMPOSITE_NONE">
184<!-- ex.: (ALPHA_COMPOSITE_NONE | ALPHA_COMPOSITE_MILD | ALPHA_COMPOSITE_MEDIUM  | CLEAR |  ) -->
185<!ATTLIST GraphProperties GraphBorderThicknessModel CDATA "2">
186<!ATTLIST GraphProperties GraphBorderRightTopColor CDATA "GRAY">
187<!ATTLIST GraphProperties GraphBorderLeftBottomColor CDATA "BLACK">
188<!ATTLIST GraphProperties GraphBorderExistence (true |false) "true">
189<!ATTLIST GraphProperties GraphBetweenComponentsGapThicknessModel CDATA "2">
190<!ATTLIST GraphProperties GraphBetweenComponentsGapExistence (true |false) "true">
191<!ATTLIST GraphProperties GraphBarsWithinCategoryOverlapRatio CDATA ".535f">
192<!ATTLIST GraphProperties GraphBarsThicknessModel CDATA "10">
193<!ATTLIST GraphProperties GraphBarsRoundingRatio CDATA ".75f">
194<!ATTLIST GraphProperties GraphBarsExistence (true |false) "true">
195<!ATTLIST GraphProperties GraphBarsExcessSpaceFeedbackRatio CDATA "1f">
196<!ATTLIST GraphProperties GraphBackgroundExistence (true |false) "false">
197<!ATTLIST GraphProperties GraphBackgroundColor CDATA "WHITE">
198<!ATTLIST GraphProperties GraphAllowComponentAlignment (true |false) "false">
199
200<!ELEMENT GraphLabelsLinesStyle EMPTY>
201<!ATTLIST GraphLabelsLinesStyle Style (CONTINUOUS | DASHED | DOTTED) "CONTINUOUS">
202<!ELEMENT GraphNumbersLinesStyle EMPTY>
203<!ATTLIST GraphNumbersLinesStyle Style (CONTINUOUS | DASHED | DOTTED) "CONTINUOUS">
204
205
206<!ELEMENT WarningRegionProperties EMPTY>
207<!ATTLIST WarningRegionProperties Low CDATA "0">
208<!ATTLIST WarningRegionProperties High CDATA "9999">
209<!ATTLIST WarningRegionProperties ComponentColor CDATA "RED">
210<!ATTLIST WarningRegionProperties BackgroundExistence (true |false) "true">
211<!ATTLIST WarningRegionProperties BackgroundColor CDATA "PINK">
Note: See TracBrowser for help on using the browser.