System::Xml::Schema

Classes

ClassDescription
Details_XmlSchemaExceptionReturns detailed information about the schema exception.
Details_XmlSchemaInferenceExceptionReturns information about errors encountered by the XmlSchemaInference class while inferring a schema from an XML document.
Details_XmlSchemaValidationExceptionRepresents the exception thrown when XML Schema Definition Language (XSD) schema validation errors and warnings are encountered in an XML document being validated.
IXmlSchemaInfoDefines the post-schema-validation infoset of a validated XML node.
ValidationEventArgsReturns detailed information related to the ValidationEventHandler.
XmlAtomicValueRepresents 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).
XmlSchemaAnnotatedThe base class for any element that can contain annotation elements.
XmlSchemaAnnotationRepresents the World Wide Web Consortium (W3C) annotation element.
XmlSchemaAnyRepresents the World Wide Web Consortium (W3C) any element.
XmlSchemaAnyAttributeRepresents the World Wide Web Consortium (W3C) anyAttribute element.
XmlSchemaAppInfoRepresents the World Wide Web Consortium (W3C) appinfo element.
XmlSchemaAttributeRepresents 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.
XmlSchemaAttributeGroupRepresents 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.
XmlSchemaAttributeGroupRefRepresents 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.
XmlSchemaChoiceRepresents 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.
XmlSchemaCollectionContains a cache of XML Schema definition language (XSD) and XML-Data Reduced (XDR) schemas.
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.
XmlSchemaComplexContentExtensionRepresents 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.
XmlSchemaComplexContentRestrictionRepresents 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.
XmlSchemaComplexTypeRepresents 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.
XmlSchemaContentAn 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 runtime 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.
XmlSchemaElementRepresents 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.
XmlSchemaEnumerationFacetRepresents 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.
XmlSchemaExternalProvides information about the included schema.
XmlSchemaFacetA base 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.
XmlSchemaGroupRepresents 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.
XmlSchemaGroupBaseAn 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.
XmlSchemaIdentityConstraintClass for the identity constraints: key, keyref, and unique elements.
XmlSchemaImportRepresents 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.
XmlSchemaIncludeRepresents 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.
XmlSchemaInferenceInfers an XML Schema Definition Language (XSD) schema from an XML document. The XmlSchemaInference class cannot be inherited.
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).
XmlSchemaKeyrefThis class represents the keyref element from XMLSchema as specified by the World Wide Web Consortium (W3C).
XmlSchemaLengthFacetRepresents 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.
XmlSchemaMaxExclusiveFacetRepresents 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.
XmlSchemaMaxInclusiveFacetRepresents 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.
XmlSchemaMaxLengthFacetRepresents 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.
XmlSchemaMinExclusiveFacetRepresents 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.
XmlSchemaMinInclusiveFacetRepresents 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.
XmlSchemaMinLengthFacetRepresents 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.
XmlSchemaNotationRepresents the notation element from XML Schema as specified by the World Wide Web Consortium (W3C). An XML Schemanotation 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.
XmlSchemaNumericFacetA vase class for defining numeric facets. This class is the base class for numeric facet classes such as XmlSchemaMinLengthFacet.
XmlSchemaObjectRepresents 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).
XmlSchemaParticleA base 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.
XmlSchemaRedefineRepresents 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.
XmlSchemaSequenceRepresents 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.
XmlSchemaSetContains 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.
XmlSchemaSimpleContentExtensionRepresents 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.
XmlSchemaSimpleContentRestrictionRepresents 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.
XmlSchemaSimpleTypeRepresents 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.
XmlSchemaSimpleTypeContentA base 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.
XmlSchemaSimpleTypeRestrictionRepresents 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.
XmlSchemaSimpleTypeUnionRepresents 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.
XmlSchemaTotalDigitsFacetRepresents 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.
XmlSchemaTypeThe 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.
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.
XmlSchemaXPathRepresents the World Wide Web Consortium (W3C) selector element.

Enums

EnumDescription
XmlSchemaContentProcessingProvides information about the validation mode of any and anyAttribute element replacements.
XmlSchemaContentTypeEnumerations for the content model of the complex type. This represents the content in the post-schema-validation information set (infoset).
XmlSchemaDatatypeVarietySpecifies the W3C XML schema data type variety of the type.
XmlSchemaDerivationMethodProvides different methods for preventing derivation.
XmlSchemaFormIndicates if attributes or elements need to be qualified with a namespace prefix.
XmlSchemaUseIndicator of how the attribute is used.
XmlSchemaValidationFlagsSpecifies schema validation options used by the XmlSchemaValidator and XmlReader classes.
XmlSchemaValidityRepresents the validity of an XML item validated by the XmlSchemaValidator class.
XmlSeverityTypeRepresents the severity of the validation event.
XmlTypeCodeRepresents the W3C XML Schema Definition Language (XSD) schema types.

Typedefs

TypedefDescription
XmlSchemaInferenceException
ValidationEventHandlerRepresents the callback method that will handle XML schema validation events and the ValidationEventArgs.
XmlSchemaException
XmlSchemaValidationException
XmlValueGetterA callback used by the XmlSchemaValidator class to pass attribute, text,and white space values as a run-time type compatible with the XML Schema Definition Language (XSD) type of the attribute, text, or white space.