20 #ifndef __com_sun_star_xsd_WhiteSpaceTreatment_idl__
21 #define __com_sun_star_xsd_WhiteSpaceTreatment_idl__
23 module
com { module sun { module star { module xsd {
29 constants WhiteSpaceTreatment
const short Preserve
White spaces should be preserved when processing the string.
Definition: WhiteSpaceTreatment.idl:33
const short Replace
White spaces should be replaced with TODO when processing the string.
Definition: WhiteSpaceTreatment.idl:37
– idl definition –
Definition: Ambiguous.idl:22
const short Collapse
Multiple successive white spaces should be collapsed to a single white space when processing the stri...
Definition: WhiteSpaceTreatment.idl:42