XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element script

Documentation
      script statements, which may include CDATA sections
      

Model
<script
  charset = Charset
  defer = <TODO local simpleType in attribute>
  id = xs:ID
  space = <TODO local simpleType in attribute> : preserve
  src = URI
  type = ContentType>

</script>


Attribute Summary
 Charsetcharset
          
 <TODO local simpleType in attribute>defer
          
 xs:IDid
          
 <TODO local simpleType in attribute>space
          
 URIsrc
          
 ContentTypetype
          

Attribute Detail

charset

Charset charset


defer

<TODO local simpleType in attribute> defer


id

xs:ID id


space

<TODO local simpleType in attribute> space

Default: preserve

src

URI src


type

ContentType type


Source
<xs:element name="script">
<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"/>
</xs:complexType>
</xs:element>

XHTML 1.0 (Second Edition) Strict

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.