OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ebxml-cppa message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: RE: [ebxml-cppa] Updated schema and examples (intended for the 1.07draft)


Arvola,

XML Spy complains about being unable to find a complex type

accessAuthentication.type

A fix is to change
<element name="AccessAuthentication" type="accessAuthentication.type"/>

by adding the namespace prefix for the target namespace

<element name="AccessAuthentication"
type="tns:accessAuthentication.type"/>

Somehow XML Spy always needs this. With the above change, the schema
validates
as schema.


Bye,
Dale 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC