XmlSchemaMinLengthFacet | System.Xml.Schema (system.xml.dll) class |
public class XmlSchemaMinLengthFacet : XmlSchemaNumericFacet {
// Public Constructors
public XmlSchemaMinLengthFacet( );
} | |
This type is used to
represent the xs:minLength facet. This facet
specifies the minimum length of the restriction
type's value. xs:minLength and
xs:length are mutually exclusive within a given
restriction step.
Hierarchy
System.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaFacet
XmlSchemaNumericFacet
XmlSchemaMinLengthFacet
|