From a7ac16dc9cfe6361c425b17260c088f2d373c16b Mon Sep 17 00:00:00 2001 From: larswik Date: Wed, 24 Jul 2024 12:58:04 +0200 Subject: [PATCH 1/3] Fix remaining descriptions Only the ones related to IFC Tunnel. --- IFC4x3/Constants/s/STEELSTRAPS_3tBxsQu7XEn9Ysh_1vBFSC.xml | 4 +++- .../IfcProductExtension/Entities/IfcVoxelData/DocEntity.xml | 1 + .../Types/IfcEarthingElementTypeEnum/Documentation.md | 1 + .../Entities/IfcDatasetInformation/DocEntity.xml | 4 +++- .../Entities/IfcDatasetReference/DocEntity.xml | 4 +++- .../Entities/IfcGeoScienceFeatureType/Documentation.md | 2 ++ .../Entities/IfcGeoScienceModel/Documentation.md | 2 +- .../Entities/IfcGeoScienceModelType/Documentation.md | 2 ++ 8 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 IFC4x3/Sections/Domain specific data schemas/Schemas/IfcElectricalDomain/Types/IfcEarthingElementTypeEnum/Documentation.md create mode 100644 IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceFeatureType/Documentation.md create mode 100644 IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceModelType/Documentation.md diff --git a/IFC4x3/Constants/s/STEELSTRAPS_3tBxsQu7XEn9Ysh_1vBFSC.xml b/IFC4x3/Constants/s/STEELSTRAPS_3tBxsQu7XEn9Ysh_1vBFSC.xml index bfb70be62..ef86b2949 100644 --- a/IFC4x3/Constants/s/STEELSTRAPS_3tBxsQu7XEn9Ysh_1vBFSC.xml +++ b/IFC4x3/Constants/s/STEELSTRAPS_3tBxsQu7XEn9Ysh_1vBFSC.xml @@ -1,3 +1,5 @@ - + + Straps that bind steel reinforcing meshes. + diff --git a/IFC4x3/Sections/Core data schemas/Schemas/IfcProductExtension/Entities/IfcVoxelData/DocEntity.xml b/IFC4x3/Sections/Core data schemas/Schemas/IfcProductExtension/Entities/IfcVoxelData/DocEntity.xml index 947534642..4d488f972 100644 --- a/IFC4x3/Sections/Core data schemas/Schemas/IfcProductExtension/Entities/IfcVoxelData/DocEntity.xml +++ b/IFC4x3/Sections/Core data schemas/Schemas/IfcProductExtension/Entities/IfcVoxelData/DocEntity.xml @@ -5,6 +5,7 @@ An optional value type used for the values defined in one of the subtypes. Only the names (as labels) of the types available in the _IfcValue_ select type are allowed. + Derived attribute that represents the total number of voxels in the _IfcVoxelGrid_ that is used as the representation for the _IfcVoxelData_ instance. SIZEOF(SELF\IfcProduct.Representation.Representations[1].Items[1]\IfcVoxelGrid.Voxels) diff --git a/IFC4x3/Sections/Domain specific data schemas/Schemas/IfcElectricalDomain/Types/IfcEarthingElementTypeEnum/Documentation.md b/IFC4x3/Sections/Domain specific data schemas/Schemas/IfcElectricalDomain/Types/IfcEarthingElementTypeEnum/Documentation.md new file mode 100644 index 000000000..80d40b04b --- /dev/null +++ b/IFC4x3/Sections/Domain specific data schemas/Schemas/IfcElectricalDomain/Types/IfcEarthingElementTypeEnum/Documentation.md @@ -0,0 +1 @@ +Defines the range of different types of earthing elements that can be specified. diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetInformation/DocEntity.xml b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetInformation/DocEntity.xml index 702f69ad5..ca049ccc4 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetInformation/DocEntity.xml +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetInformation/DocEntity.xml @@ -4,7 +4,9 @@ An optional attribute for referencing a schema that defines the possible content and structure of the dataset (e.g. xsd). - + + The dataset information with which objects are associated. + The dataset references to which the document applies. diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetReference/DocEntity.xml b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetReference/DocEntity.xml index 9d939b50c..6a276bffd 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetReference/DocEntity.xml +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetReference/DocEntity.xml @@ -4,7 +4,9 @@ Description of the dataset reference for informational purposes. - + + The dataset that is referenced. + An optional text as e.g. SQL, XQuery etc to filter out data when only a subset is relevant for the dataset reference. diff --git a/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceFeatureType/Documentation.md b/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceFeatureType/Documentation.md new file mode 100644 index 000000000..bc3436f89 --- /dev/null +++ b/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceFeatureType/Documentation.md @@ -0,0 +1,2 @@ +The _IfcGeoScienceFeatureType_ provides the type information for _IfcGeoScienceFeature_ occurrences. +An _IfcGeoScienceFeature_ represents a geological or geotechnical feature as an interpretation of factual data such as observations, measurements and tests. diff --git a/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceModel/Documentation.md b/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceModel/Documentation.md index bebdd8601..3f1e116a0 100644 --- a/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceModel/Documentation.md +++ b/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceModel/Documentation.md @@ -1 +1 @@ -Model of the geological structure as considered relevant for the project, as a base for the definition of building- and design-related geotechnical models, hydrogeological models and geo hazard model. +Model of the geological structure as considered relevant for the project, as a base for the definition of building- and design-related geotechnical models, hydrogeological models and geo hazard models. diff --git a/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceModelType/Documentation.md b/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceModelType/Documentation.md new file mode 100644 index 000000000..8585dac21 --- /dev/null +++ b/IFC4x3/Sections/Shared element data schemas/Schemas/IfcSharedInfrastructureElements/Entities/IfcGeoScienceModelType/Documentation.md @@ -0,0 +1,2 @@ +The _IfcGeoScienceModelType_ provides the type information for _IfcGeoScienceModel_ occurrences. +An _IfcGeoScienceModel_ represents a model of the geological structure as considered relevant for the project, as a base for the definition of building- and design-related geotechnical models, hydrogeological models and geo hazard models. From ceafeaefdfa0f366ca709c7d40619a8a7c4a5da0 Mon Sep 17 00:00:00 2001 From: larswik Date: Fri, 26 Jul 2024 11:28:26 +0200 Subject: [PATCH 2/3] Update DocEntity.xml --- .../Entities/IfcDatasetInformation/DocEntity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetInformation/DocEntity.xml b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetInformation/DocEntity.xml index ca049ccc4..26bb5714e 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetInformation/DocEntity.xml +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetInformation/DocEntity.xml @@ -5,7 +5,7 @@ An optional attribute for referencing a schema that defines the possible content and structure of the dataset (e.g. xsd). - The dataset information with which objects are associated. + The objects to which the dataset information applies. The dataset references to which the document applies. From 39a07c27fb24abced66e01e611f9230ab1d73764 Mon Sep 17 00:00:00 2001 From: larswik Date: Fri, 26 Jul 2024 16:33:21 +0200 Subject: [PATCH 3/3] IfcDataset-/IfcDocument -Reference/-Information updates --- .../Entities/IfcDatasetReference/DocEntity.xml | 2 +- .../Entities/IfcDocumentInformation/DocEntity.xml | 2 +- .../Entities/IfcDocumentReference/DocEntity.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetReference/DocEntity.xml b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetReference/DocEntity.xml index 6a276bffd..0df4689ac 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetReference/DocEntity.xml +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDatasetReference/DocEntity.xml @@ -5,7 +5,7 @@ Description of the dataset reference for informational purposes. - The dataset that is referenced. + Information about the referenced dataset. An optional text as e.g. SQL, XQuery etc to filter out data when only a subset is relevant for the dataset reference. diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDocumentInformation/DocEntity.xml b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDocumentInformation/DocEntity.xml index bfee9ddfa..05871b23e 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDocumentInformation/DocEntity.xml +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDocumentInformation/DocEntity.xml @@ -80,7 +80,7 @@ - REVISION - The document information with which objects are associated. + The objects to which the document information applies. { .change-ifc2x4} > IFC4 CHANGE  New inverse attribute. diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDocumentReference/DocEntity.xml b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDocumentReference/DocEntity.xml index 4dccdc2ce..cfa284e51 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDocumentReference/DocEntity.xml +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcExternalReferenceResource/Entities/IfcDocumentReference/DocEntity.xml @@ -12,7 +12,7 @@ > IFC4 CHANGE  New attribute added at the end of the attribute list. - The document that is referenced. + Information about the referenced document. The document reference with which objects are associated.