xhtml.select.content

Element Group Information

Model

Children: optgroup, option

Used By

Complex Type xhtml.select.type

Source

<xs:group name="xhtml.select.content">
  <xs:sequence>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="optgroup" type="xhtml.optgroup.type"/>
      <xs:element name="option" type="xhtml.option.type"/>
    </xs:choice>
  </xs:sequence>
</xs:group>