Edit D:\app\Administrator\product\11.2.0\dbhome_1\sqldeveloper\dvt\lib\oracle\dss\crosstab\Crosstab.dtd
<!-- Copyright (c) Oracle Corporation 2003. All Rights Reserved. --> <!-- This is the DTD for Crosstab Component --> <!ELEMENT Crosstab ( ColumnHeader?, ColumnTotal?, Databody?, DatabodyStyleManager?, DataviewFootnote?, DataviewSubtitle?, DataviewTitle?, DrillImagesPaths?, FormatManager?, GraphicImagesPaths?, HeaderStyleManager?, InvisibleColumns?, InvisibleRows?, PageHeader?, RowHeader?, RowTotal?, SizingManager?, UIFormats?, ViewFormat?, UserElement*) > <!-- This XML document should contain either gridColor attribute or --> <!-- hGridColor and vGridColor. If all the three are specified gridColor --> <!-- will be overriden by hGridColor and vGridColor when the XML is applied --> <!-- on the Crosstab. --> <!ATTLIST Crosstab version CDATA #REQUIRED name CDATA #IMPLIED localName CDATA #IMPLIED description CDATA #IMPLIED pagingControlVisible (true | false) #IMPLIED htmlPagingControlAutosubmit (true | false) #IMPLIED htmlPagingControlWidth CDATA #IMPLIED pageLayerMetadataLabelType (LAYER_METADATA_LONGLABEL | LAYER_METADATA_MEDIUMLABEL | LAYER_METADATA_SHORTLABEL | LAYER_METADATA_NAME) #IMPLIED columnLayerMetadataLabelType (LAYER_METADATA_LONGLABEL | LAYER_METADATA_MEDIUMLABEL | LAYER_METADATA_SHORTLABEL | LAYER_METADATA_NAME) #IMPLIED rowLayerMetadataLabelType (LAYER_METADATA_LONGLABEL | LAYER_METADATA_MEDIUMLABEL | LAYER_METADATA_SHORTLABEL | LAYER_METADATA_NAME) #IMPLIED pageMemberMetadataLabelType (METADATA_LONGLABEL | METADATA_MEDIUMLABEL | METADATA_SHORTLABEL | METADATA_VALUE) #IMPLIED columnMemberMetadataLabelType (METADATA_LONGLABEL | METADATA_MEDIUMLABEL | METADATA_SHORTLABEL | METADATA_VALUE) #IMPLIED rowMemberMetadataLabelType (METADATA_LONGLABEL | METADATA_MEDIUMLABEL | METADATA_SHORTLABEL | METADATA_VALUE) #IMPLIED autoFitColumnCount CDATA #IMPLIED autoFitRowCount CDATA #IMPLIED autoFitScope (AUTOFIT_SCOPE_NONE | AUTOFIT_SCOPE_ROW_HEIGHTS | AUTOFIT_SCOPE_COLUMN_WIDTHS | AUTOFIT_SCOPE_COLUMN_HEADER_ROW_HEIGHTS | AUTOFIT_SCOPE_ROW_HEADER_COLUMN_WIDTHS | AUTOFIT_SCOPE_ALL | AUTOFIT_SCOPE_COLWDS_ROWHTS | AUTOFIT_SCOPE_COLWDS_COLHDRROWHTS | AUTOFIT_SCOPE_COLWDS_ROWHDRCOLWDS | AUTOFIT_SCOPE_ROWHTS_COLHDRROWHTS | AUTOFIT_SCOPE_ROWHTS_ROWHDRCOLWDS | AUTOFIT_SCOPE_COLHDRROWHTS_ROWHDRCOLWDS | AUTOFIT_SCOPE_COLWDS_ROWHTS_COLHDRROWHTS | AUTOFIT_SCOPE_COLWDS_ROWHTS_ROWHDRCOLWDS | AUTOFIT_SCOPE_COLWDS_COLHDRROWHTS_ROWHDRCOLWDS | AUTOFIT_SCOPE_ROWHTS_COLHDRROWHTS_ROWHDRCOLWDS) #IMPLIED backgroundImagePath CDATA #IMPLIED annotationImagePath CDATA #IMPLIED annotationIconVisible (true | false) #IMPLIED annotationIconPrinted (true | false) #IMPLIED drillingEnabled (true | false) #IMPLIED hGridVisible (true | false) #IMPLIED vGridVisible (true | false) #IMPLIED cellEditingAllowed (true | false) #IMPLIED visible (true | false) #IMPLIED gridColor CDATA #IMPLIED hGridColor CDATA #IMPLIED vGridColor CDATA #IMPLIED grid3D (true | false) #IMPLIED pagingControlPosition (PAGING_CONTROL_ABOVE_TITLES | PAGING_CONTROL_BELOW_TITLES) #IMPLIED cellMaxHeight CDATA #IMPLIED cellMinHeight CDATA #IMPLIED cellMaxWidth CDATA #IMPLIED cellMinWidth CDATA #IMPLIED manualRowSizingEnabled (true | false) #IMPLIED manualColumnSizingEnabled (true | false) #IMPLIED manualRowHeaderColumnSizingEnabled (true | false) #IMPLIED manualColumnHeaderRowSizingEnabled (true | false) #IMPLIED enabled (true | false) #IMPLIED truncatedNumericDataFormat (FILL_WITH_HASHMARKS | TRUNCATE_WITHOUT_ELLIPSIS | TRUNCATE_WITH_ELLIPSIS) #IMPLIED columnHeaderVisible (true | false) #IMPLIED rowHeaderVisible (true | false) #IMPLIED columnHeaderGridVisible (true | false) #IMPLIED rowHeaderGridVisible (true | false) #IMPLIED autoIndent CDATA #IMPLIED bodyHighlighterVisible (true | false) #IMPLIED columnHighlighterVisible (true | false) #IMPLIED cornerComponentColor CDATA #IMPLIED highlighterSize CDATA #IMPLIED indentEnabled (true | false) #IMPLIED measurePivotLabelTextDisplayed (true | false) #IMPLIED outline (true | false) #IMPLIED pivotLabelVisible (true | false) #IMPLIED reorderType (NO_REORDER | REORDER_MEASURE_DIMENSION | REORDER_ALL_DIMENSIONS) #IMPLIED rowHighlighterVisible (true | false) #IMPLIED startRow CDATA #IMPLIED startColumn CDATA #IMPLIED swapMembersAllowed (true | false) #IMPLIED swapAllowed (true | false) #IMPLIED banding (NO_BANDING | ROW_BANDING | COLUMN_BANDING) #IMPLIED htmlColumnSizing (NO_COLUMN_SIZING | ABSOLUTE_COLUMN_SIZING | RELATIVE_COLUMN_SIZING) #IMPLIED htmlColumnBlockSize CDATA #IMPLIED htmlRowBlockSize CDATA #IMPLIED htmlTableCellPadding CDATA #IMPLIED htmlTableWidth CDATA #IMPLIED htmlTextInputSize CDATA #IMPLIED formatCount CDATA #IMPLIED toolbarFormatCount CDATA #IMPLIED badColor CDATA #IMPLIED warningColor CDATA #IMPLIED goodColor CDATA #IMPLIED hideData (true | false) #IMPLIED > <!ELEMENT ColumnTotal (Total) > <!ELEMENT RowTotal (Total) > <!ELEMENT Total EMPTY > <!ATTLIST Total layer (TOTAL_ALL_LAYERS | GRAND_TOTAL_LAYER |NO_TOTALS) #IMPLIED type (TOTAL_SUM | TOTAL_AVERAGE |TOTAL_MINIMUM |TOTAL_MAXIMUM) #IMPLIED label CDATA #IMPLIED> <!-- The content should be invisible columns seperated by a space --> <!-- example "5 10 42 13578" --> <!ELEMENT InvisibleColumns (#PCDATA) > <!-- The content should be invisible rows seperated by a space --> <!-- example "3 10 32 13578" --> <!ELEMENT InvisibleRows (#PCDATA) > <!ELEMENT PageHeader (PagingComponent)? > <!ATTLIST PageHeader enabled (true | false) #IMPLIED > <!ELEMENT PagingComponent (ViewStyle)? > <!-- Copyright (c) Oracle Corporation 2003. All Rights Reserved. --> <!-- ViewFormat definition --> <!-- Imported in --> <!-- oracle.dss.crosstab.Crosstab.dtdplus --> <!-- oracle.dss.graph.Graph.dtdplus --> <!-- oracle.dss.table.Table.dtdplus --> <!-- 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. "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 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 > <!-- Copyright (c) Oracle Corporation 2003. All Rights Reserved. --> <!-- ViewStyle definition --> <!-- Imported in --> <!-- oracle.dss.crosstab.Crosstab.dtdplus --> <!-- oracle.dss.graph.Graph.dtdplus --> <!-- oracle.dss.table.Table.dtdplus --> <!-- Specifies font, border, and color; in graph, affects paging control only --> <!ELEMENT ViewStyle (DrillOutLinks?) > <!-- ViewStyle attributes: background: background color; example "#ffffff" foreground: font color selectBackground: background color of a cell that has been selected selectForeground: font color for a cell that has been selected horizontalAlignment: horizontal alignment of text in the cell verticalAlignment:vertical alignment of text in the cell underline: whether the text is underlined (single underline) doubleUnderline: whether the text is underlined (double underline) strikeThrough: whether the text has a line through it wordWrapEnabled: whether words can wrap to a new line **The borderColor and borderWidth attributes apply to all sides. But if **these properties are specified explicitly for each side such as borderLeftColor **then the specific ones take precedence. If borderColor and borderRightSide are **specified, then for left, top, and bottom sides, borderColor is used. borderColor: color of cell border borderWidth: width, in pixels, of cell border borderLeftStyle: line style of left border of cell borderRightStyle: line style of right border of cell borderTopStyle: line style of top border of cell borderBottomStyle: line style of bottom border of cell borderLeftColor: line color of left border of cell borderRightColor: line color of right border of cell borderTopColor: line color of top border of cell borderBottomColor: line color of bottom border of cell borderLeftWidth: width, in pixels, of left border of cell borderRightWidth: width, in pixels, of right border of cell borderTopWidth: width, in pixels, of top border of cell borderBottomWidth: width, in pixels, of bottom border of cell fontName: font name, such as "Arial" fontSize: font size fontBold: whether font is bold fontItalic: whether font is italic graphicImageIndex: index of graphic in the list graphicImageTooltip: tooltip for graphic image cellEditStyle: editable or not editBackground: background color of a cell that can be edited editForeground: font color of a cell that can be edited graphicBarColor: color of graphic bar graphicBarVisible: whether graphic bar appears in cell hPageBreak: whether there is a horizontal page break here vPageBreak: whether there is a vertical page break here "used" attributes specify whether one of the above properties has been explicitly set; used for merging when using rules --> <!ATTLIST ViewStyle background CDATA #IMPLIED foreground CDATA #IMPLIED selectBackground CDATA #IMPLIED selectForeground CDATA #IMPLIED horizontalAlignment (LEFT | CENTER | RIGHT | LEADING) #IMPLIED verticalAlignment (TOP | CENTER | BOTTOM ) #IMPLIED underline (true | false) #IMPLIED doubleUnderline (true | false) #IMPLIED strikeThrough (true | false) #IMPLIED wordWrapEnabled (true | false) #IMPLIED borderColor CDATA #IMPLIED borderWidth CDATA #IMPLIED borderLeftStyle (BORDER_STYLE_NOT_USED | BORDER_STYLE_SOLID | BORDER_STYLE_DASH | BORDER_STYLE_DOT | BORDER_STYLE_DOT_DASH | BORDER_STYLE_DASH_DOT_DOT | BORDER_STYLE_DOUBLE | BORDER_STYLE_NO_LINE) #IMPLIED borderRightStyle (BORDER_STYLE_NOT_USED | BORDER_STYLE_SOLID | BORDER_STYLE_DASH | BORDER_STYLE_DOT | BORDER_STYLE_DOT_DASH | BORDER_STYLE_DASH_DOT_DOT | BORDER_STYLE_DOUBLE | BORDER_STYLE_NO_LINE) #IMPLIED borderTopStyle (BORDER_STYLE_NOT_USED | BORDER_STYLE_SOLID | BORDER_STYLE_DASH | BORDER_STYLE_DOT | BORDER_STYLE_DOT_DASH | BORDER_STYLE_DASH_DOT_DOT | BORDER_STYLE_DOUBLE | BORDER_STYLE_NO_LINE) #IMPLIED borderBottomStyle (BORDER_STYLE_NOT_USED | BORDER_STYLE_SOLID | BORDER_STYLE_DASH | BORDER_STYLE_DOT | BORDER_STYLE_DOT_DASH | BORDER_STYLE_DASH_DOT_DOT | BORDER_STYLE_DOUBLE | BORDER_STYLE_NO_LINE) #IMPLIED borderLeftColor CDATA #IMPLIED borderRightColor CDATA #IMPLIED borderTopColor CDATA #IMPLIED borderBottomColor CDATA #IMPLIED borderLeftWidth CDATA #IMPLIED borderRightWidth CDATA #IMPLIED borderTopWidth CDATA #IMPLIED borderBottomWidth CDATA #IMPLIED fontName CDATA #IMPLIED fontSize CDATA #IMPLIED fontBold (true | false) #IMPLIED fontItalic (true | false) #IMPLIED graphicImageIndex CDATA #IMPLIED graphicImageTooltip CDATA #IMPLIED cellEditStyle (CELL_EDITABLE | CELL_NOT_EDITABLE) #IMPLIED editBackground CDATA #IMPLIED editForeground CDATA #IMPLIED graphicBarColor CDATA #IMPLIED graphicBarVisible (true | false) #IMPLIED hPageBreak (true | false) #IMPLIED vPageBreak (true | false) #IMPLIED backgroundUsed (true | false) #IMPLIED foregroundUsed (true | false) #IMPLIED selectBackgroundUsed (true | false) #IMPLIED selectForegroundUsed (true | false) #IMPLIED horizontalAlignmentUsed (true | false) #IMPLIED verticalAlignmentUsed (true | false) #IMPLIED underlineUsed (true | false) #IMPLIED doubleUnderlineUsed (true | false) #IMPLIED strikeThroughUsed (true | false) #IMPLIED wordWrapEnabledUsed (true | false) #IMPLIED borderColorUsed (true | false) #IMPLIED borderWidthUsed (true | false) #IMPLIED borderLeftStyleUsed (true | false) #IMPLIED borderRightStyleUsed (true | false) #IMPLIED borderTopStyleUsed (true | false) #IMPLIED borderBottomStyleUsed (true | false) #IMPLIED borderLeftColorUsed (true | false) #IMPLIED borderRightColorUsed (true | false) #IMPLIED borderTopColorUsed (true | false) #IMPLIED borderBottomColorUsed (true | false) #IMPLIED borderLeftWidthUsed (true | false) #IMPLIED borderRightWidthUsed (true | false) #IMPLIED borderTopWidthUsed (true | false) #IMPLIED borderBottomWidthUsed (true | false) #IMPLIED fontNameUsed (true | false) #IMPLIED fontSizeUsed (true | false) #IMPLIED fontBoldUsed (true | false) #IMPLIED fontItalicUsed (true | false) #IMPLIED graphicImageIndexUsed (true | false) #IMPLIED graphicImageTooltipUsed (true | false) #IMPLIED cellEditStyleUsed (true | false) #IMPLIED editBackgroundUsed (true | false) #IMPLIED editForegroundUsed (true | false) #IMPLIED graphicBarColorUsed (true | false) #IMPLIED graphicBarVisibleUsed (true | false) #IMPLIED hPageBreakUsed (true | false) #IMPLIED vPageBreakUsed (true | false) #IMPLIED drillOutLinksUsed (true | false) #IMPLIED > <!-- DrillOutLink should be present for thin crosstab only --> <!-- DrillOutLinks will have 0 or more DrillOutLink elements --> <!ELEMENT DrillOutLinks (DrillOutLink*) > <!ELEMENT DrillOutLink EMPTY > <!-- The type determines if the value is a worksheet reference or a URL --> <!-- value would either be a worksheet reference or a URL --> <!-- label is the user visible label --> <!-- id determines whether the same value/label is used in multiple cells--> <!ATTLIST DrillOutLink type (URL | WORKSHEET_REFERENCE) #IMPLIED value CDATA #IMPLIED label CDATA #IMPLIED id CDATA #IMPLIED> <!-- Copyright (c) Oracle Corporation 2003. All Rights Reserved. --> <!-- DataviewTitles definition --> <!-- Imported in --> <!-- oracle.dss.crosstab.Crosstab.dtdplus --> <!-- oracle.dss.graph.Graph.dtdplus --> <!-- oracle.dss.table.Table.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 > <!ELEMENT ColumnHeader (ViewStyle)? > <!ELEMENT RowHeader (ViewStyle)? > <!ELEMENT Databody (ViewStyle)? > <!ATTLIST Databody visible (true | false) #IMPLIED > <!ELEMENT viewStyle (ViewStyle+)? > <!ELEMENT viewFormat (ViewFormat+)? > <!ELEMENT disc (ComposDisc | NumValDisc | DateValDisc | QDRDisc | StrValDisc | TotDisc)? > <!ELEMENT UIFormats (UIFormat+) > <!ELEMENT UIFormat (Conds?, viewStyle?, viewFormat?, disc?, SelFmts?) > <!ATTLIST UIFormat name CDATA #REQUIRED autoName (true | false) #IMPLIED id CDATA #REQUIRED mergeType CDATA #REQUIRED group CDATA #REQUIRED fmtType CDATA #REQUIRED negRed (true | false) #REQUIRED numOrDate CDATA #REQUIRED fmtStr CDATA #REQUIRED selected (true | false) #IMPLIED > <!ELEMENT Conds (Cond+) > <!ELEMENT Cond (MemCond | VariesCond | ValCond | Stoplight)> <!ATTLIST Cond dimName CDATA #IMPLIED selected (true | false) #IMPLIED > <!ELEMENT MemCond (Mem)+ > <!ELEMENT VariesCond (Dim)+ > <!ELEMENT Dim (#PCDATA)> <!ELEMENT Mem (#PCDATA)> <!ELEMENT ValCond EMPTY > <!ATTLIST ValCond default (true | false) #IMPLIED measure CDATA #IMPLIED op (BT | EQ | LT | LE | GT| GE) #IMPLIED value1 CDATA #IMPLIED value2 CDATA #IMPLIED type CDATA #IMPLIED > <!ELEMENT Stoplight EMPTY > <!ATTLIST Stoplight default (true | false) #IMPLIED op (SL) #IMPLIED badThreshold CDATA #IMPLIED goodThreshold CDATA #IMPLIED type CDATA #IMPLIED > <!ELEMENT SelFmts EMPTY > <!ATTLIST SelFmts bckgrnd (true | false) #IMPLIED databars (true | false) #IMPLIED borders (true | false) #IMPLIED fontName (true | false) #IMPLIED fontStyle (true | false) #IMPLIED fontSize (true | false) #IMPLIED fontColor (true | false) #IMPLIED fontAlign (true | false) #IMPLIED wordWrap (true | false) #IMPLIED numFmt (true | false) #IMPLIED dateFmt (true | false) #IMPLIED > <!-- The DTD for the following managers is only for the Default --> <!-- implementation of managers. --> <!ELEMENT FormatManager (Bundle*, UIBundle?) > <!ELEMENT HeaderStyleManager (Bundle*, UIBundle?) > <!ELEMENT DatabodyStyleManager (Bundle*, UIBundle?) > <!ELEMENT SizingManager (ColBundle?, RowBundle?, ColHdrBundle?, RowHdrBundle?) > <!ATTLIST SizingManager defColW CDATA #IMPLIED defRowH CDATA #IMPLIED defColHdrRowH CDATA #IMPLIED defRowHdrColW CDATA #IMPLIED defNonTotColW CDATA #IMPLIED > <!ELEMENT ColBundle (SizingDiscRule+) > <!ELEMENT RowBundle (SizingDiscRule+) > <!ELEMENT ColHdrBundle (SizingDiscRule+) > <!ELEMENT RowHdrBundle (SizingDiscRule+) > <!ELEMENT SizingDiscRule ((QDRDisc | ComposDisc), (RowH|ColW))> <!ELEMENT RowH (#PCDATA) > <!ELEMENT ColW (#PCDATA) > <!ELEMENT Bundle (DiscRule+) > <!ATTLIST Bundle id CDATA #IMPLIED> <!ELEMENT UIBundle (DiscRule+) > <!ATTLIST UIBundle id CDATA #IMPLIED> <!ELEMENT DiscRule (Disc, Mergeable) > <!ATTLIST DiscRule id CDATA #IMPLIED> <!ELEMENT Disc (CompTypeDisc | ComposDisc | NumValDisc | PosDisc | QDRDisc | TotDisc) > <!-- ViewStyle is used in case of StyleManager. ViewFormat is used in case of FormatManager --> <!ELEMENT Mergeable (ViewStyle | ViewFormat)> <!ELEMENT CompTypeDisc (#PCDATA) > <!-- RightDisc should not be present when the condition attribute value is NOT --> <!ELEMENT ComposDisc (LeftDisc, RightDisc?) > <!ATTLIST ComposDisc cond (AND | OR | NOT) #REQUIRED > <!ELEMENT LeftDisc (CompTypeDisc | ComposDisc | NumValDisc | PosDisc | QDRDisc | TotDisc) > <!ELEMENT RightDisc (CompTypeDisc | ComposDisc | NumValDisc | PosDisc | QDRDisc | TotDisc) > <!ELEMENT NumValDisc EMPTY > <!ATTLIST NumValDisc relOp (EQ | LT | LE | GT | GE | NE) #REQUIRED num CDATA #REQUIRED> <!ELEMENT PosDisc (ColCompInfo | DataCompInfo | EdgeCompInfo | PageItemCompInfo | RowCompInfo) > <!ELEMENT ColCompInfo (#PCDATA) > <!ELEMENT DataCompInfo EMPTY > <!ATTLIST DataCompInfo row CDATA #REQUIRED col CDATA #REQUIRED> <!ELEMENT EdgeCompInfo EMPTY > <!ATTLIST EdgeCompInfo edge CDATA #REQUIRED depth CDATA #REQUIRED index CDATA #REQUIRED> <!ELEMENT PageItemCompInfo (#PCDATA) > <!ELEMENT RowCompInfo (#PCDATA) > <!ELEMENT QDRDisc (QDR) > <!ATTLIST QDRDisc setOp (SUBSET | PROPER_SUBSET | PROPER_SUPERSET | EQUALS | SUPERSET) #REQUIRED QDRName CDATA #IMPLIED> <!ELEMENT TotDisc EMPTY > <!ELEMENT DrillImagesPaths (ImagePath+)> <!ELEMENT GraphicImagesPaths (ImagePath+)> <!ELEMENT ImagePath EMPTY> <!ATTLIST ImagePath index CDATA #REQUIRED path CDATA #IMPLIED> <!-- Copyright (c) Oracle Corporation 2003. All Rights Reserved. --> <!-- QDR definition --> <!-- Imported in --> <!-- oracle.dss.crosstab.Crosstab.dtdplus --> <!-- oracle.dss.graph.Graph.dtdplus --> <!-- oracle.dss.table.Table.dtdplus --> <!ELEMENT QDR ((DimMemPair+)?, QDRTarget?)> <!ATTLIST QDR measureDimName CDATA #IMPLIED> <!ELEMENT DimMemPair (QDRMem | ListQDRMem)> <!ATTLIST DimMemPair dim CDATA #REQUIRED> <!ELEMENT QDRTarget (QDRMem | ListQDRMem)> <!-- QDRMem definition --> <!-- if the memType attribute is FIXED, QDRMem should contain --> <!-- mem attribute. For other member types QDRMember should contain --> <!-- no mem attribute --> <!ELEMENT QDRMem EMPTY> <!ATTLIST QDRMem mem CDATA #IMPLIED memType (FIXED | VARIES | CURRENT) #IMPLIED> <!-- ListQDRMem has to contain one or more members (ListMem) --> <!ELEMENT ListQDRMem (ListMem)+> <!ELEMENT ListMem (#PCDATA)>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de