Skip to content

Commit

Permalink
fixed development IDSs for schema change. (#152)
Browse files Browse the repository at this point in the history
- removed min and max on attributes
  • Loading branch information
CBenghi committed Apr 6, 2023
1 parent c4b7dea commit e182ab1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Development/IDS_ArcDox.ids
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
</ids:entity>
</ids:applicability>
<ids:requirements>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Project ID">
<ids:attribute instructions="Project ID">
<ids:name>
<ids:simpleValue>GlobalId</ids:simpleValue>
</ids:name>
</ids:attribute>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Functional Unit (Overall Sq.Metres or Linear Meters etc)">
<ids:attribute instructions="Functional Unit (Overall Sq.Metres or Linear Meters etc)">
<ids:name>
<ids:simpleValue>UnitsInContext</ids:simpleValue>
</ids:name>
</ids:attribute>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Project Description">
<ids:attribute instructions="Project Description">
<ids:name>
<ids:simpleValue>Description</ids:simpleValue>
</ids:name>
</ids:attribute>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Project name">
<ids:attribute instructions="Project name">
<ids:name>
<ids:simpleValue>Name</ids:simpleValue>
</ids:name>
Expand Down Expand Up @@ -103,7 +103,7 @@
</ids:entity>
</ids:applicability>
<ids:requirements>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Add this attribute twice: once for Area Units and once for Linear Units."> <!-- this is actually not the best way to distinguish between types of units. -->
<ids:attribute instructions="Add this attribute twice: once for Area Units and once for Linear Units."> <!-- this is actually not the best way to distinguish between types of units. -->
<ids:name>
<ids:simpleValue>Units</ids:simpleValue>
</ids:name>
Expand All @@ -119,30 +119,30 @@
</ids:entity>
</ids:applicability>
<ids:requirements>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Address">
<ids:attribute instructions="Address">
<ids:name>
<ids:simpleValue>AddressLines</ids:simpleValue>
</ids:name>
</ids:attribute>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Town">
<ids:attribute instructions="Town">
<ids:name>
<ids:simpleValue>Town</ids:simpleValue>
</ids:name>
</ids:attribute>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Region">
<ids:attribute instructions="Region">
<ids:name>
<ids:simpleValue>Region</ids:simpleValue>
</ids:name>
</ids:attribute>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Country">
<ids:attribute instructions="Country">
<ids:name>
<ids:simpleValue>Country</ids:simpleValue>
</ids:name>
<ids:value>
<ids:simpleValue>Ireland</ids:simpleValue>
</ids:value>
</ids:attribute>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Postal Code">
<ids:attribute instructions="Postal Code">
<ids:name>
<ids:simpleValue>PostalCode</ids:simpleValue>
</ids:name>
Expand All @@ -158,12 +158,12 @@
</ids:entity>
</ids:applicability>
<ids:requirements>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Longitude">
<ids:attribute instructions="Longitude">
<ids:name>
<ids:simpleValue>RefLongitude</ids:simpleValue>
</ids:name>
</ids:attribute>
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Latitude">
<ids:attribute instructions="Latitude">
<ids:name>
<ids:simpleValue>RefLatitude</ids:simpleValue>
</ids:name>
Expand Down
2 changes: 1 addition & 1 deletion Development/IDS_SimpleBIM_examples.ids
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ids:classification>
</ids:applicability>
<ids:requirements>
<ids:attribute maxOccurs="unbounded">
<ids:attribute>
<ids:name>
<ids:simpleValue>Name</ids:simpleValue>
</ids:name>
Expand Down
2 changes: 1 addition & 1 deletion Development/IDS_aachen_example.ids
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ids:entity>
</ids:applicability>
<ids:requirements>
<ids:attribute maxOccurs="unbounded">
<ids:attribute>
<ids:name>
<ids:simpleValue>Name</ids:simpleValue>
</ids:name>
Expand Down
4 changes: 2 additions & 2 deletions Development/IDS_demo_BIM-basis-ILS.ids
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
</ids:entity>
</ids:applicability>
<ids:requirements description="Hier kan een beschrijving van de requirements komen om dingen wat toe te lichten.">
<ids:attribute maxOccurs="unbounded">
<ids:attribute>
<ids:name>
<ids:simpleValue>Elevation</ids:simpleValue>
</ids:name>
</ids:attribute>
<ids:attribute maxOccurs="unbounded">
<ids:attribute>
<ids:name>
<ids:simpleValue>Name</ids:simpleValue>
</ids:name>
Expand Down

0 comments on commit e182ab1

Please sign in to comment.