DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSchemaFacetSystem.Xml.Schema (system.xml.dll)   abstract class 

public abstract class XmlSchemaFacet : XmlSchemaAnnotated {
// Protected Constructors
   protected XmlSchemaFacet( );  
// Public Instance Properties
   public virtual bool IsFixed{set; get; } 
   public string Value{set; get; } 
}

This is the abstract base type from which all schema facets are derived. All facets have a Value property that accesses the value attribute, and a IsFixed property that accesses the fixed attribute.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaFacet

    [ Team LiB ] Previous Section Next Section