Home
C#
System.Xml.Schema
C# System.Xml.Schema XmlSchema
Menu
Type List
C# XmlSchema
C# Extensions
C# IXmlSchemaInfo
C# ValidationEventArgs
C# ValidationEventHandler
C# XmlAtomicValue
C# XmlSchemaAll
C# XmlSchemaAnnotated
C# XmlSchemaAnnotation
C# XmlSchemaAny
C# XmlSchemaAnyAttribute
C# XmlSchemaAppInfo
C# XmlSchemaAttribute
C# XmlSchemaAttributeGroup
C# XmlSchemaAttributeGroupRef
C# XmlSchemaChoice
C# XmlSchemaCollection
C# XmlSchemaComplexContent
C# XmlSchemaComplexContentExtension
C# XmlSchemaComplexContentRestriction
C# XmlSchemaComplexType
C# XmlSchemaContentModel
C# XmlSchemaContentProcessing
C# XmlSchemaContentType
C# XmlSchemaDatatype
C# XmlSchemaDatatypeVariety
C# XmlSchemaDerivationMethod
C# XmlSchemaDocumentation
C# XmlSchemaElement
C# XmlSchemaEnumerationFacet
C# XmlSchemaException
C# XmlSchemaFacet
C# XmlSchemaForm
C# XmlSchemaGroup
C# XmlSchemaGroupBase
C# XmlSchemaGroupRef
C# XmlSchemaIdentityConstraint
C# XmlSchemaImport
C# XmlSchemaInclude
C# XmlSchemaInference
C# XmlSchemaInferenceException
C# XmlSchemaInfo
C# XmlSchemaKey
C# XmlSchemaKeyref
C# XmlSchemaMaxInclusiveFacet
C# XmlSchemaMaxLengthFacet
C# XmlSchemaMinInclusiveFacet
C# XmlSchemaMinLengthFacet
C# XmlSchemaObject
C# XmlSchemaObjectCollection
C# XmlSchemaObjectTable
C# XmlSchemaParticle
C# XmlSchemaPatternFacet
C# XmlSchemaSequence
C# XmlSchemaSet
C# XmlSchemaSimpleContent
C# XmlSchemaSimpleContentExtension
C# XmlSchemaSimpleContentRestriction
C# XmlSchemaSimpleType
C# XmlSchemaSimpleTypeList
C# XmlSchemaSimpleTypeRestriction
C# XmlSchemaSimpleTypeUnion
C# XmlSchemaType
C# XmlSchemaUse
C# XmlSchemaValidationException
C# XmlSchemaValidationFlags
C# XmlSchemaValidator
C# XmlSchemaValidity
C# XmlSchemaXPath
C# XmlSeverityType
C# XmlTypeCode
C# XmlValueGetter
C# XmlSchemaCollectionEnumerator
C# XmlSchemaExternal
C# XmlSchemaFractionDigitsFacet Specifies a restriction on the number of digits that can be entered for the fraction value of a simpleType element.
C# XmlSchemaLengthFacet
C# XmlSchemaMaxExclusiveFacet
C# XmlSchemaMinExclusiveFacet
C# XmlSchemaNotation Represents the notation element from XML Schema as specified by the World Wide Web Consortium (W3C).
C# XmlSchemaObjectEnumerator
C# XmlSchemaRedefine
C# XmlSchemaSimpleTypeContent
C# XmlSchemaTotalDigitsFacet Represents the totalDigits facet from XML Schema as specified by the World Wide Web Consortium (W3C).
C# XmlSchemaUnique
C# System.Xml.Schema XmlSchema
Previous
Next
By API
The following index lists the tutorials for XmlSchema by API.
Property
C# XmlSchema AttributeFormDefault
C# XmlSchema ElementFormDefault
C# XmlSchema Elements
C# XmlSchema Includes
C# XmlSchema IsCompiled
C# XmlSchema Items
C# XmlSchema TargetNamespace
Constructors
C# XmlSchema
XmlSchema
()
Methods
C# XmlSchema
Read
(System.IO.Stream stream, System.Xml.Schema.ValidationEventHandler? validationEventHandler)
C# XmlSchema
Read
(System.IO.TextReader reader, System.Xml.Schema.ValidationEventHandler? validationEventHandler)
C# XmlSchema
Read
(System.Xml.XmlReader reader, System.Xml.Schema.ValidationEventHandler? validationEventHandler)
C# XmlSchema
Write
(System.IO.Stream stream)
C# XmlSchema
Write
(System.IO.Stream stream, System.Xml.XmlNamespaceManager? namespaceManager)
C# XmlSchema
Write
(System.IO.TextWriter writer)
C# XmlSchema
Write
(System.IO.TextWriter writer, System.Xml.XmlNamespaceManager? namespaceManager)
C# XmlSchema
Write
(System.Xml.XmlWriter writer)
C# XmlSchema
Write
(System.Xml.XmlWriter writer, System.Xml.XmlNamespaceManager? namespaceManager)
C# XmlSchema tutorial with examples
C# XmlSchema AttributeGroups
C# XmlSchema Attributes
C# XmlSchema
Compile
(System.Xml.Schema.ValidationEventHandler? validationEventHandler)
C# XmlSchema Groups
C# XmlSchema Id
C# XmlSchema InstanceNamespace
C# XmlSchema Namespace
C# XmlSchema Notations
C# XmlSchema SchemaTypes
C# XmlSchema Version
C# XmlSchema An in-memory representation of an XML Schema, as specified in the World Wide Web Consortium (W3C) XML Schema Part 1: Structures and XML Schema Part 2: ...
C# XmlSchema Compiles the XML Schema Object Model (SOM) into schema information for validation.
C# XmlSchema Gets or sets the Uniform Resource Identifier (URI) of the schema target namespace.
C# XmlSchema Gets or sets the blockDefault attribute which sets the default value of the block attribute on element and complex types in the targetNamespace of the ...
C# XmlSchema Gets or sets the finalDefault attribute which sets the default value of the final attribute on elements and complex types in the target namespace of the ...
C# XmlSchema Gets or sets the form for attributes declared in the target namespace of the schema.
C# XmlSchema Gets or sets the form for elements declared in the target namespace of the schema.
C# XmlSchema Gets or sets the qualified attributes which do not belong to the schema target namespace.
C# XmlSchema Gets or sets the string ID.
C# XmlSchema Gets or sets the version of the schema.
C# XmlSchema Gets the System.Type of the current instance.
C# XmlSchema Gets the collection of included and imported schemas.
C# XmlSchema Gets the collection of schema elements in the schema and is used to add new element types at the schema element level.
C# XmlSchema Gets the post-schema-compilation value for all notations in the schema.
C# XmlSchema Gets the post-schema-compilation value for all the attributes in the schema.
C# XmlSchema Gets the post-schema-compilation value for all the elements in the schema.
C# XmlSchema Gets the post-schema-compilation value of all schema types in the schema.
C# XmlSchema Gets the post-schema-compilation value of all the global attribute groups in the schema.
C# XmlSchema Gets the post-schema-compilation value of all the groups in the schema.
C# XmlSchema Indicates if the schema has been compiled.
C# XmlSchema Initializes a new instance of the System.Xml.Schema.XmlSchema class.
C# XmlSchema Reads an XML Schema from the supplied System.IO.TextReader.
C# XmlSchema Reads an XML Schema from the supplied System.Xml.XmlReader.
C# XmlSchema Reads an XML Schema from the supplied stream.
C# XmlSchema The XML schema instance namespace.
C# XmlSchema The XML schema namespace.
C# XmlSchema Writes the XML Schema to the supplied System.IO.TextWriter.
C# XmlSchema Writes the XML Schema to the supplied System.Xml.XmlWriter.
C# XmlSchema Writes the XML Schema to the supplied data stream.
Previous
Next
Related
C# XmlPreloadedResolver Maps a URI to an object that contains the actual resource.
C# XmlPreloadedResolver Gets a collection of preloaded URIs.
C# XmlPreloadedResolver When overridden in a derived class, maps a URI to an object that contains the actual resource.
C# System.Xml.Schema XmlSchema
C# XmlSchema tutorial with examples
C# XmlSchema XmlSchema()
C# XmlSchema AttributeFormDefault