4 Creating Document Definitions

This chapter describes the process of creating and deleting document definitions. It also covers the concept of document protocols.

Creating document definitions is the second step in the Oracle B2B process flow. A document definition specifies the document protocol—the document protocol version and document type—that is used to validate the message. The document definition guideline used will depend on type of message such as XSD/DTD for XML messages.

Note:

In the case of a custom document protocol with XML, then ensure that the Identification Expression (XPath) is unique across the document type/revision/document definition.

The same document definition is used by both the host and remote trading partner in a transaction. It must adhere to the standards for document protocols, protocol versions, and document types. This is straightfoward when you create the document guideline files (Step 1) and then the Oracle B2B interface to import those files when creating the document definition (Step 2).

This chapter includes the following sections:

For more information on document protocols, see Using Document Protocols .

Introduction to Document Protocols

Using the Custom protocol and the guideline documents, you can define most protocols. When you add a new document protocol, it is always a Custom document.

Oracle B2B supports these document protocols:

  • Custom

  • OAG

  • RosettaNet

  • UCCNet

  • UserDefined

As part of the document definition, you may provide the document guideline files. If validation is enabled, then, at runtime, the payload must conform to the document definition file type you use.

The Document Hierarchy

You can think of a document protocol as a hierarchy, as shown in Figure 4-1.

A document protocol can consist of multiple document protocol versions. A document protocol version can consist of multiple document types. A document type can consist of multiple document definitions. Typically, you start with one document definition and customize it for different trading partners.

Figure 4-2 shows a document protocol hierarchy as it applies to Custom.

Figure 4-2 Custom Document Hierarchy



In the Oracle B2B interface, as you create a document definition, the document protocol hierarchy is reflected in the definition:

DocumentProtocol—Version—DocumentType—DocumentDefinitionName

Example 4-1 shows the hierarchy reflected in the definition for a Custom document.

Document protocol: CUSTOM

Document protocol version: 4010

Document type: PurchaseOrder

Document definition: PurchaseOrder_def

The resulting document definition is

CUSTOM-4010-PurchaseOrder-PurchaseOrder_def

Creating Document Definitions

After creating required guideline file, use the Oracle B2B interface to create the document definition and import the guideline file.

Note:

You cannot edit the document version, document type, and document definition after they are created. You must delete the specific document element (version, type, or definition) and create a new one. Updating the document elements after creation can lead to metadata inconsistency, metadata validation issues, and runtime errors.

To create a document definition:
  1. Click the Administration tab.
  2. Click the Document tab.
  3. Select one of the document protocols.

    Note:

    To create a new Custom document with a name that you provide, click Document Protocols folder and click Add.

    Then enter a protocol name, for example, MyXML_Document. Do not use an existing document protocol name.

  4. Click New Version.
  5. Enter a version name, provide document version parameters as applicable, and click Save.

    The version is used for document identification and can be case sensitive and use a fixed syntax, depending on the protocol.

    Figure 4-3 shows the document protocol version page for a Custom document.

    Figure 4-3 Entering Document Protocol Parameter Information



  6. With the new version name selected, click New Type.
  7. Enter a document type name, provide document type parameters as applicable, and click Save.

    Figure 4-4 shows the document type parameters page for a Custom document.

    Figure 4-4 Entering Document Type Parameter Information



    For parameter descriptions, see the following:

    • Table 8-1 Document Type Parameters for a Custom Document

    • Table 8-6 Document Type Parameters for a RosettaNet Document

  8. With the new document type name selected, click New Definition.
  9. Enter a document definition name and do the following:
    • Browse for a guideline file for any of the document protocols, if applicable.

    • Provide document definition parameters as applicable.

    Figure 4-5 shows the document definition parameters page for a Custom document.

    Figure 4-5 Entering Document Definition Parameter Information



    For parameter descriptions, see the following:

    • Table 8-2 Document Definition Parameters for a Custom Document

    • Table 8-4 Document Definition Parameters for an OAG Document

    • Table 8-7 Document Definition Parameters for a RosettaNet Document

    • Table 8-8 Document Definition Parameters for a UCCnet Document

  10. Click Save.

Deleting a Document Definition

To delete a document definition, first delete all agreements that use that document definition.

Then, you remove the supported document definitions from the host and all remote trading partners that reference the definition.