attlist.SCRIPT

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
charset optional
defer restriction of xs:token optional
event optional
for optional
src optional
type required

Used By

Element SCRIPT

Source

<xs:attributeGroup name="attlist.SCRIPT">
  <xs:attribute name="charset"/>
  <xs:attribute name="type" use="required"/>
  <xs:attribute name="src"/>
  <xs:attribute name="defer">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="defer"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="event"/>
  <xs:attribute name="for"/>
</xs:attributeGroup>