<xs:complexType name="IfcProjectType">
<xs:complexContent>
<xs:extension base="uro:IfcObjectType">
<xs:sequence>
<xs:element name="longName" minOccurs="0" type="xs:string"/>
<xs:element name="phase" minOccurs="0" type="xs:string"/>
<xs:element name="representationContexts" minOccurs="0" type="uro:IfcGeometricRepresentationContextPropertyType"/>
<xs:element name="unitsInContext" maxOccurs="unbounded" minOccurs="0" type="uro:IfcUnitPropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>