|
ENTITY Assigned_document_property SUBTYPE OF (Assigned_property); SELF\Assigned_property.described_element : document_property_item; DERIVE SELF\Assigned_property.name : STRING := 'document property'; UNIQUE UR1 : described_element; WHERE WR1: SIZEOF(['DOCUMENT_PROPERTIES_ARM.DOCUMENT_DEFINITION', 'DOCUMENT_PROPERTIES_ARM.FILE']*TYPEOF(SELF\Assigned_property.described_element)) = 1; END_ENTITY; -- Assigned_document_property |
Entity data types and their attributesAssigned_property(OPT) id: STRING; name: STRING; (OPT) description: STRING; described_element: property_assignment_select; Assigned_document_property (RT) described_element: document_property_item; (RT) (DER) name: STRING; |
Global rules for this entity data type- |