Definition Type: Element
Name: keyref
Namespace: http://www.w3.org/2001/XMLSchema
Type: xs: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 XML Schema Definition Language)
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 xs:annotation 0 (1)
selector xs:selector (1) (1)
field xs:field 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id xs:id (Optional)
name xs:name Required
refer xs:refer Required
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: