| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.w3.org/1999/xhtml | ||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="script"> <xs:annotation> <xs:documentation> script statements, which may include CDATA sections </xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="charset" type="Charset"/> <xs:attribute name="type" type="ContentType" use="required"/> <xs:attribute name="src" type="URI"/> <xs:attribute name="defer"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="defer"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute ref="xml:space" fixed="preserve"/> </xs:complexType> </xs:element> |
| type | xs:ID | ||
| properties |
|
||
| source | <xs:attribute name="id" type="xs:ID"/> |
| type | Charset | ||
| properties |
|
||
| source | <xs:attribute name="charset" type="Charset"/> |
| type | ContentType | ||||
| properties |
|
||||
| source | <xs:attribute name="type" type="ContentType" use="required"/> |
| type | URI | ||
| properties |
|
||
| source | <xs:attribute name="src" type="URI"/> |
| type | restriction of xs:token | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:attribute name="defer"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="defer"/> </xs:restriction> </xs:simpleType> </xs:attribute> |