Property
| Attribute Name | Description | Required in XML Definition? | DataType | Length | Readonly? | Required by Repository? |
|---|---|---|---|---|---|---|
| Property | ||||||
| Inherited Attributes | ||||||
| PolicyBundle | The Policies that apply specifically to this object. | Optional | PUBLICOBJECT | 1/0 | ||
| PropertyBundle | The PropertyBundle associated with this object. | Optional | PUBLICOBJECT | 1/0 | ||
| Active | An indicator of whether this SchemaObject is still used. Inactive SchemaObjects are not included in Collections. | System Set | BOOLEAN | 1/0 | REQUIRED | |
| Class Specific attributes | ||||||
| NAME | The name of this object. | Required | STRING | 700/0 | ||
| BUNDLE | The PropertyBundle to which this property belongs. | Required | PUBLICOBJECT | 1/0 | READONLY | REQUIRED |
| DATATYPE | The datatype of this Property - either scalar or array of integer, long, double, string, boolean, DirectoryObject, PublicObject, SchemaObject, SystemObject. | Required | INTEGER | 1/0 | READONLY | REQUIRED |
| Based on data type exactly one of the following is required. | ||||||
| BOOLEANVALUE | The value of this Property if the datatype is a Boolean. | BOOLEAN | 1/0 | |||
| INTEGERVALUE | The value of this Property if the datatype is an Integer. | INTEGER | 1/0 | |||
| LONGVALUE | The value of this Property if the datatype is a Long. | LONG | 1/0 | |||
| DOUBLEVALUE | The value of this Property if the datatype is a Double. | DOUBLE | 1/0 | |||
| STRINGVALUE | The value of this Property if the datatype is a String. | STRING | 2000/0 | |||
| DATEVALUE | The value of this Property if the datatype is a Date. | DATE | 1/0 | |||
| SCHEMAOBJECTVALUE | The value of this Property if the datatype is a SchemaObject. | SCHEMAOBJECT | 1/0 | |||
| SYSTEMOBJECTVALUE | The value of this Property if the datatype is a SystemObject. | SYSTEMOBJECT | 1/0 | |||
| PUBLICOBJECTVALUE | The value of this Property if the datatype is a PublicObject. | PUBLICOBJECT | 1/0 | |||
| DIRECTORYOBJECTVALUE | The value of this Property if the datatype is a DirectoryObject. | DIRECTORYOBJECT | 1/0 | |||
| BOOLEANVALUES | The value of this Property if the datatype is an array of Booleans. | BOOLEAN_ARRAY | 1/0 | |||
| INTEGERVALUES | The value of this Property if the datatype is an array of Integers. | INTEGER_ARRAY | 1/0 | |||
| LONGVALUES | The value of this Property if the datatype is an array of Longs. | LONG_ARRAY | 1/0 | |||
| DOUBLEVALUES | The value of this Property if the datatype is an array of Doubles. | DOUBLE_ARRAY | 1/0 | |||
| STRINGVALUES | The value of this Property if the datatype is an array of Strings. | STRING_ARRAY | 1/0 | |||
| DATEVALUES | The value of this Property if the datatype is an array of Dates. | DATE_ARRAY | 1/0 | |||
| SCHEMAOBJECTVALUES | The value of this Property if the datatype is an array of SchemaObjects. | SCHEMAOBJECT_ARRAY | 1/0 | |||
| SYSTEMOBJECTVALUES | The value of this Property if the datatype is an array of SystemObjects. | SYSTEMOBJECT_ARRAY | 1/0 | |||
| PUBLICOBJECTVALUES | The value of this Property if the datatype is an array of PublicObjects. | PUBLICOBJECT_ARRAY | 1/0 | |||
| DIRECTORYOBJECTVALUES | The value of this Property if the datatype is an array of DirectoryObjects. | DIRECTORYOBJECT_ARRAY | 1/0 |
Send us a comment or correction for this page.