inline.forms

Element Group Information

Model

Used By

Complex Types a.content, pre.content
Elements a, pre
Element Group inline

Source

<xs:group name="inline.forms">
  <xs:choice>
    <xs:element ref="input"/>
    <xs:element ref="select"/>
    <xs:element ref="textarea"/>
    <xs:element ref="label"/>
    <xs:element ref="button"/>
  </xs:choice>
</xs:group>