11-12-04 10:48 PM
Yes. I have implemented the OASIS UBL 1.0 schemas in a Biztalk project.
A suggestion: create a separate Biztalk project just with these schemas. You
can then reference this assembly in any number of other Biztalk projects.
Greg
"Bob C." <BobC@discussions.microsoft.com> wrote in message
news:BBF39049-33E7-4604-9DD1-AF34F81A1A87@microsoft.com...
> I need to add an existing schema that I will use to validate an inbound
> message. This is a major industry schema that comprises more than a dozen
> schemas with varying degrees of references. The references from one schema
to
> another are all done with relative paths. Example:
> <xsd:include schemaLocation="../CPO/TelcomNumber.xsd"/>
>
> There are also references to elements in other schemas. Example:
> <xsd:element ref="Pager" minOccurs="0"/>
>
> Can Biztalk handle situations like those listed above?
>
> Thanks
> --
> Bob C.
[ Post a follow-up to this message ]
|