Definition Type: Attribute
Name: replace
Namespace: http://www.w3.org/2002/xforms
Type: <Simple Type Union>:http://www.w3.org/2001/XMLSchema
Containing Schema: XForms-Schema.xsd
ContentType Union
Default all
Use Optional
Collapse XSD Schema Diagram:
XSD Diagram of replace in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xsd:attribute name="replace" use="optional" default="all">
    <xsd:simpleType>
        <xsd:union memberTypes="xforms:QNameButNotNCNAME">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="all" />
                    <xsd:enumeration value="instance" />
                    <xsd:enumeration value="none" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
</xsd:attribute>