blob: cf5028a1dcac99265cbe19f37117d99482605106 [file] [log] [blame]
<!-- This schema is used to generate the JAX-B artifacts for the JAXBWrapperTests -->
<s:schema xmlns:s="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn://stock1.test.org"
xmlns:tns="urn://stock1.test.org" >
<s:element name="getPrice" type="tns:getPrice" />
<s:complexType name="getPrice">
<s:complexContent>
<s:restriction base="s:anyType">
<s:sequence>
<s:element name="fund" type="s:string"/>
<s:element name="holdings." type="s:string"/>
<s:element name="nav" type="s:string"/>
</s:sequence>
</s:restriction>
</s:complexContent>
</s:complexType>
<s:element name="getPriceResponse" type="tns:StockPrice" />
<s:complexType name="StockPrice">
<s:complexContent>
<s:restriction base="s:anyType">
<s:sequence>
<s:element name="price" type="s:string"/>
</s:sequence>
</s:restriction>
</s:complexContent>
</s:complexType>
</s:schema>