A list of QNames. Used in the [xsl:]use-attribute-sets attribute of various elements, and in the cdata-section-elements attribute of xsl:output |
<xs:simpleType name="QNames"> <xs:annotation> <xs:documentation>A list of QNames. Used in the [xsl:]use-attribute-sets attribute of various elements, and in the cdata-section-elements attribute of xsl:output</xs:documentation> </xs:annotation> <xs:list itemType="xsl:QName"/> </xs:simpleType> |