2.4.4.5 EvaluationModeType
Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports
Referenced by: LocIDStringWithDataTypeAttribute
A TextRun.Value.EvaluationMode element as specified by [MS-RDL] section 2.19.8. MUST be one of the following values.
Value |
Meaning |
---|---|
Auto |
This value is specified by [MS-RDL] section 2.19.8, TextRun.Value.EvaluationMode. |
Constant |
This value is specified by [MS-RDL] section 2.19.8, TextRun.Value.EvaluationMode. |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="EvaluationModeType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Auto" wbld:cname="Auto"/> <xsd:enumeration value="Constant" wbld:cname="Constant"/> </xsd:restriction> </xsd:simpleType>
See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).