Searched refs:minOccurs (Results 1 – 4 of 4) sorted by relevance
312 int minOccurs; /* Deprecated; not used */ member613 int minOccurs; /* Deprecated; not used */ member776 int minOccurs; /* Deprecated; not used */ member
668 int minOccurs; member4173 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() argument6820 if ((maxOccurs == 0) && ( minOccurs == 0)) in xmlSchemaPCheckParticleCorrect_2()6842 } else if (minOccurs > maxOccurs) { in xmlSchemaPCheckParticleCorrect_2()11292 if (part->minOccurs > 1) { in xmlSchemaParseModelGroup()[all …]
348 int minOccurs; member376 ret->minOccurs = 1; in xmlSchemaAddParticle()429 particle->minOccurs = 0; in xmlSchemaInitTypes()
990 <xs:choice minOccurs="0" maxOccurs="1">995 <xs:choice minOccurs="0" maxOccurs="1">1121 <xs:element ref="Sk:image" minOccurs="0" />1122 <xs:element ref="Sk:matrix" minOccurs="0" />1210 <xs:choice minOccurs="0" maxOccurs="1">1540 <xs:element ref="Sk:path" minOccurs="0" />2721 <xs:element ref="Sk:text" minOccurs="0" />2722 <xs:element ref="Sk:path" minOccurs="0" />2740 <xs:element ref="Sk:text" minOccurs="0" />2741 <xs:element ref="Sk:paint" minOccurs="0" />[all …]