System::Xml::Schema::XmlSchemaSimpleTypeRestriction::get_Facets 方法

XmlSchemaSimpleTypeRestriction::get_Facets method

返回一个 XmlSchema facet。

SharedPtr<XmlSchemaObjectCollection> System::Xml::Schema::XmlSchemaSimpleTypeRestriction::get_Facets()

ReturnValue

以下是其中一种 facet 类: XmlSchemaLengthFacet, XmlSchemaMinLengthFacet, XmlSchemaMaxLengthFacet, XmlSchemaPatternFacet, XmlSchemaEnumerationFacet, XmlSchemaMaxInclusiveFacet, XmlSchemaMaxExclusiveFacet, XmlSchemaMinInclusiveFacet, XmlSchemaMinExclusiveFacet, XmlSchemaFractionDigitsFacet, XmlSchemaTotalDigitsFacet, XmlSchemaWhiteSpaceFacet.

另见