Home | History | Annotate | Download | only in libxml2

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,
9378 * Create a qname-reference and set as the term; it will be substituted
12727 * Just return in this case. A missing "term" of the particle
12728 * might arise due to an invalid "term" component.
13034 "<element> particle has no term");
13098 "found unexpected term of type '%s' in content model",
13171 * term.
14746 * SPEC (2) "Its {term} is a group and the minimum part of the
15045 * which has a QName-helper component as its {term}, we want
15082 * particle's {term}.
15089 * "1.2 the {term} property of a particle with
18474 * and assign its "term" to it.
18860 xmlSchemaTreeItemPtr term;
18864 term = particle->children;
18865 if (term == NULL)
18867 switch (term->type) {
18869 gdef = (xmlSchemaModelGroupDefPtr) term;
18890 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18916 * of a group there must not be at any depth a particle whose {term}
18957 * Assigns the model group of model group definitions to the "term"
18960 * definitions were assigned to the "term", since needed for the
18990 * Assign the model group to the {term} of the particle.
19863 * Just return in this case. A missing "term" of the particle
19864 * might arise due to an invalid "term" component.
19941 "found unexpected term of type '%s' in content model",
20009 * NULL the {term} by default.
20028 * itself to the "term" of the particle. This will ease
20030 * that the "term" will be assigned the model group of the
20042 * (1.2) "the {term} property of a particle [... of] the "
20859 * - the term of the particle (e.g. a model group)
20972 * level. Until now the 'term' of such particles pointed
20974 * ease circularity checks. Now we need to set the 'term' of