Searched refs:maxOccurs (Results 1 – 5 of 5) sorted by relevance
9 <xs:choice maxOccurs="1">19 <xs:choice maxOccurs="1">
990 <xs:choice minOccurs="0" maxOccurs="1">995 <xs:choice minOccurs="0" maxOccurs="1">1210 <xs:choice minOccurs="0" maxOccurs="1">1345 <xs:choice maxOccurs="unbounded" >1443 <xs:choice maxOccurs="unbounded" >1571 <xs:choice maxOccurs="unbounded">1625 <xs:choice maxOccurs="1">1636 <xs:choice maxOccurs="2">1765 <xs:choice maxOccurs="unbounded">1802 <xs:choice maxOccurs="unbounded">[all …]
313 int maxOccurs; /* Deprecated; not used */ member614 int maxOccurs; /* Deprecated; not used */ member777 int maxOccurs; /* Deprecated; not used */ member
669 int maxOccurs; member4173 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump()4175 if (elem->maxOccurs >= UNBOUNDED) in xmlSchemaElementDump()4177 else if (elem->maxOccurs != 1) in xmlSchemaElementDump()4178 fprintf(output, "max: %d\n", elem->maxOccurs); in xmlSchemaElementDump()4312 if (particle->maxOccurs >= UNBOUNDED) in xmlSchemaContentModelDump()4314 else if (particle->maxOccurs != 1) in xmlSchemaContentModelDump()4315 fprintf(output, " max: %d", particle->maxOccurs); in xmlSchemaContentModelDump()5507 ret->maxOccurs = max; in xmlSchemaAddParticle()6818 int maxOccurs) { in xmlSchemaPCheckParticleCorrect_2() argument[all …]
349 int maxOccurs; member377 ret->maxOccurs = 1; in xmlSchemaAddParticle()430 particle->maxOccurs = UNBOUNDED; in xmlSchemaInitTypes()