IfcDayInMonthNumber

Natural language names
Day In Month Number
Numéro du jour du mois
Semantic definitions at the type
Type definition

IfcDayInMonthNumber is an integer that defines the position of the specified day in a month.

Type: INTEGER

HISTORY  New type in IFC1.5.1.
IFC4 CHANGE  Where rule ValidRange added.
Formal Propositions
RuleDescription
ValidRangeThe valid range for positioning a day in a month is min inclusive = 1 and max inclusive = 31.
Formal representations
XML Specification
 <xs:simpleType name="IfcDayInMonthNumber">
  <xs:restriction base="xs:long"/>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcDayInMonthNumber = INTEGER;
 WHERE
  ValidRange : {1 <= SELF <= 31}
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcRecurrencePattern

Link to this page  Link to this page