BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.w3.org/1999/xhtml-netuix-modified/1.0.0
element script

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

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

</script>


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

Attribute Detail

charset

Type:
Charset
Use:
optional
Form:
unqualified

defer

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

htmlId

Type:
xs:ID
Use:
optional
Form:
unqualified

space

Type:
based on
with :
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="htmlId" 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 fixed="preserve" ref="xml:space"/>
</xs:complexType>
</xs:element>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation