Lines Matching +refs:chart +refs:face +refs:color +refs:list

33 namespace chart = "urn:oasis:names:tc:opendocument:xmlns:chart:1.0"
75 office-font-face-decls,
85 office-font-face-decls,
92 office-font-face-decls,
108 list { anyIRI* }
139 | element office:chart {
140 office-chart-attlist,
141 office-chart-content-prelude,
142 office-chart-content-main,
143 office-chart-content-epilogue
160 | text-list
202 office-chart-attlist = empty
203 office-chart-content-prelude = text-decls, table-decls
204 office-chart-content-main = chart-chart
205 office-chart-content-epilogue = table-functions
261 office-font-face-decls =
262 element office:font-face-decls { style-font-face* }?
291 & text-list-style*
378 & attribute text:is-list-header { boolean }?
392 text-list =
393 element text:list {
394 text-list-attr, text-list-header?, text-list-item*
396 text-list-attr =
399 & attribute text:continue-list { IDREF }?
401 text-list-item =
402 element text:list-item { text-list-item-attr, text-list-item-content }
403 text-list-item-content =
404 text-number?, (text-p | text-h | text-list | text-soft-page-break)*
405 text-list-item-attr =
409 text-list-header =
410 element text:list-header {
411 text-list-header-attr, text-list-item-content
413 text-list-header-attr = xml-id?
419 attribute text:list-id { NCName }
1120 & attribute text:use-chart-objects { boolean }?
1459 'Value is a space separated list of "cellRangeAddress" patterns'
1481 & attribute table:border-color { color }?
1571 & attribute table:display-list {
1612 | list {
2336 list { length, (length, length?)? }
2424 list { integer, integer, integer, integer }
2450 draw-text = (text-p | text-list)*
2693 & attribute dr3d:ambient-color { color }?
2698 attribute dr3d:diffuse-color { color }?
2774 list { integer, integer, integer, integer }
2785 list { length, double }
2789 & attribute draw:extrusion-light-face { boolean }?
2803 list { angle, angle }
2808 list { double, angle }
2814 list { extrusionOrigin, extrusionOrigin }
2816 & attribute draw:extrusion-color { boolean }?
2867 | "chart"
2978 & attribute draw:color { color }
3088 chart-chart =
3089 element chart:chart {
3090 chart-chart-attlist,
3091 chart-title?,
3092 chart-subtitle?,
3093 chart-footer?,
3094 chart-legend?,
3095 chart-plot-area,
3098 chart-chart-attlist =
3099 attribute chart:class { namespacedToken }
3101 & attribute chart:column-mapping { \string }?
3102 & attribute chart:row-mapping { \string }?
3103 & attribute chart:style-name { styleNameRef }?
3107 chart-title = element chart:title { chart-title-attlist, text-p? }
3108 chart-title-attlist =
3111 & attribute chart:style-name { styleNameRef }?
3112 chart-subtitle = element chart:subtitle { chart-title-attlist, text-p? }
3113 chart-footer = element chart:footer { chart-title-attlist, text-p? }
3114 chart-legend = element chart:legend { chart-legend-attlist, text-p? }
3115 chart-legend-attlist =
3116 ((attribute chart:legend-position {
3119 attribute chart:legend-align { "start" | "center" | "end" }?)
3120 | attribute chart:legend-position {
3129 & attribute chart:style-name { styleNameRef }?
3130 chart-plot-area =
3131 element chart:plot-area {
3132 chart-plot-area-attlist,
3134 chart-axis*,
3135 chart-series*,
3136 chart-stock-gain-marker?,
3137 chart-stock-loss-marker?,
3138 chart-stock-range-line?,
3139 chart-wall?,
3140 chart-floor?
3142 chart-plot-area-attlist =
3145 & attribute chart:style-name { styleNameRef }?
3147 & attribute chart:data-source-has-labels {
3153 chart-wall = element chart:wall { chart-wall-attlist, empty }
3154 chart-wall-attlist =
3156 & attribute chart:style-name { styleNameRef }?
3157 chart-floor = element chart:floor { chart-floor-attlist, empty }
3158 chart-floor-attlist =
3160 & attribute chart:style-name { styleNameRef }?
3161 chart-axis =
3162 element chart:axis {
3163 chart-axis-attlist, chart-title?, chart-categories?, chart-grid*
3165 chart-axis-attlist =
3166 attribute chart:dimension { chart-dimension }
3167 & attribute chart:name { \string }?
3168 & attribute chart:style-name { styleNameRef }?
3169 chart-dimension = "x" | "y" | "z"
3170 chart-categories =
3171 element chart:categories {
3174 chart-grid = element chart:grid { chart-grid-attlist }
3175 chart-grid-attlist =
3176 attribute chart:class { "major" | "minor" }?
3177 & attribute chart:style-name { styleNameRef }?
3178 chart-series =
3179 element chart:series {
3180 chart-series-attlist,
3181 chart-domain*,
3182 chart-mean-value?,
3183 chart-regression-curve*,
3184 chart-error-indicator*,
3185 chart-data-point*,
3186 chart-data-label?
3188 chart-series-attlist =
3189 attribute chart:values-cell-range-address { cellRangeAddressList }?
3190 & attribute chart:label-cell-address { cellRangeAddressList }?
3191 & attribute chart:class { namespacedToken }?
3192 & attribute chart:attached-axis { \string }?
3193 & attribute chart:style-name { styleNameRef }?
3195 chart-domain =
3196 element chart:domain {
3199 chart-data-point =
3200 element chart:data-point {
3201 chart-data-point-attlist, chart-data-label?
3203 chart-data-point-attlist =
3204 attribute chart:repeated { positiveInteger }?
3205 & attribute chart:style-name { styleNameRef }?
3207 chart-data-label =
3208 element chart:data-label { chart-data-label-attlist, text-p? }
3209 chart-data-label-attlist =
3211 & attribute chart:style-name { styleNameRef }?
3212 chart-mean-value =
3213 element chart:mean-value { chart-mean-value-attlist, empty }
3214 chart-mean-value-attlist = attribute chart:style-name { styleNameRef }?
3215 chart-error-indicator =
3216 element chart:error-indicator { chart-error-indicator-attlist, empty }
3217 chart-error-indicator-attlist =
3218 attribute chart:style-name { styleNameRef }?
3219 & attribute chart:dimension { chart-dimension }
3220 chart-regression-curve =
3221 element chart:regression-curve {
3222 chart-regression-curve-attlist, chart-equation?
3224 chart-regression-curve-attlist =
3225 attribute chart:style-name { styleNameRef }?
3226 chart-equation =
3227 element chart:equation { chart-equation-attlist, text-p? }
3228 chart-equation-attlist =
3229 attribute chart:automatic-content { boolean }?
3230 & attribute chart:display-r-square { boolean }?
3231 & attribute chart:display-equation { boolean }?
3233 & attribute chart:style-name { styleNameRef }?
3234 chart-stock-gain-marker =
3235 element chart:stock-gain-marker { common-stock-marker-attlist }
3236 chart-stock-loss-marker =
3237 element chart:stock-loss-marker { common-stock-marker-attlist }
3238 chart-stock-range-line =
3239 element chart:stock-range-line { common-stock-marker-attlist }
3241 attribute chart:style-name { styleNameRef }?
3401 attribute db:data-source-setting-is-list { boolean }?
3871 & list-source
3872 & list-source-type
3888 & list-source
3889 & list-source-type
3891 & list-linkage-type
3894 & attribute form:xforms-list-source { \string }?
3895 list-linkage-type =
3896 attribute form:list-linkage-type {
4046 list-source = attribute form:list-source { \string }?
4047 list-source-type =
4048 attribute form:list-source-type {
4053 | "value-list"
4068 | element form:list-property {
4069 form-property-name, form-property-type-and-value-list
4075 form-property-type-and-value-list =
4077 element form:list-value {
4081 element form:list-value {
4085 element form:list-value {
4090 element form:list-value {
4094 element form:list-value {
4098 element form:list-value {
4102 element form:list-value {
4116 (text-p | text-list)*
4218 anim-animate-color-attlist,
4277 anim-animate-color-attlist =
4278 attribute anim:color-interpolation { "rgb" | "hsl" }?
4279 & attribute anim:color-interpolation-direction {
4290 & attribute smil:fadeColor { color }?
4380 & attribute style:list-level { positiveInteger | empty }?
4381 & attribute style:list-style-name { styleName | empty }?
4452 | text-list
4525 style-font-face =
4526 element style:font-face {
4527 style-font-face-attlist, svg-font-face-src?, svg-definition-src?
4529 style-font-face-attlist =
4578 svg-font-face-src =
4579 element svg:font-face-src {
4580 (svg-font-face-uri | svg-font-face-name)+
4582 svg-font-face-uri =
4583 element svg:font-face-uri {
4584 common-svg-font-face-xlink-attlist, svg-font-face-format*
4586 svg-font-face-format =
4587 element svg:font-face-format {
4591 svg-font-face-name =
4592 element svg:font-face-name {
4598 common-svg-font-face-xlink-attlist, empty
4600 common-svg-font-face-xlink-attlist =
4835 | (attribute style:family { "chart" },
4836 style-chart-properties?,
4932 text-list-style =
4933 element text:list-style {
4934 text-list-style-attr, text-list-style-content*
4936 text-list-style-attr =
4940 text-list-style-content =
4941 element text:list-level-style-number {
4942 text-list-level-style-attr,
4943 text-list-level-style-number-attr,
4944 style-list-level-properties?,
4947 | element text:list-level-style-bullet {
4948 text-list-level-style-attr,
4949 text-list-level-style-bullet-attr,
4950 style-list-level-properties?,
4953 | element text:list-level-style-image {
4954 text-list-level-style-attr,
4955 text-list-level-style-image-attr,
4956 style-list-level-properties?
4958 text-list-level-style-number-attr =
4964 text-list-level-style-bullet-attr =
4969 text-list-level-style-image-attr =
4971 text-list-level-style-attr = attribute text:level { positiveInteger }
4980 style-list-level-properties?,
5021 attribute draw:start-color { color }?
5022 & attribute draw:end-color { color }?
5047 attribute svg:stop-color { color }?,
5061 & attribute draw:color { color }?
5142 & common-background-color-attlist
5145 list {
5171 & attribute style:layout-grid-color { color }?
5183 attribute style:color { color }?,
5204 & common-background-color-attlist
5218 & attribute fo:color { color }?
5219 & attribute style:use-window-font-color { boolean }?
5224 & attribute style:text-line-through-color { "font-color" | color }?
5228 list { (percent | "super" | "sub"), percent? }
5278 & attribute style:text-underline-color { "font-color" | color }?
5282 & attribute style:text-overline-color { "font-color" | color }?
5291 & common-background-color-attlist
5297 | list {
5383 & common-background-color-attlist
5420 & attribute style:leader-color { "font-color" | color }?
5442 common-background-color-attlist =
5443 attribute fo:background-color { "transparent" | color }?
5457 | list { horiBackPos, vertBackPos }
5458 | list { vertBackPos, horiBackPos }
5476 borderWidths = list { positiveLength, positiveLength, positiveLength }
5515 common-background-color-attlist
5545 & attribute style:color { color }?
5561 & common-background-color-attlist
5593 & common-background-color-attlist
5615 & common-background-color-attlist
5631 | list { ("protected" | "formula-hidden")+ }
5642 style-list-level-properties =
5643 element style:list-level-properties {
5644 style-list-level-properties-content-strict
5646 style-list-level-properties-content-strict =
5647 style-list-level-properties-attlist,
5648 style-list-level-properties-elements
5649 style-list-level-properties-attlist =
5659 & attribute text:list-level-position-and-space-mode {
5662 style-list-level-properties-elements = style-list-level-label-alignment
5663 style-list-level-label-alignment =
5664 element style:list-level-label-alignment {
5665 style-list-level-label-alignment-attlist, empty
5667 style-list-level-label-alignment-attlist =
5669 & attribute text:list-tab-stop-position { length }?
5677 & attribute svg:stroke-color { color }?
5692 & attribute draw:symbol-color { color }?
5716 & attribute draw:color-mode {
5719 & attribute draw:color-inversion { boolean }?
5730 & attribute draw:shadow-color { color }?
5794 & attribute dr3d:texture-kind { "luminance" | "intensity" | "color" }?
5797 & attribute dr3d:ambient-color { color }?
5798 & attribute dr3d:emissive-color { color }?
5799 & attribute dr3d:specular-color { color }?
5800 & attribute dr3d:diffuse-color { color }?
5814 | list { ("content" | "position" | "size")+ }
5848 & common-background-color-attlist
5875 | list { "vertical", horizontal-mirror }
5876 | list { horizontal-mirror, "vertical" }
5899 & attribute draw:fill-color { color }?
5900 & attribute draw:secondary-fill-color { color }?
5923 list { zeroToHundredPercent, ("horizontal" | "vertical") }
5929 text-list-style? & style-background-image & style-columns
5958 style-chart-properties =
5959 element style:chart-properties {
5960 style-chart-properties-content-strict
5962 style-chart-properties-content-strict =
5963 style-chart-properties-attlist, style-chart-properties-elements
5964 style-chart-properties-elements = empty
5965 style-chart-properties-attlist =
5966 attribute chart:scale-text { boolean }?
5967 & attribute chart:three-dimensional { boolean }?
5968 & attribute chart:deep { boolean }?
5969 & attribute chart:right-angled-axes { boolean }?
5970 & (attribute chart:symbol-type { "none" }
5971 | attribute chart:symbol-type { "automatic" }
5972 | (attribute chart:symbol-type { "named-symbol" },
5973 attribute chart:symbol-name {
5990 | (attribute chart:symbol-type { "image" },
5991 element chart:symbol-image {
5995 & attribute chart:symbol-width { nonNegativeLength }?
5996 & attribute chart:symbol-height { nonNegativeLength }?
5997 & attribute chart:sort-by-x-values { boolean }?
5998 & attribute chart:vertical { boolean }?
5999 & attribute chart:connect-bars { boolean }?
6000 & attribute chart:gap-width { integer }?
6001 & attribute chart:overlap { integer }?
6002 & attribute chart:group-bars-per-axis { boolean }?
6003 & attribute chart:japanese-candle-stick { boolean }?
6004 & attribute chart:interpolation {
6007 & attribute chart:spline-order { positiveInteger }?
6008 & attribute chart:spline-resolution { positiveInteger }?
6009 & attribute chart:pie-offset { nonNegativeInteger }?
6010 & attribute chart:angle-offset { angle }?
6011 & attribute chart:hole-size { percent }?
6012 & attribute chart:lines { boolean }?
6013 & attribute chart:solid-type {
6016 & attribute chart:stacked { boolean }?
6017 & attribute chart:percentage { boolean }?
6018 & attribute chart:treat-empty-cells {
6021 & attribute chart:link-data-style-to-source { boolean }?
6022 & attribute chart:logarithmic { boolean }?
6023 & attribute chart:maximum { double }?
6024 & attribute chart:minimum { double }?
6025 & attribute chart:origin { double }?
6026 & attribute chart:interval-major { double }?
6027 & attribute chart:interval-minor-divisor { positiveInteger }?
6028 & attribute chart:tick-marks-major-inner { boolean }?
6029 & attribute chart:tick-marks-major-outer { boolean }?
6030 & attribute chart:tick-marks-minor-inner { boolean }?
6031 & attribute chart:tick-marks-minor-outer { boolean }?
6032 & attribute chart:reverse-direction { boolean }?
6033 & attribute chart:display-label { boolean }?
6034 & attribute chart:text-overlap { boolean }?
6036 & attribute chart:label-arrangement {
6041 & attribute chart:data-label-number {
6044 & attribute chart:data-label-text { boolean }?
6045 & attribute chart:data-label-symbol { boolean }?
6046 & element chart:label-separator { text-p }?
6047 & attribute chart:label-position { labelPositions }?
6048 & attribute chart:label-position-negative { labelPositions }?
6049 & attribute chart:visible { boolean }?
6050 & attribute chart:auto-position { boolean }?
6051 & attribute chart:auto-size { boolean }?
6052 & attribute chart:mean-value { boolean }?
6053 & attribute chart:error-category {
6063 & attribute chart:error-percentage { double }?
6064 & attribute chart:error-margin { double }?
6065 & attribute chart:error-lower-limit { double }?
6066 & attribute chart:error-upper-limit { double }?
6067 & attribute chart:error-upper-indicator { boolean }?
6068 & attribute chart:error-lower-indicator { boolean }?
6069 & attribute chart:error-lower-range { cellRangeAddressList }?
6070 & attribute chart:error-upper-range { cellRangeAddressList }?
6071 & attribute chart:series-source { "columns" | "rows" }?
6072 & attribute chart:regression-type {
6075 & attribute chart:axis-position { "start" | "end" | double }?
6076 & attribute chart:axis-label-position {
6082 & attribute chart:tick-mark-position {
6085 & attribute chart:include-hidden-cells { boolean }?
6175 & attribute smil:fadeColor { color }?
6236 color = xsd:string { pattern = "#[0-9a-fA-F]{6}" }
6240 CURIEs = list { CURIE+ }
6249 styleNameRefs = list { xsd:NCName* }