The Exists element specifies a search expression that determines whether the specified property exists on an item. The Exists element evaluates to true if the specified property exists on the item.
<xs:element name="Exists"
type="t:ExistsType"
substitutionGroup="t:SearchExpression"
/>