Skip to content

Commit 4ed9aba

Browse files
committedNov 8, 2012
spring-jms-3.2.xsd declares former nmtoken attributes as string, allowing for placeholders
Issue: SPR-9597
1 parent 0a3ea42 commit 4ed9aba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎spring-jms/src/main/resources/org/springframework/jms/config/spring-jms-3.2.xsd

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]]></xsd:documentation>
4343
</xsd:annotation>
4444
<xsd:simpleType>
45-
<xsd:restriction base="xsd:NMTOKEN">
45+
<xsd:restriction base="xsd:string">
4646
<xsd:enumeration value="default"/>
4747
<xsd:enumeration value="simple"/>
4848
</xsd:restriction>
@@ -146,7 +146,7 @@
146146
]]></xsd:documentation>
147147
</xsd:annotation>
148148
<xsd:simpleType>
149-
<xsd:restriction base="xsd:NMTOKEN">
149+
<xsd:restriction base="xsd:string">
150150
<xsd:enumeration value="queue"/>
151151
<xsd:enumeration value="topic"/>
152152
<xsd:enumeration value="durableTopic"/>
@@ -172,7 +172,7 @@
172172
]]></xsd:documentation>
173173
</xsd:annotation>
174174
<xsd:simpleType>
175-
<xsd:restriction base="xsd:NMTOKEN">
175+
<xsd:restriction base="xsd:string">
176176
<xsd:enumeration value="none"/>
177177
<xsd:enumeration value="connection"/>
178178
<xsd:enumeration value="session"/>
@@ -191,7 +191,7 @@
191191
]]></xsd:documentation>
192192
</xsd:annotation>
193193
<xsd:simpleType>
194-
<xsd:restriction base="xsd:NMTOKEN">
194+
<xsd:restriction base="xsd:string">
195195
<xsd:enumeration value="auto"/>
196196
<xsd:enumeration value="client"/>
197197
<xsd:enumeration value="dups-ok"/>
@@ -335,7 +335,7 @@
335335
]]></xsd:documentation>
336336
</xsd:annotation>
337337
<xsd:simpleType>
338-
<xsd:restriction base="xsd:NMTOKEN">
338+
<xsd:restriction base="xsd:string">
339339
<xsd:enumeration value="queue"/>
340340
<xsd:enumeration value="topic"/>
341341
<xsd:enumeration value="durableTopic"/>
@@ -360,7 +360,7 @@
360360
]]></xsd:documentation>
361361
</xsd:annotation>
362362
<xsd:simpleType>
363-
<xsd:restriction base="xsd:NMTOKEN">
363+
<xsd:restriction base="xsd:string">
364364
<xsd:enumeration value="auto"/>
365365
<xsd:enumeration value="client"/>
366366
<xsd:enumeration value="dups-ok"/>

0 commit comments

Comments
 (0)
Please sign in to comment.