Edit D:\app\Administrator\product\11.2.0\dbhome_1\sqldeveloper\dvt\lib\oracle\dss\gauge\Gauge.dtd
<!-- Copyright (c) 2007, Oracle. All rights reserved. --> <!-- DTD for the Gauge Bean --> <!--Gauge definition --> <!ELEMENT GaugeSet (ImageSize?, GaugeSetBackground?, Gauge?, DataviewFootnote?, DataviewSubtitle?, DataviewTitle?, LocalGridData?, UserElement*) > <!-- GaugeSet attributes: version: version of this XML name: name of this object in the Catalog localName: local name in Catalog description: description in Catalog gaugeType: type of gauges to render ledStyle: style of LED gauge to render gsAlignment: alignment of gauge set within rendering area gsColumnCount: number of columns to use in gauge set gsDirection: direction in which to lay out gauges in a gauge set maxValue : Maximim value of the gauge. Not required if maxValue is specified through the datasource. minValue : Minimum value of the gauge. Not required if minValue is specified through the datasource. graphicAntialiasing : true or false textAntialiasing : true or false --> <!ATTLIST GaugeSet version CDATA #REQUIRED name CDATA #IMPLIED localName CDATA #IMPLIED description CDATA #IMPLIED gaugeType (DIAL | STATUSMETER | LED | VENN) #IMPLIED customLayout NMTOKENS #IMPLIED animationOnDataChange NMTOKENS #IMPLIED animationIndicators NMTOKENS #IMPLIED animationDuration CDATA #IMPLIED animationUpColor CDATA #IMPLIED animationDownColor CDATA #IMPLIED animationOnDisplay NMTOKENS #IMPLIED visualEffects NMTOKENS #IMPLIED ledStyle (LS_DOT | LS_KPI | LS_ARROW | LS_TRIANGLE | LS_RECTANGLE | LS_SQUARE | LS_CUSTOM) #IMPLIED thresholdDialStyle (TDS_PIE_FILL | TDS_RING_FILL | TDS_SEGMENTS) #IMPLIED angleExtent CDATA #IMPLIED gsAlignment (GSA_NONE | GSA_CENTER | GSA_TOPLEFT | GSA_TOP | GSA_TOPRIGHT | GSA_RIGHT | GSA_BOTTOMRIGHT | GSA_BOTTOM | GSA_BOTTOMLEFT | GSA_LEFT) #IMPLIED gsColumnCount CDATA #IMPLIED gsDirection (GSD_ACROSS | GSD_DOWN) #IMPLIED maxValue CDATA #IMPLIED minValue CDATA #IMPLIED graphicAntialiasing (true | false) #IMPLIED textAntialiasing (true | false) #IMPLIED > <!-- Size of gauge image --> <!ELEMENT ImageSize EMPTY > <!ATTLIST ImageSize width CDATA #IMPLIED height CDATA #IMPLIED > <!ELEMENT GaugeSetBackground (SFX?) > <!-- GaugeSetBackground attributes: fillColor: color of the area covering the entire gauge set borderColor: border color of the area covering the entire gauge set --> <!ATTLIST GaugeSetBackground fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED > <!ELEMENT Gauge (Background?, GaugeFrame?, PlotArea?, TopLabel?, BottomLabel?, MetricLabel?, UpperLabelFrame?, LowerLabelFrame?, Indicator?, IndicatorBar?, IndicatorBase?,Threshold*, TickLabel?, TickMark?, LegendArea?, LegendText?,LegendTitle?, ViewFormat?, VennElement*, VennIntersection*) > <!-- Background attributes --> <!ELEMENT Background (SFX?) > <!-- Background attributes: fillColor: color of the gauge background borderColor: border color of the area behind a single gauge --> <!ATTLIST Background fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED > <!-- GaugeFrame instance --> <!ELEMENT GaugeFrame (SFX?) > <!-- GaugeFrame attributes: fillColor: color of the plot area borderColor: border color of the gauge's plot area visible: whether to display the component or not --> <!ATTLIST GaugeFrame fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED visible (true | false) #IMPLIED > <!-- PlotArea instance --> <!ELEMENT PlotArea (SFX?) > <!-- PlotArea attributes: fillColor: color of the plot area borderColor: border color of the gauge's plot area useThresholdFillColor: determines if threshold color should override plot area color --> <!ATTLIST PlotArea fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED useThresholdFillColor (true | false) #IMPLIED > <!-- TopLabel attributes --> <!ELEMENT TopLabel (GaugeFont?) > <!-- BottomLabel attributes --> <!ELEMENT BottomLabel (GaugeFont?) > <!-- MetricLabel attributes --> <!ELEMENT MetricLabel (GaugeFont?, ViewFormat?) > <!-- MetricLabel attributes: position: position of metric label relative to gauge numberType: whether to display the value as a number or percentage --> <!ATTLIST MetricLabel position (LP_NONE | LP_WITHBOTTOMLABEL | LP_BELOWBOTTOMLABEL) #IMPLIED numberType (NT_NUMBER | NT_PERCENT) #IMPLIED > <!-- UpperLabelFrame instance --> <!ELEMENT UpperLabelFrame (SFX?) > <!-- UpperLabelFrame attributes: fillColor: color of the area inside the upper label frame borderColor: border color of the upper label frame visible: whether to display the component or not --> <!ATTLIST UpperLabelFrame fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED visible (true | false) #IMPLIED > <!-- LowerLabelFrame instance --> <!ELEMENT LowerLabelFrame (SFX?) > <!-- LowerLabelFrame attributes: fillColor: color of the area inside the lower label frame borderColor: border color of the lower label frame visible: whether to display the component or not --> <!ATTLIST LowerLabelFrame fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED visible (true | false) #IMPLIED > <!-- Indicator instance --> <!ELEMENT Indicator (SFX?) > <!-- Indicator attributes: fillColor: color of the area inside the indicator borderColor: border color of the indicator useThresholdFillColor: determines if threshold color should override indicator color type: type of indicator --> <!ATTLIST Indicator fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED useThresholdFillColor (true | false) #IMPLIED type (IT_LINE | IT_FILL | IT_NEEDLE) #IMPLIED > <!-- IndicatorBar instance --> <!ELEMENT IndicatorBar (SFX?) > <!-- IndicatorBar attributes: fillColor: color of the area inside the indicator --> <!ATTLIST IndicatorBar fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED > <!-- IndicatorBase instance --> <!ELEMENT IndicatorBase (SFX?) > <!-- IndicatorBar attributes: fillColor: color of the area inside the indicator --> <!ATTLIST IndicatorBase fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED visible (true | false) #IMPLIED > <!-- Threshold instances --> <!ELEMENT Threshold (SFX?) > <!-- Threshold attributes: fillColor: color of the threshold section borderColor: border color of the threshold section index: index of this threshold thresholdMaxValue : Maximum value of threshold of threshold range. 0 is the minimum value of the first threshold. Maximum threshold value of the previous threshold becomes the current threshold's minimum. The thresholdMaxValue of the last threshold will be ignored. Maximum value of the Gauge becomes the thresholdMaxValue for the last threshold. --> <!ATTLIST Threshold fillColor CDATA #REQUIRED borderColor CDATA #IMPLIED index CDATA #REQUIRED text CDATA #IMPLIED thresholdMaxValue CDATA #IMPLIED > <!-- TickLabel instances --> <!ELEMENT TickLabel (GaugeFont?, ViewFormat?) > <!-- TickLabel attributes: content: one or more space-delimited tick label types to use numberType: whether to display the value as a number or percentage --> <!ATTLIST TickLabel content NMTOKENS #IMPLIED numberType (NT_NUMBER | NT_PERCENT) #IMPLIED > <!-- TickMark instances --> <!ELEMENT TickMark EMPTY > <!-- TickMark attributes: content: one or more space-delimited tick mark types to use --> <!ATTLIST TickMark content NMTOKENS #IMPLIED majorTickCount CDATA #IMPLIED majorTickColor CDATA #IMPLIED > <!-- LegendArea instance --> <!ELEMENT LegendArea (SFX?) > <!-- LegendArea attributes: fillColor: color of the plot area borderColor: border color of the gauge's plot area position: location of legend relative to gauge set visible: whether to display the component or not --> <!ATTLIST LegendArea fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED position (LAP_TOP | LAP_BOTTOM | LAP_RIGHT | LAP_LEFT) #IMPLIED visible (true | false) #IMPLIED > <!-- LegendText attributes --> <!ELEMENT LegendText (GaugeFont?) > <!-- LegendText attributes: numberType: whether to display the value as a number or percentage minLength: minimum length of text to display before truncation --> <!ATTLIST LegendText numberType (NT_NUMBER | NT_PERCENT) #IMPLIED minLength CDATA #IMPLIED > <!-- LegendTitle attributes --> <!ELEMENT LegendTitle (GaugeFont?) > <!-- LegendTitle attributes: visible: whether to display the component or not --> <!ATTLIST LegendTitle visible (true | false) #IMPLIED > <!-- ViewFormat specifies number formatting--> <!ELEMENT ViewFormat EMPTY > <!-- ViewFormat attributes numberType: format numbers as currency or percent? Do not use N_P_S value. This is just for forward compatibility of old applications. thousandSeparator: character for separating thousands. If the character should be based on locale then the attribute value should be THOU_SEP_BY_LOCALE. decimalSeparator: character for separating whole number from decimal. If the character should be based on locale then the attribute value should be DEC_SEP_BY_LOCALE. currencySymbol: currency symbol; numberType must be NUMTYPE_CURRENCY leadingZero: display leading zeros? decimalDigit: number of decimal digits to display posNumFmt: format for positive numbers negNumFmt: format for negative numbers posCurFmt: format for positive currency negCurFmt: format for negative currency scaleFactor: how much to scale (abbreviate) numbers scaleDownThousands: character(s) to use when numbers represent thousands. If the character(s) should be based on locale then the attribute value should be SCALE_DOWN_SYMBOL_BY_LOCALE. scaleDownMillions: character(s) to use when numbers represent millions. If the character(s) should be based on locale then the attribute value should be SCALE_DOWN_SYMBOL_BY_LOCALE. scaleDownBillions: character(s) to use when numbers represent billions. If the character(s) should be based on locale then the attribute value should be SCALE_DOWN_SYMBOL_BY_LOCALE. scaleDownTrillions: character(s) to use when numbers represent trillions. If the character(s) should be based on locale then the attribute value should be SCALE_DOWN_SYMBOL_BY_LOCALE. scaleDownQuadrillions: character(s) to use when numbers represent quadrillions. If the character(s) should be based on locale then the attribute value should be SCALE_DOWN_SYMBOL_BY_LOCALE. javaDateFormat: Java date format oracleDateFormat: Oracle date format ISOC: Do not use this attrubute. This is to persist the private property ISOCurrency in ViewFormat. negPctFmt: Do not use this attribute. This is to persist the internal property NegPctFmt in ViewFormat. nfs - do not use this attribute. Used internally when saving ADF Faces Comp. nft - do not use this attribute. Used internally when saving ADF Faces Comp. "used" attributes specify whether one of the above properties has been explicitly set; used for merging when using rules --> <!ATTLIST ViewFormat numberType (NUMTYPE_GENERAL | NUMTYPE_CURRENCY | NUMTYPE_PERCENT | N_P_S ) #IMPLIED thousandSeparator CDATA #IMPLIED decimalSeparator CDATA #IMPLIED currencySymbol CDATA #IMPLIED leadingZero (true | false) #IMPLIED decimalDigit CDATA #IMPLIED posNumFmt (POS_NUMFMT_NUM | POS_NUMFMT_POS_NUM | POS_NUMFMT_NUM_POS | POS_NUMFMT_BY_LOCALE ) #IMPLIED negNumFmt (NEG_NUMFMT_OP_NUM_CP | NEG_NUMFMT_NEG_NUM | NEG_NUMFMT_NUM_NEG | NEG_NUMFMT_NUM | NEG_NUMFMT_BY_LOCALE) #IMPLIED posCurFmt (POS_CURFMT_CUR_NUM | POS_CURFMT_NUM_CUR | POS_CURFMT_CUR_SPAC_NUM |POS_CURFMT_NUM_SPAC_CUR | POS_CURFMT_POS_CUR_NUM | POS_CURFMT_CUR_NUM_POS | POS_CURFMT_POS_NUM_CUR | POS_CURFMT_NUM_POS_CUR | POS_CURFMT_NUM_CUR_POS | POS_CURFMT_POS_NUM_SPAC_CUR | POS_CURFMT_POS_CUR_SPAC_NUM | POS_CURFMT_NUM_SPAC_CUR_POS | POS_CURFMT_BY_LOCALE) #IMPLIED negCurFmt (NEG_CURFMT_OP_CUR_NUM_CP | NEG_CURFMT_NEG_CUR_NUM | NEG_CURFMT_CUR_NEG_NUM | NEG_CURFMT_CUR_NUM_NEG | NEG_CURFMT_OP_NUM_CUR_CP | NEG_CURFMT_NEG_NUM_CUR | NEG_CURFMT_NUM_NEG_CUR | NEG_CURFMT_NUM_CUR_NEG | NEG_CURFMT_NEG_NUM_SPAC_CUR | NEG_CURFMT_NEG_CUR_SPAC_NUM | NEG_CURFMT_NUM_SPAC_CUR_NEG | NEG_CURFMT_CUR_SPAC_NUM_NEG | NEG_CURFMT_CUR_SPAC_NEG_NUM | NEG_CURFMT_BY_LOCALE) #IMPLIED scaleFactor (SCALEFACTOR_NONE | SCALEFACTOR_THOUSANDS | SCALEFACTOR_MILLIONS | SCALEFACTOR_BILLIONS | SCALEFACTOR_TRILLIONS | SCALEFACTOR_QUADRILLIONS ) #IMPLIED scaleDownThousands CDATA #IMPLIED scaleDownMillions CDATA #IMPLIED scaleDownBillions CDATA #IMPLIED scaleDownTrillions CDATA #IMPLIED scaleDownQuadrillions CDATA #IMPLIED javaDateFormat CDATA #IMPLIED oracleDateFormat CDATA #IMPLIED ISOC (true | false) #IMPLIED negPctFmt (NEG_PCTFMT_NEG_NUM_PCT | NEG_PCTFMT_OP_NUM_PCT_CP) #IMPLIED nfs CDATA #IMPLIED nft CDATA #IMPLIED numberTypeUsed (true | false) #IMPLIED thousandSeparatorUsed (true | false) #IMPLIED decimalSeparatorUsed (true | false) #IMPLIED currencySymbolUsed (true | false) #IMPLIED leadingZeroUsed (true | false) #IMPLIED decimalDigitUsed (true | false) #IMPLIED posNumFmtUsed (true | false) #IMPLIED negNumFmtUsed (true | false) #IMPLIED posCurFmtUsed (true | false) #IMPLIED negCurFmtUsed (true | false) #IMPLIED scaleFactorUsed (true | false) #IMPLIED scaleDownThousandsUsed (true | false) #IMPLIED scaleDownMillionsUsed (true | false) #IMPLIED scaleDownBillionsUsed (true | false) #IMPLIED scaleDownTrillionsUsed (true | false) #IMPLIED scaleDownQuadrillionsUsed (true | false) #IMPLIED javaDateFormatUsed (true | false) #IMPLIED oracleDateFormatUsed (true | false) #IMPLIED negPctFmtUsed (true | false) #IMPLIED > <!-- Venn Diagram element/intersection attributes --> <!ELEMENT VennElement (TopLabel?, BottomLabel?, MetricLabel? SFX?) > <!-- Element attributes: id: element (ID_A, ID_B) or intersection (ID_AB) ID fillColor: color of the element interior borderColor: border color of the element --> <!ATTLIST VennElement id (ID_A | ID_B | ID_AB) #REQUIRED fillColor CDATA #IMPLIED borderColor CDATA #IMPLIED > <!-- Copyright (c) 2007, Oracle. All rights reserved. --> <!-- DataviewTitles definition --> <!-- Imported in --> <!-- oracle.dss.crosstab.Crosstab.dtdplus --> <!-- oracle.dss.graph.Graph.dtdplus --> <!-- oracle.dss.table.Table.dtdplus --> <!-- oracle.dss.gauge.Gauge.dtdplus --> <!-- The following attributes are common to all dataview titles text: the text to display in the title visible: whether to display the component or not fontName: name of the font fontSize: size of the font fontBold: whether the text is bold fontItalic: whether the text is italic foreground: font color; example "#00ff00" background: background color; example "#ff0000" horzAlign: horizontal alignment underline: whether text is underlined --> <!-- Dataview definition of the title --> <!ELEMENT DataviewTitle EMPTY > <!ATTLIST DataviewTitle text CDATA #IMPLIED visible (true | false) #IMPLIED fontName CDATA #IMPLIED fontSize CDATA #IMPLIED fontBold (true | false) #IMPLIED fontItalic (true | false) #IMPLIED foreground CDATA #IMPLIED background CDATA #IMPLIED horzAlign (LEFT | CENTER | RIGHT | LEADING) #IMPLIED underline (true | false) #IMPLIED > <!-- Dataview definition of the subtitle --> <!ELEMENT DataviewSubtitle EMPTY > <!ATTLIST DataviewSubtitle text CDATA #IMPLIED visible (true | false) #IMPLIED fontName CDATA #IMPLIED fontSize CDATA #IMPLIED fontBold (true | false) #IMPLIED fontItalic (true | false) #IMPLIED foreground CDATA #IMPLIED background CDATA #IMPLIED horzAlign (LEFT | CENTER | RIGHT | LEADING) #IMPLIED underline (true | false) #IMPLIED > <!-- Dataview definition of the footnote --> <!ELEMENT DataviewFootnote EMPTY > <!ATTLIST DataviewFootnote text CDATA #IMPLIED visible (true | false) #IMPLIED fontName CDATA #IMPLIED fontSize CDATA #IMPLIED fontBold (true | false) #IMPLIED fontItalic (true | false) #IMPLIED foreground CDATA #IMPLIED background CDATA #IMPLIED horzAlign (LEFT | CENTER | RIGHT | LEADING) #IMPLIED underline (true | false) #IMPLIED > <!-- Special effect element--> <!ELEMENT SFX (GradientStopStyle*) > <!-- SFX attributes: fillType: gradient (wash), or no special effect, just color of the region **if fillType is gradient, set these attributes** gradientDirection: direction for the change in colors gradientNumPins: deprecated gradientNumStops: number of colors gradientReversed: way to reverse the direction --> <!ATTLIST SFX fillType (FT_COLOR | FT_GRADIENT) #IMPLIED gradientDirection (GD_RIGHT | GD_DOWN | GD_DIAGONAL_45 | GD_DIAGONAL_135 | GD_RADIAL | GD_RADIAL_TOP_LEFT | GD_RADIAL_TOP_RIGHT | GD_RADIAL_BOTTOM_LEFT | GD_RADIAL_BOTTOM_RIGHT) #IMPLIED gradientNumPins CDATA #IMPLIED gradientNumStops CDATA #IMPLIED gradientReversed (true | false) #IMPLIED visualEffects CDATA #IMPLIED> <!-- Defines a color in a gradient; include one for each color --> <!ELEMENT GradientStopStyle EMPTY > <!-- GradientStopStyle attributes: stopIndex: which stop this is; 0 is first gradientStopPosition: where the color is at its most intense; 0 is start of gradient, 100 at end, unless gradientReversed is true gradientStopColor: color for the stop --> <!ATTLIST GradientStopStyle stopIndex CDATA #REQUIRED gradientStopPosition CDATA #IMPLIED gradientStopColor CDATA #IMPLIED> <!-- Gauge version of a Font --> <!ELEMENT GaugeFont EMPTY > <!-- GaugeFont attributes: name: font name size: font size fontColor: font color; example: "#ffffff" bold: whether bold or not italic: whether italic or not underline: whether underlined --> <!ATTLIST GaugeFont name CDATA #IMPLIED size CDATA #IMPLIED fontColor CDATA #IMPLIED bold (true | false) #IMPLIED italic (true | false) #IMPLIED underline (true|false) #IMPLIED > <!-- Gauge data --> <!ELEMENT LocalGridData (RowLabels?, ColumnLabels?, DataSpecification?, DataValues) > <!-- LocalGridData attributes: rowCount: number of rows in the grid of data colCount: number of columns in the grid of data measureEdge: edge on which the measure dimension resides measureDepth: depth of the measure dimension relative to measureEdge --> <!ATTLIST LocalGridData rowCount CDATA #REQUIRED colCount CDATA #REQUIRED measureEdge CDATA #REQUIRED measureDepth CDATA #REQUIRED > <!-- RowLabels --> <!ELEMENT RowLabels (Label+) > <!-- ColumnLabels --> <!ELEMENT ColumnLabels (Label+) > <!-- Labels --> <!ELEMENT Label (#PCDATA) > <!-- DataValues --> <!ELEMENT DataValues (RowData+) > <!-- Row of data in grid --> <!ELEMENT RowData (Cell+)> <!-- Cell of data in row --> <!ELEMENT Cell (#PCDATA)> <!ATTLIST Cell link CDATA #IMPLIED > <!-- Relational data for local data source: Graph builds a grid of data from this element and children --> <!ELEMENT LocalRelationalData (Row+, DataSpecification?, (ColumnKeyCount?,RowKeyCount?) )> <!-- Row of relational data--> <!ELEMENT Row EMPTY> <!-- Row attributes: columnKey: the grid column this data should go in rowKey: the grid row this data should go in dataValue: the data to put in the specified row and column of the grid --> <!ATTLIST Row columnKey CDATA #REQUIRED rowKey CDATA #REQUIRED dataValue CDATA #REQUIRED dataValueLink CDATA #IMPLIED > <!-- Number of columns the grid should have, when known --> <!ELEMENT ColumnKeyCount (#PCDATA) > <!-- Number of rows the grid should have, when known --> <!ELEMENT RowKeyCount (#PCDATA) > <!-- DataSpecification --> <!ELEMENT DataSpecification (Specification*) > <!-- DataSpecification attributes: edge: Index of edge to use for data specifications (DataDirector.ROW, .COLUMN) --> <!ATTLIST DataSpecification edge CDATA #REQUIRED > <!-- Dimension --> <!ELEMENT Dimension EMPTY > <!-- Dimension attributes: name: name of dimension for these specifications --> <!ATTLIST Dimension name CDATA #REQUIRED > <!-- Specification --> <!ELEMENT Specification EMPTY > <!-- Specification attributes: type: specification type; one of the constants in GaugeAttributes index: applies only to thresholds, index of threshold for this specification valueName: name of value for this specification --> <!ATTLIST Specification type (METRIC | MINVALUE | MAXVALUE | THRESHOLD) #REQUIRED index CDATA #IMPLIED value CDATA #REQUIRED > <!-- Venn Diagram data --> <!ELEMENT VennData EMPTY > <!-- VennData attributes: aValue: value for element A aTopLabel: top label for element A aBottomLabel: bottom label for element A bValue: value for element B bTopLabel: top label for element B bBottomLabel: bottom label for element B abIntersection: value for the intersection of A and B abTopLabel: top label for the intersection of A and B abBottomLabel: bottom label for the intersection of A and B --> <!ATTLIST VennData aValue CDATA #IMPLIED aTopLabel CDATA #IMPLIED aBottomLabel CDATA #IMPLIED bValue CDATA #IMPLIED bTopLabel CDATA #IMPLIED bBottomLabel CDATA #IMPLIED abValue CDATA #IMPLIED abTopLabel CDATA #IMPLIED abBottomLabel CDATA #IMPLIED > <!-- User-defined element --> <!ELEMENT UserElement (Property*) > <!-- UserElement attribute: name of element --> <!ATTLIST UserElement name CDATA #REQUIRED > <!-- User-defined property --> <!ELEMENT Property EMPTY > <!-- Property attributes: name: property name value: property value --> <!ATTLIST Property name CDATA #REQUIRED value CDATA #REQUIRED >
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de