This chapter discusses:
PeopleSoft documents.
Document components.
Document formats.
The Document Builder.
Document utilities.
Translating Document Builder and document utility fields.
PeopleSoft Documents
A PeopleSoft document is a managed object. It consists of two components, a logical component and a physical component or representation. PeopleSoft provides a Document Builder for creating and managing documents. Document utilities are also provided to help you test documents, validate schema, and more.
Document ComponentsA PeopleSoft document is made up of two components: a logical component and a physical component.

Logical Documents
The logical component of a document, or logical document, specifies the abstract structure of data. It does not specify any information about persistence, formatting, rendering, behavior, and so on.
When you work on the logical aspect of a document, you manage document elements types and data types, define element and data type properties, and so on.

Physical Documents
The physical component of a document, or physical document, specifies concrete details about a document, such as database tables, XML tags names, and so on.
When you work with the physical aspect of a document, you manage schema details, such as target and imported namespace information, whitespace, blank element filters, and more.
Document Formats
When building documents in the PeopleSoft system, you can create standard XML-formatted documents and relational-formatted documents.
When you build out the format of a document, you are working with the physical document.

XML-Formatted DocumentsIn an XML-formatted document, you manage XML schema details, such as target namespaces, whitespace, filtering blank elements, and so on. You also manage element tag names, prefixes, and more.

Relational-Formatted DocumentsIn a relational-formatted document, you map PeopleSoft records to documents.
To create a map, you map a document to a PeopleSoft record and then map the elements of that document to the fields of the PeopleSoft record. This mapping enables you to populate database rowsets using documents.
Creating relational maps for documents is optional.
The Document Builder
PeopleSoft provides a Documents Builder that enables you to create and manage documents and define XML and relational formats for them.
Document Utilities
The following table lists and briefly describes document technology utilities that PeopleSoft delivers:
|
Utility |
Description |
|
Document Schema Tester |
Test document schemas against XML. |
|
Document Tester |
Build out document contents. |
|
Create Document from Schema |
Create documents from existing XML schemas (XSD). |
|
Update Target Location |
Locate document definitions with invalid target locations. |
|
Document/Metadata Validation |
Check the integrity of metadata references to documents. |
Translating Document Builder and Document Utility Fields
Fields on the Document Builder and document utility pages are not translatable.