-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #868 from bSI-InfraRoom/reconcile/ConceptTemplates
reconcile CTs
- Loading branch information
Showing
27 changed files
with
2,020 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../Core data schemas/Schemas/IfcProductExtension/Entities/IfcAlignmentSegment/DocEntity.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...plates/Object Assignment/Assignment to Group/Alignment Grouping/DocTemplateDefinition.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<DocTemplateDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Alignment_Grouping_3zfyWD_85Q_BYIEWtuHH76" Name="Alignment Grouping" UniqueId="fda7c80d-f881-5af8-b892-3a0df84511c6" Status="Sample" Type="IfcAlignment"> | ||
<Localization> | ||
<DocLocalization Locale="en" /> | ||
</Localization> | ||
<Rules> | ||
<DocModelRuleAttribute Name="HasAssignments" Identification="IsAssigned"> | ||
<Rules> | ||
<DocModelRuleEntity Name="IfcRelAssignsToGroup"> | ||
<Rules> | ||
<DocModelRuleAttribute Name="RelatingGroup"> | ||
<Rules> | ||
<DocModelRuleEntity Name="IfcGroup" /> | ||
</Rules> | ||
</DocModelRuleAttribute> | ||
</Rules> | ||
</DocModelRuleEntity> | ||
</Rules> | ||
</DocModelRuleAttribute> | ||
<DocModelRuleAttribute Name="Name"> | ||
<Rules> | ||
<DocModelRuleEntity Name="IfcLabel" /> | ||
</Rules> | ||
</DocModelRuleAttribute> | ||
</Rules> | ||
</DocTemplateDefinition> | ||
|
58 changes: 58 additions & 0 deletions
58
.../Object Assignment/Assignment to Group/Survey Elements Grouping/DocTemplateDefinition.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<DocTemplateDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Survey_Elements_Grouping_2Ht$8G$8LTZRtOTHPSH_7z" Name="Survey Elements Grouping" UniqueId="91dff210-fc85-5d8d-bdd8-75165c47e1fd" Status="Sample" Type="IfcAnnotation"> | ||
<Localization> | ||
<DocLocalization Locale="en"> | ||
<Documentation><p>The assignment of survey annotations, such as point and lines, to a group. The template can be used when the order of the elements is irrelevant, for example for point clouds or collections of survey string lines.</p> | ||
<p>For ordered list of survey elements, use the Survey Elements Nesting template.</p> | ||
<blockquote> | ||
<p>NOTE Having an <em>IfcGroup</em> grouping a list of <em>IfcAnnotation</em>'s, properties can be associated to each annotation (i.e., to each point and line) as well as to the group collecting all survey elements.</p> | ||
</blockquote> | ||
<p></p></Documentation> | ||
</DocLocalization> | ||
</Localization> | ||
<Rules> | ||
<DocModelRuleAttribute Name="HasAssignments" Identification="IsAssigned"> | ||
<Rules> | ||
<DocModelRuleEntity Name="IfcRelAssignsToGroup"> | ||
<Rules> | ||
<DocModelRuleAttribute Name="RelatingGroup"> | ||
<Rules> | ||
<DocModelRuleEntity Name="IfcGroup"> | ||
<Rules> | ||
<DocModelRuleAttribute Name="Name" Identification="GroupName"> | ||
<Rules> | ||
<DocModelRuleEntity Name="IfcLabel" /> | ||
</Rules> | ||
</DocModelRuleAttribute> | ||
</Rules> | ||
</DocModelRuleEntity> | ||
</Rules> | ||
</DocModelRuleAttribute> | ||
</Rules> | ||
</DocModelRuleEntity> | ||
</Rules> | ||
</DocModelRuleAttribute> | ||
<DocModelRuleAttribute Name="PredefinedType"> | ||
<Rules> | ||
<DocModelRuleEntity id="IfcAnnotationTypeEnum_0O8Aku1XrCNBYUO_8WUFjz" Name="IfcAnnotationTypeEnum" UniqueId="1820abb8-061d-4c5c-b89e-63e22078fb7d"> | ||
<Rules> | ||
<DocModelRuleConstraint Description="PredefinedType[Value] = SURVEY"> | ||
<Expression xsi:type="DocOpStatement" Operation="compareequal"> | ||
<Reference xsi:type="DocOpReference"> | ||
<EntityRule xsi:type="DocModelRuleEntity" xsi:nil="true" href="IfcAnnotationTypeEnum_0O8Aku1XrCNBYUO_8WUFjz" /> | ||
</Reference> | ||
<Value xsi:type="DocOpLiteral" Literal=" SURVEY" /> | ||
</Expression> | ||
</DocModelRuleConstraint> | ||
</Rules> | ||
</DocModelRuleEntity> | ||
</Rules> | ||
</DocModelRuleAttribute> | ||
<DocModelRuleAttribute Name="Name"> | ||
<Rules> | ||
<DocModelRuleEntity Name="IfcLabel" /> | ||
</Rules> | ||
</DocModelRuleAttribute> | ||
</Rules> | ||
</DocTemplateDefinition> | ||
|
Oops, something went wrong.