QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ApplicationFullName | ifc:IfcLabel | optional | ||||
ApplicationIdentifier | ifc:IfcIdentifier | optional | ||||
Version | ifc:IfcLabel | 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 |
<xs:complexType name="IfcApplication"> <xs:complexContent> <xs:extension base="ifc:Entity"> <xs:sequence> <xs:element name="ApplicationDeveloper" type="ifc:IfcOrganization" nillable="true"/> </xs:sequence> <xs:attribute name="Version" type="ifc:IfcLabel" use="optional"/> <xs:attribute name="ApplicationFullName" type="ifc:IfcLabel" use="optional"/> <xs:attribute name="ApplicationIdentifier" type="ifc:IfcIdentifier" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |