3 references to IsValidOccurrenceRangeRestriction
System.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (3)
1350
if (!
IsValidOccurrenceRangeRestriction
(minOccurs, maxOccurs, baseAny.MinOccurs, baseAny.MaxOccurs)) {
1524
if (!
IsValidOccurrenceRangeRestriction
(minOccurs, maxOccurs, baseChoice.MinOccurs, baseChoice.MaxOccurs) || derivedSequence.Items.Count > baseChoice.Items.Count) {
1535
return
IsValidOccurrenceRangeRestriction
(derivedParticle.MinOccurs, derivedParticle.MaxOccurs, baseParticle.MinOccurs, baseParticle.MaxOccurs);