File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >com.findologic</groupId >
5
5
<artifactId >xml-export</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.0 -SNAPSHOT</version >
7
+ <version >1.1 -SNAPSHOT</version >
8
8
<name >xml-export</name >
9
9
<url >http://maven.apache.org</url >
10
10
<dependencies >
Original file line number Diff line number Diff line change 109
109
<!-- Names -->
110
110
<xs : complexType name =" namesType" >
111
111
<xs : sequence >
112
- <xs : element type =" stringWithUsergroup " name =" name" minOccurs =" 0 " maxOccurs =" unbounded" />
112
+ <xs : element type =" nameWithUsergroup " name =" name" minOccurs =" 1 " maxOccurs =" unbounded" />
113
113
</xs : sequence >
114
114
</xs : complexType >
115
115
200
200
<xs : simpleType name =" usergroupHash" >
201
201
<xs : restriction base =" xs:string" >
202
202
<xs : minLength value =" 1" />
203
- </xs : restriction >
203
+ </xs : restriction >
204
204
</xs : simpleType >
205
205
<xs : complexType name =" stringWithUsergroup" >
206
206
<xs : simpleContent >
209
209
</xs : extension >
210
210
</xs : simpleContent >
211
211
</xs : complexType >
212
+ <xs : simpleType name =" nonEmptyString" >
213
+ <xs : restriction base =" xs:string" >
214
+ <xs : minLength value =" 1" />
215
+ <xs : whiteSpace value =" collapse" />
216
+ </xs : restriction >
217
+ </xs : simpleType >
218
+ <xs : complexType name =" nameWithUsergroup" >
219
+ <xs : simpleContent >
220
+ <xs : extension base =" nonEmptyString" >
221
+ <xs : attribute type =" usergroupHash" name =" usergroup" use =" optional" />
222
+ </xs : extension >
223
+ </xs : simpleContent >
224
+ </xs : complexType >
212
225
<xs : complexType name =" moneyWithUsergroup" >
213
226
<xs : simpleContent >
214
227
<xs : extension base =" money" >
280
293
281
294
<xs : complexType name =" usergroupsType" >
282
295
<xs : sequence >
283
- <xs : element type =" usergroupHash" name =" usergroup" minOccurs =" 0" maxOccurs =" unbounded" />
296
+ <xs : element type =" usergroupHash" name =" usergroup" minOccurs =" 0" maxOccurs =" unbounded" />
284
297
</xs : sequence >
285
298
</xs : complexType >
286
299
You can’t perform that action at this time.
0 commit comments