PolicyElements Complex Type

The PolicyElements complex type are the types of optional parameters defined in a policy setting. The number and type of PolicyElements must match the policy presentation elements.

<xs:complexType name="PolicyElements">
    <xs:choice
        minOccurs="1"
        maxOccurs="unbounded"
    >
        <xs:element name="boolean"
            type="BooleanElement"
         />
        <xs:element name="decimal"
            type="DecimalElement"
         />
        <xs:element name="text"
            type="TextElement"
         />
        <xs:element name="enum"
            type="EnumerationElement"
         />
        <xs:element name="list"
            type="ListElement"
         />
    </xs:choice>
</xs:complexType>

Child elements

Element Type Description
boolean BooleanElement
decimal DecimalElement
enum EnumerationElement
list ListElement
text TextElement

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013