XmlSchemaSimpleContentRestriction.Facets プロパティ

定義

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

プロパティ値

XmlSchemaObjectCollection

次のファセット クラスの 1 つ。 XmlSchemaLengthFacet, XmlSchemaMinLengthFacet, XmlSchemaMaxLengthFacet, XmlSchemaPatternFacet, XmlSchemaEnumerationFacet, XmlSchemaMaxInclusiveFacet, XmlSchemaMaxExclusiveFacet, XmlSchemaMinInclusiveFacet, XmlSchemaMinExclusiveFacet, XmlSchemaFractionDigitsFacet, XmlSchemaTotalDigitsFacet, XmlSchemaWhiteSpaceFacet.

適用対象