footnote

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
actuate restriction of xs:token optional
altrender xs:token optional
audience restriction of xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
localtype xs:token optional
script xs:NMTOKEN optional
show restriction of xs:token optional

Used By

Source

<xs:complexType name="footnote">
  <xs:group maxOccurs="unbounded" ref="m.blocks"/>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="localtype" type="xs:token"/>
  <xs:attribute name="show">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="new"/>
        <xs:enumeration value="replace"/>
        <xs:enumeration value="embed"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="actuate">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="onload"/>
        <xs:enumeration value="onrequest"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>