ifc:IfcIrregularTimeSeries

Complex Type Information

Model

Children: ifc:Unit, ifc:Values

Attributes

QName Type Fixed Default Use Inheritable Annotation
DataOrigin ifc:IfcDataOriginEnum optional
Description ifc:IfcText optional
EndTime ifc:IfcDateTime optional
Name ifc:IfcLabel optional
StartTime ifc:IfcDateTime optional
TimeSeriesDataType ifc:IfcTimeSeriesDataTypeEnum optional
UserDefinedDataOrigin ifc:IfcLabel 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="IfcIrregularTimeSeries">
  <xs:complexContent>
    <xs:extension base="ifc:IfcTimeSeries">
      <xs:sequence>
        <xs:element name="Values">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcIrregularTimeSeriesValue" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcIrregularTimeSeriesValue"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>