Lines Matching refs:term

665     xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,
4268 xmlSchemaTreeItemPtr term;
4279 fprintf(output, "MISSING particle term\n");
4282 term = particle->children;
4283 if (term == NULL) {
4286 switch (term->type) {
4289 ((xmlSchemaElementPtr)term)->targetNamespace,
4290 ((xmlSchemaElementPtr)term)->name));
4317 if (term &&
4318 ((term->type == XML_SCHEMA_TYPE_SEQUENCE) ||
4319 (term->type == XML_SCHEMA_TYPE_CHOICE) ||
4320 (term->type == XML_SCHEMA_TYPE_ALL)) &&
4321 (term->children != NULL)) {
4322 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children,
9380 * Create a qname-reference and set as the term; it will be substituted
12694 * Just return in this case. A missing "term" of the particle
12695 * might arise due to an invalid "term" component.
12973 "<element> particle has no term");
13033 "found unexpected term of type '%s' in content model",
13105 * term.
14678 * SPEC (2) "Its {term} is a group and the minimum part of the
14977 * which has a QName-helper component as its {term}, we want
15014 * particle's {term}.
15021 * "1.2 the {term} property of a particle with
18402 * and assign its "term" to it.
18788 xmlSchemaTreeItemPtr term;
18792 term = particle->children;
18793 if (term == NULL)
18795 switch (term->type) {
18797 gdef = (xmlSchemaModelGroupDefPtr) term;
18818 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18844 * of a group there must not be at any depth a particle whose {term}
18885 * Assigns the model group of model group definitions to the "term"
18888 * definitions were assigned to the "term", since needed for the
18918 * Assign the model group to the {term} of the particle.
19791 * Just return in this case. A missing "term" of the particle
19792 * might arise due to an invalid "term" component.
19869 "found unexpected term of type '%s' in content model",
19937 * NULL the {term} by default.
19956 * itself to the "term" of the particle. This will ease
19958 * that the "term" will be assigned the model group of the
19970 * (1.2) "the {term} property of a particle [... of] the "
20787 * - the term of the particle (e.g. a model group)
20900 * level. Until now the 'term' of such particles pointed
20902 * ease circularity checks. Now we need to set the 'term' of