IfcDirectionSenseEnum

Natural language names
Direction Sense Enum
Enumération des sens de direction
Semantic definitions at the type
Type definition

IfcDirectionSenseEnum is an enumeration denoting whether sense of direction is positive or negative along the given axis.

HISTORY  New Type in IFC2x.

Enumeration definition
ConstantDescription
POSITIVE

Direction defined to be positive.

NEGATIVE

Direction defined to be negative.

Formal representations
XML Specification
 <xs:simpleType name="IfcDirectionSenseEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="positive"/>
   <xs:enumeration value="negative"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcDirectionSenseEnum = ENUMERATION OF (
 POSITIVE,
 NEGATIVE);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcMaterialLayerSetUsage

Link to this page  Link to this page