Civil Engineering Reference
In-Depth Information
Abb. 3.4 Bildschirmfoto des Programms ViewEdit zum Erstellen und Generieren von Subschemas
Hierbei werden zu den beiden Attributen die verwendeten Typen IfcLabel und IfcText
hinzugefügt. Für das Attribut GlobalId wird zusätzlich der Typ IfcGloballyUniqueId hin-
zugefügt, da es sich um eine nichtoptionale Information handelt. Das Attribut OwnerHi-
story ist dagegen optional und darf deshalb unbesetzt bleiben. Da es aber kein inverses At-
tribut ist, darf es aus dem Subschema nicht entfernt werden und wird deshalb in dem nach-
folgend dargestellten, automatisch vervollständigten Klassenschema über den Typ Ifc-
StrippedOptional als Platzhalter markiert.
ENTITY IfcRoot;
GlobalId : IfcGloballyUniqueId;
OwnerHistory : OPTIONAL IfcStrippedOptional;
Name: OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
END_ENTITY;
TYPE IfcGloballyUniqueId = STRING(22) FIXED;
END_TYPE;
TYPE IfcLabel = STRING(255);
END_TYPE;
TYPE IfcText = STRING;
END_TYPE;
TYPE IfcStrippedOptional = BOOLEAN;
END_TYPE;
Search WWH ::




Custom Search