Definition Type Element
Name exclude-value
Type boolean
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation Flag indicating that any value associated with this field/button should be excluded from the expression.

This is especially useful for items that do not actually have any particular value (like buttons) or fields that contain something that will not actually be used in the expression.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" default="false" name="exclude-value" type="xs:boolean" >
  <xs:annotation>
    <xs:documentation>Flag indicating that any value associated with this field/button should be excluded from the expression.

This is especially useful for items that do not actually have any particular value (like buttons) or fields that contain something that will not actually be used in the expression.
</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
exclude-value
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd