xhtml.head.content

Element Group Information

Model

(script | style | meta | link | object | ()) , ((title , (script | style | meta | link | object | ()) , base , (script | style | meta | link | object | ())) | (base , (script | style | meta | link | object | ()) , title , (script | style | meta | link | object | ())))

Used By

Complex Type xhtml.head.type

Source

<xs:group name="xhtml.head.content">
  <xs:sequence>
    <xs:group ref="xhtml.HeadOpts.mix" minOccurs="0" maxOccurs="unbounded"/>
    <xs:choice>
      <xs:sequence>
        <xs:element name="title" minOccurs="1" maxOccurs="1" type="xhtml.title.type"/>
        <xs:group ref="xhtml.HeadOpts.mix" minOccurs="0" maxOccurs="unbounded"/>
        <xs:sequence minOccurs="0">
          <xs:element name="base" type="xhtml.base.type"/>
          <xs:group ref="xhtml.HeadOpts.mix" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:sequence>
      <xs:sequence>
        <xs:element name="base" type="xhtml.base.type" minOccurs="1" maxOccurs="1"/>
        <xs:group ref="xhtml.HeadOpts.mix" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="title" minOccurs="1" maxOccurs="1" type="xhtml.title.type"/>
        <xs:group ref="xhtml.HeadOpts.mix" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:choice>
  </xs:sequence>
</xs:group>