ENTITY IfcRecurrencePattern

(* SCHEMA IFC4; *)
ENTITY IfcRecurrencePattern;
	RecurrenceType : IfcRecurrenceTypeEnum;
	DayComponent : OPTIONAL SET [1:?] OF IfcDayInMonthNumber;
	WeekdayComponent : OPTIONAL SET [1:?] OF IfcDayInWeekNumber;
	MonthComponent : OPTIONAL SET [1:?] OF IfcMonthInYearNumber;
	Position : OPTIONAL IfcInteger;
	Interval : OPTIONAL IfcInteger;
	Occurrences : OPTIONAL IfcInteger;
	TimePeriods : OPTIONAL LIST [1:?] OF IfcTimePeriod;
END_ENTITY;

Explicit Attributes

Entity IfcRecurrencePattern has the following local and inherited explicit attributes:
AttributeTypeDefined By
 RecurrenceTypeIfcRecurrenceTypeEnum (ENUM)IfcRecurrencePattern
 DayComponentSET OF IfcDayInMonthNumber (INTEGER)IfcRecurrencePattern
 WeekdayComponentSET OF IfcDayInWeekNumber (INTEGER)IfcRecurrencePattern
 MonthComponentSET OF IfcMonthInYearNumber (INTEGER)IfcRecurrencePattern
 PositionIfcInteger (INTEGER)IfcRecurrencePattern
 IntervalIfcInteger (INTEGER)IfcRecurrencePattern
 OccurrencesIfcInteger (INTEGER)IfcRecurrencePattern
 TimePeriodsLIST OF IfcTimePeriod (ENTITY)IfcRecurrencePattern

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcRecurrencePattern and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcTaskTimeRecurring ENTITY IfcRecurrencePattern
 IfcWorkTime ENTITY IfcRecurrencePattern


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:46-04:00