get_Facets()

XmlSchemaSimpleTypeRestriction::get_Facets() method

Returns an XmlSchema facet.

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

Return Value

One of the following facet classes: XmlSchemaLengthFacet, XmlSchemaMinLengthFacet, XmlSchemaMaxLengthFacet, XmlSchemaPatternFacet, XmlSchemaEnumerationFacet, XmlSchemaMaxInclusiveFacet, XmlSchemaMaxExclusiveFacet, XmlSchemaMinInclusiveFacet, XmlSchemaMinExclusiveFacet, XmlSchemaFractionDigitsFacet, XmlSchemaTotalDigitsFacet, XmlSchemaWhiteSpaceFacet.

See Also