November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaLengthFacet — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaLengthFacet : XmlSchemaNumericFacet { // Public Constructors public XmlSchemaLengthFacet( ); }
This type represents
the xs:length facet. Its Value
property should contain a non-negative integer representing the
logical length of a restriction type’s value.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaFacet →
XmlSchemaNumericFacet →
XmlSchemaLengthFacet