• Home
  • Raw
  • Download

Lines Matching refs:minOccurs

705     int minOccurs;  member
4252 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump()
4253 fprintf(output, " min %d ", elem->minOccurs); in xmlSchemaElementDump()
4389 if (particle->minOccurs != 1) in xmlSchemaContentModelDump()
4390 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump()
5590 ret->minOccurs = min; in xmlSchemaAddParticle()
6907 int minOccurs, in xmlSchemaPCheckParticleCorrect_2() argument
6910 if ((maxOccurs == 0) && ( minOccurs == 0)) in xmlSchemaPCheckParticleCorrect_2()
6932 } else if (minOccurs > maxOccurs) { in xmlSchemaPCheckParticleCorrect_2()
11381 if (part->minOccurs > 1) { in xmlSchemaParseModelGroup()
11388 part->minOccurs = 1; in xmlSchemaParseModelGroup()
11468 } else if (((WXS_PARTICLE(part))->minOccurs != 1) || in xmlSchemaParseModelGroup()
12700 int minOccurs = particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; in xmlSchemaBuildContentModelForSubstGroup() local
12703 xmlAutomataNewCounter(pctxt->am, minOccurs, in xmlSchemaBuildContentModelForSubstGroup()
12726 if (particle->minOccurs == 0) { in xmlSchemaBuildContentModelForSubstGroup()
12764 (particle->minOccurs < 2)) { in xmlSchemaBuildContentModelForElement()
12775 int minOccurs = particle->minOccurs < 1 ? in xmlSchemaBuildContentModelForElement() local
12776 0 : particle->minOccurs - 1; in xmlSchemaBuildContentModelForElement()
12779 counter = xmlAutomataNewCounter(ctxt->am, minOccurs, maxOccurs); in xmlSchemaBuildContentModelForElement()
12786 if (particle->minOccurs == 0) { in xmlSchemaBuildContentModelForElement()
12873 int minOccurs = in xmlSchemaBuildAContentModel() local
12874 particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; in xmlSchemaBuildAContentModel()
12876 counter = xmlAutomataNewCounter(pctxt->am, minOccurs, maxOccurs); in xmlSchemaBuildAContentModel()
12905 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
12923 if ((particle->minOccurs == 1) && (particle->maxOccurs == 1)) { in xmlSchemaBuildAContentModel()
12936 if (particle->minOccurs > 1) { in xmlSchemaBuildAContentModel()
12945 particle->minOccurs - 1, UNBOUNDED); in xmlSchemaBuildAContentModel()
12985 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
12992 || (particle->minOccurs > 1)) { in xmlSchemaBuildAContentModel()
13001 particle->minOccurs - 1, in xmlSchemaBuildAContentModel()
13017 if ((particle->minOccurs == 0) || (ret == 1)) { in xmlSchemaBuildAContentModel()
13039 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
13075 int minOccurs = in xmlSchemaBuildAContentModel() local
13076 particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; in xmlSchemaBuildAContentModel()
13083 xmlAutomataNewCounter(pctxt->am, minOccurs, maxOccurs); in xmlSchemaBuildAContentModel()
13102 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
13150 sub->minOccurs, sub->maxOccurs); in xmlSchemaBuildAContentModel()
13154 if ((sub->minOccurs == 1) && in xmlSchemaBuildAContentModel()
13161 } else if ((sub->minOccurs == 0) && in xmlSchemaBuildAContentModel()
13177 if (particle->minOccurs == 0) { in xmlSchemaBuildAContentModel()
14721 (particle->minOccurs == 0)) in xmlSchemaGetParticleTotalRangeMin()
14733 cur = part->minOccurs; in xmlSchemaGetParticleTotalRangeMin()
14742 return (particle->minOccurs * min); in xmlSchemaGetParticleTotalRangeMin()
14754 sum += part->minOccurs; in xmlSchemaGetParticleTotalRangeMin()
14759 return (particle->minOccurs * sum); in xmlSchemaGetParticleTotalRangeMin()
14840 if ((particle == NULL) || (particle->minOccurs == 0) || in xmlSchemaIsParticleEmptiable()
16895 if (xmlSchemaCheckParticleRangeOK(r->minOccurs, r->maxOccurs, in xmlSchemaCheckRCaseNameAndTypeOK()
16896 b->minOccurs, b->maxOccurs) != 0) in xmlSchemaCheckRCaseNameAndTypeOK()
16999 if (xmlSchemaCheckParticleRangeOK(r->minOccurs, r->maxOccurs, in xmlSchemaCheckRCaseNSCompat()
17000 b->minOccurs, b->maxOccurs) != 0) in xmlSchemaCheckRCaseNSCompat()
17059 if (xmlSchemaCheckParticleRangeOK(r->minOccurs, r->maxOccurs, in xmlSchemaCheckRCaseNSSubset()
17060 b->minOccurs, b->maxOccurs)) in xmlSchemaCheckRCaseNSSubset()
17170 b->minOccurs, b->maxOccurs) != 0)
17211 if (xmlSchemaCheckParticleRangeOK(r->minOccurs, r->maxOccurs, in xmlSchemaCheckRCaseRecurse()
17212 b->minOccurs, b->maxOccurs)) in xmlSchemaCheckRCaseRecurse()
18413 (particle->minOccurs == 0))) && in xmlSchemaFixupComplexType()
18577 ((xmlSchemaParticlePtr) baseType->subtypes)->minOccurs, in xmlSchemaFixupComplexType()