• Home
  • Raw
  • Download

Lines Matching refs:minOccurs

668     int minOccurs;  member
4173 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump()
4174 fprintf(output, " min %d ", elem->minOccurs); in xmlSchemaElementDump()
4310 if (particle->minOccurs != 1) in xmlSchemaContentModelDump()
4311 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump()
5506 ret->minOccurs = min; in xmlSchemaAddParticle()
6817 int minOccurs, in xmlSchemaPCheckParticleCorrect_2() argument
6820 if ((maxOccurs == 0) && ( minOccurs == 0)) in xmlSchemaPCheckParticleCorrect_2()
6842 } else if (minOccurs > maxOccurs) { in xmlSchemaPCheckParticleCorrect_2()
11292 if (part->minOccurs > 1) { in xmlSchemaParseModelGroup()
11299 part->minOccurs = 1; in xmlSchemaParseModelGroup()
11379 } else if (((WXS_PARTICLE(part))->minOccurs != 1) || in xmlSchemaParseModelGroup()
12611 int minOccurs = particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; in xmlSchemaBuildContentModelForSubstGroup() local
12614 xmlAutomataNewCounter(pctxt->am, minOccurs, in xmlSchemaBuildContentModelForSubstGroup()
12637 if (particle->minOccurs == 0) { in xmlSchemaBuildContentModelForSubstGroup()
12675 (particle->minOccurs < 2)) { in xmlSchemaBuildContentModelForElement()
12686 int minOccurs = particle->minOccurs < 1 ? in xmlSchemaBuildContentModelForElement() local
12687 0 : particle->minOccurs - 1; in xmlSchemaBuildContentModelForElement()
12690 counter = xmlAutomataNewCounter(ctxt->am, minOccurs, maxOccurs); in xmlSchemaBuildContentModelForElement()
12697 if (particle->minOccurs == 0) { in xmlSchemaBuildContentModelForElement()
12784 int minOccurs = in xmlSchemaBuildAContentModel() local
12785 particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; in xmlSchemaBuildAContentModel()
12787 counter = xmlAutomataNewCounter(pctxt->am, minOccurs, maxOccurs); in xmlSchemaBuildAContentModel()
12816 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
12834 if ((particle->minOccurs == 1) && (particle->maxOccurs == 1)) { in xmlSchemaBuildAContentModel()
12847 if (particle->minOccurs > 1) { in xmlSchemaBuildAContentModel()
12856 particle->minOccurs - 1, UNBOUNDED); in xmlSchemaBuildAContentModel()
12896 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
12903 || (particle->minOccurs > 1)) { in xmlSchemaBuildAContentModel()
12912 particle->minOccurs - 1, in xmlSchemaBuildAContentModel()
12928 if ((particle->minOccurs == 0) || (ret == 1)) { in xmlSchemaBuildAContentModel()
12941 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
12977 int minOccurs = in xmlSchemaBuildAContentModel() local
12978 particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; in xmlSchemaBuildAContentModel()
12985 xmlAutomataNewCounter(pctxt->am, minOccurs, maxOccurs); in xmlSchemaBuildAContentModel()
13004 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
13052 sub->minOccurs, sub->maxOccurs); in xmlSchemaBuildAContentModel()
13056 if ((sub->minOccurs == 1) && in xmlSchemaBuildAContentModel()
13063 } else if ((sub->minOccurs == 0) && in xmlSchemaBuildAContentModel()
13079 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
14623 (particle->minOccurs == 0)) in xmlSchemaGetParticleTotalRangeMin()
14635 cur = part->minOccurs; in xmlSchemaGetParticleTotalRangeMin()
14644 return (particle->minOccurs * min); in xmlSchemaGetParticleTotalRangeMin()
14656 sum += part->minOccurs; in xmlSchemaGetParticleTotalRangeMin()
14661 return (particle->minOccurs * sum); in xmlSchemaGetParticleTotalRangeMin()
14742 if ((particle == NULL) || (particle->minOccurs == 0) || in xmlSchemaIsParticleEmptiable()
16797 if (xmlSchemaCheckParticleRangeOK(r->minOccurs, r->maxOccurs, in xmlSchemaCheckRCaseNameAndTypeOK()
16798 b->minOccurs, b->maxOccurs) != 0) in xmlSchemaCheckRCaseNameAndTypeOK()
16901 if (xmlSchemaCheckParticleRangeOK(r->minOccurs, r->maxOccurs, in xmlSchemaCheckRCaseNSCompat()
16902 b->minOccurs, b->maxOccurs) != 0) in xmlSchemaCheckRCaseNSCompat()
16961 if (xmlSchemaCheckParticleRangeOK(r->minOccurs, r->maxOccurs, in xmlSchemaCheckRCaseNSSubset()
16962 b->minOccurs, b->maxOccurs)) in xmlSchemaCheckRCaseNSSubset()
17072 b->minOccurs, b->maxOccurs) != 0)
17113 if (xmlSchemaCheckParticleRangeOK(r->minOccurs, r->maxOccurs, in xmlSchemaCheckRCaseRecurse()
17114 b->minOccurs, b->maxOccurs)) in xmlSchemaCheckRCaseRecurse()
18315 (particle->minOccurs == 0))) && in xmlSchemaFixupComplexType()
18479 ((xmlSchemaParticlePtr) type->subtypes)->minOccurs, in xmlSchemaFixupComplexType()