PolicyList Complex Type

The PolicyList complex type is a grouping of one or more policy setting definitions.

<xs:complexType name="PolicyList">
    <xs:sequence
        minOccurs="1"
        maxOccurs="unbounded"
    >
        <xs:element name="policy"
            type="PolicyDefinition"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
policy PolicyDefinition

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013