BooleanElement Complex Type

The BooleanElement complex type describes a choice element in a policy with associated values for the true and false cases.

<xs:complexType name="BooleanElement">
    <xs:sequence>
        <xs:element name="trueValue"
            type="Value"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="falseValue"
            type="Value"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="trueList"
            type="ValueList"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="falseList"
            type="ValueList"
            minOccurs="0"
            maxOccurs="1"
         />
    </xs:sequence>
    <xs:attributeGroup
        ref="PolicyElementAttributeGroup"
     />
</xs:complexType>

Child elements

Element Type Description
falseList ValueList
falseValue Value
trueList ValueList
trueValue Value

Attribute groups

Name Description
PolicyElementAttributeGroup

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013