Meta

The element Meta shall be used to define meta information about a class or the classification. The element Meta has no contents. EXAMPLE<Meta name="CSS" value="icd10.css"/>

Element Information

Model

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

Source

<xs:element name="Meta">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Meta shall be used to define meta information about a class or the classification. The element Meta has no contents. EXAMPLE
      <Meta name="CSS" value="icd10.css"/>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="attlist.Meta"/>
  </xs:complexType>
</xs:element>

Sample