Namespace: |
|
Content: |
5+any attributes |
Defined: |
globally in common-attribs.xsd, see XML source |
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} | |||
...> |
<xs:attributeGroup name="Common.attrib"> <!-- allow attributes from foreign namespaces, and don't check them --> <xs:anyAttribute namespace="##other" processContents="skip"/> </xs:attributeGroup> |
Type: |
xs:NMTOKENS, predefined |
Use: |
optional |
<xs:attribute name="class" type="xs:NMTOKENS"/> |
Type: |
xs:ID, predefined |
Use: |
optional |
<xs:attribute name="id" type="xs:ID"/> |
Type: |
xs:string, predefined |
Use: |
optional |
<xs:attribute name="style" type="xs:string"/> |
Type: |
anyURI, predefined |
Use: |
optional |
<xs:attribute ref="xlink:href"/> |
Type: |
xs:IDREF, predefined |
Use: |
optional |
<xs:attribute name="xref" type="xs:IDREF"/> |
<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 |