System::Xml::Schema::XmlSchemaSimpleContentRestriction::get_Facets method

XmlSchemaSimpleContentRestriction::get_Facets method

Returns an XmlSchema facet.

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

ReturnValue

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

See Also