attlist.ExcludeModifier

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
code xs:NMTOKEN required
The attribute code references the code of the excluded Modifier.
variants xs:IDREFS optional
The attribute variants defines the list of variants in which this ExcludeModifier element is valid. When the attribute is absent this ExcludeModifier element is valid in all variants.

Used By

Element ExcludeModifier

Source

<xs:attributeGroup name="attlist.ExcludeModifier">
  <xs:attribute name="code" use="required" type="xs:NMTOKEN">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute code references the code of the excluded Modifier.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="variants" type="xs:IDREFS">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute variants defines the list of variants in which this ExcludeModifier element is valid. When the attribute is absent this ExcludeModifier element is valid in all variants.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>