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