Lines Matching defs:attruse
2964 const xmlSchemaAttributeUsePtr attruse,
2975 WXS_BASIC_CAST attruse, NULL));
13932 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse,
13942 if (attruse->defValue != NULL) {
13943 *value = attruse->defValue;
13945 *val = attruse->defVal;
13946 if (attruse->flags & XML_SCHEMA_ATTR_USE_FIXED)
13949 } else if ((attruse->attrDecl != NULL) &&
13950 (attruse->attrDecl->defValue != NULL)) {
13951 *value = attruse->attrDecl->defValue;
13953 *val = attruse->attrDecl->defVal;
13954 if (attruse->attrDecl->flags & XML_SCHEMAS_ATTR_FIXED)