ENTITY IfcExternalReference
(* SCHEMA IFC2X3; *)
ENTITY IfcExternalReference
ABSTRACT SUPERTYPE OF (ONEOF
(IfcClassificationReference
,IfcDocumentReference
,IfcExternallyDefinedHatchStyle
,IfcExternallyDefinedSurfaceStyle
,IfcExternallyDefinedSymbol
,IfcExternallyDefinedTextFont
,IfcLibraryReference));
Location : OPTIONAL IfcLabel;
ItemReference : OPTIONAL IfcIdentifier;
Name : OPTIONAL IfcLabel;
WHERE
WR1 : EXISTS(ItemReference) OR EXISTS(Location) OR EXISTS(Name);
END_ENTITY;
Explicit Attributes
Entity IfcExternalReference has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| Location | IfcLabel (STRING) | IfcExternalReference |
| ItemReference | IfcIdentifier (STRING) | IfcExternalReference |
| Name | IfcLabel (STRING) | IfcExternalReference |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity IfcExternalReference has the following subtypes:
IfcClassificationReference*
IfcDocumentReference*
IfcExternallyDefinedHatchStyle*
IfcExternallyDefinedSurfaceStyle*
IfcExternallyDefinedSymbol*
IfcExternallyDefinedTextFont*
IfcLibraryReference*
* - Immediate Subtypes
Referenced By
Entity IfcExternalReference and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:12-04:00