C# Class 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.
Inheritance: XmlSchemaFacet
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
XmlSchemaMaxExclusiveFacet ( ) : System.ComponentModel

Method Details

XmlSchemaMaxExclusiveFacet() public méthode

public XmlSchemaMaxExclusiveFacet ( ) : System.ComponentModel
Résultat System.ComponentModel