XmlSchemaMaxInclusiveFacet | System.Xml.Schema (system.xml.dll) class |
public class XmlSchemaMaxInclusiveFacet : XmlSchemaFacet {
// Public Constructors
public XmlSchemaMaxInclusiveFacet( );
} | |
This type is used to represent the
xs:maxInclusive facet, which specifies the
inclusive minimum value of the restriction type.
Hierarchy
System.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaFacet
XmlSchemaMaxInclusiveFacet
|