This chapter will give you a glance at the capabilities of DocDigitizer World Objects and how to use it.

## Demonstration using "Citizen card" as a Business Object

Step 1 — Open Visual Code and log in using your account (for this exercise we are using a Google account)

496


Step 2 — The “World Objects” source folders should appear

494


Step 3 — Analyse the following Objects that represent "Citizen card," their properties, and references

566


Step 3.1 — The "Citizen Card" object has a reference to "Country"

487


Step 3.2 — The "Country" object has a reference to "Language" (permit to have the name of the country in a different language/dialect)

567


Step 3.3 — The "Language" object has a reference to "Dialect" (representation dialect of each language)

437


Step 4 — Producer Code (add values to Catalog) In this lesson, we are using the "CitizenCard" Object



Step 5 — Consumer Code (show values from Catalog) Consuming the Object "CitizenCard" previously created



Step 6 — Consumer operation

566


Step 7 — Changing language dialect

In this example, in “Japanese” (JP) there are only values for properties “Language” & “Country”

For this reason, the values for “Sex” & “FamilyMember” appears in ”English." In “Portuguese” (PT), values for all the properties exist.

566

567