On Jan 25, 10:23 pm, Matthew Peters <[EMAIL PROTECTED]>
wrote:

> Thanks for trying SCA and for telling us about the problem. Please
> would you put up the Temperatures.xsd as well? I'll look at it
> straight away.

Hi Matthew,

thanks for looking at this.

XSD below:

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
           targetNamespace="http://Weather";
           elementFormDefault="qualified">

  <xs:complexType name="PairType">
    <xs:sequence>
      <xs:element name="state" type="xs:string"/>
      <xs:element name="temperature" type="xs:float"/>
    </xs:sequence>
  </xs:complexType>

  <xs:element name="Temperatures">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="entry" type="ns1:PairType"
                    maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

</xs:schema>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to