XmlSchemaSimpleTypeRestriction.Facets Propriété

Définition

Obtient ou définit une facette de schéma XML.

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

Valeur de propriété

XmlSchemaObjectCollection

Une des classes de facettes suivantes : XmlSchemaLengthFacet, XmlSchemaMinLengthFacet, XmlSchemaMaxLengthFacet, XmlSchemaPatternFacet, XmlSchemaEnumerationFacet, XmlSchemaMaxInclusiveFacet, XmlSchemaMaxExclusiveFacet, XmlSchemaMinInclusiveFacet, XmlSchemaMinExclusiveFacet, XmlSchemaFractionDigitsFacet, XmlSchemaTotalDigitsFacet, XmlSchemaWhiteSpaceFacet.

S’applique à