<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> |