Schema Central  >  XHTML 1.0 Strict  >  xhtml1-strict.xsd  >  script
Advanced search

Recommended Reading:

Definitive XML Schema

 

script

      script statements, which may include CDATA sections
      

Element information

Namespace: http://www.w3.org/1999/xhtml

Schema document: xhtml1-strict.xsd

Type: Anonymous

Properties: Global, Qualified

Content

  • Any text (mixed) content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:ID
charset [0..1]Charset
type [1..1]ContentType
src [0..1]URI
defer [0..1]Anonymous
xml:space [0..1]Anonymousdenotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited.Fixed value is "preserve".

Used in

Sample instance

<script> <--any elements or text--> </script>