xhtml.script.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
charset Charset optional
defer restriction of xs:NMTOKEN optional
id xs:ID optional
src URI optional
type ContentType required

Used By

Complex Type xhtml.script.type

Source

<xs:attributeGroup name="xhtml.script.attlist">
  <xs:attributeGroup ref="xhtml.id"/>
  <xs:attribute name="charset" type="xh11d:Charset"/>
  <xs:attribute name="type" type="xh11d:ContentType" use="required"/>
  <xs:attribute name="src" type="xh11d:URI"/>
  <xs:attribute name="defer">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="defer"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>