7 references to SchemaElementDecl
System.Xml (7)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
489
SchemaElementDecl decl = new
SchemaElementDecl
();
607
SchemaElementDecl decl = new
SchemaElementDecl
();
System\Xml\Schema\SchemaElementDecl.cs (2)
33
internal static readonly SchemaElementDecl Empty = new
SchemaElementDecl
();
58
SchemaElementDecl anyTypeElementDecl = new
SchemaElementDecl
();
System\Xml\Schema\SchemaSetCompiler.cs (2)
556
SchemaElementDecl decl = new
SchemaElementDecl
();
664
SchemaElementDecl decl = new
SchemaElementDecl
();
System\Xml\Schema\XdrBuilder.cs (1)
652
builder._ElementDef._ElementDecl = new
SchemaElementDecl
();