xhtml.param.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
name CDATA required
type ContentType optional
value CDATA optional
valuetype restriction of xs:NMTOKEN data optional

Used By

Complex Type xhtml.param.type

Source

<xs:attributeGroup name="xhtml.param.attlist">
  <xs:attributeGroup ref="xhtml.id"/>
  <xs:attribute name="name" type="xh11d:CDATA" use="required"/>
  <xs:attribute name="value" type="xh11d:CDATA"/>
  <xs:attribute name="valuetype" default="data">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="data"/>
        <xs:enumeration value="ref"/>
        <xs:enumeration value="object"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="type" type="xh11d:ContentType"/>
</xs:attributeGroup>