3 references to SchemaContentType
System.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
230
get { return
SchemaContentType
; }
System\Xml\Schema\XmlSchemaInfo.cs (1)
75
contentType = schemaType.
SchemaContentType
;
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
26
Debug.Assert(
SchemaContentType
== XmlSchemaContentType.TextOnly);