[go: nahoru, domu]

Skip to content

Commit

Permalink
test_data: add complete topic, add third topic
Browse files Browse the repository at this point in the history
The complete topic is characterised by its definition of multiple
elements for every node that might occur more than once. Every node
occurs at leas once.

The third topic has a valid header elemen in the markup.bcf defined.
  • Loading branch information
podestplatz committed May 31, 2019
1 parent 3fe8909 commit 7fa127a
Show file tree
Hide file tree
Showing 10 changed files with 355 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<Markup>
<Header>
<File></File>
<File />
<File isExternal="true" />
<File isExternal="false">
<Filename>Yo wassup?</Filename>
<Date>2019-05-31T09:41:48+02:00</Date>
<Reference>https://www.example.org/example.ifc</Reference>
</File>
</Header>
<Topic Guid="2e92784b-80fc-4e0e-ac02-b424dfd8e664" TopicType="Clash" TopicStatus="Active">
<ReferenceLink>https://www.example.org/reference1</ReferenceLink>
<ReferenceLink>https://www.example.org/reference2</ReferenceLink>
<ReferenceLink>https://www.example.org/reference3</ReferenceLink>
<ReferenceLink>file:///tmp/hello/how/are/you</ReferenceLink>
<Title>Intersection ventilation and wall</Title>
<Priority>Normal</Priority>
<Index>11</Index>
<Labels>architecture</Labels>
<Labels>structure</Labels>
<Labels>mechanical</Labels>
<CreationDate>2014-10-16T13:10:56+00:00</CreationDate>
<CreationAuthor>fleopard@bim.col</CreationAuthor>
<ModifiedDate>2014-10-16T14:49:51+00:00</ModifiedDate>
<ModifiedAuthor>fleopard@bim.col</ModifiedAuthor>
<DueDate>2019-10-16T14:49:51+02:00</DueDate>
<AssignedTo>irenfroe@bim.col</AssignedTo>
<Stage>01. Design phase</Stage>
<Description>This is just some example description</Description>
<BimSnippet SnippetType="Test" isExternal="true">
<Reference>/path/to/snippet.xml</Reference>
<ReferenceSchema>/path/to/schema.xml</ReferenceSchema>
</BimSnippet>
<DocumentReference Guid="98b5802c-4ca0-4032-9128-b9c606955c4f" isExternal="false">
<ReferencedDocument>https://www.google.com/</ReferencedDocument>
<Description>This is the homepage of google</Description>
</DocumentReference>
<DocumentReference Guid="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" isExternal="true">
<ReferencedDocument>https://www.google.com/</ReferencedDocument>
<Description>This is the homepage of google</Description>
</DocumentReference>
<RelatedTopic Guid="0a36e3d6-97e9-47d6-ab4f-227990429f52" />
<RelatedTopic Guid="0a36e3d6-97e9-47d6-ab4f-227990429f52" />
<RelatedTopic Guid="0a36e3d6-97e9-47d6-ab4f-227990429f52" />
</Topic>
<Comment Guid="98b5802c-4ca0-4032-9128-b9c606955c4f">
<Date>2014-10-16T13:10:56+00:00</Date>
<Author>fleopard@bim.col</Author>
<Comment>Ducts and walls are clashing. Make sure there is a hole in the wall large enough to accomodate these ducts.</Comment>
<Viewpoint Guid="a7230ae3-d17d-46fa-8fbd-775d1a0e3efb" />
<ModifiedDate>2014-10-16T13:10:56+00:00</ModifiedDate>
<ModifiedAuthor>fleopard@bim.col</ModifiedAuthor>
</Comment>
<Comment Guid="98b5802c-4ca0-4032-9128-b9c606955c4f">
<Date>2014-10-16T13:10:56+00:00</Date>
<Author>patrick@podest.co.at</Author>
<Comment>Aquaducts are really impressive, for one because they were built long time ago and for the other because they maintain a steady tilt.</Comment>
<Viewpoint Guid="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" />
<ModifiedDate>2019-05-31T13:10:56+00:00</ModifiedDate>
<ModifiedAuthor>patrick@podest.co.at</ModifiedAuthor>
</Comment>
<Viewpoints Guid="a7230ae3-d17d-46fa-8fbd-775d1a0e3efb">
<Viewpoint>viewpoint.bcfv</Viewpoint>
<Snapshot>snapshot.png</Snapshot>
</Viewpoints>
<Viewpoints Guid="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee">
<Viewpoint>viewpoint2.bcfv</Viewpoint>
<Snapshot>snapshot.png</Snapshot>
</Viewpoints>
</Markup>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualizationInfo Guid="a7230ae3-d17d-46fa-8fbd-775d1a0e3efb">
<Components>
<ViewSetupHints SpacesVisible="false" SpaceBoundariesVisible="false" OpeningsVisible="false" />
<Selection>
<Component IfcGuid="2WxlJcqgXiHhEvEmREXH8o" />
</Selection>
<Visibility DefaultVisibility="false">
<Exceptions>
<Component IfcGuid="0T_ZmDTXnD8vMdc6O2ywGw" />
<Component IfcGuid="1R5DibLMjDRAjgX7wvDhFw" />
</Exceptions>
</Visibility>
</Components>
<PerspectiveCamera>
<CameraViewPoint>
<X>31.831852245718924</X>
<Y>8.3991482482556918</Y>
<Z>16.610063251737976</Z>
</CameraViewPoint>
<CameraDirection>
<X>-0.33103085679096667</X>
<Y>0.53391253908149949</Y>
<Z>-0.77804625342185463</Z>
</CameraDirection>
<CameraUpVector>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</CameraUpVector>
<FieldOfView>60</FieldOfView>
</PerspectiveCamera>
</VisualizationInfo>
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualizationInfo Guid="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee">

