meta

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of xs:NMTOKEN required

Used By

Element head

Source

<xs:element name="meta">
  <xs:complexType mixed="true">
    <xs:attribute name="type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="lang"/>
          <xs:enumeration value="view"/>
          <xs:enumeration value="genre"/>
          <xs:enumeration value="tense"/>
          <xs:enumeration value="title"/>
          <xs:enumeration value="voice"/>
          <xs:enumeration value="author"/>
          <xs:enumeration value="publisher"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample