[ Team LiB ] Previous Section Next Section

XmlSchemaEnumerationFacetSystem.Xml.Schema (system.xml.dll)    class 

public class XmlSchemaEnumerationFacet : XmlSchemaFacet {
// Public Constructors
   public XmlSchemaEnumerationFacet( );  
}

This XmlSchemaFacet subclass represents an xs:enumeration facet, which is used to restrict the possible values of a simple type. Its Value property contains one of the accepted values of the enumeration.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaFacet XmlSchemaEnumerationFacet

    [ Team LiB ] Previous Section Next Section