Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY material_class
          SUBTYPE OF (item_class);
END_ENTITY; -- material_class

Entity data types and their attributes

dictionary_element
          identified_by: basic_semantic_unit;
          (OPT) time_stamps: dates;
          revision: revision_type;
class_and_property_elements
          names: item_names;
          definition: definition_type;
          (OPT) source_doc_of_definition: document;
          (OPT) note: note_type;
          (OPT) remark: remark_type;
class
          (RT) identified_by: class_bsu;
          (OPT) its_superclass: class_bsu;
          described_by: LIST [0:?] OF UNIQUE property_bsu;
          defined_types: SET [0:?] OF data_type_bsu;
          (DER) subclasses: SET [0:?] OF class;
          (DER) known_applicable_properties: SET [0:?] OF property_bsu;
          (DER) known_applicable_data_types: SET [0:?] OF data_type_bsu;
          (INV) associated_items: SET [0:?] OF class_bsu_relationship FOR relating_class;
item_class
          (OPT) simplified_drawing: graphics;
          sub_class_properties: SET [0:?] OF property_bsu;
          class_constant_values: SET [0:?] OF class_value_assignment;
          (OPT) coded_name: value_code_type;
material_class
          -

Users

dictionary_element
class_and_property_elements
class
          class.subclasses
          class_bsu_relationship.relating_class
          property_det.describes_classes
item_class
material_class

Global rules for this entity data type

          -

public interface EMaterial_class extends EItem_class


public class CMaterial_class implements EMaterial_class


public class AMaterial_class extends AEntity

          public EMaterial_class getByIndex(int index)
          public EMaterial_class getCurrentMember(SdaiIterator it)