Source : ISO 10303-49
SCHEMA process_property_representation_schema;
         REFERENCE FROM 
         support_resource_schema   -- ISO 10303-41
  (label,
           
         text);
         
         REFERENCE FROM 
         representation_schema   -- ISO 10303-43
  (representation);
         
         REFERENCE FROM 
         process_property_schema   -- ISO 10303-49
  (action_property,
           
         resource_property);
         
ENTITY action_property_representation;
           name : label;
           description : text;
           property : action_property;
           representation : representation;
         
         END_ENTITY;
ENTITY resource_property_representation;
           name : label;
           description : text;
           property : resource_property;
           representation : representation;
         
         END_ENTITY;
         END_SCHEMA;  -- process_property_representation_schema