xhtml\xhtml1-strict.xsd

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

Documentation
      script statements, which may include CDATA sections
      
Properties
This component is not nillable.

Model
<script
  charset = Charset
  defer = xs:token
  id = xs:ID
  space = xs:NCName : preserve
  src = URI
  type = ContentType>

</script>


Attribute Summary
 Charsetcharset
          
 xs:tokendefer
          
 xs:IDid
          
 xs:NCNamespace
          
 URIsrc
          
 ContentTypetype
          

Attribute Detail

charset

Type:
Charset
Use:
optional
Form:
unqualified

defer

Type:
based on
with :
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

space

Type:
based on
with :
Default:
preserve
Use:
optional
Form:
unqualified

src

Type:
URI
Use:
optional
Form:
unqualified

type

Type:
ContentType
Use:
required
Form:
unqualified

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\xhtml1-strict.xsd

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe
hosted at