| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.w3.org/1999/xhtml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="input"> <xs:annotation> <xs:documentation> form control </xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="attrs"/> <xs:attributeGroup ref="focus"/> <xs:attribute name="type" type="InputType" default="text"/> <xs:attribute name="name"> <xs:annotation> <xs:documentation> the name attribute is required for all but submit & reset </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="value"/> <xs:attribute name="checked"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="checked"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="disabled"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="disabled"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="readonly"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="readonly"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="size"/> <xs:attribute name="maxlength" type="Number"/> <xs:attribute name="src" type="URI"/> <xs:attribute name="alt"/> <xs:attribute name="usemap" type="URI"/> <xs:attribute name="onselect" type="Script"/> <xs:attribute name="onchange" type="Script"/> <xs:attribute name="accept" type="ContentTypes"/> </xs:complexType> </xs:element> |
| type | InputType | |||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||
| source | <xs:attribute name="type" type="InputType" default="text"/> |
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="name"> <xs:annotation> <xs:documentation> the name attribute is required for all but submit & reset </xs:documentation> </xs:annotation> </xs:attribute> |
| properties |
|
||
| source | <xs:attribute name="value"/> |
| type | restriction of xs:token | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:attribute name="checked"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="checked"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
| type | restriction of xs:token | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:attribute name="disabled"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="disabled"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
| type | restriction of xs:token | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:attribute name="readonly"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="readonly"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
| properties |
|
||
| source | <xs:attribute name="size"/> |
| type | Number | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:attribute name="maxlength" type="Number"/> |
| type | URI | ||
| properties |
|
||
| source | <xs:attribute name="src" type="URI"/> |
| properties |
|
||
| source | <xs:attribute name="alt"/> |
| type | URI | ||
| properties |
|
||
| source | <xs:attribute name="usemap" type="URI"/> |
| type | Script | ||
| properties |
|
||
| source | <xs:attribute name="onselect" type="Script"/> |
| type | Script | ||
| properties |
|
||
| source | <xs:attribute name="onchange" type="Script"/> |
| type | ContentTypes | ||
| properties |
|
||
| source | <xs:attribute name="accept" type="ContentTypes"/> |