Discussion:
urn:basda.org:header anyone got the schema?
(too old to reply)
John
2005-01-05 12:57:02 UTC
Permalink
Hi,

I'm working with Biztalk 2004 and one of our clients is using the
urn:basda.org:header schema using the purchase order parts of it, I was
wondering whether anyone has a copy of this schema?

example of it...

<header>
<delivery>
<message>
<messageID>22139</messageID>
<sent>2004-08-16T10:07:11</sent>
<subject>ORDER</subject>
<basda:SENDER xmlns:basda="urn:basda.org:header">BOOKS
LIMITED</basda:SENDER>
<basda:RECIPIENT xmlns:basda="urn:basda.org:header"></basda:RECIPIENT>
</message>
<to>
<address>***@syst.co.uk</address>
<state>
<referenceID/>
<handle/>
<process/>
</state>
</to>
<from>
<address>***@sys.co.uk</address>
<state>
<referenceID/>
<handle/>
<process>cctes</process>
</state>
</from>
</delivery>
<manifest>
<document>
<name>ORDER</name>
<description>Purchase Order</description>
<basda:VERSION xmlns:basda="urn:basda.org:header">1.0</basda:VERSION>
<basda:STYLESHEET xmlns:basda="urn:basda.org:header">
<basda:OWNER>US</basda:OWNER>
<basda:NAME>ccxmlpo</basda:NAME>
<basda:VERSION>1.0</basda:VERSION>
<basda:TYPE>XSL</basda:TYPE>
</basda:STYLESHEET>
<basda:PARAMETERS xmlns:basda="urn:basda.org:header">
<basda:LANGUAGE>EUK</basda:LANGUAGE>
<basda:DECIMAL>.</basda:DECIMAL>
<basda:PRECISION>20.3</basda:PRECISION>
</basda:PARAMETERS>
</document>
</manifest>
</header>


regards

John
--
John
Mark Abrams
2005-01-05 14:01:03 UTC
Permalink
BASDA is the Business Application Software Developers Association. The have
developed a number of eBusiness schema standards, the core one being eBIS-XML
(electronic Business Interchange Standard in XML), an open standard for the
exchange of business document such as orders and invoices. There are also
additional standards that are used for vertical industries such as House
Building and Oil & Gas.

The BASDA web site is http://www.basda.org/ and the eBIS_XML schemas can be
downloaded from http://www.basda.org/VD04/default.asp?PSID=50. The download
should include the schema that you require.

I am also working on a BizTalk Server 2004 project where our client has
requested the use of BASDA schemas. However, I cannot get the CoreTypes.xsd
and CoreStructures.xsd schemas to load into BizTalk Server. According to
BASDA, they have validated their schemas with a whole host of reputable
tools, so I think the problem is due to BizTalk's integretation of XML
Schema. If you have any luck, please let me know !!

Mark.
Post by John
Hi,
I'm working with Biztalk 2004 and one of our clients is using the
urn:basda.org:header schema using the purchase order parts of it, I was
wondering whether anyone has a copy of this schema?
example of it...
<header>
<delivery>
<message>
<messageID>22139</messageID>
<sent>2004-08-16T10:07:11</sent>
<subject>ORDER</subject>
<basda:SENDER xmlns:basda="urn:basda.org:header">BOOKS
LIMITED</basda:SENDER>
<basda:RECIPIENT xmlns:basda="urn:basda.org:header"></basda:RECIPIENT>
</message>
<to>
<state>
<referenceID/>
<handle/>
<process/>
</state>
</to>
<from>
<state>
<referenceID/>
<handle/>
<process>cctes</process>
</state>
</from>
</delivery>
<manifest>
<document>
<name>ORDER</name>
<description>Purchase Order</description>
<basda:VERSION xmlns:basda="urn:basda.org:header">1.0</basda:VERSION>
<basda:STYLESHEET xmlns:basda="urn:basda.org:header">
<basda:OWNER>US</basda:OWNER>
<basda:NAME>ccxmlpo</basda:NAME>
<basda:VERSION>1.0</basda:VERSION>
<basda:TYPE>XSL</basda:TYPE>
</basda:STYLESHEET>
<basda:PARAMETERS xmlns:basda="urn:basda.org:header">
<basda:LANGUAGE>EUK</basda:LANGUAGE>
<basda:DECIMAL>.</basda:DECIMAL>
<basda:PRECISION>20.3</basda:PRECISION>
</basda:PARAMETERS>
</document>
</manifest>
</header>
regards
John
--
John
Loading...