Ifd:IfdMeasureInRelationship
From dev.ifd-library.org
The IfdMeasureInRelationshipclass is the class representing the xtdMeasureWithUnit entity from ISO 12006-3. The IfdMeasureInRelationship class is a specialization of ifdMeasure with additional attributes for context and relationship type.
[edit] Attributes
Inherited attributes
-
string guid -
string version_id -
string version_date -
IfdStatusEnum status -
IfdConceptTypeEnum concept_type- enumeration of concept types from the ISO 12006-3 standard -
IfdName full_names []- which is an array of IfdName -
IfdName short_names []- which is an array of IfdName -
IfdName lexemes []- which is an array of IfdName -
IfdDescription definitions []- which is an array of IfdDescription -
IfdDescription comments []- which is an array of IfdDescription -
IfdIllustration illustrations []- which is an array of IfdIllustration -
IfdOrganization owner- which represents the organization reponsible for the concept. - unit - the unit IfdConcept of the measure (can only be one)
- values [] - array of IfdValue for the measure (exept for enumerations)
Additional attributes
- relationship_type - the type of relationship. This is always "ASSIGNS_PROPERTY_WITH_VALUES" (should me omitted??)
- context_guids - a list of context guids for each of the property - measure assignments.
Comments: