|
ENTITY Person; last_name : STRING; first_name : OPTIONAL STRING; middle_names : OPTIONAL LIST [1:?] OF STRING; prefix_titles : OPTIONAL LIST [1:?] OF STRING; suffix_titles : OPTIONAL LIST [1:?] OF STRING; END_ENTITY; -- Person |
Entity data types and their attributesPersonlast_name: STRING; (OPT) first_name: STRING; (OPT) middle_names: LIST [1:?] OF STRING; (OPT) prefix_titles: LIST [1:?] OF STRING; (OPT) suffix_titles: LIST [1:?] OF STRING; |
Global rules for this entity data typeperson_requires_person_and_organization (Ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_arm) |