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

Public Methods

Method Description
XmlSchemaPatternFacet ( ) : System.ComponentModel

Method Details

XmlSchemaPatternFacet() public method

public XmlSchemaPatternFacet ( ) : System.ComponentModel
return System.ComponentModel