| Complex Type Summary |
| CharacteristicComponent | Schema for CharacteristicComponents. |
| CharacteristicModel | Base schema for all BACI objects with configuration stored in the CDB |
| Pdouble | Base schema for Double Properties |
| Pdouble_ | Restriction step of Double Property definition. |
| PdoubleSeq | Base schema for a property representing a sequence of Double values. |
| PdoubleSeq_ | Restriction step of Double Sequence Property definition. |
| PEnum | Base schema for Enumeration Properties |
| PEnum_ | Restriction step of Enum Property definition. |
| Pfloat | Base schema for Float Properties |
| Pfloat_ | Restriction step of Float Property definition. |
| PfloatSeq | Base schema for a property representing a sequence of Float values. |
| PfloatSeq_ | Restriction step of Float Sequence Property definition. |
| Plong | Base schema for Long Properties |
| Plong_ | Restriction step of Long Property definition. |
| PlongLong | Base schema for Long Long Property |
| PlongLong_ | Restriction step of Long Long Property definition. |
| PlongSeq | Base schema for a property representing a sequence of Long values. |
| PlongSeq_ | Restriction step of Long Sequence Property definition. |
| Ppattern | pattern stands for an unsigned long long. |
| Ppattern_ | Restriction step of Pattern Property definition. |
| Property | Base schema for the configuration database of all properties |
| Pstring | Base schema for String Properties |
| Pstring_ | Restriction step of String Property definition. |
| PstringSeq | Base schema for a property representing a sequence of String values. |
| PstringSeq_ | Restriction step of String Sequence Property definition. |
| PuLongLong | Base schema for Unsigned Long Long Properties |
| PuLongLong_ | Restriction step of Unsigned Long Long Property definition. |
| ROdouble | Read Only Double Property |
| ROdoubleSeq | Read Only sequence of Double values. |
| ROEnum | Read Only Enumeration Property. |
| ROfloat | Read Only Float Property |
| ROfloatSeq | Read Only sequence of Float values. |
| ROlong | Read Only Long Property |
| ROlongLong | Read Only Long Long Property |
| ROlongSeq | Read Only sequence of Long values. |
| ROpattern | Read Only pattern property |
| ROstring | Read Only String Property |
| ROstringSeq | Read Only sequence of String values. |
| ROuLongLong | Read Only Unsigned Long Long Property |
| RWdouble | Read Write Double Property |
| RWdoubleSeq | Read Write sequence of Double values. |
| RWEnum | Read Write Enumeration Property. |
| RWfloat | Read Write Float Property |
| RWfloatSeq | Read Write sequence of Float values. |
| RWlong | Read Write Long Property |
| RWlongLong | Read Write Long Long Property |
| RWlongSeq | Read Write sequence of Long values. |
| RWpattern | Read Write Pattern Property |
| RWstring | Read Write String Property |
| RWuLongLong | Read Write Unsigned Long Long Property |
| TypelessProperty | Defines Characteristics common to all properties, independently from their type |