20 module
com { module sun { module star { module document {
specifies a CMIS property.
Definition: CmisProperty.idl:24
Definition: Ambiguous.idl:20
boolean OpenChoice
specifies if the property value can be freely set or is restricted from a list of choices...
Definition: CmisProperty.idl:54
string Name
specifies the display name of the CMIS property.
Definition: CmisProperty.idl:32
string Id
unique ID of the Cmis property
Definition: CmisProperty.idl:28
boolean Required
specifies if the property is required and can not be empty.
Definition: CmisProperty.idl:45
boolean MultiValued
specifies if the property has multiple value
Definition: CmisProperty.idl:49
any Choices
specifies the possible choices of the values.
Definition: CmisProperty.idl:58
boolean Updatable
specifies if the property is updatable.
Definition: CmisProperty.idl:40
any Value
specifies value of the property
Definition: CmisProperty.idl:62
string Type
type of the property
Definition: CmisProperty.idl:36