DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSchemaMaxLengthFacetSystem.Xml.Schema (system.xml.dll)    class 

public class XmlSchemaMaxLengthFacet : XmlSchemaNumericFacet {
// Public Constructors
   public XmlSchemaMaxLengthFacet( );  
}

This type represents the xs:maxLength facet. This facet allows you to specify the maximum length of a restriction type. xs:maxLength and xs:length are mutually exclusive within a given restriction step.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaFacet XmlSchemaNumericFacet XmlSchemaMaxLengthFacet

    [ Team LiB ] Previous Section Next Section