IDEA & WPP Community
Home
Search
Keywords
ArchiMate search
Advanced search
Startpages
What is IDEA?
Conceptual demo
Logical
Physical
Data catalogue
About the WPP
All startpages
Overview
Packages
Diagrams
Conceptual Business entities
Conceptual Data entities
Logical entities
Extra
Exploring
Matrix on Package
Matrix on Diagram
Glossary
Charts
Release notes
Participant
Participate
Login
Contact
Person
Human beings involved with AdventureWorks: employees, customer contacts, and vendor contacts.
Package
Physical datamodel example
Author
Bert Dingemans
Alias
--
Stereotypes
table
Attributes
Name
Type
Cardinality
Description
BusinessEntityID
int
1 - 1
Primary key for Person records.
PersonType
nchar
1 - 1
Primary type of person: SC = Store Contact, IN = Individual (retail) customer, SP = Sales person, EM = Employee (non-sales), VC = Vendor contact, GC = General contact
NameStyle
bit
1 - 1
0 = The data in FirstName and LastName are stored in western style (first name, last name) order. 1 = Eastern style (last name, first name) order.
Title
nvarchar
1 - 1
A courtesy title. For example, Mr. or Ms.
FirstName
nvarchar
1 - 1
First name of the person.
MiddleName
nvarchar
1 - 1
Middle name or middle initial of the person.
LastName
nvarchar
1 - 1
Last name of the person.
Suffix
nvarchar
1 - 1
Surname suffix. For example, Sr. or Jr.
EmailPromotion
int
1 - 1
0 = Contact does not wish to receive e-mail promotions, 1 = Contact does wish to receive e-mail promotions from AdventureWorks, 2 = Contact does wish to receive e-mail promotions from AdventureWorks and selected partners.
AdditionalContactInfo
xml
1 - 1
Additional contact information about the person stored in xml format.
Demographics
xml
1 - 1
Personal information such as hobbies, and income collected from online shoppers. Used for sales analysis.
rowguid
uniqueidentifier
1 - 1
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
ModifiedDate
datetime
1 - 1
Date and time the record was last updated.
Mappings
Name
Source
Source attribute
Target
Target attribute
BusinessEntityID
Person
BusinessEntityID
Person
BusinessEntityID
PersonType
Person
PersonType
Person
PersonType
NameStyle
Person
NameStyle
Person
NameStyle
Title
Person
Title
Person
Title
FirstName
Person
FirstName
Person
FirstName
MiddleName
Person
MiddleName
Person
MiddleName
LastName
Person
LastName
Person
LastName
Suffix
Person
Suffix
Person
Suffix
EmailPromotion
Person
EmailPromotion
Person
EmailPromotion
AdditionalContactInfo
Person
AdditionalContactInfo
Person
AdditionalContactInfo
Demographics
Person
Demographics
Person
Demographics
rowguid
Person
rowguid
Person
rowguid
ModifiedDate
Person
ModifiedDate
Person
ModifiedDate
Diagrams
Import Adventureworks Database
Physical example project
Data Mapping
Data modeling overview example
Linked elements
Logical datamodel example
Person
Person trace
Physical datamodel example
BusinessEntity FK
BusinessEntityContact FK
EmailAddress FK
Password FK
PersonPhone FK