IfcDiscreteAccessoryTypeEnum

Natural language names
Discrete Accessory Type Enum
Énumération des types d'accessoire composé
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcDiscreteAccessoryTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration defines the different types of discrete accessories.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
ANCHORPLATEAn accessory consisting of a steel plate, shear stud connectors or welded-on rebar which is embedded into the surface of a concrete element so that other elements can be welded or bolted onto it later.
BRACKETAn L-shaped or similarly shaped accessory attached in a corner between elements to hold them together or to carry a secondary element.
SHOEA column shoe or a beam shoe (beam hanger) used to support or secure an element.
USERDEFINEDUser-defined accessory.
NOTDEFINEDUndefined accessory.
Formal representations
XML Specification
 <xs:simpleType name="IfcDiscreteAccessoryTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="anchorplate"/>
   <xs:enumeration value="bracket"/>
   <xs:enumeration value="shoe"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcDiscreteAccessoryTypeEnum = ENUMERATION OF (
 ANCHORPLATE,
 BRACKET,
 SHOE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcDiscreteAccessory IfcDiscreteAccessoryType

Link to this page  Link to this page