http://maven.apache.org/FML/1.0.1
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
  language = anySimpleType
  space = xs:NCName
  src = URI
  type = ContentType>

</script>


Attribute Summary
 Charsetcharset
          
 xs:tokendefer
          
 xs:IDid
          
 anySimpleTypelanguage
          
 xs:NCNamespace
          

space (as an attribute name)

denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited.

 
 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

language

Type:
anySimpleType
Use:
optional
Form:
unqualified

space

space (as an attribute name) denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.

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="id" type="xs:ID"/>
<xs:attribute name="charset" type="Charset"/>
<xs:attribute name="type" type="ContentType" use="required"/>
<xs:attribute name="language"/>
<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>


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