XmlSchemaFacet Hierarchy

The following table lists the classes derived from System.Xml.Schema.XmlSchemaFacet .

Derived Classes

Class Description
System.Xml.Schema.XmlSchemaEnumerationFacet 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.
System.Xml.Schema.XmlSchemaMaxExclusiveFacet 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.
System.Xml.Schema.XmlSchemaMaxInclusiveFacet 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.
System.Xml.Schema.XmlSchemaMinExclusiveFacet 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.
System.Xml.Schema.XmlSchemaMinInclusiveFacet 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.
System.Xml.Schema.XmlSchemaNumericFacet Abstract class for defining numeric facets. This class is the base class for numeric facet classes such as XmlSchemaMinLengthFacet
System.Xml.Schema.XmlSchemaPatternFacet Represents 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.
System.Xml.Schema.XmlSchemaWhiteSpaceFacet Represents the World Wide Web Consortium (W3C) whiteSpace facet.

See Also

Reference

XmlSchemaFacet Class
XmlSchemaFacet Members
System.Xml.Schema Namespace