Definition Type: ComplexType
Name: IfcDocumentInformation
Namespace: http://niem.gov/niem/external/iai-ifc/RC2/ifc/dhs-gmo/1.0.0
Type: ex:Entity
Containing Schema: IFC2X2_FINAL.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Status in schema ifc2x2_final_xsd Drilldown into Confidentiality in schema ifc2x2_final_xsd Drilldown into ValidUntil in schema ifc2x2_final_xsd Drilldown into ValidFrom in schema ifc2x2_final_xsd Drilldown into ElectronicFormat in schema ifc2x2_final_xsd Drilldown into LastRevisionTime in schema ifc2x2_final_xsd Drilldown into CreationTime in schema ifc2x2_final_xsd Drilldown into Editors in schema ifc2x2_final_xsd Drilldown into DocumentOwner in schema ifc2x2_final_xsd Drilldown into Revision in schema ifc2x2_final_xsd Drilldown into Scope in schema ifc2x2_final_xsd Drilldown into IntendedUse in schema ifc2x2_final_xsd Drilldown into Purpose in schema ifc2x2_final_xsd Drilldown into DocumentReferences in schema ifc2x2_final_xsd Drilldown into Description in schema ifc2x2_final_xsd Drilldown into Name in schema ifc2x2_final_xsd Drilldown into DocumentId in schema ifc2x2_final_xsd Drilldown into pos in schema ex_xsd Drilldown into path in schema ex_xsd Drilldown into id in schema ex_xsd Drilldown into instanceAttributes in schema ex_xsd Drilldown into edo in schema ex_xsd Drilldown into proxy in schema ex_xsd Drilldown into ref in schema ex_xsd Drilldown into href in schema ex_xsd Drilldown into Entity in schema ex_xsdXSD Diagram of IfcDocumentInformation in schema ifc2x2_final_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentId ifc:DocumentId (1) (1)
Name ifc:Name (1) (1)
Description ifc:Description 0 (1)
DocumentReferences ifc:DocumentReferences 0 (1)
Purpose ifc:Purpose 0 (1)
IntendedUse ifc:IntendedUse 0 (1)
Scope ifc:Scope 0 (1)
Revision ifc:Revision 0 (1)
DocumentOwner ifc:DocumentOwner 0 (1)
Editors ifc:Editors 0 (1)
CreationTime ifc:CreationTime 0 (1)
LastRevisionTime ifc:LastRevisionTime 0 (1)
ElectronicFormat ifc:ElectronicFormat 0 (1)
ValidFrom ifc:ValidFrom 0 (1)
ValidUntil ifc:ValidUntil 0 (1)
Confidentiality ifc:Confidentiality 0 (1)
Status ifc:Status 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
href ex:href Optional
ref ex:ref Optional
proxy ex:proxy Optional
edo ex:edo Optional
id ex:id Optional
path ex:path Optional
pos ex:pos Optional
Collapse Derivation Tree:
Collapse References:
ifc:IfcDocumentInformation