Lines Matching refs:targetNamespace
210 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace
434 const xmlChar *targetNamespace; member
465 const xmlChar *targetNamespace; member
489 const xmlChar *targetNamespace; member
582 const xmlChar *targetNamespace; member
665 const xmlChar *targetNamespace; member
686 const xmlChar *targetNamespace; member
742 const xmlChar *targetNamespace; member
779 const xmlChar *targetNamespace; member
1398 #define xmlSchemaGetQNameRefTargetNs(r) (WXS_QNAME_CAST (r))->targetNamespace
1418 return (((xmlSchemaElementPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1420 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1422 return (((xmlSchemaAttributeGroupPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1427 return (((xmlSchemaTypePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1429 return (((xmlSchemaModelGroupDefPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1433 return (((xmlSchemaIDCPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1442 return (((xmlSchemaQNameRefPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1444 return (((xmlSchemaNotationPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1700 attr->targetNamespace, attr->name)); in xmlSchemaFormatItemForReport()
1715 elem->targetNamespace, elem->name)); in xmlSchemaFormatItemForReport()
2526 const xmlChar *qName = xmlSchemaFormatQName(&str, type->targetNamespace, type->name); in xmlSchemaSimpleTypeErr()
3193 const xmlChar *qName = xmlSchemaFormatQName(&str, type->targetNamespace, type->name); in xmlSchemaPSimpleTypeErr()
3605 int type, const xmlChar *targetNamespace) in xmlSchemaBucketCreate() argument
3628 ret->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3662 mainSchema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3679 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3697 if (targetNamespace == NULL) in xmlSchemaBucketCreate()
3702 targetNamespace, ret); in xmlSchemaBucketCreate()
4368 ((xmlSchemaElementPtr)term)->targetNamespace, in xmlSchemaContentModelDump()
4436 tns = prohib->targetNamespace; in xmlSchemaAttrUsesDump()
4441 tns = ref->targetNamespace; in xmlSchemaAttrUsesDump()
4472 if (type->targetNamespace != NULL) in xmlSchemaTypeDump()
4473 fprintf(output, "ns '%s' ", type->targetNamespace); in xmlSchemaTypeDump()
4582 if (schema->targetNamespace != NULL) in xmlSchemaDump()
4583 fprintf(output, "%s", (const char *) schema->targetNamespace); in xmlSchemaDump()
4785 if (xmlStrEqual(nsName, schema->targetNamespace)) { \
5092 #define WXS_COMP_TNS(c, t) ((t) (c))->targetNamespace
5207 ret->targetNamespace = nsName; in xmlSchemaAddNotation()
5245 ret->targetNamespace = nsName; in xmlSchemaAddAttribute()
5358 ret->targetNamespace = nsName; in xmlSchemaAddAttributeGroupDefinition()
5407 ret->targetNamespace = nsName; in xmlSchemaAddElement()
5449 ret->targetNamespace = nsName; in xmlSchemaAddType()
5486 ret->targetNamespace = refNs; in xmlSchemaNewQNameRef()
5637 ret->targetNamespace = nsName; in xmlSchemaAddModelGroupDefinition()
5695 ret->targetNamespace = nsName; in xmlSchemaAddIDC()
5785 head->name, head->targetNamespace, ret) != 0) { in xmlSchemaSubstGroupAdd()
5801 head->name, head->targetNamespace)); in xmlSchemaSubstGroupGet()
5896 *uri = ctxt->targetNamespace; in xmlSchemaPValAttrNodeQNameValue()
6487 if (xmlStrEqual(pctxt->targetNamespace, namespaceName)) in xmlSchemaCheckReference()
6834 wildc->negNsSet->value = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
6860 dictnsItem = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
7069 ctxt->targetNamespace, node); in xmlSchemaParseNotation()
7236 ns = pctxt->targetNamespace; in xmlSchemaParseLocalAttribute()
7329 ns = pctxt->targetNamespace; in xmlSchemaParseLocalAttribute()
7479 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace)) in xmlSchemaParseLocalAttribute()
7502 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
7613 if (xmlStrEqual(pctxt->targetNamespace, xmlSchemaInstanceNs)) { in xmlSchemaParseGlobalAttribute()
7621 pctxt->targetNamespace, node, 1); in xmlSchemaParseGlobalAttribute()
7876 name, pctxt->targetNamespace, node); in xmlSchemaParseAttributeGroupDefinition()
8379 const xmlChar *targetNamespace) in xmlSchemaParseIDC() argument
8422 item = xmlSchemaAddIDC(ctxt, schema, name, targetNamespace, in xmlSchemaParseIDC()
8448 &(item->ref->targetNamespace), in xmlSchemaParseIDC()
8451 item->ref->targetNamespace); in xmlSchemaParseIDC()
8672 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8678 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8687 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8862 XML_SCHEMA_TYPE_IDC_UNIQUE, decl->targetNamespace); in xmlSchemaParseElement()
8865 XML_SCHEMA_TYPE_IDC_KEY, decl->targetNamespace); in xmlSchemaParseElement()
8868 XML_SCHEMA_TYPE_IDC_KEYREF, decl->targetNamespace); in xmlSchemaParseElement()
9270 ctxt->targetNamespace, node, 0); in xmlSchemaParseSimpleType()
9274 NULL, ctxt->targetNamespace, node, 0); in xmlSchemaParseSimpleType()
9303 attrValue, ctxt->targetNamespace, node, 1); in xmlSchemaParseSimpleType()
9353 type->targetNamespace = ctxt->targetNamespace; in xmlSchemaParseSimpleType()
9543 ctxt->targetNamespace, node); in xmlSchemaParseModelGroupDefinition()
10113 const xmlChar *targetNamespace) in xmlSchemaGetChameleonSchemaBucket() argument
10128 (cur->targetNamespace == targetNamespace)) in xmlSchemaGetChameleonSchemaBucket()
10141 const xmlChar *targetNamespace, in xmlSchemaGetSchemaBucketByTNS() argument
10155 (cur->origTargetNamespace == targetNamespace) && in xmlSchemaGetSchemaBucketByTNS()
10191 pctxt->targetNamespace = bucket->targetNamespace; in xmlSchemaParseNewDocWithContext()
10194 if ((bucket->targetNamespace != NULL) && in xmlSchemaParseNewDocWithContext()
10195 xmlStrEqual(bucket->targetNamespace, xmlSchemaNs)) { in xmlSchemaParseNewDocWithContext()
10363 const xmlChar *targetNamespace = NULL; in xmlSchemaAddSchemaDoc() local
10430 targetNamespace = importNamespace; in xmlSchemaAddSchemaDoc()
10535 (bkt->targetNamespace != sourceTargetNamespace)) { in xmlSchemaAddSchemaDoc()
10706 targetNamespace = xmlSchemaGetProp(pctxt, docElem, in xmlSchemaAddSchemaDoc()
10714 targetNamespace); in xmlSchemaAddSchemaDoc()
10723 bkt->targetNamespace = targetNamespace; in xmlSchemaAddSchemaDoc()
10724 bkt->origTargetNamespace = targetNamespace; in xmlSchemaAddSchemaDoc()
11045 NULL, 0, node, pctxt->targetNamespace, NULL, &bucket); in xmlSchemaParseIncludeOrRedefine()
11102 if (pctxt->targetNamespace == NULL) { in xmlSchemaParseIncludeOrRedefine()
11112 pctxt->targetNamespace)) { in xmlSchemaParseIncludeOrRedefine()
11121 pctxt->targetNamespace); in xmlSchemaParseIncludeOrRedefine()
11124 } else if (pctxt->targetNamespace != NULL) { in xmlSchemaParseIncludeOrRedefine()
11141 bucket->targetNamespace = pctxt->targetNamespace; in xmlSchemaParseIncludeOrRedefine()
11608 (! xmlStrEqual(type->baseNs, type->targetNamespace))) in xmlSchemaParseRestriction()
11623 xmlSchemaFormatQName(&str2, type->targetNamespace, in xmlSchemaParseRestriction()
12211 ctxt->targetNamespace, node, 0); in xmlSchemaParseComplexType()
12215 NULL, ctxt->targetNamespace, node, 0); in xmlSchemaParseComplexType()
12231 name, ctxt->targetNamespace, node, 1); in xmlSchemaParseComplexType()
12238 type->targetNamespace = ctxt->targetNamespace; in xmlSchemaParseComplexType()
12657 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
12664 member->name, member->targetNamespace, member); in xmlSchemaBuildContentModelForSubstGroup()
12673 elemDecl->name, elemDecl->targetNamespace, elemDecl), end); in xmlSchemaBuildContentModelForSubstGroup()
12693 member->name, member->targetNamespace, member); in xmlSchemaBuildContentModelForSubstGroup()
12710 elemDecl->name, elemDecl->targetNamespace, elemDecl), in xmlSchemaBuildContentModelForSubstGroup()
12720 member->name, member->targetNamespace, member), in xmlSchemaBuildContentModelForSubstGroup()
12762 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12768 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12770 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12781 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
13159 elemDecl->targetNamespace, in xmlSchemaBuildAContentModel()
13167 elemDecl->targetNamespace, in xmlSchemaBuildAContentModel()
13375 nsName = ((xmlSchemaQNameRefPtr) link->type)->targetNamespace; in xmlSchemaResolveUnionMemberTypes()
14325 (WXS_ATTRUSE_DECL(cur))->targetNamespace) != 0)) in xmlSchemaCheckDerivationOKRestriction2to4()
14557 pro->targetNamespace)) in xmlSchemaFixupTypeAttributeUses()
15166 ref->itemType, ref->name, ref->targetNamespace); in xmlSchemaResolveTypeReferences()
15170 "ref", ref->name, ref->targetNamespace, ref->itemType, in xmlSchemaResolveTypeReferences()
16699 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16726 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16778 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16797 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16806 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16889 (! xmlStrEqual(elemR->targetNamespace, elemB->targetNamespace)))) in xmlSchemaCheckRCaseNameAndTypeOK()
16993 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0) in xmlSchemaCheckRCaseNSCompat()
18297 XML_SCHEMA_TYPE_SIMPLE, tmpname, type->targetNamespace, in xmlSchemaFixupComplexType()
18301 XML_SCHEMA_TYPE_SIMPLE, NULL, type->targetNamespace, in xmlSchemaFixupComplexType()
18798 base->targetNamespace, base->name)); in xmlSchemaCheckFacet()
19039 item->targetNamespace, item->name)); in xmlSchemaCheckGroupDefCircular()
19356 (prohib->targetNamespace == WXS_ATTRUSE_DECL_TNS(use))) in xmlSchemaExpandAttributeGroupRefs()
19367 prohib->targetNamespace, prohib->name), in xmlSchemaExpandAttributeGroupRefs()
19528 ref->targetNamespace); in xmlSchemaResolveAttrGroupReferences()
19533 "ref", ref->name, ref->targetNamespace, in xmlSchemaResolveAttrGroupReferences()
19991 xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
19992 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->targetNamespace)) in xmlSchemaCheckElementDeclConsistent()
20006 WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
20112 ref->itemType, ref->name, ref->targetNamespace); in xmlSchemaResolveModelGroupParticleReferences()
20116 ref->targetNamespace, ref->itemType, NULL); in xmlSchemaResolveModelGroupParticleReferences()
20251 ref->name, ref->targetNamespace); in xmlSchemaResolveAttrUseReferences()
20256 "ref", ref->name, ref->targetNamespace, in xmlSchemaResolveAttrUseReferences()
20440 idc->ref->targetNamespace); in xmlSchemaResolveIDCKeyReferences()
20450 idc->ref->targetNamespace, in xmlSchemaResolveIDCKeyReferences()
20482 xmlSchemaFormatQName(&str, refer->targetNamespace, in xmlSchemaResolveIDCKeyReferences()
20498 prohib->targetNamespace) == NULL) { in xmlSchemaResolveAttrUseProhibReferences()
20503 "ref", prohib->name, prohib->targetNamespace, in xmlSchemaResolveAttrUseProhibReferences()
25051 (*localType)->targetNamespace, in xmlSchemaProcessXSIType()
25322 if (!xmlStrEqual(iattr->nsName, attrDecl->targetNamespace)) in xmlSchemaVAttributesComplex()
25392 tmpiattr->nsName = attrDecl->targetNamespace; in xmlSchemaVAttributesComplex()
25822 iattr->decl->targetNamespace, in xmlSchemaVAttributesComplex()