22 instantiations of XmlSchemaObjectCollection
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (2)
1061
XmlSchemaObjectCollection minOccursCandidates = new
XmlSchemaObjectCollection
(); //elements that are skipped in the sequence and need minOccurs modified.
1222
XmlSchemaObjectCollection attributesSeen = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
41
private XmlSchemaObjectCollection _includes = new
XmlSchemaObjectCollection
();
42
private XmlSchemaObjectCollection _items = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAll.cs (1)
20
private XmlSchemaObjectCollection _items = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (1)
21
private XmlSchemaObjectCollection _items = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (1)
21
private XmlSchemaObjectCollection _attributes = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaChoice.cs (1)
20
private XmlSchemaObjectCollection _items = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentExtension.cs (1)
21
private XmlSchemaObjectCollection _attributes = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentRestriction.cs (1)
21
private XmlSchemaObjectCollection _attributes = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
232
_attributes = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
211
_constraints = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaIdentityConstraint.cs (1)
23
private XmlSchemaObjectCollection _fields = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (1)
164
XmlSchemaObjectCollection coll = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaRedefine.cs (1)
19
private XmlSchemaObjectCollection _items = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSequence.cs (1)
19
private XmlSchemaObjectCollection _items = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentExtension.cs (1)
19
private XmlSchemaObjectCollection _attributes = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (2)
21
private XmlSchemaObjectCollection _facets = new
XmlSchemaObjectCollection
();
22
private XmlSchemaObjectCollection _attributes = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
22
private XmlSchemaObjectCollection _facets = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeUnion.cs (1)
19
private XmlSchemaObjectCollection _baseTypes = new
XmlSchemaObjectCollection
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
732
internal XmlSchemaObjectCollection Attributes = new
XmlSchemaObjectCollection
();
208 references to XmlSchemaObjectCollection
dotnet-svcutil-lib (208)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (1)
65
XmlSchemaObjectCollection
fields = constraint.Fields;
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
372
internal override XmlSchemaDatatype DeriveByRestriction(
XmlSchemaObjectCollection
facets, XmlNameTable nameTable, XmlSchemaType schemaType)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
898
internal virtual RestrictionFacets ConstructRestriction(DatatypeImplementation datatype,
XmlSchemaObjectCollection
facets, XmlNameTable nameTable)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (9)
288
private XmlSchemaAttribute AddAttribute(string localName, string prefix, string childURI, string attrValue, bool bCreatingNewType, XmlSchema parentSchema,
XmlSchemaObjectCollection
addLocation, XmlSchemaObjectTable compiledAttributes)
511
private XmlSchemaElement AddElement(string localName, string prefix, string childURI, XmlSchema parentSchema,
XmlSchemaObjectCollection
addLocation, int positionWithinCollection)
1061
XmlSchemaObjectCollection
minOccursCandidates = new XmlSchemaObjectCollection(); //elements that are skipped in the sequence and need minOccurs modified.
1222
XmlSchemaObjectCollection
attributesSeen = new XmlSchemaObjectCollection();
1368
internal XmlSchemaElement FindElement(
XmlSchemaObjectCollection
elements, string elementName)
1400
internal XmlSchemaElement FindElementRef(
XmlSchemaObjectCollection
elements, string elementName, string nsURI)
1416
internal void MakeExistingAttributesOptional(XmlSchemaComplexType ct,
XmlSchemaObjectCollection
attributesInInstance)
1433
private void SwitchUseToOptional(
XmlSchemaObjectCollection
attributes,
XmlSchemaObjectCollection
attributesInInstance)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
754
XmlSchemaObjectCollection
schemaItems = schema.Items;
871
XmlSchemaObjectCollection
items = redefine.Items;
1068
private int CountGroupSelfReference(
XmlSchemaObjectCollection
items, XmlQualifiedName name, XmlSchemaGroup redefined)
1941
XmlSchemaObjectCollection
items;
2036
private void PreprocessAttributes(
XmlSchemaObjectCollection
attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaObject parent)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (9)
388
private static void CleanupAttributes(
XmlSchemaObjectCollection
attributes)
414
XmlSchemaObjectCollection
particles = ((XmlSchemaGroupBase)particle).Items;
658
XmlSchemaObjectCollection
mainBaseTypes = mainUnion.BaseTypes; //TODO check for null
1600
private int GetMappingParticle(XmlSchemaParticle particle,
XmlSchemaObjectCollection
collection)
1660
XmlSchemaObjectCollection
collection = ((XmlSchemaGroupBase)particle).Items;
1785
private void CompileLocalAttributes(XmlSchemaComplexType baseType, XmlSchemaComplexType derivedType,
XmlSchemaObjectCollection
attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaDerivationMethod derivedBy)
2398
XmlSchemaObjectCollection
constraints = xe.Constraints;
2617
XmlSchemaObjectCollection
particles = ((XmlSchemaGroupBase)particle).Items;
2688
XmlSchemaObjectCollection
particles = ((XmlSchemaGroupBase)particle).Items;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
720
private int CountGroupSelfReference(
XmlSchemaObjectCollection
items, XmlQualifiedName name)
1623
XmlSchemaObjectCollection
choices = choice.Items;
1640
XmlSchemaObjectCollection
sequences = ((XmlSchemaSequence)particle).Items;
1683
private void PreprocessAttributes(
XmlSchemaObjectCollection
attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaObject parent)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (12)
391
private void CleanupAttributes(
XmlSchemaObjectCollection
attributes)
743
XmlSchemaObjectCollection
mainBaseTypes = mainUnion.BaseTypes; //TODO check for null
1451
XmlSchemaObjectCollection
items = xss.Items;
1463
XmlSchemaObjectCollection
items = xsc.Items;
1480
XmlSchemaObjectCollection
items = xsa.Items;
1934
private int GetMappingParticle(XmlSchemaParticle particle,
XmlSchemaObjectCollection
collection)
1995
XmlSchemaObjectCollection
collection = ((XmlSchemaGroupBase)particle).Items;
2128
private void CompileLocalAttributes(XmlSchemaComplexType baseType, XmlSchemaComplexType derivedType,
XmlSchemaObjectCollection
attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaDerivationMethod derivedBy)
2841
XmlSchemaObjectCollection
constraints = xe.Constraints;
3062
XmlSchemaObjectCollection
particles = ((XmlSchemaGroupBase)particle).Items;
3133
XmlSchemaObjectCollection
particles = ((XmlSchemaGroupBase)particle).Items;
3150
XmlSchemaObjectCollection
particles = ((XmlSchemaGroupBase)particle).Items;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (4)
41
private
XmlSchemaObjectCollection
_includes = new XmlSchemaObjectCollection();
42
private
XmlSchemaObjectCollection
_items = new XmlSchemaObjectCollection();
351
public
XmlSchemaObjectCollection
Includes
368
public
XmlSchemaObjectCollection
Items
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAll.cs (3)
20
private
XmlSchemaObjectCollection
_items = new XmlSchemaObjectCollection();
27
public override
XmlSchemaObjectCollection
Items
37
internal override void SetItems(
XmlSchemaObjectCollection
newItems)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (2)
21
private
XmlSchemaObjectCollection
_items = new XmlSchemaObjectCollection();
41
public
XmlSchemaObjectCollection
Items
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (2)
21
private
XmlSchemaObjectCollection
_attributes = new XmlSchemaObjectCollection();
46
public
XmlSchemaObjectCollection
Attributes
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaChoice.cs (3)
20
private
XmlSchemaObjectCollection
_items = new XmlSchemaObjectCollection();
31
public override
XmlSchemaObjectCollection
Items
41
internal override void SetItems(
XmlSchemaObjectCollection
newItems)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentExtension.cs (3)
21
private
XmlSchemaObjectCollection
_attributes = new XmlSchemaObjectCollection();
56
public
XmlSchemaObjectCollection
Attributes
73
internal void SetAttributes(
XmlSchemaObjectCollection
newAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentRestriction.cs (3)
21
private
XmlSchemaObjectCollection
_attributes = new XmlSchemaObjectCollection();
56
public
XmlSchemaObjectCollection
Attributes
72
internal void SetAttributes(
XmlSchemaObjectCollection
newAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (11)
25
private
XmlSchemaObjectCollection
_attributes;
226
public
XmlSchemaObjectCollection
Attributes
380
internal void SetAttributes(
XmlSchemaObjectCollection
newAttributes)
497
internal static
XmlSchemaObjectCollection
CloneAttributes(
XmlSchemaObjectCollection
attributes)
501
XmlSchemaObjectCollection
newAttributes = attributes.Clone();
531
private static
XmlSchemaObjectCollection
CloneGroupBaseParticles(
XmlSchemaObjectCollection
groupBaseParticles, XmlSchema parentSchema)
533
XmlSchemaObjectCollection
newParticles = groupBaseParticles.Clone();
550
XmlSchemaObjectCollection
newGroupbaseParticles = CloneGroupBaseParticles(groupBase.Items, parentSchema);
638
internal static bool HasAttributeQNameRef(
XmlSchemaObjectCollection
attributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDatatype.cs (1)
125
internal abstract XmlSchemaDatatype DeriveByRestriction(
XmlSchemaObjectCollection
facets, XmlNameTable nameTable, XmlSchemaType schemaType);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (2)
44
private
XmlSchemaObjectCollection
_constraints;
205
public
XmlSchemaObjectCollection
Constraints
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroupbase.cs (2)
24
public abstract
XmlSchemaObjectCollection
Items { get; }
26
internal abstract void SetItems(
XmlSchemaObjectCollection
newItems);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaIdentityConstraint.cs (2)
23
private
XmlSchemaObjectCollection
_fields = new XmlSchemaObjectCollection();
54
public
XmlSchemaObjectCollection
Fields
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObject.cs (3)
84
internal virtual void OnAdd(
XmlSchemaObjectCollection
container, object item) { }
85
internal virtual void OnRemove(
XmlSchemaObjectCollection
container, object item) { }
86
internal virtual void OnClear(
XmlSchemaObjectCollection
container) { }
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (3)
162
internal
XmlSchemaObjectCollection
Clone()
164
XmlSchemaObjectCollection
coll = new XmlSchemaObjectCollection();
169
private void Add(
XmlSchemaObjectCollection
collToAdd)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaRedefine.cs (2)
19
private
XmlSchemaObjectCollection
_items = new XmlSchemaObjectCollection();
43
public
XmlSchemaObjectCollection
Items
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSequence.cs (3)
19
private
XmlSchemaObjectCollection
_items = new XmlSchemaObjectCollection();
30
public override
XmlSchemaObjectCollection
Items
40
internal override void SetItems(
XmlSchemaObjectCollection
newItems)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentExtension.cs (3)
19
private
XmlSchemaObjectCollection
_attributes = new XmlSchemaObjectCollection();
40
public
XmlSchemaObjectCollection
Attributes
56
internal void SetAttributes(
XmlSchemaObjectCollection
newAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (5)
21
private
XmlSchemaObjectCollection
_facets = new XmlSchemaObjectCollection();
22
private
XmlSchemaObjectCollection
_attributes = new XmlSchemaObjectCollection();
63
public
XmlSchemaObjectCollection
Facets
74
public
XmlSchemaObjectCollection
Attributes
90
internal void SetAttributes(
XmlSchemaObjectCollection
newAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (2)
22
private
XmlSchemaObjectCollection
_facets = new XmlSchemaObjectCollection();
62
public
XmlSchemaObjectCollection
Facets
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeUnion.cs (2)
19
private
XmlSchemaObjectCollection
_baseTypes = new XmlSchemaObjectCollection();
28
public
XmlSchemaObjectCollection
BaseTypes
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
341
XmlSchemaObjectCollection
attributes = null;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (13)
129
internal static XmlQualifiedName NameOf(
XmlSchemaObjectCollection
items)
282
private void WriteSortedItems(
XmlSchemaObjectCollection
items)
498
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
650
private void WriteFacets(
XmlSchemaObjectCollection
facets)
1042
XmlSchemaObjectCollection
a = (
XmlSchemaObjectCollection
)o.@Fields;
1100
XmlSchemaObjectCollection
a = (
XmlSchemaObjectCollection
)o.@Fields;
1123
XmlSchemaObjectCollection
a = (
XmlSchemaObjectCollection
)o.@Fields;
1175
XmlSchemaObjectCollection
a = (
XmlSchemaObjectCollection
)o.@Items;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
350
XmlSchemaObjectCollection
items = type.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (2)
125
private static XmlSchemaType FindSchemaType(string name,
XmlSchemaObjectCollection
items)
709
XmlSchemaObjectCollection
attributes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
732
internal
XmlSchemaObjectCollection
Attributes = new XmlSchemaObjectCollection();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (7)
583
private bool CheckIfISerializable(XmlSchemaSequence rootSequence,
XmlSchemaObjectCollection
attributes)
599
private void RemoveOptionalUnknownSerializationElements(
XmlSchemaObjectCollection
items)
628
private DataContract ImportType(XmlQualifiedName typeName, XmlSchemaParticle rootParticle,
XmlSchemaObjectCollection
attributes, XmlSchemaAnyAttribute anyAttribute, XmlQualifiedName baseTypeName, XmlSchemaAnnotation annotation)
836
private ClassDataContract ImportISerializable(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlQualifiedName baseTypeName,
XmlSchemaObjectCollection
attributes, XmlSchemaAnnotation annotation)
858
private void CheckISerializableBase(XmlQualifiedName typeName, XmlSchemaSequence rootSequence,
XmlSchemaObjectCollection
attributes)
1060
private CollectionDataContract ImportCollection(XmlQualifiedName typeName, XmlSchemaSequence rootSequence,
XmlSchemaObjectCollection
attributes, XmlSchemaAnnotation annotation, bool isReference)
1373
private void ImportAttributes(XmlQualifiedName typeName,
XmlSchemaObjectCollection
attributes, XmlSchemaAnyAttribute anyAttribute, out bool isReference)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (80)
2346
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Includes;
2377
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
2464
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
2710
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
2891
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Constraints;
2961
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Fields;
3051
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Fields;
3101
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Fields;
3252
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Facets;
3877
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@BaseTypes;
4013
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
4276
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
4325
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
4482
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
4573
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
4694
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Facets;
4761
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
4827
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
4933
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
5075
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
8493
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_7 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Includes;
8494
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_8 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
8643
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_5 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
8824
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_2 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
9370
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_4 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@BaseTypes;
9466
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Facets;
10781
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_18 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Constraints;
10946
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Fields;
11125
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Fields;
11217
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Fields;
11309
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_11 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
11455
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
11547
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
11747
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;
12039
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_5 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
12135
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Facets;
12136
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_7 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
12377
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
12493
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_6 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Attributes;
12798
Microsoft.Xml.Schema.
XmlSchemaObjectCollection
a_4 = (Microsoft.Xml.Schema.
XmlSchemaObjectCollection
)o.@Items;