TUSCANY-3630 Add externalAttachment schema definition from OASIS spec

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bdaniel 2010-07-26 04:10:13 +00:00
commit e3f9d63e80
2 changed files with 18 additions and 0 deletions

View file

@ -19,6 +19,7 @@
<element ref="sca:policySet"/>
<element ref="sca:bindingType"/>
<element ref="sca:implementationType"/>
<element ref="sca:externalAttachment"/>
<any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded"/>
</choice>

View file

@ -58,6 +58,23 @@
</complexType>
</element>
<element name="externalAttachment">
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<any namespace="##other"
processContents="lax"/>
</sequence>
<attribute name="intents" type="sca:listOfQNames"
use="optional"/>
<attribute name="policySets" type="sca:listOfQNames"
use="optional"/>
<attribute name="attachTo" type="string"
use="required"/>
<anyAttribute namespace="##other"
processContents="lax"/>
</complexType>
</element>
<element name="policySet" type="sca:PolicySet"/>
<complexType name="PolicySet">
<choice minOccurs="0" maxOccurs="unbounded">