XmlSchemaMaxExclusiveFacet | System.Xml.Schema (system.xml.dll) class |
public class XmlSchemaMaxExclusiveFacet : XmlSchemaFacet {
// Public Constructors
public XmlSchemaMaxExclusiveFacet( );
} | |
This type represents the xs:maxExclusive facet.
Its Value property should contain the string
representation of the exclusive maximum value of the restriction
type.
Hierarchy
System.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaFacet
XmlSchemaMaxExclusiveFacet
|