November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaMaxLengthFacet — System.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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaFacet →
XmlSchemaNumericFacet →
XmlSchemaMaxLengthFacet