Once the schema is created, you can add its properties and sub-properties.
To configure schema properties:
-
Select the + button next to the [schema name] drop-down
menu.
The Add Property window is opened.
- Enter the property Name.
-
Select the property Type from the drop-down menu. You
can choose the following types:
Type Description String A property that represents text. Integer A property that represents a whole number. Floating point A property that represents numbers with decimals (not only integer numbers.) Boolean A property that represent a true or false option. Complex A property that allows nesting sub-properties under a property. Only one level of sub-properties is allowed. Date A property that represents a date. Blob A property that represents binary content. For example, you can create a property to store thumbnails of the content objects in the repository. - Enter an optional property Description.
- Depending on the property type, you can add an optional default property value in the Default field.
-
Depending on the property type, you have the following additional property
configuration options:
Option Description Multivalued Defines whether the property can have multiple values. Available for all property types, except for Complex.
Required Defines whether the property value is required.
Available for all property types, except for Complex.
Limited length Defines whether the property value has a limited character length. When selected, you can choose the minimum and maximum value length.
Available for the following property types: String.
Full text indexable Defines whether the property value content will be indexed and can be searched for later.
Available for the following property types: String, Blob.
Limited value Defines whether the property value is limited. When selected, you can choose the minimum and maximum value for the property.
Available for the following property types: Integer, Date.
- When you are done configuring, select Add Property.