ifc:IfcInventory

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
GlobalId ifc:IfcGloballyUniqueId optional
LastUpdateDate ifc:IfcDate optional
Name ifc:IfcLabel optional
ObjectType ifc:IfcLabel optional
PredefinedType ifc:IfcInventoryTypeEnum 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="IfcInventory">
  <xs:complexContent>
    <xs:extension base="ifc:IfcGroup">
      <xs:sequence>
        <xs:element name="Jurisdiction" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcActorSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="ResponsiblePersons" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcPerson" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcPerson"/>
            <xs:attribute ref="ifc:cType" fixed="set"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="CurrentValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
        <xs:element name="OriginalValue" type="ifc:IfcCostValue" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="PredefinedType" type="ifc:IfcInventoryTypeEnum" use="optional"/>
      <xs:attribute name="LastUpdateDate" type="ifc:IfcDate" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>