An expression is represented as a string. Whitespace is preserved to allow the author to add formatting (tabs, newlines, etc.)
A simple text type that preserves whitespace
Represents a positive integer that supports infinity. The absence of the value attribute represents infinity. The absence of the element indicates that no value has been set.
a reference to the FM model as specified by its path. QF currently recognizes the following references 1. the search path to a model package in the content store (/content/package[@name='GoSalesML']/model[@name='Model']) 2.the logical connection name described in nsgeneral.xml (GOSALES_ORACLE) 3. the physical path to the RTM model file (E:\bering\GOSALES_ORA.rtm) 4. the physical path to the xml model file (E:\beging\models\GOSALES_ORA\model.xml) 5. the physical path to the FM project file(E:\bering\models\GOSALES_ORA\GOSALES_ORA.cpf). Reference 1 is the reference expected from QF clients. The other references are supported for internal development. The type attribute indicates whether it is a reference to an FM package or a module.
Specifies a sorting order to be used for the element. It will describe either the detail or group sorting for the element in contains depending on what that element represents.
Allow for specification of arbirary name value pairs in the report spec.
Identifies the user data. Because this data is undefined in the enclosing specification, it is the author's responsibility to constrain this value with respect to the unique scoping rules of their application.
Defines the value of the name-value pair.
This attribute is used to control whether and how the attribute will show up in the ouput. The values are:
No: The attribute will not be rendered to our Intermediate XML (useful for such things as "spec commenting")
XML: (the default) The attribute will be rendered to the intermediate XML in a way that is indistinguishible from other attributes the server might generate. These attributes will be subject to whatever general filtering is done on attributes by transforms.
HTML: The attribute will be rendered to the intermediate XML in a way that targets it for the output HTML v5ReportEngine (used by Query Studio and Report Viewer) will honour this setting, however; it should be noted that externally-defined transforms may not.
Represents text that can be localized.
Represent the default text for an element. Typcially used in conjunction with the localizedText element.
Represents text for different locales(languages)
Used to define a path to a report in Content Manager. The path attribute contains the Content Manger path.
The object from which the metadata is obtained. In the case of queries, this should be a model path. For modQueries, this should be a module path.