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