Bibliothek | |
Library Information | |
Information de bibliothèque |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcLibraryInformation | ||||
Publisher | MODIFIED | Type changed from IfcOrganization to IfcActorSelect. | ||
VersionDate | X | X | MODIFIED | Type changed from IfcCalendarDate to IfcDateTime. |
Location | X | X | MODIFIED | Name changed from LibraryReference to Location. Type changed from IfcLibraryReference to IfcURIReference. Aggregation changed from SET to NONE. |
Description | ADDED |
An IfcLibraryInformation describes a library where a library is a structured store of information, normally organized in a manner which allows information lookup through an index or reference value. IfcLibraryInformation provides the library Name and optional Description, Version, VersionDate and Publisher attributes. A Location may be added for electronic access to the library.
In a broder sense, IfcLibraryInformation includes the meta data for capture the revision information when checking in library and other data into a revision control system.
HISTORY New entity in IFC2x.
IFC4 CHANGE Location and Description attributes added; Publisher and VersionDate data type changed; HasLibraryReferences inverse attribute added (previous LibraryReference changed to inverse).
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
1 | Name | IfcLabel | [1:1] | The name which is used to identify the library. | X |
2 | Version | IfcLabel | [0:1] | Identifier for the library version used for reference. | X |
3 | Publisher | IfcActorSelect | [0:1] | Information of the organization that acts as the library publisher. | X |
4 | VersionDate | IfcDateTime | [0:1] | Date of the referenced version of the library. | X |
5 | Location | IfcURIReference | [0:1] | Resource identifier or locator, provided as URI, URN or URL, of the library information for online references. | X |
6 | Description | IfcText | [0:1] | Additional description provided for the library revision information. | X |
LibraryInfoForObjects | IfcRelAssociatesLibrary @RelatingLibrary | S[0:?] | The library information with which objects are associated. | X | |
HasLibraryReferences | IfcLibraryReference @ReferencedLibrary | S[0:?] | The library references to which the library information applies. | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcExternalInformation | |||||
IfcLibraryInformation | |||||
1 | Name | IfcLabel | [1:1] | The name which is used to identify the library. | X |
2 | Version | IfcLabel | [0:1] | Identifier for the library version used for reference. | X |
3 | Publisher | IfcActorSelect | [0:1] | Information of the organization that acts as the library publisher. | X |
4 | VersionDate | IfcDateTime | [0:1] | Date of the referenced version of the library. | X |
5 | Location | IfcURIReference | [0:1] | Resource identifier or locator, provided as URI, URN or URL, of the library information for online references. | X |
6 | Description | IfcText | [0:1] | Additional description provided for the library revision information. | X |
LibraryInfoForObjects | IfcRelAssociatesLibrary @RelatingLibrary | S[0:?] | The library information with which objects are associated. | X | |
HasLibraryReferences | IfcLibraryReference @ReferencedLibrary | S[0:?] | The library references to which the library information applies. | X |
<xs:element name="IfcLibraryInformation" type="ifc:IfcLibraryInformation" substitutionGroup="ifc:IfcExternalInformation" nillable="true"/>
<xs:complexType name="IfcLibraryInformation">
<xs:complexContent>
<xs:extension base="ifc:IfcExternalInformation">
<xs:sequence>
<xs:element name="Publisher" nillable="true" minOccurs="0">
<xs:complexType>
<xs:group ref="ifc:IfcActorSelect"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/>
<xs:attribute name="Version" type="ifc:IfcLabel" use="optional"/>
<xs:attribute name="VersionDate" type="ifc:IfcDateTime" use="optional"/>
<xs:attribute name="Location" type="ifc:IfcURIReference" use="optional"/>
<xs:attribute name="Description" type="ifc:IfcText" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcLibraryInformation
SUBTYPE OF (IfcExternalInformation);
Name : IfcLabel;
Version : OPTIONAL IfcLabel;
Publisher : OPTIONAL IfcActorSelect;
VersionDate : OPTIONAL IfcDateTime;
Location : OPTIONAL IfcURIReference;
Description : OPTIONAL IfcText;
INVERSE
LibraryInfoForObjects : SET [0:?] OF IfcRelAssociatesLibrary FOR RelatingLibrary;
HasLibraryReferences : SET OF IfcLibraryReference FOR ReferencedLibrary;
END_ENTITY;