PDM-UG: Document creation property
From WikiSTEP
This page belongs to the PDM Usage Guide.
The content related properties of documents are represented accordingly to the general scheme outlined above. To indicate that the property is related to document creation the used representation must be instantiated with:
Aspects of the content property can be modeled via the following instantiations of descriptive_representation_items collected in the above representation. It is recommended that when document creation property information is represented in a corresponding representation then at least a descriptive_representation_item with name 'creating system' shall be instantiated.
| requirement | Descriptive_representation_item.name | Descriptive_representation_item.description |
| the computer application used to create the document object. | 'creating interface' | e.g., 'Postscript driver' |
| the computer application or the machine which is used to create the object that is characterized. | 'creating system' | e.g., 'Microsoft Word V6' |
| the operating system that is used to execute the computer application that created the characterized object. | 'operating system' | e.g., 'HP-UX 11' |
The Instance Model: STEP exchange file format (ISO10303 Part 21 syntax)
/* Entities #210 to #250 assign document creation parameters to 'file1' (#80)*/
#260 = PROPERTY_DEFINITION('document property', , #80);
#270 = PROPERTY_DEFINITION_REPRESENTATION(#260, #280);
#280 = REPRESENTATION('document creation', (#290, #300, #310), #200);
#290 = DESCRIPTIVE_REPRESENTATION_ITEM('creating system', 'My CAD');
#300 = DESCRIPTIVE_REPRESENTATION_ITEM('operating system', 'Linux 2.1');
#310 = DESCRIPTIVE_REPRESENTATION_ITEM('creating interface', 'export driver');