Skip to content

Commit e182ab1

Browse files
authored
fixed development IDSs for schema change. (#152)
- removed min and max on attributes
1 parent c4b7dea commit e182ab1

4 files changed

+16
-16
lines changed

Development/IDS_ArcDox.ids

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
</ids:entity>
1616
</ids:applicability>
1717
<ids:requirements>
18-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Project ID">
18+
<ids:attribute instructions="Project ID">
1919
<ids:name>
2020
<ids:simpleValue>GlobalId</ids:simpleValue>
2121
</ids:name>
2222
</ids:attribute>
23-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Functional Unit (Overall Sq.Metres or Linear Meters etc)">
23+
<ids:attribute instructions="Functional Unit (Overall Sq.Metres or Linear Meters etc)">
2424
<ids:name>
2525
<ids:simpleValue>UnitsInContext</ids:simpleValue>
2626
</ids:name>
2727
</ids:attribute>
28-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Project Description">
28+
<ids:attribute instructions="Project Description">
2929
<ids:name>
3030
<ids:simpleValue>Description</ids:simpleValue>
3131
</ids:name>
3232
</ids:attribute>
33-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Project name">
33+
<ids:attribute instructions="Project name">
3434
<ids:name>
3535
<ids:simpleValue>Name</ids:simpleValue>
3636
</ids:name>
@@ -103,7 +103,7 @@
103103
</ids:entity>
104104
</ids:applicability>
105105
<ids:requirements>
106-
<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. -->
106+
<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. -->
107107
<ids:name>
108108
<ids:simpleValue>Units</ids:simpleValue>
109109
</ids:name>
@@ -119,30 +119,30 @@
119119
</ids:entity>
120120
</ids:applicability>
121121
<ids:requirements>
122-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Address">
122+
<ids:attribute instructions="Address">
123123
<ids:name>
124124
<ids:simpleValue>AddressLines</ids:simpleValue>
125125
</ids:name>
126126
</ids:attribute>
127-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Town">
127+
<ids:attribute instructions="Town">
128128
<ids:name>
129129
<ids:simpleValue>Town</ids:simpleValue>
130130
</ids:name>
131131
</ids:attribute>
132-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Region">
132+
<ids:attribute instructions="Region">
133133
<ids:name>
134134
<ids:simpleValue>Region</ids:simpleValue>
135135
</ids:name>
136136
</ids:attribute>
137-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Country">
137+
<ids:attribute instructions="Country">
138138
<ids:name>
139139
<ids:simpleValue>Country</ids:simpleValue>
140140
</ids:name>
141141
<ids:value>
142142
<ids:simpleValue>Ireland</ids:simpleValue>
143143
</ids:value>
144144
</ids:attribute>
145-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Postal Code">
145+
<ids:attribute instructions="Postal Code">
146146
<ids:name>
147147
<ids:simpleValue>PostalCode</ids:simpleValue>
148148
</ids:name>
@@ -158,12 +158,12 @@
158158
</ids:entity>
159159
</ids:applicability>
160160
<ids:requirements>
161-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Longitude">
161+
<ids:attribute instructions="Longitude">
162162
<ids:name>
163163
<ids:simpleValue>RefLongitude</ids:simpleValue>
164164
</ids:name>
165165
</ids:attribute>
166-
<ids:attribute minOccurs="1" maxOccurs="unbounded" instructions="Latitude">
166+
<ids:attribute instructions="Latitude">
167167
<ids:name>
168168
<ids:simpleValue>RefLatitude</ids:simpleValue>
169169
</ids:name>

Development/IDS_SimpleBIM_examples.ids

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ids:classification>
1919
</ids:applicability>
2020
<ids:requirements>
21-
<ids:attribute maxOccurs="unbounded">
21+
<ids:attribute>
2222
<ids:name>
2323
<ids:simpleValue>Name</ids:simpleValue>
2424
</ids:name>

Development/IDS_aachen_example.ids

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ids:entity>
1616
</ids:applicability>
1717
<ids:requirements>
18-
<ids:attribute maxOccurs="unbounded">
18+
<ids:attribute>
1919
<ids:name>
2020
<ids:simpleValue>Name</ids:simpleValue>
2121
</ids:name>

Development/IDS_demo_BIM-basis-ILS.ids

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
</ids:entity>
4242
</ids:applicability>
4343
<ids:requirements description="Hier kan een beschrijving van de requirements komen om dingen wat toe te lichten.">
44-
<ids:attribute maxOccurs="unbounded">
44+
<ids:attribute>
4545
<ids:name>
4646
<ids:simpleValue>Elevation</ids:simpleValue>
4747
</ids:name>
4848
</ids:attribute>
49-
<ids:attribute maxOccurs="unbounded">
49+
<ids:attribute>
5050
<ids:name>
5151
<ids:simpleValue>Name</ids:simpleValue>
5252
</ids:name>

0 commit comments

Comments
 (0)