headerCT

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
TEIform teiHeader optional
canonical xs:boolean false optional

Used By

Source

<xs:complexType name="headerCT">
  <xs:sequence>
    <xs:element name="revisionDesc" type="revisionDescCT" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="work" type="workCT" maxOccurs="unbounded"/>
    <xs:element name="workPrefix" type="workPrefixCT" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="TEIform" fixed="teiHeader"/>
  <xs:attribute name="canonical" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>