1 write to attributeType
System.Xml (1)
System\Xml\Schema\XmlSchemaAttribute.cs (1)
179
attributeType
= value;
7 references to attributeType
System.Xml (7)
System\Xml\Schema\XmlSchemaAttribute.cs (7)
134
if (
attributeType
== null)
137
if (
attributeType
.QualifiedName.Namespace == XmlReservedNs.NsXs) {
138
return
attributeType
.Datatype;
140
return
attributeType
;
150
get { return
attributeType
; }
167
if (
attributeType
!= null) {
168
return
attributeType
.Datatype;