Share via


SupportedAndCondition Complex Type

The SupportedAndCondition complex type is a group of supported components that must all be true for the policy definition to be supported.

<xs:complexType name="SupportedAndCondition">
    <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