Lines Matching refs:targetNamespace
175 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace
398 const xmlChar *targetNamespace; member
429 const xmlChar *targetNamespace; member
453 const xmlChar *targetNamespace; member
545 const xmlChar *targetNamespace; member
628 const xmlChar *targetNamespace; member
649 const xmlChar *targetNamespace; member
705 const xmlChar *targetNamespace; member
742 const xmlChar *targetNamespace; member
1356 #define xmlSchemaGetQNameRefTargetNs(r) (WXS_QNAME_CAST (r))->targetNamespace
1376 return (((xmlSchemaElementPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1378 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1380 return (((xmlSchemaAttributeGroupPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1385 return (((xmlSchemaTypePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1387 return (((xmlSchemaModelGroupDefPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1391 return (((xmlSchemaIDCPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1400 return (((xmlSchemaQNameRefPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1402 return (((xmlSchemaNotationPtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1658 attr->targetNamespace, attr->name)); in xmlSchemaFormatItemForReport()
1673 elem->targetNamespace, elem->name)); in xmlSchemaFormatItemForReport()
2462 type->targetNamespace, type->name)); in xmlSchemaSimpleTypeErr()
3127 type->targetNamespace, type->name)); in xmlSchemaPSimpleTypeErr()
3527 int type, const xmlChar *targetNamespace) in xmlSchemaBucketCreate() argument
3550 ret->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3584 mainSchema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3601 WXS_IMPBUCKET(ret)->schema->targetNamespace = targetNamespace; in xmlSchemaBucketCreate()
3619 if (targetNamespace == NULL) in xmlSchemaBucketCreate()
3624 targetNamespace, ret); in xmlSchemaBucketCreate()
4289 ((xmlSchemaElementPtr)term)->targetNamespace, in xmlSchemaContentModelDump()
4357 tns = prohib->targetNamespace; in xmlSchemaAttrUsesDump()
4362 tns = ref->targetNamespace; in xmlSchemaAttrUsesDump()
4393 if (type->targetNamespace != NULL) in xmlSchemaTypeDump()
4394 fprintf(output, "ns '%s' ", type->targetNamespace); in xmlSchemaTypeDump()
4496 if (schema->targetNamespace != NULL) in xmlSchemaDump()
4497 fprintf(output, "%s", (const char *) schema->targetNamespace); in xmlSchemaDump()
4701 if (xmlStrEqual(nsName, schema->targetNamespace)) { \
5008 #define WXS_COMP_TNS(c, t) ((t) (c))->targetNamespace
5123 ret->targetNamespace = nsName; in xmlSchemaAddNotation()
5161 ret->targetNamespace = nsName; in xmlSchemaAddAttribute()
5274 ret->targetNamespace = nsName; in xmlSchemaAddAttributeGroupDefinition()
5323 ret->targetNamespace = nsName; in xmlSchemaAddElement()
5365 ret->targetNamespace = nsName; in xmlSchemaAddType()
5402 ret->targetNamespace = refNs; in xmlSchemaNewQNameRef()
5553 ret->targetNamespace = nsName; in xmlSchemaAddModelGroupDefinition()
5611 ret->targetNamespace = nsName; in xmlSchemaAddIDC()
5695 head->name, head->targetNamespace, ret) != 0) { in xmlSchemaSubstGroupAdd()
5711 head->name, head->targetNamespace)); in xmlSchemaSubstGroupGet()
5806 *uri = ctxt->targetNamespace; in xmlSchemaPValAttrNodeQNameValue()
6397 if (xmlStrEqual(pctxt->targetNamespace, namespaceName)) in xmlSchemaCheckReference()
6744 wildc->negNsSet->value = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
6770 dictnsItem = ctxt->targetNamespace; in xmlSchemaParseWildcardNs()
6979 ctxt->targetNamespace, node); in xmlSchemaParseNotation()
7146 ns = pctxt->targetNamespace; in xmlSchemaParseLocalAttribute()
7239 ns = pctxt->targetNamespace; in xmlSchemaParseLocalAttribute()
7389 (tmpNs == (WXS_ATTR_PROHIB_CAST use)->targetNamespace)) in xmlSchemaParseLocalAttribute()
7412 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
7523 if (xmlStrEqual(pctxt->targetNamespace, xmlSchemaInstanceNs)) { in xmlSchemaParseGlobalAttribute()
7531 pctxt->targetNamespace, node, 1); in xmlSchemaParseGlobalAttribute()
7786 name, pctxt->targetNamespace, node); in xmlSchemaParseAttributeGroupDefinition()
8289 const xmlChar *targetNamespace) in xmlSchemaParseIDC() argument
8332 item = xmlSchemaAddIDC(ctxt, schema, name, targetNamespace, in xmlSchemaParseIDC()
8358 &(item->ref->targetNamespace), in xmlSchemaParseIDC()
8361 item->ref->targetNamespace); in xmlSchemaParseIDC()
8582 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8588 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8597 ns = ctxt->targetNamespace; in xmlSchemaParseElement()
8772 XML_SCHEMA_TYPE_IDC_UNIQUE, decl->targetNamespace); in xmlSchemaParseElement()
8775 XML_SCHEMA_TYPE_IDC_KEY, decl->targetNamespace); in xmlSchemaParseElement()
8778 XML_SCHEMA_TYPE_IDC_KEYREF, decl->targetNamespace); in xmlSchemaParseElement()
9180 ctxt->targetNamespace, node, 0); in xmlSchemaParseSimpleType()
9184 NULL, ctxt->targetNamespace, node, 0); in xmlSchemaParseSimpleType()
9213 attrValue, ctxt->targetNamespace, node, 1); in xmlSchemaParseSimpleType()
9263 type->targetNamespace = ctxt->targetNamespace; in xmlSchemaParseSimpleType()
9453 ctxt->targetNamespace, node); in xmlSchemaParseModelGroupDefinition()
10024 const xmlChar *targetNamespace) in xmlSchemaGetChameleonSchemaBucket() argument
10039 (cur->targetNamespace == targetNamespace)) in xmlSchemaGetChameleonSchemaBucket()
10052 const xmlChar *targetNamespace, in xmlSchemaGetSchemaBucketByTNS() argument
10066 (cur->origTargetNamespace == targetNamespace) && in xmlSchemaGetSchemaBucketByTNS()
10102 pctxt->targetNamespace = bucket->targetNamespace; in xmlSchemaParseNewDocWithContext()
10105 if ((bucket->targetNamespace != NULL) && in xmlSchemaParseNewDocWithContext()
10106 xmlStrEqual(bucket->targetNamespace, xmlSchemaNs)) { in xmlSchemaParseNewDocWithContext()
10274 const xmlChar *targetNamespace = NULL; in xmlSchemaAddSchemaDoc() local
10341 targetNamespace = importNamespace; in xmlSchemaAddSchemaDoc()
10434 (bkt->targetNamespace != sourceTargetNamespace)) { in xmlSchemaAddSchemaDoc()
10605 targetNamespace = xmlSchemaGetProp(pctxt, docElem, in xmlSchemaAddSchemaDoc()
10613 targetNamespace); in xmlSchemaAddSchemaDoc()
10622 bkt->targetNamespace = targetNamespace; in xmlSchemaAddSchemaDoc()
10623 bkt->origTargetNamespace = targetNamespace; in xmlSchemaAddSchemaDoc()
10944 NULL, 0, node, pctxt->targetNamespace, NULL, &bucket); in xmlSchemaParseIncludeOrRedefine()
11001 if (pctxt->targetNamespace == NULL) { in xmlSchemaParseIncludeOrRedefine()
11011 pctxt->targetNamespace)) { in xmlSchemaParseIncludeOrRedefine()
11020 pctxt->targetNamespace); in xmlSchemaParseIncludeOrRedefine()
11023 } else if (pctxt->targetNamespace != NULL) { in xmlSchemaParseIncludeOrRedefine()
11030 (bucket->targetNamespace != pctxt->targetNamespace)) { in xmlSchemaParseIncludeOrRedefine()
11039 bucket->targetNamespace = pctxt->targetNamespace; in xmlSchemaParseIncludeOrRedefine()
11506 (! xmlStrEqual(type->baseNs, type->targetNamespace))) in xmlSchemaParseRestriction()
11521 xmlSchemaFormatQName(&str2, type->targetNamespace, in xmlSchemaParseRestriction()
12109 ctxt->targetNamespace, node, 0); in xmlSchemaParseComplexType()
12113 NULL, ctxt->targetNamespace, node, 0); in xmlSchemaParseComplexType()
12129 name, ctxt->targetNamespace, node, 1); in xmlSchemaParseComplexType()
12136 type->targetNamespace = ctxt->targetNamespace; in xmlSchemaParseComplexType()
12549 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForSubstGroup()
12556 member->name, member->targetNamespace, member); in xmlSchemaBuildContentModelForSubstGroup()
12565 elemDecl->name, elemDecl->targetNamespace, elemDecl), end); in xmlSchemaBuildContentModelForSubstGroup()
12585 member->name, member->targetNamespace, member); in xmlSchemaBuildContentModelForSubstGroup()
12602 elemDecl->name, elemDecl->targetNamespace, elemDecl), in xmlSchemaBuildContentModelForSubstGroup()
12612 member->name, member->targetNamespace, member), in xmlSchemaBuildContentModelForSubstGroup()
12644 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12650 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12652 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12663 elemDecl->name, elemDecl->targetNamespace, elemDecl); in xmlSchemaBuildContentModelForElement()
12998 elemDecl->targetNamespace, in xmlSchemaBuildAContentModel()
13006 elemDecl->targetNamespace, in xmlSchemaBuildAContentModel()
13209 nsName = ((xmlSchemaQNameRefPtr) link->type)->targetNamespace; in xmlSchemaResolveUnionMemberTypes()
14159 (WXS_ATTRUSE_DECL(cur))->targetNamespace) != 0)) in xmlSchemaCheckDerivationOKRestriction2to4()
14391 pro->targetNamespace)) in xmlSchemaFixupTypeAttributeUses()
15000 ref->itemType, ref->name, ref->targetNamespace); in xmlSchemaResolveTypeReferences()
15004 "ref", ref->name, ref->targetNamespace, ref->itemType, in xmlSchemaResolveTypeReferences()
16531 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16558 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16610 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16629 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16638 xmlSchemaFormatQName(&str, base->targetNamespace, in xmlSchemaCheckSRCCT()
16721 (! xmlStrEqual(elemR->targetNamespace, elemB->targetNamespace)))) in xmlSchemaCheckRCaseNameAndTypeOK()
16825 ((xmlSchemaElementPtr) r->children)->targetNamespace) != 0) in xmlSchemaCheckRCaseNSCompat()
18129 XML_SCHEMA_TYPE_SIMPLE, tmpname, type->targetNamespace, in xmlSchemaFixupComplexType()
18133 XML_SCHEMA_TYPE_SIMPLE, NULL, type->targetNamespace, in xmlSchemaFixupComplexType()
18630 base->targetNamespace, base->name)); in xmlSchemaCheckFacet()
18871 item->targetNamespace, item->name)); in xmlSchemaCheckGroupDefCircular()
19188 (prohib->targetNamespace == WXS_ATTRUSE_DECL_TNS(use))) in xmlSchemaExpandAttributeGroupRefs()
19199 prohib->targetNamespace, prohib->name), in xmlSchemaExpandAttributeGroupRefs()
19360 ref->targetNamespace); in xmlSchemaResolveAttrGroupReferences()
19365 "ref", ref->name, ref->targetNamespace, in xmlSchemaResolveAttrGroupReferences()
19823 xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
19824 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->targetNamespace)) in xmlSchemaCheckElementDeclConsistent()
19838 WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
19944 ref->itemType, ref->name, ref->targetNamespace); in xmlSchemaResolveModelGroupParticleReferences()
19948 ref->targetNamespace, ref->itemType, NULL); in xmlSchemaResolveModelGroupParticleReferences()
20083 ref->name, ref->targetNamespace); in xmlSchemaResolveAttrUseReferences()
20088 "ref", ref->name, ref->targetNamespace, in xmlSchemaResolveAttrUseReferences()
20272 idc->ref->targetNamespace); in xmlSchemaResolveIDCKeyReferences()
20282 idc->ref->targetNamespace, in xmlSchemaResolveIDCKeyReferences()
20314 xmlSchemaFormatQName(&str, refer->targetNamespace, in xmlSchemaResolveIDCKeyReferences()
20330 prohib->targetNamespace) == NULL) { in xmlSchemaResolveAttrUseProhibReferences()
20335 "ref", prohib->name, prohib->targetNamespace, in xmlSchemaResolveAttrUseProhibReferences()
24878 (*localType)->targetNamespace, in xmlSchemaProcessXSIType()
25149 if (!xmlStrEqual(iattr->nsName, attrDecl->targetNamespace)) in xmlSchemaVAttributesComplex()
25219 tmpiattr->nsName = attrDecl->targetNamespace; in xmlSchemaVAttributesComplex()
25648 iattr->decl->targetNamespace, in xmlSchemaVAttributesComplex()