XmlSchemaSimpleContentRestriction.Facets Property

Definition

Gets or sets an Xml Schema facet.

public:
 property System::Xml::Schema::XmlSchemaObjectCollection ^ Facets { System::Xml::Schema::XmlSchemaObjectCollection ^ get(); };
public System.Xml.Schema.XmlSchemaObjectCollection Facets { get; }
member this.Facets : System.Xml.Schema.XmlSchemaObjectCollection
Public ReadOnly Property Facets As XmlSchemaObjectCollection

Property Value

One of the following facet classes:

XmlSchemaLengthFacet, XmlSchemaMinLengthFacet, XmlSchemaMaxLengthFacet, XmlSchemaPatternFacet, XmlSchemaEnumerationFacet, XmlSchemaMaxInclusiveFacet, XmlSchemaMaxExclusiveFacet, XmlSchemaMinInclusiveFacet, XmlSchemaMinExclusiveFacet, XmlSchemaFractionDigitsFacet, XmlSchemaTotalDigitsFacet, XmlSchemaWhiteSpaceFacet.

Applies to