• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs: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
12692 * Just return in this case. A missing "term" of the particle
12693 * might arise due to an invalid "term" component.
12971 "<element> particle has no term");
13031 "found unexpected term of type '%s' in content model",
13103 * 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
18404 * and assign its "term" to it.
18790 xmlSchemaTreeItemPtr term;
18794 term = particle->children;
18795 if (term == NULL)
18797 switch (term->type) {
18799 gdef = (xmlSchemaModelGroupDefPtr) term;
18820 circ = xmlSchemaGetCircModelGrDefRef(groupDef, term->children);
18846 * of a group there must not be at any depth a particle whose {term}
18887 * Assigns the model group of model group definitions to the "term"
18890 * definitions were assigned to the "term", since needed for the
18920 * Assign the model group to the {term} of the particle.
19793 * Just return in this case. A missing "term" of the particle
19794 * might arise due to an invalid "term" component.
19871 "found unexpected term of type '%s' in content model",
19939 * NULL the {term} by default.
19958 * itself to the "term" of the particle. This will ease
19960 * that the "term" will be assigned the model group of the
19972 * (1.2) "the {term} property of a particle [... of] the "
20789 * - the term of the particle (e.g. a model group)
20902 * level. Until now the 'term' of such particles pointed
20904 * ease circularity checks. Now we need to set the 'term' of