#include <structures.h>
Data Fields | |
| int | rtti |
| int | type |
| char * | name |
| char * | domain |
| char * | about |
| list_t * | subpropertyof |
| list_t * | oneof |
| int | mincardinality |
| int | maxcardinality |
| char* property_s::about |
About field.
| char* property_s::domain |
Property domain.
Maximum cardinality.
Minimal cardinality.
| char* property_s::name |
Name of property.
| list_t* property_s::oneof |
Propertie's oneof value (OWL oneof).
| int property_s::rtti |
Run-time type information.
| list_t* property_s::subpropertyof |
Parent properties list.
| int property_s::type |
Property type: object, data.