XSDtotalDigits Property

Contains the XML Schema Definition (XSD) totalDigits value, which determines numeric precision.

Note

XSDtotalDigits is disregarded unless XMLField XSDtype is a nonempty value.

The following XMLAdapter methods populate the XSDtotalDigits property as appropriate:

XMLField.XSDtotalDigits

Return Value

Character data type. XSDtotalDigits specifies the XSD total number of digits.

Remarks

Applies To: XMLField Class

When generating XML using the XMLAdapter ToXML method, you can set this property to specify the totalDigits restriction in the XSD schema. You might need this behavior when the totalDigits value required for the schema differs from what Visual FoxPro would otherwise calculate. Visual FoxPro does not perform validation in this situation; therefore, you need to make sure the data conforms to the restrictions imposed by totalDigits.

See Also

Reference

XMLField Object Properties, Methods, and Events

XSDtype Property

XMLAdapter Class

ToXML Method

Other Resources

Properties (Visual FoxPro)