element <condition> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
locally within ruleType complexType in myInbox.xsd; see XML source
Includes:
definition of 1 attribute
XML Representation Summary
<condition
   
 = 
xsd:string
/>
Included in content model of elements (1):
rule (in myInbox)
Annotation
This element's select attribute specifies the xpath expression used to evaluate if the this rule applies to the active message.
XML Source (see within schema source)
<xsd:element name="condition">
<xsd:annotation>
<xsd:documentation>
This element's select attribute specifies the xpath expression used to evaluate if the this
rule applies to the active message.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<!-- empty content -->
<xsd:attribute name="select" type="hs:selectType" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies an xpath expression used to determine if this rule applies
to the active message. Because rules only apply to messages, this statement must
be scoped to the message element:

Legal examples:
"./importance = 'high'"
"./from/email = 'someone@microsoft.com' and contains(./subject/full, 'hello')"

Illegal examples:
"/myInbox/message[./importance = 'high']"
"/myInbox/folder"
"/myInbox/rule"
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 1/1)
select
Type:
Use:
required
Defined:
locally within (this) condition element
This attribute specifies an xpath expression used to determine if this rule applies to the active message. Because rules only apply to messages, this statement must be scoped to the message element: Legal examples: "./importance = 'high'" "./from/email = 'someone@microsoft.com' and contains(./subject/full, 'hello')" Illegal examples: "/myInbox/message[./importance = 'high']" "/myInbox/folder" "/myInbox/rule"
XML Source (see within schema source)
<xsd:attribute name="select" type="hs:selectType" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies an xpath expression used to determine if this rule applies
to the active message. Because rules only apply to messages, this statement must
be scoped to the message element:

Legal examples:
"./importance = 'high'"
"./from/email = 'someone@microsoft.com' and contains(./subject/full, 'hello')"

Illegal examples:
"/myInbox/message[./importance = 'high']"
"/myInbox/folder"
"/myInbox/rule"
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>