Example #1
0
 internal override void ValidateUniqueParticleAttribution(XmlSchemaObjectTable qnames, ArrayList nsNames, ValidationEventHandler h, XmlSchema schema)
 {
     foreach (XmlSchemaObject xmlSchemaObject in this.Items)
     {
         XmlSchemaElement xmlSchemaElement = (XmlSchemaElement)xmlSchemaObject;
         xmlSchemaElement.ValidateUniqueParticleAttribution(qnames, nsNames, h, schema);
     }
 }