summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd
blob: ec4a25740fdaee44a80b2539e8c526363a69585e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        targetNamespace="http://www.apache.org/tuscany/SubstitutionValues" 
        xmlns:sv="http://www.apache.org/tuscany/SubstitutionValues"> 
  <element name="groupHead" type="string"/>
  <complexType name="TestObject">
    <sequence>
      <element ref="sv:groupHead"/>
      <element name="nonGroupHead" type="string"/>
    </sequence>
  </complexType>
  <element name="groupMember" type="string" substitutionGroup="sv:groupHead"/>
</schema>