XmlSchemaSimpleTypeRestriction.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

プロパティ値

次のいずれかのファセット クラス:

XmlSchemaLengthFacetXmlSchemaMinLengthFacetXmlSchemaMaxLengthFacetXmlSchemaPatternFacetXmlSchemaEnumerationFacetXmlSchemaMaxInclusiveFacetXmlSchemaMaxExclusiveFacetXmlSchemaMinInclusiveFacetXmlSchemaMinExclusiveFacetXmlSchemaFractionDigitsFacetXmlSchemaTotalDigitsFacetXmlSchemaWhiteSpaceFacet

適用対象