November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaWhiteSpaceFacet — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaWhiteSpaceFacet : XmlSchemaFacet { // Public Constructors public XmlSchemaWhiteSpaceFacet( ); }
This type represents the xs:whiteSpace facet,
which is used to describe how whitespace is to be treated in the
content of the type being defined. Its Value
property can contain any of the string literals
"preserve“, "replace“, or
"collapse“.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaFacet →
XmlSchemaWhiteSpaceFacet