CheckBox Complex Type

The CheckBox complex type is a check box display element. Must be associated with a BooleanElement when defined in the <elements> PolicyDefinition element.

<xs:complexType name="CheckBox">
    <xs:simpleContent>
        <xs:extension
            base="DataElementContent"
        >
            <xs:attribute name="defaultChecked"
                type="boolean"
                default="false"
             />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>

Attributes

Name Type Description
defaultChecked boolean

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013