Definition Type: Element
Name: keyref
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:keybase
Containing Schema: XMLSchema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into field in schema xmlschema_xsd Drilldown into selector in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into openAttrs in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into annotated in schema xmlschema_xsd Drilldown into name in schema xmlschema_xsd Drilldown into keybase in schema xmlschema_xsd Drilldown into refer in schema xmlschema_xsdXSD Diagram of keyref in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:element name="keyref" id="keyref">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-keyref" />
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="xs:keybase">
                <xs:attribute name="refer" type="xs:QName" use="required" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
selector xsd:selector (1) (1)
field xsd:field 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
name xsd:name Required
refer xsd:refer Required
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: