25 references to XmlSchemaObjectCollection
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
593
annotations = new
XmlSchemaObjectCollection
();
594
elements = new
XmlSchemaObjectCollection
();
758
XmlSchemaObjectCollection Items = new
XmlSchemaObjectCollection
();
System.Xml (22)
System\Xml\Schema\Inference\Infer.cs (2)
1051
XmlSchemaObjectCollection minOccursCandidates = new
XmlSchemaObjectCollection
(); //elements that are skipped in the sequence and need minOccurs modified.
1213
XmlSchemaObjectCollection attributesSeen = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchema.cs (2)
48
XmlSchemaObjectCollection includes = new
XmlSchemaObjectCollection
();
49
XmlSchemaObjectCollection items = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaAll.cs (1)
18
XmlSchemaObjectCollection items = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
19
XmlSchemaObjectCollection items = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
19
XmlSchemaObjectCollection attributes = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaChoice.cs (1)
18
XmlSchemaObjectCollection items = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
19
XmlSchemaObjectCollection attributes = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
19
XmlSchemaObjectCollection attributes = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaComplexType.cs (1)
207
attributes = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaElement.cs (1)
191
constraints = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
21
XmlSchemaObjectCollection fields = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
143
XmlSchemaObjectCollection coll = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaRedefine.cs (1)
17
XmlSchemaObjectCollection items = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaSequence.cs (1)
17
XmlSchemaObjectCollection items = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
17
XmlSchemaObjectCollection attributes = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (2)
19
XmlSchemaObjectCollection facets = new
XmlSchemaObjectCollection
();
20
XmlSchemaObjectCollection attributes = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
20
XmlSchemaObjectCollection facets = new
XmlSchemaObjectCollection
();
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
17
XmlSchemaObjectCollection baseTypes = new
XmlSchemaObjectCollection
();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
643
internal XmlSchemaObjectCollection Attributes = new
XmlSchemaObjectCollection
();