2.2.1.1.7 xdExpressionLiteral

 The xdExpressionLiteral simple type specifies enumeration values for specifying whether the corresponding value is an XPath expression or a literal string.

expression: This value specifies that the corresponding value evaluates to an XPath expression.

literal: This value specifies that the corresponding value evaluates to a literal string.

Referenced By

attachmentFileName.emailAdapter.xsfschem@valueType

bcc.emailAdapter.xsfschema@valueType

cc.emailAdapter.xsfschema@valueType

fileName.davAdapter.xsfschema@valueType

subject.emailAdapter.xsfschema@valueType

to.emailAdapter.xsfschema@valueType

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="xdExpressionLiteral">
   <xsd:restriction base="xsd:NMTOKEN">
     <xsd:enumeration value="expression"/>
     <xsd:enumeration value="literal"/>
   </xsd:restriction>
 </xsd:simpleType>