Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY identified_document
          SUBTYPE OF (document);
          document_identifier : source_doc_type;
END_ENTITY; -- identified_document

Entity data types and their attributes

document
          -
identified_document
          document_identifier: source_doc_type;

Users

document
          class_and_property_elements.source_doc_of_definition
          dic_value.source_doc_of_value
          value_domain.source_doc_of_value_domain
identified_document

Global rules for this entity data type

          -

public interface EIdentified_document extends EDocument

document_identifier (explicit attribute)

          boolean testDocument_identifier(EIdentified_document type)
          String getDocument_identifier(EIdentified_document type)
          void setDocument_identifier(EIdentified_document type, String value)
          void unsetDocument_identifier(EIdentified_document type)

public class CIdentified_document implements EIdentified_document

          static EAttribute attributeDocument_identifier(EIdentified_document type)

public class AIdentified_document extends AEntity

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