Step 2: Create Common Schemas for V2.3.1
The V2.3.1 schemas are commonly referenced schemas, which you use to validate the message instance.
To create a common schema for V2.3.1
In Visual Studio, on the File menu, point to New, and then click Project.
In the New Project dialog box, in the Project Types section, expand BizTalk Projects, and then select BTAHL7Projects.
In the Templates section, select BTAHL7V231Common Project.
In the Name box, enter BTAHL7V231Common Project as the project name.
In the Solution box, select Add to Solution.
Click OK.
Note
In Solution Explorer, three schemas (datatypes_231.xsd, segments_231.xsd, and tablevalues_231.xsd) are included in the project.
In Solution Explorer, right-click BTAHL7V231Common Project, and then click Properties.
On the BTAHL7V231Common Property Page, click Signing.
Select the Sign the assembly check box.
In Choose a strong name key file, select <Browse…> .
Browse to <drive>:\Batching Tutorial, select key.snk, and then click Open.
In Solution Explorer, right-click BTAHL7V231Common Project, and then click Deploy. Ensure a success message appears in the output window.
Note
If the correct message does not appear, use Visual Studio to troubleshoot your schemas.
Proceed to Step 3: Add a Trigger Event (Message) Schema.