summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/CmisProperty.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/CmisProperty.idl')
-rw-r--r--offapi/com/sun/star/document/CmisProperty.idl15
1 files changed, 14 insertions, 1 deletions
diff --git a/offapi/com/sun/star/document/CmisProperty.idl b/offapi/com/sun/star/document/CmisProperty.idl
index f6009a0f3685..65caab11ead1 100644
--- a/offapi/com/sun/star/document/CmisProperty.idl
+++ b/offapi/com/sun/star/document/CmisProperty.idl
@@ -21,7 +21,7 @@
module com { module sun { module star { module document {
-/** specifies a CMIS property value.
+/** specifies a CMIS property.
*/
struct CmisProperty
{
@@ -42,6 +42,19 @@ struct CmisProperty
*/
boolean Required;
+ /** specifies if the property has multiple value
+ */
+ boolean MultiValued;
+
+ /** specifies if the property value can be freely set
+ or is restricted from a list of choices.
+ */
+ boolean OpenChoice;
+
+ /** specifies the possible choices of the values.
+ */
+ any Choices;
+
/** specifies value of the property
*/
any Value;