public class XmlSchemaPatternFacet : XmlSchemaFacet {
// Public Constructors
public XmlSchemaPatternFacet( );
}
This type represents
the xs:pattern XML Schema facet. Its
Value property should contain a regular expression
used to constrain the value of the simple type to which the facet
applies.