This class contains the LINQ to XML extension methods for XSD validation.
ValidationEventArgsReturns detailed information related to the ValidationEventHandler
.
Represents the typed value of a validated XML element or attribute. The XmlAtomicValue class cannot be inherited.
XmlSchemaAn 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: Datatypes].
XmlSchemaAllRepresents the World Wide Web Consortium (W3C) all
element (compositor).
The base class for any element that can contain annotation elements.
XmlSchemaAnnotationRepresents the World Wide Web Consortium (W3C) annotation
element.
Represents the World Wide Web Consortium (W3C) any
element.
Represents the World Wide Web Consortium (W3C) anyAttribute
element.
Represents the World Wide Web Consortium (W3C) appinfo
element.
Represents the attribute
element from the XML Schema as specified by the World Wide Web Consortium (W3C). Attributes provide additional information for other document elements. The attribute tag is nested between the tags of a document's element for the schema. The XML document displays attributes as named items in the opening tag of an element.
Represents the attributeGroup
element from the XML Schema as specified by the World Wide Web Consortium (W3C). AttributesGroups provides a mechanism to group a set of attribute declarations so that they can be incorporated as a group into complex type definitions.
Represents the attributeGroup
element with the ref
attribute from the XML Schema as specified by the World Wide Web Consortium (W3C). AttributesGroupRef is the reference for an attributeGroup, name property contains the attribute group being referenced.
Represents the choice
element (compositor) from the XML Schema as specified by the World Wide Web Consortium (W3C). The choice
allows only one of its children to appear in an instance.
Contains a cache of XML Schema definition language (XSD) and XML-Data Reduced (XDR) schemas. The XmlSchemaCollection class is obsolete. Use XmlSchemaSet instead.
XmlSchemaCollectionEnumeratorSupports a simple iteration over a collection. This class cannot be inherited.
XmlSchemaCompilationSettingsProvides schema compilation options for the XmlSchemaSet class This class cannot be inherited.
XmlSchemaComplexContentRepresents the complexContent
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class represents the complex content model for complex types. It contains extensions or restrictions on a complex type that has either only elements or mixed content.
Represents the extension
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is for complex types with complex content model derived by extension. It extends the complex type by adding attributes or elements.
Represents the restriction
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is for complex types with a complex content model derived by restriction. It restricts the contents of the complex type to a subset of the inherited complex type.
Represents the complexType
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines a complex type that determines the set of attributes and content of an element.
An abstract class for schema content.
XmlSchemaContentModelSpecifies the order and structure of the child elements of a type.
XmlSchemaDatatypeThe XmlSchemaDatatype class is an abstract class for mapping XML Schema definition language (XSD) types to Common Language Runtime (CLR) types.
XmlSchemaDocumentationRepresents the documentation
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class specifies information to be read or used by humans within an annotation
.
Represents the element
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is the base class for all particle types and is used to describe an element in an XML document.
Represents the enumeration
facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class specifies a list of valid values for a simpleType element. Declaration is contained within a restriction
declaration.
Returns detailed information about the schema exception.
XmlSchemaExternalAn abstract class. Provides information about the included schema.
XmlSchemaFacetAbstract class for all facets that are used when simple types are derived by restriction.
XmlSchemaFractionDigitsFacetSpecifies a restriction on the number of digits that can be entered for the fraction value of a simpleType element. The value of fractionDigits must be a positive integer. Represents the World Wide Web Consortium (W3C) fractionDigits
facet.
Represents the group
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines groups at the schema
level that are referenced from the complex types. It groups a set of element declarations so that they can be incorporated as a group into complex type definitions.
An abstract class for XmlSchemaAll, XmlSchemaChoice, or XmlSchemaSequence.
XmlSchemaGroupRefRepresents the group
element with ref
attribute from the XML Schema as specified by the World Wide Web Consortium (W3C). This class is used within complex types that reference a group
defined at the schema
level.
Class for the identity constraints: key
, keyref
, and unique
elements.
Represents the import
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is used to import schema components from other schemas.
Represents the include
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is used to include declarations and definitions from an external schema. The included declarations and definitions are then available for processing in the containing schema.
Infers an XML Schema Definition Language (XSD) schema from an XML document. The XmlSchemaInference class cannot be inherited.
XmlSchemaInferenceExceptionReturns information about errors encountered by the XmlSchemaInference class while inferring a schema from an XML document.
XmlSchemaInfoRepresents the post-schema-validation infoset of a validated XML node.
XmlSchemaKeyThis class represents the key
element from XMLSchema as specified by the World Wide Web Consortium (W3C).
This class represents the keyref
element from XMLSchema as specified by the World Wide Web Consortium (W3C).
Represents the length
facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the length of a simpleType
element on the data type.
Represents the maxExclusive
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum value of a simpleType
element. The element value must be less than the value of the maxExclusive
element.
Represents the maxInclusive
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum value of a simpleType
element. The element value must be less than or equal to the value of the maxInclusive
element.
Represents the maxLength
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum length of the data value of a simpleType
element. The length must be less than the value of the maxLength
element.
Represents the minExclusive
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum value of a simpleType
element. The element value must be greater than the value of the minExclusive
element.
Represents the minInclusive
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum value of a simpleType element. The element value must be greater than or equal to the value of the minInclusive
element.
Represents the minLength
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum length of the data value of a simpleType
element. The length must be greater than the value of the minLength
element.
Represents the notation
element from XML Schema as specified by the World Wide Web Consortium (W3C). An XML Schema notation
declaration is a reconstruction of XML 1.0 NOTATION
declarations. The purpose of notations is to describe the format of non-XML data within an XML document.
Abstract class for defining numeric
facets. This class is the base class for numeric facet classes such as XmlSchemaMinLengthFacet.
Represents the root class for the Xml schema object model hierarchy and serves as a base class for classes such as the XmlSchema class.
XmlSchemaObjectCollectionA collection of XmlSchemaObjects.
XmlSchemaObjectEnumeratorRepresents the enumerator for the XmlSchemaObjectCollection.
XmlSchemaObjectTableProvides the collections for contained elements in the XmlSchema class (for example, Attributes, AttributeGroups, Elements, and so on).
XmlSchemaParticleAbstract class for that is the base class for all particle types (e.g. XmlSchemaAny).
XmlSchemaPatternFacetRepresents the pattern
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the value entered for a simpleType
element.
Represents the redefine
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to allow simple and complex types, groups and attribute groups from external schema files to be redefined in the current schema. This class can also be used to provide versioning for the schema elements.
Represents the sequence
element (compositor) from the XML Schema as specified by the World Wide Web Consortium (W3C). The sequence
requires the elements in the group to appear in the specified sequence within the containing element.
Contains a cache of XML Schema definition language (XSD) schemas.
XmlSchemaSimpleContentRepresents the simpleContent
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is for simple and complex types with simple content model.
Represents the extension
element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to derive simple types by extension. Such derivations are used to extend the simple type content of the element by adding attributes.
Represents the restriction
element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to derive simple types by restriction. Such derivations can be used to restrict the range of values for the element to a subset of the values specified in the inherited simple type.
Represents the simpleType
element for simple content from XML Schema as specified by the World Wide Web Consortium (W3C). This class defines a simple type. Simple types can specify information and constraints for the value of attributes or elements with text-only content.
Abstract class for simple type content classes.
XmlSchemaSimpleTypeListRepresents the list
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to define a simpleType
element as a list of values of a specified data type.
Represents the restriction
element for simple types from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used restricting simpleType
element.
Represents the union
element for simple types from XML Schema as specified by the World Wide Web Consortium (W3C). A union
datatype can be used to specify the content of a simpleType
. The value of the simpleType
element must be any one of a set of alternative datatypes specified in the union. Union types are always derived types and must comprise at least two alternative datatypes.
Represents the totalDigits
facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the number of digits that can be entered for the value of a simpleType
element. That value of totalDigits
must be a positive integer.
The base class for all simple types and complex types.
XmlSchemaUniqueRepresents the unique
element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to identify a unique constraint among a set of elements.
Represents the exception thrown when XML Schema Definition Language (XSD) schema validation errors and warnings are encountered in an XML document being validated.
XmlSchemaValidatorRepresents an XML Schema Definition Language (XSD) Schema validation engine. The XmlSchemaValidator class cannot be inherited.
XmlSchemaWhiteSpaceFacetRepresents the World Wide Web Consortium (W3C) whiteSpace
facet.
Represents the World Wide Web Consortium (W3C) selector
element.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4