ifc:IfcTableRow

Complex Type Information

Model

Children: ifc:RowCells

Attributes

QName Type Fixed Default Use Inheritable Annotation
IsHeading xs:boolean 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

Element ifc:IfcTableRow

Source

<xs:complexType name="IfcTableRow">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="RowCells" nillable="true" minOccurs="0">
          <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="IsHeading" type="xs:boolean" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>