09-23-04 02:56 AM
Hi,
I'm trying to declare a 'FileList' type field in my custom adapter's
design-time. Following is the code from location's XSD:
<xs:element name="ElementName" type="baf:FileList">
<xs:annotation>
<xs:appinfo>
<baf:designer>
<baf:displayname>Name here</baf:displayname>
<baf:description>Description here</baf:description>
<baf:category>Category here</baf:category>
</baf:designer>
</xs:appinfo>
</xs:annotation>
</xs:element>
At top it declare's baf as:
xmlns:baf="BiztalkAdapterFramework.xsd"
Whenever I try accessing the adapter properties - i get this error:
Invalid 'type' attribute: Namespace 'BizTalkAdapterFramework.xsd' is not
available to be referenced in this schema. An error occurred at ..........
Couldn't find any help from the documentation. Hope anybody can help...
thanks in advance...
Newbie.
[ Post a follow-up to this message ]
|