Lines Matching refs:BAD_CAST

1121 	    return(BAD_CAST "simple type definition");
1123 return(BAD_CAST "simple type definition");
1125 return(BAD_CAST "complex type definition");
1127 return(BAD_CAST "element declaration");
1129 return(BAD_CAST "attribute use");
1131 return(BAD_CAST "attribute declaration");
1133 return(BAD_CAST "model group definition");
1135 return(BAD_CAST "attribute group definition");
1137 return(BAD_CAST "notation declaration");
1139 return(BAD_CAST "model group (sequence)");
1141 return(BAD_CAST "model group (choice)");
1143 return(BAD_CAST "model group (all)");
1145 return(BAD_CAST "particle");
1147 return(BAD_CAST "unique identity-constraint");
1148 /* return(BAD_CAST "IDC (unique)"); */
1150 return(BAD_CAST "key identity-constraint");
1151 /* return(BAD_CAST "IDC (key)"); */
1153 return(BAD_CAST "keyref identity-constraint");
1154 /* return(BAD_CAST "IDC (keyref)"); */
1156 return(BAD_CAST "wildcard (any)");
1158 return(BAD_CAST "[helper component] QName reference");
1160 return(BAD_CAST "[helper component] attribute use prohibition");
1162 return(BAD_CAST "Not a schema component");
1178 return(BAD_CAST "complex type definition");
1180 return(BAD_CAST "simple type definition");
1298 *buf = xmlStrdup(BAD_CAST "{");
1300 *buf = xmlStrcat(*buf, BAD_CAST "}");
1307 *buf = xmlStrcat(*buf, BAD_CAST "(NULL)");
1387 return (BAD_CAST "http://www.w3.org/2001/XMLSchema");
1432 *buf = xmlStrcat(*buf, BAD_CAST " '");
1435 *buf = xmlStrcat(*buf, BAD_CAST "'");
1458 return (BAD_CAST "skip");
1460 return (BAD_CAST "lax");
1462 return (BAD_CAST "strict");
1464 return (BAD_CAST "invalid process contents");
1522 *retValue = xmlStrdup(BAD_CAST "");
1527 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " ");
1591 *buf = xmlStrdup(BAD_CAST "atomic type 'xs:");
1593 *buf = xmlStrdup(BAD_CAST "list type 'xs:");
1595 *buf = xmlStrdup(BAD_CAST "union type 'xs:");
1597 *buf = xmlStrdup(BAD_CAST "simple type 'xs:");
1599 *buf = xmlStrcat(*buf, BAD_CAST "'");
1606 *buf = xmlStrdup(BAD_CAST"");
1608 *buf = xmlStrdup(BAD_CAST "local ");
1611 *buf = xmlStrcat(*buf, BAD_CAST "atomic type");
1613 *buf = xmlStrcat(*buf, BAD_CAST "list type");
1615 *buf = xmlStrcat(*buf, BAD_CAST "union type");
1617 *buf = xmlStrcat(*buf, BAD_CAST "simple type");
1619 *buf = xmlStrcat(*buf, BAD_CAST " '");
1621 *buf = xmlStrcat(*buf, BAD_CAST "'");
1629 *buf = xmlStrdup(BAD_CAST "");
1631 *buf = xmlStrdup(BAD_CAST "local ");
1632 *buf = xmlStrcat(*buf, BAD_CAST "complex type");
1634 *buf = xmlStrcat(*buf, BAD_CAST " '");
1636 *buf = xmlStrcat(*buf, BAD_CAST "'");
1644 *buf = xmlStrdup(BAD_CAST "attribute use ");
1646 *buf = xmlStrcat(*buf, BAD_CAST "'");
1650 *buf = xmlStrcat(*buf, BAD_CAST "'");
1652 *buf = xmlStrcat(*buf, BAD_CAST "(unknown)");
1660 *buf = xmlStrdup(BAD_CAST "attribute decl.");
1661 *buf = xmlStrcat(*buf, BAD_CAST " '");
1665 *buf = xmlStrcat(*buf, BAD_CAST "'");
1675 *buf = xmlStrdup(BAD_CAST "element decl.");
1676 *buf = xmlStrcat(*buf, BAD_CAST " '");
1679 *buf = xmlStrcat(*buf, BAD_CAST "'");
1686 *buf = xmlStrdup(BAD_CAST "unique '");
1688 *buf = xmlStrdup(BAD_CAST "key '");
1690 *buf = xmlStrdup(BAD_CAST "keyRef '");
1692 *buf = xmlStrcat(*buf, BAD_CAST "'");
1698 *buf = xmlStrcat(*buf, BAD_CAST " wildcard");
1712 *buf = xmlStrdup(BAD_CAST "facet '");
1714 *buf = xmlStrcat(*buf, BAD_CAST "'");
1717 *buf = xmlStrdup(BAD_CAST "model group def.");
1718 *buf = xmlStrcat(*buf, BAD_CAST " '");
1720 *buf = xmlStrcat(*buf, BAD_CAST "'");
1732 *buf = xmlStrcat(*buf, BAD_CAST " '");
1734 *buf = xmlStrcat(*buf, BAD_CAST "'");
1750 *buf = xmlStrdup(BAD_CAST "Element '");
1757 *buf = xmlStrcat(*buf, BAD_CAST "'");
1761 *buf = xmlStrcat(*buf, BAD_CAST ", attribute '");
1768 *buf = xmlStrcat(*buf, BAD_CAST "'");
1818 *buf = xmlStrdup(BAD_CAST "'");
1820 *buf = xmlStrcat(*buf, BAD_CAST ", '");
1821 *buf = xmlStrcat(*buf, BAD_CAST value);
1822 *buf = xmlStrcat(*buf, BAD_CAST "'");
2184 *msg = xmlStrdup(BAD_CAST "");
2194 *msg = xmlStrdup(BAD_CAST "Element '");
2202 *msg = xmlStrcat(*msg, BAD_CAST "', ");
2203 *msg = xmlStrcat(*msg, BAD_CAST "attribute '");
2205 *msg = xmlStrdup(BAD_CAST "Element '");
2214 *msg = xmlStrcat(*msg, BAD_CAST "': ");
2224 *msg = xmlStrdup(BAD_CAST "Element '");
2228 *msg = xmlStrcat(*msg, BAD_CAST "', ");
2229 *msg = xmlStrcat(*msg, BAD_CAST "attribute '");
2231 *msg = xmlStrdup(BAD_CAST "Element '");
2236 *msg = xmlStrcat(*msg, BAD_CAST "': ");
2242 *msg = xmlStrdup(BAD_CAST "");
2253 *msg = xmlStrcat(*msg, BAD_CAST " [");
2257 *msg = xmlStrcat(*msg, BAD_CAST "]");
2274 msg = xmlStrdup(BAD_CAST "Internal error: ");
2275 msg = xmlStrcat(msg, BAD_CAST funcName);
2276 msg = xmlStrcat(msg, BAD_CAST ", ");
2277 msg = xmlStrcat(msg, BAD_CAST message);
2278 msg = xmlStrcat(msg, BAD_CAST ".\n");
2327 msg = xmlStrcat(msg, BAD_CAST ": ");
2331 msg = xmlStrcat(msg, BAD_CAST ".\n");
2366 msg = xmlStrcat(msg, BAD_CAST ".\n");
2388 msg = xmlStrdup(BAD_CAST "Element '%s': ");
2390 msg = xmlStrcat(msg, BAD_CAST ".\n");
2455 msg = xmlStrcat(msg, BAD_CAST "'%s' is not a valid value of ");
2457 msg = xmlStrcat(msg, BAD_CAST "The character content is not a valid "
2461 msg = xmlStrcat(msg, BAD_CAST "the local ");
2463 msg = xmlStrcat(msg, BAD_CAST "the ");
2466 msg = xmlStrcat(msg, BAD_CAST "atomic type");
2468 msg = xmlStrcat(msg, BAD_CAST "list type");
2470 msg = xmlStrcat(msg, BAD_CAST "union type");
2474 msg = xmlStrcat(msg, BAD_CAST " '");
2476 msg = xmlStrcat(msg, BAD_CAST "xs:");
2482 msg = xmlStrcat(msg, BAD_CAST "'");
2485 msg = xmlStrcat(msg, BAD_CAST ".\n");
2518 msg = xmlStrcat(msg, BAD_CAST "The attribute '%s' is not allowed.\n");
2543 msg = xmlStrcat(msg, BAD_CAST ".");
2551 str = xmlStrdup(BAD_CAST " Expected is one of ( ");
2553 str = xmlStrdup(BAD_CAST " Expected is ( ");
2563 str = xmlStrcat(str, BAD_CAST "##other");
2572 localName = xmlStrdup(BAD_CAST "*");
2577 localName = xmlStrncat(localName, BAD_CAST cur, end - cur);
2591 nsName = xmlStrdup(BAD_CAST "{*}");
2597 nsName = xmlStrdup(BAD_CAST "{##other:");
2599 nsName = xmlStrdup(BAD_CAST "{");
2601 nsName = xmlStrncat(nsName, BAD_CAST cur, end - cur);
2602 nsName = xmlStrcat(nsName, BAD_CAST "}");
2604 str = xmlStrcat(str, BAD_CAST nsName);
2611 str = xmlStrcat(str, BAD_CAST localName);
2615 str = xmlStrcat(str, BAD_CAST ", ");
2617 str = xmlStrcat(str, BAD_CAST " ).\n");
2618 msg = xmlStrcat(msg, BAD_CAST str);
2621 msg = xmlStrcat(msg, BAD_CAST "\n");
2651 msg = xmlStrcat(msg, BAD_CAST "[");
2652 msg = xmlStrcat(msg, BAD_CAST "facet '");
2654 msg = xmlStrcat(msg, BAD_CAST "'] ");
2669 msg = xmlStrcat(msg, BAD_CAST "The value '%s' has a length of '%s'; ");
2671 msg = xmlStrcat(msg, BAD_CAST "The value has a length of '%s'; ");
2678 BAD_CAST "this differs from the allowed length of '%s'.\n");
2681 BAD_CAST "this exceeds the allowed maximum length of '%s'.\n");
2684 BAD_CAST "this underruns the allowed minimum length of '%s'.\n");
2694 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is not an element "
2699 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is not accepted "
2704 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is less than the "
2709 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is greater than the "
2714 msg = xmlStrcat(msg, BAD_CAST "The value '%s' must be greater than "
2719 msg = xmlStrcat(msg, BAD_CAST "The value '%s' must be less than "
2724 msg = xmlStrcat(msg, BAD_CAST "The value '%s' has more "
2729 msg = xmlStrcat(msg, BAD_CAST "The value '%s' has more fractional "
2734 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is not facet-valid.\n");
2737 msg = xmlStrcat(msg, BAD_CAST "The value is not facet-valid.\n");
2742 msg = xmlStrcat(msg, BAD_CAST ".\n");
2785 xmlSchemaPErr(ctxt, ownerElem, error, "%s: %s.\n", BAD_CAST des, BAD_CAST message);
2789 BAD_CAST des, BAD_CAST name);
2828 "%s.\n", BAD_CAST des, BAD_CAST name,
2830 BAD_CAST refTypeStr, NULL);
2865 BAD_CAST des, (const xmlChar *) "Unknown",
2870 BAD_CAST des, attr->name, (const xmlChar *) msg, NULL, NULL);
2896 "%sThe attribute '%s' is not allowed.\n", BAD_CAST strA,
2930 msg = xmlStrdup(BAD_CAST "%s: ");
2932 msg = xmlStrcat(msg, BAD_CAST ".\n");
2936 (const char *) msg, BAD_CAST des, str1, str2, str3, NULL);
2991 msg = xmlStrcat(msg, BAD_CAST ", ");
2993 BAD_CAST xmlSchemaFormatItemForReport(&str, NULL,
2996 msg = xmlStrcat(msg, BAD_CAST ": ");
2998 msg = xmlStrcat(msg, BAD_CAST ".\n");
3027 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type),
3056 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type));
3083 BAD_CAST des, BAD_CAST name1, BAD_CAST name2, NULL, NULL);
3121 msg = xmlStrcat(msg, BAD_CAST "'%s' is not a valid value of ");
3123 msg = xmlStrcat(msg, BAD_CAST "The character content is not a "
3126 msg = xmlStrcat(msg, BAD_CAST "the local ");
3128 msg = xmlStrcat(msg, BAD_CAST "the ");
3131 msg = xmlStrcat(msg, BAD_CAST "atomic type");
3133 msg = xmlStrcat(msg, BAD_CAST "list type");
3135 msg = xmlStrcat(msg, BAD_CAST "union type");
3139 msg = xmlStrcat(msg, BAD_CAST " '");
3141 msg = xmlStrcat(msg, BAD_CAST "xs:");
3147 msg = xmlStrcat(msg, BAD_CAST "'.");
3152 msg = xmlStrcat(msg, BAD_CAST "The value '%s' is not valid.");
3154 msg = xmlStrcat(msg, BAD_CAST "The character content is not "
3158 msg = xmlStrcat(msg, BAD_CAST " Expected is '");
3159 msg = xmlStrcat(msg, BAD_CAST expected);
3160 msg = xmlStrcat(msg, BAD_CAST "'.\n");
3162 msg = xmlStrcat(msg, BAD_CAST "\n");
3168 msg = xmlStrcat(msg, BAD_CAST message);
3169 msg = xmlStrcat(msg, BAD_CAST ".\n");
3205 BAD_CAST des, BAD_CAST message);
3210 BAD_CAST des, BAD_CAST content);
3214 BAD_CAST des, NULL);
4632 if ((prop->ns == NULL) && xmlStrEqual(prop->name, BAD_CAST name))
4660 xmlStrEqual(prop->name, BAD_CAST name) &&
4661 xmlStrEqual(prop->ns->href, BAD_CAST uri))
4705 val = xmlGetNoNsProp(node, BAD_CAST name);
6145 if (xmlStrEqual(BAD_CAST value, BAD_CAST "true"))
6147 else if (xmlStrEqual(BAD_CAST value, BAD_CAST "false"))
6149 else if (xmlStrEqual(BAD_CAST value, BAD_CAST "1"))
6151 else if (xmlStrEqual(BAD_CAST value, BAD_CAST "0"))
6158 NULL, BAD_CAST value,
6193 if (xmlStrEqual(val, BAD_CAST "true"))
6195 else if (xmlStrEqual(val, BAD_CAST "false"))
6197 else if (xmlStrEqual(val, BAD_CAST "1"))
6199 else if (xmlStrEqual(val, BAD_CAST "0"))
6535 (!xmlStrEqual(attr->name, BAD_CAST "id"))) ||
6544 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
6560 (!xmlStrEqual(attr->name, BAD_CAST "source"))) ||
6582 if (!xmlStrEqual(attr->name, BAD_CAST "source")) {
6588 (xmlStrEqual(attr->name, BAD_CAST "lang") &&
6683 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
6691 if (xmlStrEqual(fixed, BAD_CAST "true"))
6756 if ((attr == NULL) || (xmlStrEqual(ns, BAD_CAST "##any")))
6758 else if (xmlStrEqual(ns, BAD_CAST "##other")) {
6777 if ((xmlStrEqual(nsItem, BAD_CAST "##other")) ||
6778 (xmlStrEqual(nsItem, BAD_CAST "##any"))) {
6788 if (xmlStrEqual(nsItem, BAD_CAST "##targetNamespace")) {
6790 } else if (xmlStrEqual(nsItem, BAD_CAST "##local")) {
6908 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
6909 (!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
6910 (!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
6911 (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
6912 (!xmlStrEqual(attr->name, BAD_CAST "processContents"))) {
6922 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
7001 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
7051 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
7052 (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
7053 (!xmlStrEqual(attr->name, BAD_CAST "processContents"))) {
7063 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
7141 if (xmlStrEqual(attr->name, BAD_CAST "id")) {
7144 } else if (xmlStrEqual(attr->name, BAD_CAST "ref")) {
7148 if (xmlStrEqual(attr->name, BAD_CAST "name")) {
7150 } else if (xmlStrEqual(attr->name, BAD_CAST "id")) {
7153 } else if (xmlStrEqual(attr->name, BAD_CAST "type")) {
7157 } else if (xmlStrEqual(attr->name, BAD_CAST "form")) {
7164 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
7166 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified"))
7177 if (xmlStrEqual(attr->name, BAD_CAST "use")) {
7181 if (xmlStrEqual(attrValue, BAD_CAST "optional"))
7183 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited"))
7185 else if (xmlStrEqual(attrValue, BAD_CAST "required"))
7195 } else if (xmlStrEqual(attr->name, BAD_CAST "default")) {
7209 } else if (xmlStrEqual(attr->name, BAD_CAST "fixed")) {
7284 if (xmlStrEqual(name, BAD_CAST "xmlns")) {
7527 if (xmlStrEqual(attrValue, BAD_CAST "xmlns")) {
7561 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
7562 (!xmlStrEqual(attr->name, BAD_CAST "default")) &&
7563 (!xmlStrEqual(attr->name, BAD_CAST "fixed")) &&
7564 (!xmlStrEqual(attr->name, BAD_CAST "name")) &&
7565 (!xmlStrEqual(attr->name, BAD_CAST "type")))
7579 xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id");
7675 if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
7676 (!xmlStrEqual(attr->name, BAD_CAST "id")))
7688 xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id");
7814 if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
7815 (!xmlStrEqual(attr->name, BAD_CAST "id")))
7827 xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id");
7875 if (xmlStrEqual(value, BAD_CAST "qualified")) {
7878 } else if (!xmlStrEqual(value, BAD_CAST "unqualified"))
7920 if (xmlStrEqual(value, BAD_CAST "#all")) {
7948 if (xmlStrEqual(item, BAD_CAST "extension")) {
7954 } else if (xmlStrEqual(item, BAD_CAST "restriction")) {
7960 } else if (xmlStrEqual(item, BAD_CAST "substitution")) {
7966 } else if (xmlStrEqual(item, BAD_CAST "list")) {
7972 } else if (xmlStrEqual(item, BAD_CAST "union")) {
8222 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
8223 (!xmlStrEqual(attr->name, BAD_CAST "xpath"))) {
8270 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
8322 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
8323 (!xmlStrEqual(attr->name, BAD_CAST "name")) &&
8325 (!xmlStrEqual(attr->name, BAD_CAST "refer")))) {
8356 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
8490 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
8538 if (xmlStrEqual(attr->name, BAD_CAST "ref") ||
8539 xmlStrEqual(attr->name, BAD_CAST "name") ||
8540 xmlStrEqual(attr->name, BAD_CAST "id") ||
8541 xmlStrEqual(attr->name, BAD_CAST "maxOccurs") ||
8542 xmlStrEqual(attr->name, BAD_CAST "minOccurs"))
8606 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
8608 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) {
8628 if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
8629 (!xmlStrEqual(attr->name, BAD_CAST "type")) &&
8630 (!xmlStrEqual(attr->name, BAD_CAST "id")) &&
8631 (!xmlStrEqual(attr->name, BAD_CAST "default")) &&
8632 (!xmlStrEqual(attr->name, BAD_CAST "fixed")) &&
8633 (!xmlStrEqual(attr->name, BAD_CAST "block")) &&
8634 (!xmlStrEqual(attr->name, BAD_CAST "nillable")))
8637 if ((!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
8638 (!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
8639 (!xmlStrEqual(attr->name, BAD_CAST "form")))
8644 } else if ((!xmlStrEqual(attr->name, BAD_CAST "final")) &&
8645 (!xmlStrEqual(attr->name, BAD_CAST "abstract")) &&
8646 (!xmlStrEqual(attr->name, BAD_CAST "substitutionGroup"))) {
8879 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
8880 (!xmlStrEqual(attr->name, BAD_CAST "memberTypes"))) {
8890 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
8915 NULL, attr, BAD_CAST tmp, &nsName, &localName) == 0) {
9047 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
9048 (!xmlStrEqual(attr->name, BAD_CAST "itemType"))) {
9059 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
9215 if (!xmlStrEqual(attr->name, BAD_CAST "id")) {
9244 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
9245 (!xmlStrEqual(attr->name, BAD_CAST "name")) &&
9246 (!xmlStrEqual(attr->name, BAD_CAST "final"))) {
9283 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
9379 if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
9380 (!xmlStrEqual(attr->name, BAD_CAST "id")) &&
9381 (!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
9382 (!xmlStrEqual(attr->name, BAD_CAST "maxOccurs"))) {
9392 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
9481 if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
9482 (!xmlStrEqual(attr->name, BAD_CAST "id"))) {
9492 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
9642 res = xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
10371 schemaLocation = BAD_CAST "in_memory_buffer";
10388 schemaLocation = BAD_CAST "in_memory_buffer";
10443 schemaLocation = BAD_CAST "in_memory_buffer";
10526 schemaLocation = BAD_CAST "in_memory_buffer";
10553 schemaLocation = BAD_CAST "in_memory_buffer";
10725 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
10726 (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
10727 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10873 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
10874 (!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
10884 xmlSchemaPValAttrID(pctxt, node, BAD_CAST "id");
11254 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
11255 (!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
11256 (!xmlStrEqual(attr->name, BAD_CAST "minOccurs"))) {
11273 if (!xmlStrEqual(attr->name, BAD_CAST "id")) {
11288 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
11496 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
11497 (!xmlStrEqual(attr->name, BAD_CAST "base"))) {
11510 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
11800 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
11801 (!xmlStrEqual(attr->name, BAD_CAST "base"))) {
11812 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
11937 if ((!xmlStrEqual(attr->name, BAD_CAST "id"))) {
11948 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
12026 if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
12027 (!xmlStrEqual(attr->name, BAD_CAST "mixed")))
12039 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
12175 if (xmlStrEqual(attr->name, BAD_CAST "id")) {
12179 xmlSchemaPValAttrID(ctxt, node, BAD_CAST "id");
12180 } else if (xmlStrEqual(attr->name, BAD_CAST "mixed")) {
12191 if (xmlStrEqual(attr->name, BAD_CAST "name")) {
12193 } else if (xmlStrEqual(attr->name, BAD_CAST "abstract")) {
12200 } else if (xmlStrEqual(attr->name, BAD_CAST "final")) {
12220 } else if (xmlStrEqual(attr->name, BAD_CAST "block")) {
12772 start, NULL, BAD_CAST "*", BAD_CAST "*", wild);
12779 start, NULL, BAD_CAST "*", NULL, wild);
12787 pctxt->state, NULL, BAD_CAST "*", ns->value, wild);
12794 start, end, BAD_CAST "*", wild->negNsSet->value,
12811 start, NULL, BAD_CAST "*", BAD_CAST "*", wild);
12815 start, NULL, BAD_CAST "*", NULL, wild);
12822 start, NULL, BAD_CAST "*", ns->value, wild);
12829 start, hop, BAD_CAST "*", wild->negNsSet->value,
17157 BAD_CAST xmlSchemaFacetTypeToString(fac1->type), \
17158 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL);
17183 msg = xmlStrdup(BAD_CAST "'");
17185 msg = xmlStrcat(msg, BAD_CAST "' has to be");
17187 msg = xmlStrcat(msg, BAD_CAST " equal to");
17189 msg = xmlStrcat(msg, BAD_CAST " greater than");
17191 msg = xmlStrcat(msg, BAD_CAST " less than");
17194 msg = xmlStrcat(msg, BAD_CAST " or equal to");
17195 msg = xmlStrcat(msg, BAD_CAST " '");
17198 msg = xmlStrcat(msg, BAD_CAST "' of the base type");
17200 msg = xmlStrcat(msg, BAD_CAST "'");
18225 tmpname = xmlDictLookup(pctxt->dict, BAD_CAST buf, -1);
18789 BAD_CAST "nonNegativeInteger" :
18790 BAD_CAST "positiveInteger",
18797 if (xmlStrEqual(facet->value, BAD_CAST "preserve")) {
18799 } else if (xmlStrEqual(facet->value, BAD_CAST "replace")) {
18801 } else if (xmlStrEqual(facet->value, BAD_CAST "collapse")) {
19725 BAD_CAST "fixed");
19728 BAD_CAST "default");
21491 return (BAD_CAST "pattern");
21493 return (BAD_CAST "maxExclusive");
21495 return (BAD_CAST "maxInclusive");
21497 return (BAD_CAST "minExclusive");
21499 return (BAD_CAST "minInclusive");
21501 return (BAD_CAST "whiteSpace");
21503 return (BAD_CAST "enumeration");
21505 return (BAD_CAST "length");
21507 return (BAD_CAST "maxLength");
21509 return (BAD_CAST "minLength");
21511 return (BAD_CAST "totalDigits");
21513 return (BAD_CAST "fractionDigits");
21517 return (BAD_CAST "Internal Error");
21897 nsName = xmlSchemaLookupNamespace(vctxt, BAD_CAST prefix);
21927 BAD_CAST xmlStrdup(value), NULL);
22600 *buf = xmlStrdup(BAD_CAST "[");
22602 *buf = xmlStrcat(*buf, BAD_CAST "'");
22607 *buf = xmlStrcat(*buf, BAD_CAST value);
22611 *buf = xmlStrcat(*buf, BAD_CAST "???");
22614 *buf = xmlStrcat(*buf, BAD_CAST "', ");
22616 *buf = xmlStrcat(*buf, BAD_CAST "'");
22622 *buf = xmlStrcat(*buf, BAD_CAST "]");
22624 return (BAD_CAST *buf);
23983 if (xmlStrEqual(localName, BAD_CAST "nil")) {
23987 } else if (xmlStrEqual(localName, BAD_CAST "type")) {
23991 } else if (xmlStrEqual(localName, BAD_CAST "schemaLocation")) {
23995 } else if (xmlStrEqual(localName, BAD_CAST "noNamespaceSchemaLocation")) {
24452 BAD_CAST xmlStrdup(nsName), BAD_CAST local);
24455 BAD_CAST local);
24517 value = BAD_CAST "";
25541 value = BAD_CAST normValue;
25568 defAttrOwnerElem, BAD_CAST prefix);
25580 iattr->nsName, BAD_CAST prefix);
26234 textChild = xmlNewText(BAD_CAST normValue);
26803 vctxt->inode->value = BAD_CAST xmlStrndup(value, len);
26805 vctxt->inode->value = BAD_CAST xmlStrdup(value);
26819 vctxt->inode->value = BAD_CAST xmlStrncat(
26823 BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len);
27183 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value,