<xs:complexType name="IfcDocumentInformation">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="DocumentId" type="ifc:IfcIdentifier" />
<xs:element name="Name" type="ifc:IfcLabel" />
<xs:element name="Description" type="ifc:IfcText" nillable="true" minOccurs="0" />
<xs:element name="DocumentReferences" nillable="true" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcDocumentReference" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ifc:IfcDocumentReference" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="Purpose" type="ifc:IfcText" nillable="true" minOccurs="0" />
<xs:element name="IntendedUse" type="ifc:IfcText" nillable="true" minOccurs="0" />
<xs:element name="Scope" type="ifc:IfcText" nillable="true" minOccurs="0" />
<xs:element name="Revision" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
<xs:element name="DocumentOwner" nillable="true" minOccurs="0">
<xs:complexType>
<xs:group ref="ifc:IfcActorSelect" />
</xs:complexType>
</xs:element>
<xs:element name="Editors" nillable="true" minOccurs="0">
<xs:complexType>
<xs:group ref="ifc:IfcActorSelect" maxOccurs="unbounded" />
<xs:attribute ref="ex:itemType" fixed="ifc:IfcActorSelect" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="CreationTime" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcDateAndTime" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="LastRevisionTime" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcDateAndTime" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ElectronicFormat" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcDocumentElectronicFormat" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ValidFrom" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCalendarDate" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ValidUntil" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCalendarDate" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="Confidentiality" type="ifc:IfcDocumentConfidentialityEnum" nillable="true" minOccurs="0" />
<xs:element name="Status" type="ifc:IfcDocumentStatusEnum" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|