10 writes to DataType
System.Xml (10)
System\Xml\Schema\XmlSchema.cs (3)
303[XmlAttribute("targetNamespace", DataType="anyURI")] 313[XmlAttribute("version", DataType="token")] 436[XmlAttribute("id", DataType="ID")]
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
26[XmlAttribute("id", DataType="ID")]
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
26[XmlAttribute("id", DataType = "ID")]
System\Xml\Schema\XmlSchemaAppInfo.cs (1)
25[XmlAttribute("source", DataType="anyURI")]
System\Xml\Schema\XmlSchemaDocumentation.cs (1)
28[XmlAttribute("source", DataType="anyURI")]
System\Xml\Schema\XmlSchemaExternal.cs (2)
24[XmlAttribute("schemaLocation", DataType="anyURI")] 38[XmlAttribute("id", DataType="ID")]
System\Xml\Schema\XmlSchemaImport.cs (1)
26[XmlAttribute("namespace", DataType="anyURI")]
2 references to DataType
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1390attribute.Mapping = ImportTypeMapping(modelScope.GetTypeModel(targetType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, isList, false, limiter); 1552attribute.Mapping = ImportTypeMapping(modelScope.GetTypeModel(accessorType), ns, ImportContext.Attribute, a.XmlAttribute.DataType, null, limiter);