Complex Type | xhtml.select.type |
<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> |