But don't leave out the <xsd:any>. It should be:
<element name="OTA_HotelAvailRQ">
<complexType>
<sequence>
<xsd:any processContents="strict"/>
</sequence>
<attribute name="EchoToken" type="xsd:string"/>
<attribute name="PrimaryLangID" type="xsd:language"/>
<attribute name="Target" type="xsd:string"/>
<attribute name="TransactionIdentifier" type="xsd:string"/>
</complexType>
</element>
Regards,
Anne
On 6/30/05, Manuel Nicolas Ortuño <[EMAIL PROTECTED]> wrote:
>
>
>
> The solution:
>
>
>
> <element
> name="OTA_HotelAvailRQ">
>
>
> <complexType>
>
>
> <sequence/>
>
>
> <attribute name="EchoToken" type="xsd:string"/>
>
>
> <attribute name="PrimaryLangID" type="xsd:language"/>
>
>
> <attribute name="Target" type="xsd:string"/>
>
>
> <attribute name="TransactionIdentifier" type="xsd:string"/>
>
>
> </complexType>
>
> </element>
>
>