<xs:element name="label">
<xs:annotation>
<xs:documentation>
Each label must not contain more than ONE field
Label elements shouldn't be nested.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="Inline">
<xs:attributeGroup ref="attrs" />
<xs:attribute name="for" type="xs:IDREF" />
<xs:attribute name="accesskey" type="Character" />
<xs:attribute name="onfocus" type="Script" />
<xs:attribute name="onblur" type="Script" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|