<xs:complexType name="IfcApplication">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="ApplicationDeveloper">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcOrganization" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="Version" type="ifc:IfcLabel" />
<xs:element name="ApplicationFullName" type="ifc:IfcLabel" />
<xs:element name="ApplicationIdentifier" type="ifc:IfcIdentifier" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|