ENTITY document

(* SCHEMA ship_arrangement_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; -- document

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
 classification_item SELECT document
 document_has_at_least_one_references RULE document
 document_has_exactly_one_author RULE document
 document_reference ENTITY document
 document_reference_with_address_has_at_least_one_references RULE document
 document_representation_type ENTITY document
 document_usage_constraint ENTITY document
 external_identification_item SELECT document
 group_item SELECT document
 identification_item SELECT document
 organization_item SELECT document
 person_and_organization_item SELECT document
 person_item SELECT document
 product_definition_with_associated_documents ENTITY document


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:40:02-04:00