This type is used for all attributes that allow an attribute value template. The general rules for the syntax of attribute value templates, and the specific rules for each such attribute, are described in the XSLT 2.0 Recommendation. |
<xs:simpleType name="avt"> <xs:annotation> <xs:documentation>This type is used for all attributes that allow an attribute value template. The general rules for the syntax of attribute value templates, and the specific rules for each such attribute, are described in the XSLT 2.0 Recommendation.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"/> </xs:simpleType> |