QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
filter-method | xs:string | optional | ||||
filter-src | restriction of xs:string | optional |
<xs:attributeGroup name="filter-atts"> <xs:attribute name="filter-method" type="xs:string" use="optional"/> <!-- AVT --> <xs:attribute name="filter-src" use="optional"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="url\([ ]*'[^']+'[ ]*\)"/> <xs:pattern value="url\([ ]*"[^"]+"[ ]*\)"/> <xs:pattern value="url\([ ]*[^"']+[ ]*\)"/> <xs:pattern value="buffer\([ ]*.+[ ]*\)"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |