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