|
ENTITY Address; name : OPTIONAL STRING; street_number : OPTIONAL STRING; street : OPTIONAL STRING; postal_box : OPTIONAL STRING; town : OPTIONAL STRING; region : OPTIONAL STRING; postal_code : OPTIONAL STRING; country : OPTIONAL STRING; internal_location : OPTIONAL STRING; facsimile_number : OPTIONAL STRING; telephone_number : OPTIONAL STRING; electronic_mail_address : OPTIONAL STRING; telex_number : OPTIONAL STRING; url : OPTIONAL STRING; WHERE WR1: (EXISTS (street_number) OR EXISTS (street) OR EXISTS (postal_box) OR EXISTS (town) OR EXISTS (region) OR EXISTS (postal_code) OR EXISTS (country) OR EXISTS (internal_location) OR EXISTS (facsimile_number) OR EXISTS (telephone_number) OR EXISTS (electronic_mail_address) OR EXISTS (telex_number)); END_ENTITY; -- Address |
Entity data types and their attributesAddress(OPT) name: STRING; (OPT) street_number: STRING; (OPT) street: STRING; (OPT) postal_box: STRING; (OPT) town: STRING; (OPT) region: STRING; (OPT) postal_code: STRING; (OPT) country: STRING; (OPT) internal_location: STRING; (OPT) facsimile_number: STRING; (OPT) telephone_number: STRING; (OPT) electronic_mail_address: STRING; (OPT) telex_number: STRING; (OPT) url: STRING; |
Global rules for this entity data typeaddresses_are_assigned (Ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_arm) |