Definition Type: SimpleType
Name: QNameButNotNCNAME
Namespace: http://www.w3.org/2002/xforms
Containing Schema: XForms-Schema.xsd
Collapse XSD Schema Diagram:
XSD Diagram of QNameButNotNCNAME in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xsd:simpleType name="QNameButNotNCNAME">
    <xsd:restriction base="xsd:QName">
        <xsd:pattern value="[^:]+:[^:]+" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [^:]+:[^:]+