IfcDayInWeekNumber

Natural language names
Day In Week Number
Numéro du jour de la semaine
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcDayInWeekNumberADDED
Semantic definitions at the type
Type definition

The IfcDayInWeekNumber is an integer that defines the position of the specified day in a week. The positions have the following meaning that assigns the ordinal day number in the week to the Calendar day name.

Ordinal day numbers map to calendar days as follows:

Formal Propositions
RuleDescription
ValidRangeThe valid range for positioning a day in a week is min inclusive = 1 and max inclusive = 7.
Formal representations
XML Specification
 <xs:simpleType name="IfcDayInWeekNumber">
  <xs:restriction base="xs:long"/>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcDayInWeekNumber = INTEGER;
 WHERE
  ValidRange : {1 <= SELF <= 7}
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcRecurrencePattern

Link to this page  Link to this page