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