Definition Type: AttributeGroup
Name: defRef
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Documentation:
for element, group and attributeGroup, which both define and reference
Collapse XSD Schema Diagram:
Drilldown into ref in schema xmlschema_xsd Drilldown into name in schema xmlschema_xsdXSD Diagram of defRef in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:attributeGroup name="defRef">
    <xs:annotation>
        <xs:documentation>
   for element, group and attributeGroup,
   which both define and reference</xs:documentation>
    </xs:annotation>
    <xs:attribute name="name" type="xs:NCName" />
    <xs:attribute name="ref" type="xs:QName" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
name xs:name (Optional)
ref xs:ref (Optional)