2.2.4.5 tHeader

Header part of SMIL.

 <xs:complexType name="tHeader">
     <xs:sequence>
         <xs:element name="meta" type="tns:tMeta" minOccurs="0" />
         <xs:element name="layout" type="tns:tLayout" />
     </xs:sequence>
 </xs:complexType>

meta: Metadata indicating the author of the SMIL; MUST be an XML fragment that conforms to the XML schema of the tMeta complex type.

layout: Layout part of SMIL; MUST be an XML fragment that conforms to the XML schema of the tLayout complex type.