<xs:complexType name="IfcProject">
<xs:complexContent>
<xs:extension base="ifc:IfcObject">
<xs:sequence>
<xs:element name="LongName" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
<xs:element name="Phase" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
<xs:element name="RepresentationContexts">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcRepresentationContext" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ifc:IfcRepresentationContext" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="UnitsInContext">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcUnitAssignment" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|