ifc:IfcIrregularTimeSeriesValue

Complex Type Information

Model

Children: ifc:ListValues

Attributes

QName Type Fixed Default Use Inheritable Annotation
TimeStamp ifc:IfcDateTime 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="IfcIrregularTimeSeriesValue">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="ListValues">
          <xs:complexType>
            <xs:group ref="ifc:IfcValue" maxOccurs="unbounded"/>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcValue"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="TimeStamp" type="ifc:IfcDateTime" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>