Re: One final question about namespaces :)



"TT (Tom Tempelaere)" <_|\|_0$P@|/\|titi____AThotmailD.Tcom|/\|@P$0_|\|_>
wrote in message news:915DEF42-214A-438F-86EC-8305D80CA242@xxxxxxxxxxxxxxxx
Hi,

I have one final question about these namespaces, hope you don't mind.

What if my XSD root read like:

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
elementFormDefault="qualified" attributeFormDefault="unqualified">
.....
</xs:schema>

Does this schema also imply that the elements of an XML document based on
that XSD are in a specific namespace? Or does this schema define elements
that are in the empty namespace?

Since it doesn't have a target namespace, the elements are defined in the
empty namespace, which is generally not a good idea.

John


.



Relevant Pages

  • Re: Flat File Problem
    ... It was the namespace I was using to ... When I debug the orchestration the RecCount variable is null. ... Have you deployed the Biztalk Assembly that contains the property schema ... And you can promote properties from the Header into the message context, ...
    (microsoft.public.biztalk.general)
  • Schema versioning / namespace or no namespace / like root nodes / Pipelines - any ideas?
    ... Namespace Options: Trying to figure out which way to go... ... I'm planning to handle the varying levels of schema content being ... Pipeline component to add this namespace to incoming SAP docs. ... pipeline per assembly-version (since there's no need for the pipeline ...
    (microsoft.public.biztalk.general)
  • Re: Re: Re: SQLXML Namespaces
    ... > namespace, so SQLXML has declared an arbitrary prefix for the ... > the results you can declare any prefix you like and the XML ... >> Your schema must have a default or target namespace ...
    (microsoft.public.sqlserver.xml)
  • Re: Message type conversion from C# object to BizTalk message
    ... Originally I didn't know what you meant, but of course in BizTalk there are ... Properties) when you simply click once on the schema file and have the ... The second namespace is the targetNamespace in the ...
    (microsoft.public.biztalk.general)
  • Re: BT2006 Debatching from SQL Adapter
    ... How do you have the Any node set up in the schema? ... namespace like http://a.b.c/Schemas/MyDatabase. ... I'm getting errors on my receive pipeline saying ...
    (microsoft.public.biztalk.general)

Loading