ENTITY document

(* SCHEMA engineering_properties_schema; *)


   ENTITY document;
      id : identifier;
      name : label;
      description : OPTIONAL text;
      kind : document_type;
   INVERSE
      representation_types : SET [0:?] OF document_representation_type FOR represented_document;
   END_ENTITY;

Explicit Attributes

Entity document has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)document
 namelabel (STRING)document
 descriptiontext (STRING)document
 kinddocument_type (ENTITY)document

Derived Attributes

    No derived attributes

Inverse Attributes

Entity document has the following local and inherited inverse attributes:
AttributeTypeDefined By
 representation_typesSET OF document_representation_type (ENTITY)document

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity document and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT document
 action_method_with_associated_documents ENTITY document
 action_request_item SELECT document
 attribute_language_item SELECT document
 document_product_association ENTITY document
 document_reference ENTITY document
 document_relationship ENTITY document
 document_representation_type ENTITY document
 document_usage_constraint ENTITY document
 effectivity_item SELECT document
 external_identification_item SELECT document
 identification_item SELECT document
 language_item SELECT document
 multi_language_attribute_item SELECT document
 organizational_project_item SELECT document
 organization_item SELECT document
 person_item SELECT document
 product_definition_with_associated_documents ENTITY document
 security_classified_item SELECT document
 time_interval_item SELECT document


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:50-04:00