Each label must not contain more than ONE field Label elements shouldn't be nested. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
accesskey | Character | optional | |||||
class | xs:NMTOKENS | optional | |||||
dir | restriction of xs:token | optional | |||||
for | xs:IDREF | optional | |||||
id | xs:ID | optional | |||||
lang | LanguageCode | optional | |||||
onblur | Script | optional | |||||
onclick | Script | optional | |||||
ondblclick | Script | optional | |||||
onfocus | Script | optional | |||||
onkeydown | Script | optional | |||||
onkeypress | Script | optional | |||||
onkeyup | Script | optional | |||||
onmousedown | Script | optional | |||||
onmousemove | Script | optional | |||||
onmouseout | Script | optional | |||||
onmouseover | Script | optional | |||||
onmouseup | Script | optional | |||||
style | StyleSheet | optional | |||||
title | Text | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element Group | inline.forms |
<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> |