EXPRESS Definition for IfcClassificationResource

Link to Documentation

Documentation

Link to EXPRESS-G Diagram

EXPRESS-G Diagram



SCHEMA IfcClassificationResource;


IfcClassification

Link to Documentation

Documentation


ENTITY IfcClassification;
    Source      : STRING;
    Table       : OPTIONAL STRING;
    Notation    : IfcClassificationNotation;
    Description : STRING;
    Edition     : OPTIONAL STRING;
END_ENTITY;


IfcClassificationList

Link to Documentation

Documentation


ENTITY IfcClassificationList;
    Classifications : LIST [1:?] OF IfcClassification;
    Priority        : INTEGER;
END_ENTITY;


IfcClassificationNotation

Link to Documentation

Documentation


ENTITY IfcClassificationNotation;
    NotationFacets : LIST [1:?] OF IfcNotationFacet;
END_ENTITY;


IfcNotationFacet

Link to Documentation

Documentation


ENTITY IfcNotationFacet;
    NotationValue : STRING;
    Purpose       : OPTIONAL STRING;
END_ENTITY;



END_SCHEMA;