Uses the Component:PersonType
Identifies a specific individual or person.
Table 6.13. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ID | 0..* | Field | oag:OpenIDType | ||
GivenName | 0..* | Field | oag:NameType | ||
Alias |
Another name that a person is also known. | 0..1 | Field | oag:TextType | |
MiddleName |
Middle Initial of business party | 0..1 | Field | oag:NameType | |
FamilyName | 0..* | Field | oag:NameType | ||
Title |
A general or descriptive heading given to a person, or item. | 0..1 | Field | oag:TextType | |
Salutation |
A word or phrase of greeting used to begin a letter or message. | 0..1 | Field | oag:TextType | |
NameSuffix |
A word or phrase added to the end of a name | 0..1 | Field | oag:TextType | |
MaritalStatus |
Identifies marital status of business party - M = Married, U = Unmarried, S = Separated, O = Other | 0..1 | Field | scl:MaritalStatusEnumeratedType | |
Gender |
Gender of party - M = Male, F= Female | 0..1 | Field | scl:GenderEnumeratedType | |
BirthDate |
Birth date of party | 0..1 | Field | oag:xbt_DateType | |
AgeMeasure |
The numeric value of a person or parties age. | 0..1 | Field | sqdt:TimeMeasureType | |
MaidenName |
The family name for a woman before she was married. | 0..1 | Field | oag:TextType | |
PreferredName |
A name that a person preferrs to be known. | 0..1 | Field | oag:TextType | |
ResidenceAddress |
The location at which a particular person may be found or reached. | 0..1 | Component | oag:AddressBaseType | |
TelephoneCommunication |
Telephone Communication information like phone number | 0..* | Component | oag:CommunicationBaseType | |
FaxCommunication |
Fax communication includes fax number or mailto address | 0..1 | Component | oag:CommunicationBaseType | |
URICommunication |
Email or web communication | 0..* | Component | oag:CommunicationBaseType | |
NationalityCountryID |
The ISO Country Codelist used to indicate a person's nationality. | 0..1 | Field | sqdt:CountryCodeType | |
ContactMethodType |
Indicates the preferred method of contact. | 0..1 | Field | sqdt:ContactMethodTypeCodeType | |
Language |
The spoken language for a person. This may occur multiple times if they speak more than one language. | 0..* | Field | sqdt:LanguageCodeType | |
PostalAddress |
The location at which mail is delivered. | 0..* | Component | oag:AddressBaseType | |
OriginalContactMethodType |
Original contact method for this person. | 0..1 | Field | sqdt:ContactMethodTypeCodeType | |
SpecifiedOccupation |
Occupation for this person. | 0..* | Component | OccupationABIEType | |
Trait |
Personal trait. | 0..* | Field | TraitType | |
CustomerStatus |
Code which indicates the customer status of the person (e.g. Deceased, Gone Away) | 0..1 | Field | oag:CodeType | |
DateOfBirthTolerance |
Number of days tolerance for recorded date of birth. | 0..1 | Field | oag:NumberType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.13. SpecifiedPerson
<SpecifiedPerson> <ID>......</ID> [0..*] <GivenName>......</GivenName> [0..*] <Alias>......</Alias> [0..1] <MiddleName>......</MiddleName> [0..1] <FamilyName>......</FamilyName> [0..*] <Title>......</Title> [0..1] <Salutation>......</Salutation> [0..1] <NameSuffix>......</NameSuffix> [0..1] <MaritalStatus>......</MaritalStatus> [0..1] <Gender>......</Gender> [0..1] <BirthDate>......</BirthDate> [0..1] <AgeMeasure>......</AgeMeasure> [0..1] <MaidenName>......</MaidenName> [0..1] <PreferredName>......</PreferredName> [0..1] <ResidenceAddress>......</ResidenceAddress> [0..1] <TelephoneCommunication>......</TelephoneCommunication> [0..*] <FaxCommunication>......</FaxCommunication> [0..1] <URICommunication>......</URICommunication> [0..*] <NationalityCountryID>......</NationalityCountryID> [0..1] <ContactMethodType>......</ContactMethodType> [0..1] <Language>......</Language> [0..*] <PostalAddress>......</PostalAddress> [0..*] <OriginalContactMethodType>......</OriginalContactMethodType> [0..1] <SpecifiedOccupation>......</SpecifiedOccupation> [0..*] <Trait>......</Trait> [0..*] <CustomerStatus>......</CustomerStatus> [0..1] <DateOfBirthTolerance>......</DateOfBirthTolerance> [0..1] </SpecifiedPerson>