attributeGroup "Common.attrib"
Namespace:
Content:
5+any attributes
Defined:
Includes:
definitions of 5+any attributes
Used:
at 93 locations
XML Representation Summary
<...
    class
 = 
xs:NMTOKENS
    id
 = 
xs:ID
    style
 = 
xs:string
    xlink:href
 = 
anyURI
    xref
 = 
xs:IDREF
    {any attribute with non-schema namespace}
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="Common.attrib">
<xs:attribute name="class" type="xs:NMTOKENS"/>
<xs:attribute name="style" type="xs:string"/>
<xs:attribute name="xref" type="xs:IDREF"/>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute ref="xlink:href"/>
<!-- allow attributes from foreign namespaces, and don't check them -->
<xs:anyAttribute namespace="##other" processContents="skip"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 6/6)
class
Type:
xs:NMTOKENS, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="class" type="xs:NMTOKENS"/>

id
Type:
xs:ID, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

style
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="style" type="xs:string"/>

xlink:href
Type:
anyURI, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xlink:href"/>

xref
Type:
xs:IDREF, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="xref" type="xs:IDREF"/>

{any attribute with non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="skip"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set