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.
Hierarchy
System.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaFacet
XmlSchemaNumericFacet
XmlSchemaLengthFacet
|