attlist.Meta

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
name required
The attribute name defines the name for the meta information.
value required
The attribute value defines the contents of the meta information.
variants xs:IDREFS optional
The attribute variants defines the variants in which this Meta element is valid. When the attribute is absent the Meta element is valid in all variants.

Used By

Element Meta

Source

<xs:attributeGroup name="attlist.Meta">
  <xs:attribute name="name" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute name defines the name for the meta information.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="value" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute value defines the contents of the meta information.</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 variants in which this Meta element is valid. When the attribute is absent the Meta element is valid in all variants.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>