November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaFacet — System.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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaFacet