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