10 references to QnAnyType
System.Xml (10)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
160
this.schema.SchemaTypes.Insert(DatatypeImplementation.
QnAnyType
, XmlSchemaComplexType.AnyType);
212
this.schema.SchemaTypes.Remove(DatatypeImplementation.
QnAnyType
); //For backward compatibility
System\Xml\Schema\SchemaSetCompiler.cs (3)
152
schemaTypes.Insert(DatatypeImplementation.
QnAnyType
, XmlSchemaComplexType.AnyType);
154
schemaForSchema.SchemaTypes.Replace(DatatypeImplementation.
QnAnyType
, XmlSchemaComplexType.AnyType);
241
if (complexType.QualifiedName == DatatypeImplementation.
QnAnyType
) { //if it is built-in anyType dont clean it.
System\Xml\Schema\XmlSchemaComplexType.cs (1)
62
localAnyType.SetQualifiedName(DatatypeImplementation.
QnAnyType
);
System\Xml\Schema\XmlSchemaSet.cs (4)
654
if (schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.
QnAnyType
] != null) { //it has xs:anyType
666
if (schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.
QnAnyType
] != null) { //it has xs:anyType
926
if (schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.
QnAnyType
] != null) { //it has xs:anyType
938
if (schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.
QnAnyType
] != null) { //it has xs:anyType