ifc:IfcRecurrencePattern

Complex Type Information

Model

Children: ifc:TimePeriods

Attributes

QName Type Fixed Default Use Inheritable Annotation
DayComponent list of ifc:IfcDayInMonthNumber optional
Interval ifc:IfcInteger optional
MonthComponent list of ifc:IfcMonthInYearNumber optional
Occurrences ifc:IfcInteger optional
Position ifc:IfcInteger optional
RecurrenceType ifc:IfcRecurrenceTypeEnum optional
WeekdayComponent list of ifc:IfcDayInWeekNumber optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<xs:complexType name="IfcRecurrencePattern">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="TimePeriods" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcTimePeriod" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcTimePeriod"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="RecurrenceType" type="ifc:IfcRecurrenceTypeEnum" use="optional"/>
      <xs:attribute name="DayComponent" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcDayInMonthNumber"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="WeekdayComponent" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcDayInWeekNumber"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="MonthComponent" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcMonthInYearNumber"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="Position" type="ifc:IfcInteger" use="optional"/>
      <xs:attribute name="Interval" type="ifc:IfcInteger" use="optional"/>
      <xs:attribute name="Occurrences" type="ifc:IfcInteger" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>