element <xs:keyref> (global)
Namespace:
Type:
anonymous complexType (extension of xs:keybase)
Content:
complex, 3 attributes, attr. wildcard, 3 elements
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<xs:keyref
   
 = 
xs:ID
 = 
xs:NCName
 = 
xs:QName
    {any attribute with non-schema namespace}
    >
   
Content: 
xs:annotation?, xs:selector, xs:field+
</xs:keyref>
Included in content model of elements (3):
xs:element, xs:element (type xs:narrowMaxMin)
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-keyref
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:keybase (extension)
              complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="keyref" name="keyref">
<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>
Attribute Detail (all declarations; defined within this component only; 1/4)
refer
Type:
Use:
required
XML Source (see within schema source)
<xs:attribute name="refer" type="xs:QName" use="required"/>

XML schema documentation generated with DocFlex/XML RE 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.