November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaPatternFacet — System.Xml.Schema (system.xml.dll) class
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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaFacet →
XmlSchemaPatternFacet