I apologize for an additional post, however I've quickly run into another problem. This is related to navigating the schema, I did find the QueryXS sample which was very useful and I've also been digging about in the API docs and in the debugger however nothing is jumping out at me, so I guess I will bother you some more :(

Many parts of the Schema I'm working with look like this:
<xsd:complexType name="One">
 <xsd:all minOccurs="0">
<xsd:element name=Two" type="TwoType" minOccurs="0" maxOccurs="1" nillable="true" /> <xsd:element name="Three" type="ThreeType" minOccurs="0" maxOccurs="1" nillable="true" /> </xsd:all>
</xsd:complexType>

Relating back to my previous post I want to leverage the Schema for UI validation. When the user in the UI entering text for element 'Three' I want to be able to look up it's type so I can validate against it. However I can't get my hands on this element, I can get my hands on the Complex Type 'One' however I can't navigate to 'Three'.

I have no doubt I'm just being really dumb here, however any help would be much appreciated!



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to