<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> |