Name

XmlSchemaFacet — System.Xml.Schema (system.xml.dll)   abstract class 

Synopsis

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

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.