<Components>
<ViewSetupHints SpacesVisible="false" SpaceBoundariesVisible="false" OpeningsVisible="false" />
<Selection>
<Component IfcGuid="2WxlJcqgXiHhEvEmREXH8o" />
<Component IfcGuid="3WxlJcqgXiHhEvEmREXH8o" />
<Component IfcGuid="4WxlJcqgXiHhEvEmREXH8o" />
<Component IfcGuid="5WxlJcqgXiHhEvEmREXH8o" />
</Selection>
<Visibility DefaultVisibility="false">
<Exceptions>
<Component IfcGuid="0T_ZmDTXnD8vMdc6O2ywGw" />
<Component IfcGuid="1R5DibLMjDRAjgX7wvDhFw" />
</Exceptions>
</Visibility>
<Coloring>
<Color Color="AABBCC">
<Component IfcGuid="0T_ZmDTXnD8vMdc6O2ywGw" />
<Component IfcGuid="1R5DibLMjDRAjgX7wvDhFw" />
</Color>
<Color Color="DDEEFF">
<Component IfcGuid="0T_ZmDTXnD8vMdc6O2ywGw" />
<Component IfcGuid="1R5DibLMjDRAjgX7wvDhFw" />
</Color>
</Coloring>
</Components>

<OrthogonalCamera>
<CameraViewPoint>
<X>31.831852245718924</X>
<Y>8.3991482482556918</Y>
<Z>16.610063251737976</Z>
</CameraViewPoint>
<CameraDirection>
<X>-0.33103085679096667</X>
<Y>0.53391253908149949</Y>
<Z>-0.77804625342185463</Z>
</CameraDirection>
<CameraUpVector>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</CameraUpVector>
<ViewToWorldScale>23.6</ViewToWorldScale>
</OrthogonalCamera>
<PerspectiveCamera>
<CameraViewPoint>
<X>31.831852245718924</X>
<Y>8.3991482482556918</Y>
<Z>16.610063251737976</Z>
</CameraViewPoint>
<CameraDirection>
<X>-0.33103085679096667</X>
<Y>0.53391253908149949</Y>
<Z>-0.77804625342185463</Z>
</CameraDirection>
<CameraUpVector>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</CameraUpVector>
<FieldOfView>60</FieldOfView>
</PerspectiveCamera>
<Lines>
<Line>
<StartPoint>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</StartPoint>
<EndPoint>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</EndPoint>
</Line>
<Line>
<StartPoint>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</StartPoint>
<EndPoint>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</EndPoint>
</Line>
</Lines>
<ClippingPlanes>
<ClippingPlane>
<Location>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Location>
<Direction>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Direction>
</ClippingPlane>
<ClippingPlane>
<Location>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Location>
<Direction>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Direction>
</ClippingPlane>
</ClippingPlanes>
<Bitmap>
<Bitmap>JPG</Bitmap>
<Reference>/path/to/bitmap</Reference>
<Location>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Location>
<Normal>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Normal>
<Up>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Up>
<Height>10</Height>
</Bitmap>
<Bitmap>
<Bitmap>JPG</Bitmap>
<Reference>/path/to/bitmap</Reference>
<Location>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Location>
<Normal>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Normal>
<Up>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Up>
<Height>10</Height>
</Bitmap>
<Bitmap>
<Bitmap>JPG</Bitmap>
<Reference>/path/to/bitmap</Reference>
<Location>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Location>
<Normal>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Normal>
<Up>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</Up>
<Height>10</Height>
</Bitmap>
</VisualizationInfo>
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<Markup>
<Header>
<File></File>
<File />
<File isExternal="true" />
<File isExternal="false">
<Filename>Yo wassup?</Filename>
<Date>2019-05-31T09:41:48+02:00</Date>
<Reference>https://www.example.org/example.ifc</Reference>
</File>
</Header>
<Topic Guid="2e92784b-80fc-4e0e-ac02-b424dfd8e664" TopicType="Clash" TopicStatus="Active">
<Title>Intersection ventilation and wall</Title>
<Priority>Normal</Priority>
<Index>11</Index>
<Labels>architecture</Labels>
<Labels>structure</Labels>
<Labels>mechanical</Labels>
<CreationDate>2014-10-16T13:10:56+00:00</CreationDate>
<CreationAuthor>fleopard@bim.col</CreationAuthor>
<ModifiedDate>2014-10-16T14:49:51+00:00</ModifiedDate>
<ModifiedAuthor>fleopard@bim.col</ModifiedAuthor>
<AssignedTo>irenfroe@bim.col</AssignedTo>
<Stage>01. Design phase</Stage>
</Topic>
<Comment Guid="98b5802c-4ca0-4032-9128-b9c606955c4f">
<Date>2014-10-16T13:10:56+00:00</Date>
<Author>fleopard@bim.col</Author>
<Comment>Ducts and walls are clashing. Make sure there is a hole in the wall large enough to accomodate these ducts.</Comment>
<Viewpoint Guid="a7230ae3-d17d-46fa-8fbd-775d1a0e3efb" />
<ModifiedDate>2014-10-16T13:10:56+00:00</ModifiedDate>
<ModifiedAuthor>fleopard@bim.col</ModifiedAuthor>
</Comment>
<Viewpoints Guid="a7230ae3-d17d-46fa-8fbd-775d1a0e3efb">
<Viewpoint>viewpoint.bcfv</Viewpoint>
<Snapshot>snapshot.png</Snapshot>
</Viewpoints>
</Markup>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualizationInfo Guid="a7230ae3-d17d-46fa-8fbd-775d1a0e3efb">
<Components>
<ViewSetupHints SpacesVisible="false" SpaceBoundariesVisible="false" OpeningsVisible="false" />
<Selection>
<Component IfcGuid="2WxlJcqgXiHhEvEmREXH8o" />
</Selection>
<Visibility DefaultVisibility="false">
<Exceptions>
<Component IfcGuid="0T_ZmDTXnD8vMdc6O2ywGw" />
<Component IfcGuid="1R5DibLMjDRAjgX7wvDhFw" />
</Exceptions>
</Visibility>
</Components>
<PerspectiveCamera>
<CameraViewPoint>
<X>31.831852245718924</X>
<Y>8.3991482482556918</Y>
<Z>16.610063251737976</Z>
</CameraViewPoint>
<CameraDirection>
<X>-0.33103085679096667</X>
<Y>0.53391253908149949</Y>
<Z>-0.77804625342185463</Z>
</CameraDirection>
<CameraUpVector>
<X>-0.40998798211340642</X>
<Y>0.66126078591306314</Y>
<Z>0.62820699417963755</Z>
</CameraUpVector>
<FieldOfView>60</FieldOfView>
</PerspectiveCamera>
</VisualizationInfo>

0 comments on commit 7fa127a

Please sign in to comment.