Definition Type: Attribute
Name: includenamespaceprefixes
Namespace: http://www.w3.org/2002/xforms
Type: :http://www.w3.org/2002/xforms
Containing Schema: XForms-Schema.xsd
ContentType List
Use Optional
Collapse XSD Schema Diagram:
XSD Diagram of includenamespaceprefixes in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xsd:attribute name="includenamespaceprefixes" use="optional">
    <xsd:simpleType>
        <xsd:list>
            <xsd:simpleType>
                <xsd:union>
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:NCName" />
                    </xsd:simpleType>
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:enumeration value="#default" />
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:union>
            </xsd:simpleType>
        </xsd:list>
    </xsd:simpleType>
</xsd:attribute>