[ Team LiB ] Previous Section Next Section

XmlSchemaWhiteSpaceFacetSystem.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".

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaFacet XmlSchemaWhiteSpaceFacet

    [ Team LiB ] Previous Section Next Section