// Assembly: System.Xml
// Full name: System.Xml.Schema.XsdBuilder

namespace System.Xml.Schema
{
public class XsdBuilder // TypeDefIndex: 7212
{
	// Fields
	type#13740 SchemaElement;
	type#13740 SchemaSubelements;
	type#13740 AttributeSubelements;
	type#13740 ElementSubelements;
	type#13740 ComplexTypeSubelements;
	type#13740 SimpleContentSubelements;
	type#13740 SimpleContentExtensionSubelements;
	type#13740 SimpleContentRestrictionSubelements;
	type#13740 ComplexContentSubelements;
	type#13740 ComplexContentExtensionSubelements;
	type#13740 ComplexContentRestrictionSubelements;
	type#13740 SimpleTypeSubelements;
	type#13740 SimpleTypeRestrictionSubelements;
	type#13740 SimpleTypeListSubelements;
	type#13740 SimpleTypeUnionSubelements;
	type#13740 RedefineSubelements;
	type#13740 AttributeGroupSubelements;
	type#13740 GroupSubelements;
	type#13740 AllSubelements;
	type#13740 ChoiceSequenceSubelements;
	type#13740 IdentityConstraintSubelements;
	type#13740 AnnotationSubelements;
	type#13740 AnnotatedSubelements;
	type#13743 SchemaAttributes;
	type#13743 AttributeAttributes;
	type#13743 ElementAttributes;
	type#13743 ComplexTypeAttributes;
	type#13743 SimpleContentAttributes;
	type#13743 SimpleContentExtensionAttributes;
	type#13743 SimpleContentRestrictionAttributes;
	type#13743 ComplexContentAttributes;
	type#13743 ComplexContentExtensionAttributes;
	type#13743 ComplexContentRestrictionAttributes;
	type#13743 SimpleTypeAttributes;
	type#13743 SimpleTypeRestrictionAttributes;
	type#13743 SimpleTypeUnionAttributes;
	type#13743 SimpleTypeListAttributes;
	type#13743 AttributeGroupAttributes;
	type#13743 AttributeGroupRefAttributes;
	type#13743 GroupAttributes;
	type#13743 GroupRefAttributes;
	type#13743 ParticleAttributes;
	type#13743 AnyAttributes;
	type#13743 IdentityConstraintAttributes;
	type#13743 SelectorAttributes;
	type#13743 FieldAttributes;
	type#13743 NotationAttributes;
	type#13743 IncludeAttributes;
	type#13743 ImportAttributes;
	type#13743 FacetAttributes;
	type#13743 AnyAttributeAttributes;
	type#13743 DocumentationAttributes;
	type#13743 AppinfoAttributes;
	type#13743 RedefineAttributes;
	type#13743 AnnotationAttributes;
	type#13744 SchemaEntries;
	type#13160 DerivationMethodValues;
	type#13464 DerivationMethodStrings;
	type#13464 FormStringValues;
	type#13464 UseStringValues;
	type#13464 ProcessContentsStringValues;
	type#29249 reader;
	type#24590 positionInfo;
	type#35011 currentEntry;
	type#35011 nextEntry;
	type#15314 hasChild;
	type#19468 stateHistory;
	type#26373 containerStack;
	type#29189 nameTable;
	type#25648 schemaNames;
	type#29194 namespaceManager;
	type#15314 canIncludeImport;
	type#29267 schema;
	type#29371 xso;
	type#29329 element;
	type#29276 anyElement;
	type#29282 attribute;
	type#29278 anyAttribute;
	type#29302 complexType;
	type#29401 simpleType;
	type#29296 complexContent;
	type#29298 complexContentExtension;
	type#29300 complexContentRestriction;
	type#29395 simpleContent;
	type#29397 simpleContentExtension;
	type#29399 simpleContentRestriction;
	type#29410 simpleTypeUnion;
	type#29406 simpleTypeList;
	type#29408 simpleTypeRestriction;
	type#29341 group;
	type#29345 groupRef;
	type#29271 all;
	type#29288 choice;
	type#29391 sequence;
	type#29382 particle;
	type#29284 attributeGroup;
	type#29286 attributeGroupRef;
	type#29368 notation;
	type#29347 identityConstraint;
	type#29436 xpath;
	type#29352 include;
	type#29350 import;
	type#29274 annotation;
	type#29280 appInfo;
	type#29327 documentation;
	type#29335 facet;
	type#13630 markup;
	type#29388 redefine;
	type#28363 validationEventHandler;
	type#14449 unhandledAttributes;
	type#19500 namespaces;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#29248 reader, type#29193 curmgr, type#29266 schema, type#29188 nameTable, type#25647 schemaNames, type#28362 eventhandler) { }
	// RVA: -1
	internal virtual type#15313 ProcessElement(type#26576 prefix, type#26576 name, type#26576 ns) { }
	// RVA: -1
	internal virtual type#28660 ProcessAttribute(type#26576 prefix, type#26576 name, type#26576 ns, type#26576 value) { }
	// RVA: -1
	internal virtual type#15313 IsContentParsed() { }
	// RVA: -1
	internal virtual type#28660 ProcessMarkup(type#13629 markup) { }
	// RVA: -1
	internal virtual type#28660 ProcessCData(type#26576 value) { }
	// RVA: -1
	internal virtual type#28660 StartChildren() { }
	// RVA: -1
	internal virtual type#28660 EndChildren() { }
	// RVA: -1
	private type#28660 Push() { }
	// RVA: -1
	private type#28660 Pop() { }
	// RVA: -1
	private type#33451 get_CurrentElement() { }
	// RVA: -1
	private type#33451 get_ParentElement() { }
	// RVA: -1
	private type#29370 get_ParentContainer() { }
	// RVA: -1
	private type#29370 GetContainer(type#35002 state) { }
	// RVA: -1
	private type#28660 SetContainer(type#35002 state, type#23705 container) { }
	// RVA: -1
	private static type#28660 BuildAnnotated_Id(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSchema_AttributeFormDefault(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSchema_ElementFormDefault(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSchema_TargetNamespace(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSchema_Version(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSchema_FinalDefault(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSchema_BlockDefault(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSchema(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitInclude(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildInclude_SchemaLocation(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitImport(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildImport_Namespace(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildImport_SchemaLocation(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitRedefine(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildRedefine_SchemaLocation(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 EndRedefine(type#29546 builder) { }
	// RVA: -1
	private static type#28660 InitAttribute(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAttribute_Default(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAttribute_Fixed(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAttribute_Form(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAttribute_Use(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAttribute_Ref(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAttribute_Name(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAttribute_Type(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitElement(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Abstract(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Block(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Default(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Form(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_SubstitutionGroup(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Final(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Fixed(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_MaxOccurs(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_MinOccurs(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Name(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Nillable(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Ref(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildElement_Type(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSimpleType(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSimpleType_Name(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSimpleType_Final(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSimpleTypeUnion(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSimpleTypeUnion_MemberTypes(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSimpleTypeList(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSimpleTypeList_ItemType(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSimpleTypeRestriction(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSimpleTypeRestriction_Base(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitComplexType(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildComplexType_Abstract(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildComplexType_Block(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildComplexType_Final(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildComplexType_Mixed(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildComplexType_Name(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitComplexContent(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildComplexContent_Mixed(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitComplexContentExtension(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildComplexContentExtension_Base(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitComplexContentRestriction(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildComplexContentRestriction_Base(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSimpleContent(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSimpleContentExtension(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSimpleContentExtension_Base(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSimpleContentRestriction(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSimpleContentRestriction_Base(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitAttributeGroup(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAttributeGroup_Name(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitAttributeGroupRef(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAttributeGroupRef_Ref(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitAnyAttribute(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAnyAttribute_Namespace(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAnyAttribute_ProcessContents(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitGroup(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildGroup_Name(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitGroupRef(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildParticle_MaxOccurs(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildParticle_MinOccurs(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildGroupRef_Ref(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitAll(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitChoice(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSequence(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitAny(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAny_Namespace(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAny_ProcessContents(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitNotation(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildNotation_Name(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildNotation_Public(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildNotation_System(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitFacet(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildFacet_Fixed(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildFacet_Value(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitIdentityConstraint(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildIdentityConstraint_Name(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildIdentityConstraint_Refer(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitSelector(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildSelector_XPath(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitField(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildField_XPath(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitAnnotation(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 InitAppinfo(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildAppinfo_Source(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 EndAppinfo(type#29546 builder) { }
	// RVA: -1
	private static type#28660 InitDocumentation(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildDocumentation_Source(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 BuildDocumentation_XmlLang(type#29546 builder, type#26576 value) { }
	// RVA: -1
	private static type#28660 EndDocumentation(type#29546 builder) { }
	// RVA: -1
	private type#28660 AddAttribute(type#29370 value) { }
	// RVA: -1
	private type#28660 AddParticle(type#29381 particle) { }
	// RVA: -1
	private type#15313 GetNextState(type#29234 qname) { }
	// RVA: -1
	private type#15313 IsSkipableElement(type#29234 qname) { }
	// RVA: -1
	private type#28660 SetMinOccurs(type#29381 particle, type#26576 value) { }
	// RVA: -1
	private type#28660 SetMaxOccurs(type#29381 particle, type#26576 value) { }
	// RVA: -1
	private type#15313 ParseBoolean(type#26576 value, type#26576 attributeName) { }
	// RVA: -1
	private type#20867 ParseEnum(type#26576 value, type#26576 attributeName, type#13453 values) { }
	// RVA: -1
	private type#29234 ParseQName(type#26576 value, type#26576 attributeName) { }
	// RVA: -1
	private type#20867 ParseBlockFinalEnum(type#26576 value, type#26576 attributeName) { }
	// RVA: -1
	private static type#26576 ParseUriReference(type#26576 s) { }
	// RVA: -1
	private type#28660 SendValidationEvent(type#26576 code, type#26576 arg0, type#26576 arg1, type#26576 arg2) { }
	// RVA: -1
	private type#28660 SendValidationEvent(type#26576 code, type#26576 msg) { }
	// RVA: -1
	private type#28660 SendValidationEvent(type#26576 code, type#13453 args, type#29461 severity) { }
	// RVA: -1
	private type#28660 SendValidationEvent(type#29331 e, type#29461 severity) { }
	// RVA: -1
	private type#28660 SendValidationEvent(type#29331 e) { }
	// RVA: -1
	private type#28660 RecordPosition() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
