Share via


SupportedOrCondition Complex Type

The SupportedOrCondition complex type is a group of supported components where at least one must be true for the policy definition to be supported.

<xs:complexType name="SupportedOrCondition">
    <xs:sequence>
        <xs:choice
            minOccurs="1"
            maxOccurs="unbounded"
        >
            <xs:element name="range"
                type="SupportedOnRange"
             />
            <xs:element name="reference"
                type="SupportedOnReference"
             />
        </xs:choice>
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
range SupportedOnRange
reference SupportedOnReference

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013