Multiple choice technology platforms and products

When using the Business Rules Engine, you need to create certain facts that are based on XML Schemas. What should the value of the “Document Type” be in order for the Business rules to be successfully invoked from a BizTalk orchestration.

  1. Name of the schema.

  2. Name of the Root node in the xml document

  3. Namespace.typename of the project in which the schema has been deployed

  4. Name of the xml document

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When creating XML-based facts for the Business Rules Engine, the Document Type property must use the fully qualified name format: Namespace.TypeName. This allows BRE to correctly resolve and instantiate the schema. Using just the schema name or root node is insufficient.