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)

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

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

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

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

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

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

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.

