[ Team LiB ] Previous Section Next Section

XmlSchemaMaxExclusiveFacetSystem.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

    [ Team LiB ] Previous Section Next Section