1 write to elementType
System.Xml (1)
System\Xml\Schema\XmlSchemaElement.cs (1)
267elementType = value;
5 references to elementType
System.Xml (5)
System\Xml\Schema\XmlSchemaElement.cs (5)
214if (elementType == null) 217if (elementType.QualifiedName.Namespace == XmlReservedNs.NsXs) { 218return elementType.Datatype; //returns XmlSchemaDatatype; 220return elementType; 230get { return elementType; }