diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-01 14:07:33 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-01 14:07:33 +0000 |
commit | 41801ad448021974b65a31284867549cfb9e93d8 (patch) | |
tree | 2a0597f0575556f750c2f4c92081f5bb84b3f605 /branches/sca-java-1.x/modules/assembly-xsd/src/main | |
parent | e15192823757e4734c1f5093adf6ae94dab8d316 (diff) |
TUSCANY-3098 - add use="required" to property name. It seems that the schema has been written assuming that this is the default but need to state it explicitly.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-binding-jms.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-binding-jms.xsd b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-binding-jms.xsd index 5d82878e0d..dc8c4c5bd6 100644 --- a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-binding-jms.xsd +++ b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-binding-jms.xsd @@ -139,7 +139,7 @@ <complexType name="BindingProperty"> <simpleContent> <extension base="string"> - <attribute name="name" type="NMTOKEN"/> + <attribute name="name" type="NMTOKEN" use="required"/> <attribute name="type" type="string" use="optional" default="xs:string"/> </extension> </simpleContent> |