05-30-06 06:16 AM
Hello,
I'm trying to include a document schema into an envelope schema. I choose
"include" over "import" since the the document schema doesn't have a target
namespace (is it correct to do so?).
This doesn't work, it complains that "Type 'INVOICType' is not declared",
when I validate the envelope with document included.
This is the type of the root element in the document schema (see below).
<xsd:element name="INVOIC" type="INVOICType" />
- <xsd:complexType name="INVOICType">
Does anyone know why this type don't get passed on to the envelope schema?
Thankful for any help!
Niclas
[ Post a follow-up to this message ]
|