Lines Matching refs:targetNamespace
181 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace
405 const xmlChar *targetNamespace; member
436 const xmlChar *targetNamespace; member
460 const xmlChar *targetNamespace; member
553 const xmlChar *targetNamespace; member
636 const xmlChar *targetNamespace; member
657 const xmlChar *targetNamespace; member
713 const xmlChar *targetNamespace; member
750 const xmlChar *targetNamespace; member
1369 #define xmlSchemaGetQNameRefTargetNs(r) (WXS_QNAME_CAST (r))->targetNamespace
1389 return (((xmlSchemaElementPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1391 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1393 return (((xmlSchemaAttributeGroupPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1398 return (((xmlSchemaTypePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1400 return (((xmlSchemaModelGroupDefPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1404 return (((xmlSchemaIDCPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1413 return (((xmlSchemaQNameRefPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1415 return (((xmlSchemaNotationPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1671 attr->targetNamespace, attr->name)); in xmlSchemaFormatItemForReport()
1686 elem->targetNamespace, elem->name)); in xmlSchemaFormatItemForReport()
2497 const xmlChar *qName = xmlSchemaFormatQName(&str, type->targetNamespace, type->name); in xmlSchemaSimpleTypeErr()
3164 const xmlChar *qName = xmlSchemaFormatQName(&str, type->targetNamespace, type->name); in xmlSchemaPSimpleTypeErr()
3576 int type, const xmlChar *targetNamespace) in xmlSchemaBucketCreate() argument
3599 ret->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3633 mainSchema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3650 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3668 if (targetNamespace == NULL) in xmlSchemaBucketCreate()
3673 targetNamespace, ret); in xmlSchemaBucketCreate()
4339 ((xmlSchemaElementPtr)term)->targetNamespace, in xmlSchemaContentModelDump()
4407 tns = prohib->targetNamespace; in xmlSchemaAttrUsesDump()
4412 tns = ref->targetNamespace; in xmlSchemaAttrUsesDump()
4443 if (type->targetNamespace != NULL) in xmlSchemaTypeDump()
4444 fprintf(output, "ns '%s' ", type->targetNamespace); in xmlSchemaTypeDump()
4553 if (schema->targetNamespace != NULL) in xmlSchemaDump()
4554 fprintf(output, "%s", (const char *) schema->targetNamespace); in xmlSchemaDump()
4756 if (xmlStrEqual(nsName, schema->targetNamespace)) { \
5063 #define WXS_COMP_TNS(c, t) ((t) (c))->targetNamespace
5178 ret->targetNamespace = nsName; in xmlSchemaAddNotation()
5216 ret->targetNamespace = nsName; in xmlSchemaAddAttribute()
5329 ret->targetNamespace = nsName; in xmlSchemaAddAttributeGroupDefinition()
5378 ret->targetNamespace = nsName; in xmlSchemaAddElement()
5420 ret->targetNamespace = nsName; in xmlSchemaAddType()
5457 ret->targetNamespace = refNs; in xmlSchemaNewQNameRef()
5608 ret->targetNamespace = nsName; in xmlSchemaAddModelGroupDefinition()
5666 ret->targetNamespace = nsName; in xmlSchemaAddIDC()
5756 head->name, head->targetNamespace, ret) != 0) { in xmlSchemaSubstGroupAdd()
5772 head->name, head->targetNamespace)); in xmlSchemaSubstGroupGet()
5867 *uri = ctxt->targetNamespace; in xmlSchemaPValAttrNodeQNameValue()
6458 if (xmlStrEqual(pctxt->targetNamespace, namespaceName)) in xmlSchemaCheckReference()
6805 wildc->negNsSet->value = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
6831 dictnsItem = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
7040 ctxt->targetNamespace, node); in xmlSchemaParseNotation()
7207 ns = pctxt->targetNamespace; in xmlSchemaParseLocalAttribute()
7300 ns = pctxt->targetNamespace; in xmlSchemaParseLocalAttribute()
7450 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace)) in xmlSchemaParseLocalAttribute()
7473 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
7584 if (xmlStrEqual(pctxt->targetNamespace, xmlSchemaInstanceNs)) { in xmlSchemaParseGlobalAttribute()
7592 pctxt->targetNamespace, node, 1); in xmlSchemaParseGlobalAttribute()
7847 name, pctxt->targetNamespace, node); in xmlSchemaParseAttributeGroupDefinition()
8350 const xmlChar *targetNamespace) in xmlSchemaParseIDC() argument
8393 item = xmlSchemaAddIDC(ctxt, schema, name, targetNamespace, in xmlSchemaParseIDC()
8419 &(item->ref->targetNamespace), in xmlSchemaParseIDC()
8422 item->ref->targetNamespace); in xmlSchemaParseIDC()
8643 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8649 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8658 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8833 XML_SCHEMA_TYPE_IDC_UNIQUE, decl->targetNamespace); in xmlSchemaParseElement()
8836 XML_SCHEMA_TYPE_IDC_KEY, decl->targetNamespace); in xmlSchemaParseElement()
8839 XML_SCHEMA_TYPE_IDC_KEYREF, decl->targetNamespace); in xmlSchemaParseElement()
9241 ctxt->targetNamespace, node, 0); in xmlSchemaParseSimpleType()
9245 NULL, ctxt->targetNamespace, node, 0); in xmlSchemaParseSimpleType()
9274 attrValue, ctxt->targetNamespace, node, 1); in xmlSchemaParseSimpleType()
9324 type->targetNamespace = ctxt->targetNamespace; in xmlSchemaParseSimpleType()
9514 ctxt->targetNamespace, node); in xmlSchemaParseModelGroupDefinition()
10084 const xmlChar *targetNamespace) in xmlSchemaGetChameleonSchemaBucket() argument
10099 (cur->targetNamespace == targetNamespace)) in xmlSchemaGetChameleonSchemaBucket()
10112 const xmlChar *targetNamespace, in xmlSchemaGetSchemaBucketByTNS() argument
10126 (cur->origTargetNamespace == targetNamespace) && in xmlSchemaGetSchemaBucketByTNS()
10162 pctxt->targetNamespace = bucket->targetNamespace; in xmlSchemaParseNewDocWithContext()
10165 if ((bucket->targetNamespace != NULL) && in xmlSchemaParseNewDocWithContext()
10166 xmlStrEqual(bucket->targetNamespace, xmlSchemaNs)) { in xmlSchemaParseNewDocWithContext()
10334 const xmlChar *targetNamespace = NULL; in xmlSchemaAddSchemaDoc() local
10401 targetNamespace = importNamespace; in xmlSchemaAddSchemaDoc()
10506 (bkt->targetNamespace != sourceTargetNamespace)) { in xmlSchemaAddSchemaDoc()
10677 targetNamespace = xmlSchemaGetProp(pctxt, docElem, in xmlSchemaAddSchemaDoc()
10685 targetNamespace); in xmlSchemaAddSchemaDoc()
10694 bkt->targetNamespace = targetNamespace; in xmlSchemaAddSchemaDoc()
10695 bkt->origTargetNamespace = targetNamespace; in xmlSchemaAddSchemaDoc()
11016 NULL, 0, node, pctxt->targetNamespace, NULL, &bucket); in xmlSchemaParseIncludeOrRedefine()
11073 if (pctxt->targetNamespace == NULL) { in xmlSchemaParseIncludeOrRedefine()
11083 pctxt->targetNamespace)) { in xmlSchemaParseIncludeOrRedefine()
11092 pctxt->targetNamespace); in xmlSchemaParseIncludeOrRedefine()
11095 } else if (pctxt->targetNamespace != NULL) { in xmlSchemaParseIncludeOrRedefine()
11112 bucket->targetNamespace = pctxt->targetNamespace; in xmlSchemaParseIncludeOrRedefine()
11579 (! xmlStrEqual(type->baseNs, type->targetNamespace))) in xmlSchemaParseRestriction()
11594 xmlSchemaFormatQName(&str2, type->targetNamespace, in xmlSchemaParseRestriction()
12182 ctxt->targetNamespace, node, 0); in xmlSchemaParseComplexType()
12186 NULL, ctxt->targetNamespace, node, 0); in xmlSchemaParseComplexType()
12202 name, ctxt->targetNamespace, node, 1); in xmlSchemaParseComplexType()
12209 type->targetNamespace = ctxt->targetNamespace; in xmlSchemaParseComplexType()
12628 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
12635 member->name, member->targetNamespace, member); in xmlSchemaBuildContentModelForSubstGroup()
12644 elemDecl->name, elemDecl->targetNamespace, elemDecl), end); in xmlSchemaBuildContentModelForSubstGroup()
12664 member->name, member->targetNamespace, member); in xmlSchemaBuildContentModelForSubstGroup()
12681 elemDecl->name, elemDecl->targetNamespace, elemDecl), in xmlSchemaBuildContentModelForSubstGroup()
12691 member->name, member->targetNamespace, member), in xmlSchemaBuildContentModelForSubstGroup()
12733 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12739 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12741 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12752 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
13130 elemDecl->targetNamespace, in xmlSchemaBuildAContentModel()
13138 elemDecl->targetNamespace, in xmlSchemaBuildAContentModel()
13346 nsName = ((xmlSchemaQNameRefPtr) link->type)->targetNamespace; in xmlSchemaResolveUnionMemberTypes()
14296 (WXS_ATTRUSE_DECL(cur))->targetNamespace) != 0)) in xmlSchemaCheckDerivationOKRestriction2to4()
14528 pro->targetNamespace)) in xmlSchemaFixupTypeAttributeUses()
15137 ref->itemType, ref->name, ref->targetNamespace); in xmlSchemaResolveTypeReferences()
15141 "ref", ref->name, ref->targetNamespace, ref->itemType, in xmlSchemaResolveTypeReferences()
16670 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16697 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16749 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16768 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16777 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16860 (! xmlStrEqual(elemR->targetNamespace, elemB->targetNamespace)))) in xmlSchemaCheckRCaseNameAndTypeOK()
16964 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0) in xmlSchemaCheckRCaseNSCompat()
18268 XML_SCHEMA_TYPE_SIMPLE, tmpname, type->targetNamespace, in xmlSchemaFixupComplexType()
18272 XML_SCHEMA_TYPE_SIMPLE, NULL, type->targetNamespace, in xmlSchemaFixupComplexType()
18769 base->targetNamespace, base->name)); in xmlSchemaCheckFacet()
19010 item->targetNamespace, item->name)); in xmlSchemaCheckGroupDefCircular()
19327 (prohib->targetNamespace == WXS_ATTRUSE_DECL_TNS(use))) in xmlSchemaExpandAttributeGroupRefs()
19338 prohib->targetNamespace, prohib->name), in xmlSchemaExpandAttributeGroupRefs()
19499 ref->targetNamespace); in xmlSchemaResolveAttrGroupReferences()
19504 "ref", ref->name, ref->targetNamespace, in xmlSchemaResolveAttrGroupReferences()
19962 xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
19963 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->targetNamespace)) in xmlSchemaCheckElementDeclConsistent()
19977 WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
20083 ref->itemType, ref->name, ref->targetNamespace); in xmlSchemaResolveModelGroupParticleReferences()
20087 ref->targetNamespace, ref->itemType, NULL); in xmlSchemaResolveModelGroupParticleReferences()
20222 ref->name, ref->targetNamespace); in xmlSchemaResolveAttrUseReferences()
20227 "ref", ref->name, ref->targetNamespace, in xmlSchemaResolveAttrUseReferences()
20411 idc->ref->targetNamespace); in xmlSchemaResolveIDCKeyReferences()
20421 idc->ref->targetNamespace, in xmlSchemaResolveIDCKeyReferences()
20453 xmlSchemaFormatQName(&str, refer->targetNamespace, in xmlSchemaResolveIDCKeyReferences()
20469 prohib->targetNamespace) == NULL) { in xmlSchemaResolveAttrUseProhibReferences()
20474 "ref", prohib->name, prohib->targetNamespace, in xmlSchemaResolveAttrUseProhibReferences()
25022 (*localType)->targetNamespace, in xmlSchemaProcessXSIType()
25293 if (!xmlStrEqual(iattr->nsName, attrDecl->targetNamespace)) in xmlSchemaVAttributesComplex()
25363 tmpiattr->nsName = attrDecl->targetNamespace; in xmlSchemaVAttributesComplex()
25793 iattr->decl->targetNamespace, in xmlSchemaVAttributesComplex()