Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the Target Namespace property to configure the target namespace for the schema using any valid uniform resource identifier (URI).
Applies to Nodes of Type
Category
General
Allowed Values
Any valid URI.
Default Value
http://ProjectName.SchemaName, where "ProjectName" is the name of the project in which the schema was created and "SchemaName" is the name of the schema (without the XSD file extension. If either the project name or the schema name contains spaces, they are replaced with underscore (_) characters. For example, if the project name is "BizTalk Server Project2" and the schema name is "Project 3", the default target namespace value will be:
http://BizTalk_Server_Project2.Schema_3
XSD Persistence
As the value of the targetNamespace attribute of the schema element.
Remarks
You can examine and set this property in the Visual Studio Properties window when you select a Schema node in BizTalk Editor.
This property represents a standard XSD construct. For additional information about the corresponding XSD construct, see XSD Resources on the Web.
If you use "x-schema" in the targetNamespace attribute value, you may cause a test failure when you test the instance in BizTalk Mapper.