IfcDayInWeekNumber

Natural language names
enDay In Week Number
frNuméro du jour de la semaine
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    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
XSD Specification
 <xs:simpleType name="IfcDayInWeekNumber">
  <xs:restriction base="xs:long"/>
 </xs:simpleType>
 <xs:element name="IfcDayInWeekNumber-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcDayInWeekNumber">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
EXPRESS Specification
TYPE IfcDayInWeekNumber = INTEGER;
 WHERE
  ValidRange : {1 <= SELF <= 7}
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page