<xs:complexType name="IfcInventory">
<xs:complexContent>
<xs:extension base="ifc:IfcGroup">
<xs:sequence>
<xs:element name="InventoryType" type="ifc:IfcInventoryTypeEnum" />
<xs:element name="Jurisdiction">
<xs:complexType>
<xs:group ref="ifc:IfcActorSelect" />
</xs:complexType>
</xs:element>
<xs:element name="ResponsiblePersons">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcPerson" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ifc:IfcPerson" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="LastUpdateDate">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCalendarDate" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="CurrentValue" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCostValue" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="OriginalValue" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCostValue" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|