TextBox Complex Type

The TextBox complex type is a text box display element. Must be associated with a TextElement when defined in the <elements> PolicyDefinition element.

<xs:complexType name="TextBox">
    <xs:complexContent>
        <xs:extension
            base="DataElement"
        >
            <xs:sequence>
                <xs:element name="label"
                    type="string"
                 />
                <xs:element name="defaultValue"
                    type="string"
                    minOccurs="0"
                    maxOccurs="1"
                 />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

Child elements

Element Type Description
defaultValue string
label string

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013