3 writes to
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (3)
515
newAttributes
[
i] = newAttGroupRef;
522
newAttributes
[
i] = att.Clone();
538
newParticles
[
i] = CloneParticle(p, parentSchema);
259 references to
dotnet-svcutil-lib (259)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (2)
72
_fields[idxField] = new Asttree(((XmlSchemaXPath)fields
[
idxField]).XPath, true, nsmgr);
76
e.SetSource(constraint.Fields
[
idxField]);
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
906
XmlSchemaFacet facet = (XmlSchemaFacet)facets
[
i];
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (14)
473
XmlSchemaImport import = parentSchema.Includes
[
i] as XmlSchemaImport;
575
XmlSchemaImport import = parentSchema.Includes
[
i] as XmlSchemaImport;
990
if (((XmlSchemaSequence)ct.Particle).Items
[
lastUsedSeqItem].GetType() != typeof(XmlSchemaElement))
992
XmlSchemaElement subElement = (XmlSchemaElement)((XmlSchemaSequence)ct.Particle).Items
[
lastUsedSeqItem];
1082
XmlSchemaElement el = xsch.Items
[
i] as XmlSchemaElement;
1109
XmlSchemaParticle particle = xss.Items
[
iSeqItem] as XmlSchemaParticle;
1139
particle = xss.Items
[
iSeqItem] as XmlSchemaParticle;
1150
((XmlSchemaElement)minOccursCandidates
[
i]).MinOccurs = decimal.Zero;
1161
((XmlSchemaElement)minOccursCandidates
[
i]).MinOccurs = decimal.Zero;
1200
xsc.Items.Add(CreateNewElementforChoice((XmlSchemaElement)xss.Items
[
i]));
1309
ct.Attributes.Add(scExtension.Attributes
[
i]);
1372
XmlSchemaElement xse = elements
[
i] as XmlSchemaElement;
1404
XmlSchemaElement xse = elements
[
i] as XmlSchemaElement;
1437
XmlSchemaAttribute attr = attributes
[
i] as XmlSchemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (55)
267
XmlSchemaExternal ext = (XmlSchemaExternal)schema.Includes
[
i];
290
XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes
[
i];
504
XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes
[
i];
584
XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes
[
i];
684
external = (XmlSchemaExternal)schema.Includes
[
i];
741
if (!(redefine.Items
[
j] is XmlSchemaAnnotation))
757
SetParent(schemaItems
[
i], schema);
758
XmlSchemaAttribute attribute = schemaItems
[
i] as XmlSchemaAttribute;
764
else if (schemaItems
[
i] is XmlSchemaAttributeGroup)
766
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)schemaItems
[
i];
770
else if (schemaItems
[
i] is XmlSchemaComplexType)
772
XmlSchemaComplexType complexType = (XmlSchemaComplexType)schemaItems
[
i];
776
else if (schemaItems
[
i] is XmlSchemaSimpleType)
778
XmlSchemaSimpleType simpleType = (XmlSchemaSimpleType)schemaItems
[
i];
782
else if (schemaItems
[
i] is XmlSchemaElement)
784
XmlSchemaElement element = (XmlSchemaElement)schemaItems
[
i];
788
else if (schemaItems
[
i] is XmlSchemaGroup)
790
XmlSchemaGroup group = (XmlSchemaGroup)schemaItems
[
i];
794
else if (schemaItems
[
i] is XmlSchemaNotation)
796
XmlSchemaNotation notation = (XmlSchemaNotation)schemaItems
[
i];
800
else if (schemaItems
[
i] is XmlSchemaAnnotation)
802
PreprocessAnnotation(schemaItems
[
i] as XmlSchemaAnnotation);
806
SendValidationEvent(ResXml.Sch_InvalidCollection, (XmlSchemaObject)schemaItems
[
i]);
807
removeItemsList.Add(schemaItems
[
i]);
874
SetParent(items
[
i], redefine);
875
XmlSchemaGroup group = items
[
i] as XmlSchemaGroup;
901
else if (items
[
i] is XmlSchemaAttributeGroup)
903
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)items
[
i];
927
else if (items
[
i] is XmlSchemaComplexType)
929
XmlSchemaComplexType complexType = (XmlSchemaComplexType)items
[
i];
957
else if (items
[
i] is XmlSchemaSimpleType)
959
XmlSchemaSimpleType simpleType = (XmlSchemaSimpleType)items
[
i];
999
XmlSchemaExternal external = (XmlSchemaExternal)schema.Includes
[
i];
1073
XmlSchemaGroupRef groupRef = items
[
i] as XmlSchemaGroupRef;
1086
else if (items
[
i] is XmlSchemaGroupBase)
1088
count += CountGroupSelfReference(((XmlSchemaGroupBase)items
[
i]).Items, name, redefined);
1117
XmlSchemaAttributeGroupRef attrGroupRef = attributeGroup.Attributes
[
i] as XmlSchemaAttributeGroupRef;
1461
XmlSchemaIdentityConstraint identityConstraint = (XmlSchemaIdentityConstraint)element.Constraints
[
i];
1522
SetParent(constraint.Fields
[
i], constraint);
1523
ValidateIdAttribute(constraint.Fields
[
i]);
1585
SetParent(restriction.Facets
[
i], restriction);
1659
XmlSchemaSimpleType type = (XmlSchemaSimpleType)union1.BaseTypes
[
i];
1957
XmlSchemaElement element = (XmlSchemaElement)items
[
i];
1979
SetParent(items
[
i], particle);
1980
XmlSchemaElement element = items
[
i] as XmlSchemaElement;
1987
PreprocessParticle((XmlSchemaParticle)items
[
i]);
1996
SetParent(items
[
i], particle);
1997
XmlSchemaElement element = items
[
i] as XmlSchemaElement;
2004
PreprocessParticle((XmlSchemaParticle)items
[
i]);
2040
SetParent(attributes
[
i], parent);
2041
XmlSchemaAttribute attr = attributes
[
i] as XmlSchemaAttribute;
2048
XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes
[
i];
2057
PreprocessAnnotation(attributes
[
i]); //set parent of annotation child of attributeGroupRef
2058
ValidateIdAttribute(attributes
[
i]);
2211
annotation.Items
[
i].Parent = annotation; //Can be documentation or appInfo
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (40)
95
XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes
[
i];
109
object item = rdef.Items
[
j];
147
object item = schema.Items
[
i];
159
else if ((attrgroup = schema.Items
[
i] as XmlSchemaAttributeGroup) != null)
163
else if ((complextype = schema.Items
[
i] as XmlSchemaComplexType) != null)
167
else if ((simpletype = schema.Items
[
i] as XmlSchemaSimpleType) != null)
171
else if ((element = schema.Items
[
i] as XmlSchemaElement) != null)
175
else if ((group = schema.Items
[
i] as XmlSchemaGroup) != null)
383
((XmlSchemaIdentityConstraint)element.Constraints
[
i]).CompiledConstraint = null;
392
XmlSchemaAttribute attribute = attributes
[
i] as XmlSchemaAttribute;
417
CleanupParticle((XmlSchemaParticle)particles
[
i]);
452
substitutionGroup.Choice.Items.Add(g.Choice.Items
[
j]);
663
XmlSchemaSimpleType st = (XmlSchemaSimpleType)mainBaseTypes
[
i];
1180
groupRefBase.Items.Add((XmlSchemaParticle)groupBase.Items
[
i]);
1198
XmlSchemaParticle p = CannonicalizeParticle((XmlSchemaElement)all.Items
[
i], false, substitution);
1243
XmlSchemaParticle p1 = CannonicalizeParticle((XmlSchemaParticle)choice.Items
[
i], false, substitution);
1251
newChoice.Items.Add(particleChoice.Items
[
j]);
1289
XmlSchemaParticle p1 = CannonicalizeParticle((XmlSchemaParticle)sequence.Items
[
i], false, substitution);
1297
newSequence.Items.Add(particleSequence.Items
[
j]);
1448
if (!IsValidRestriction((XmlSchemaParticle)derivedGroupBase.Items
[
i], baseAny))
1463
XmlSchemaParticle baseParticle = (XmlSchemaParticle)baseGroupBase.Items
[
i];
1497
XmlSchemaParticle baseParticle = (XmlSchemaParticle)baseGroupBase.Items
[
i];
1498
if ((count < derivedGroupBase.Items.Count) && IsValidRestriction((XmlSchemaParticle)derivedGroupBase.Items
[
count], baseParticle))
1523
int i = GetMappingParticle((XmlSchemaParticle)derivedSequence.Items
[
j], baseAll.Items);
1542
if (!map[i] && !IsParticleEmptiable((XmlSchemaParticle)baseAll.Items
[
i]))
1560
if (GetMappingParticle((XmlSchemaParticle)derivedSequence.Items
[
i], baseChoice.Items) < 0)
1571
XmlSchemaParticle p = (XmlSchemaParticle)sequence.Items
[
i];
1604
if (IsValidRestriction(particle, (XmlSchemaParticle)collection
[
i]))
1638
CalculateEffectiveTotalRange((XmlSchemaParticle)choice.Items
[
i], out min, out max);
1672
CalculateEffectiveTotalRange((XmlSchemaParticle)collection
[
i], out min, out max);
1731
XmlSchemaAttribute attribute = attributeGroup.Attributes
[
i] as XmlSchemaAttribute;
1749
XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes
[
i];
1790
XmlSchemaAttribute attribute = attributes
[
i] as XmlSchemaAttribute;
1816
XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes
[
i];
2403
XmlSchemaIdentityConstraint constraint = (XmlSchemaIdentityConstraint)constraints
[
i];
2456
XmlSchemaElement localElement = (XmlSchemaElement)all.Items
[
i];
2538
XmlSchemaElement localElement = (XmlSchemaElement)all.Items
[
i];
2571
DumpContentModelTo(sb, (XmlSchemaParticle)gb.Items
[
i]);
2623
XmlSchemaParticle p = (XmlSchemaParticle)particles
[
i];
2691
CompileParticleElements(complexType, (XmlSchemaParticle)particles
[
i]);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (57)
76
XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes
[
i];
96
XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes
[
i];
145
XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes
[
i];
184
XmlSchemaExternal subInc = (XmlSchemaExternal)include.Schema.Includes
[
j];
278
import = schema.Includes
[
i] as XmlSchemaImport;
366
XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes
[
i];
484
XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes
[
i];
496
if (!(redefine.Items
[
j] is XmlSchemaAnnotation))
538
SetParent(schema.Items
[
i], schema);
539
XmlSchemaAttribute attribute = schema.Items
[
i] as XmlSchemaAttribute;
545
else if (schema.Items
[
i] is XmlSchemaAttributeGroup)
547
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)schema.Items
[
i];
551
else if (schema.Items
[
i] is XmlSchemaComplexType)
553
XmlSchemaComplexType complexType = (XmlSchemaComplexType)schema.Items
[
i];
557
else if (schema.Items
[
i] is XmlSchemaSimpleType)
559
XmlSchemaSimpleType simpleType = (XmlSchemaSimpleType)schema.Items
[
i];
563
else if (schema.Items
[
i] is XmlSchemaElement)
565
XmlSchemaElement element = (XmlSchemaElement)schema.Items
[
i];
569
else if (schema.Items
[
i] is XmlSchemaGroup)
571
XmlSchemaGroup group = (XmlSchemaGroup)schema.Items
[
i];
575
else if (schema.Items
[
i] is XmlSchemaNotation)
577
XmlSchemaNotation notation = (XmlSchemaNotation)schema.Items
[
i];
581
else if (!(schema.Items
[
i] is XmlSchemaAnnotation))
583
SendValidationEvent(ResXml.Sch_InvalidCollection, schema.Items
[
i]);
584
removeItemsList.Add(schema.Items
[
i]);
599
SetParent(redefine.Items
[
i], redefine);
600
XmlSchemaGroup group = redefine.Items
[
i] as XmlSchemaGroup;
622
else if (redefine.Items
[
i] is XmlSchemaAttributeGroup)
624
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)redefine.Items
[
i];
644
else if (redefine.Items
[
i] is XmlSchemaComplexType)
646
XmlSchemaComplexType complexType = (XmlSchemaComplexType)redefine.Items
[
i];
674
else if (redefine.Items
[
i] is XmlSchemaSimpleType)
676
XmlSchemaSimpleType simpleType = (XmlSchemaSimpleType)redefine.Items
[
i];
725
XmlSchemaGroupRef groupRef = items
[
i] as XmlSchemaGroupRef;
737
else if (items
[
i] is XmlSchemaGroupBase)
739
count += CountGroupSelfReference(((XmlSchemaGroupBase)items
[
i]).Items, name);
767
XmlSchemaAttributeGroupRef groupRef = attributeGroup.Attributes
[
i] as XmlSchemaAttributeGroupRef;
1107
SetParent(element.Constraints
[
i], element);
1108
PreprocessIdentityConstraint((XmlSchemaIdentityConstraint)element.Constraints
[
i]);
1167
SetParent(constraint.Fields
[
i], constraint);
1168
ValidateIdAttribute(constraint.Fields
[
i]);
1230
SetParent(restriction.Facets
[
i], restriction);
1303
SetParent(union1.BaseTypes
[
i], union1);
1304
PreprocessSimpleType((XmlSchemaSimpleType)union1.BaseTypes
[
i], true);
1603
XmlSchemaElement element = (XmlSchemaElement)schemaAll.Items
[
i];
1626
SetParent(choices
[
i], particle);
1627
XmlSchemaElement element = choices
[
i] as XmlSchemaElement;
1634
PreprocessParticle((XmlSchemaParticle)choices
[
i]);
1643
SetParent(sequences
[
i], particle);
1644
XmlSchemaElement element = sequences
[
i] as XmlSchemaElement;
1651
PreprocessParticle((XmlSchemaParticle)sequences
[
i]);
1687
SetParent(attributes
[
i], parent);
1688
XmlSchemaAttribute attribute = attributes
[
i] as XmlSchemaAttribute;
1695
XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes
[
i];
1704
PreprocessAnnotation(attributes
[
i]); //set parent of annotation child of attributeGroupRef
1705
ValidateIdAttribute(attributes
[
i]);
1801
annotated.Annotation.Items
[
i].Parent = annotated.Annotation; //Can be documentation or appInfo
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (32)
385
((XmlSchemaIdentityConstraint)element.Constraints
[
i]).CompiledConstraint = null;
395
XmlSchemaAttribute attribute = attributes
[
i] as XmlSchemaAttribute;
428
CleanupParticle((XmlSchemaParticle)groupBase.Items
[
i]);
748
XmlSchemaSimpleType st = (XmlSchemaSimpleType)mainBaseTypes
[
i];
1308
groupRefBase.Items.Add(groupBase.Items
[
i]);
1324
XmlSchemaParticle p = CannonicalizeParticle((XmlSchemaElement)all.Items
[
i], false);
1358
XmlSchemaParticle p1 = CannonicalizeParticle((XmlSchemaParticle)choice.Items
[
i], false);
1366
newChoice.Items.Add(p1Choice.Items
[
j]);
1405
XmlSchemaParticle p1 = CannonicalizeParticle((XmlSchemaParticle)sequence.Items
[
i], false);
1413
newSequence.Items.Add(p1Sequence.Items
[
j]);
1714
if (!IsValidRestriction((XmlSchemaParticle)derivedGroupBase.Items
[
i], baseAny))
1819
if (GetMappingParticle((XmlSchemaParticle)derivedChoice.Items
[
i], baseChoice.Items) < 0)
1842
XmlSchemaParticle baseParticle = (XmlSchemaParticle)baseGroupBase.Items
[
i];
1844
&& IsValidRestriction((XmlSchemaParticle)derivedGroupBase.Items
[
count], baseParticle))
1873
int i = GetMappingParticle((XmlSchemaParticle)derivedSequence.Items
[
j], baseAll.Items);
1892
if (!map[i] && !IsParticleEmptiable((XmlSchemaParticle)baseAll.Items
[
i]))
1918
if (GetMappingParticle((XmlSchemaParticle)derivedSequence.Items
[
i], baseChoice.Items) < 0)
1938
if (IsValidRestriction(particle, (XmlSchemaParticle)collection
[
i]))
1973
CalculateEffectiveTotalRange((XmlSchemaParticle)choice.Items
[
i], out min, out max);
2007
CalculateEffectiveTotalRange((XmlSchemaParticle)collection
[
i], out min, out max);
2069
XmlSchemaAttribute attr = attributeGroup.Attributes
[
i] as XmlSchemaAttribute;
2088
XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributeGroup.Attributes
[
i];
2133
XmlSchemaAttribute attr = attributes
[
i] as XmlSchemaAttribute;
2159
XmlSchemaAttributeGroupRef attributeGroupRef = (XmlSchemaAttributeGroupRef)attributes
[
i];
2846
XmlSchemaIdentityConstraint constraint = (XmlSchemaIdentityConstraint)constraints
[
i];
2899
XmlSchemaElement localElement = (XmlSchemaElement)all.Items
[
i];
2981
XmlSchemaElement localElement = (XmlSchemaElement)all.Items
[
i];
3014
DumpContentModelTo(sb, (XmlSchemaParticle)gb.Items
[
i]);
3068
Debug.Assert(!((XmlSchemaParticle)particles
[
i]).IsEmpty);
3081
hasWildCard = BuildParticleContentModel(contentValidator, (XmlSchemaParticle)particles
[
i]);
3136
CompileParticleElements(complexType, (XmlSchemaParticle)particles
[
i]);
3153
CompileParticleElements((XmlSchemaParticle)particles
[
i]);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (6)
619
if ((complexType = _items
[
i] as XmlSchemaComplexType) != null)
623
else if ((element = _items
[
i] as XmlSchemaElement) != null)
627
else if ((group = _items
[
i] as XmlSchemaGroup) != null)
633
newItem = _items
[
i].Clone();
641
XmlSchemaExternal newInclude = (XmlSchemaExternal)_includes
[
i].Clone();
710
XmlSchemaExternal ext = (XmlSchemaExternal)schema.Includes
[
i];
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (5)
509
xso = attributes
[
i];
537
XmlSchemaParticle p = (XmlSchemaParticle)groupBaseParticles
[
i];
606
XmlSchemaParticle p = (XmlSchemaParticle)groupBase.Items
[
i++];
642
if (attributes
[
i] is XmlSchemaAttributeGroupRef)
648
XmlSchemaAttribute attribute = attributes
[
i] as XmlSchemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
444
Depends(attributes
[
i], refs);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (8)
135
list.Add(NameOf(items
[
i]));
289
list.Add(items
[
i]);
503
XmlSchemaObject ai = (XmlSchemaObject)a
[
ia];
657
a.Add(facets
[
i]);
1047
Write49_XmlSchemaXPath(@"field", @"", (XmlSchemaXPath)a
[
ia]);
1105
Write49_XmlSchemaXPath(@"field", @"", (XmlSchemaXPath)a
[
ia]);
1128
Write49_XmlSchemaXPath("field", "", (XmlSchemaXPath)a
[
ia]);
1180
XmlSchemaObject ai = (XmlSchemaObject)a
[
ia];
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (4)
353
object item = items
[
i];
415
object item = group.Items
[
i];
479
XmlSchemaAttribute attribute = restriction.Attributes
[
i] as XmlSchemaAttribute;
644
object facet = restriction.Facets
[
i];
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (6)
766
object item = items.Attributes
[
i];
1040
object item = group.Items
[
i];
1146
object item = group.Items
[
i];
1179
object item = schema.Items
[
j];
1679
object item = group.Attributes
[
i];
1860
object facet = restriction.Facets
[
i];
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
516
XmlSchemaObject o = schema.Items
[
i];
538
destination.Items.Add(schema.Items
[
i]);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (4)
603
XmlSchemaElement element = items
[
i] as XmlSchemaElement;
691
XmlSchemaElement element = rootSequence.Items
[
memberIndex] as XmlSchemaElement;
889
o = attributes
[
i];
1384
XmlSchemaObject o = attributes
[
i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1603
XmlSchemaElement element = rootSequence.Items
[
i] as XmlSchemaElement;
1656
XmlSchemaElement localElement = rootSequence.Items
[
i] as XmlSchemaElement;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (20)
2351
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
2382
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
2469
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
2715
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
2896
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
2966
Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)a
[
ia]), false, false);
3056
Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)a
[
ia]), false, false);
3106
Write47_XmlSchemaXPath(@"field", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaXPath)a
[
ia]), false, false);
3257
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
3882
Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaSimpleType)a
[
ia]), false, false);
4018
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
4281
Write52_XmlSchemaElement(@"element", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaElement)a
[
ia]), false, false);
4330
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
4487
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
4578
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
4699
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
4766
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
4832
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
4938
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];
5080
Microsoft.Xml.Schema.XmlSchemaObject ai = (Microsoft.Xml.Schema.XmlSchemaObject)a
[
ia];