PrimaryContact

Uses the Component:ContactABIEType

ABIE A primary person or department that acts as a point of contact with another peson or department. Primary Contact

Fields and Components

Table 6.12. Fields and Components

Name Description Occurrence Type Data Type User Notes
ID

A unique identifier for this contact.

0..*Field oag:OpenIDType  
JobTitle

The job title, position or designation, expressed as text, of this contact person within an organization such as Director, Software Engineer, Purchasing Manager.

0..1Field oag:TextType  
Responsibility

The responsibilities, expressed as text, of this contact.

0..1Field oag:TextType  
DepartmentName

The name, expressed as text, of the department to which this contact belongs within an organization such as a support department.

0..1Field oag:TextType  
Type

A code specifying the type of contact.

1..1Field oag:CodeType  

Begin Choice

PersonName

The name, expressed as text, of this contact person.

0..1Field oag:TextType  

or

SpecifiedPerson

Identifies a specific individual or person.

0..1ComponentPersonType 

End Choice

TelephoneCommunication

Telephone communication information for this contact.

0..*Componentoag:CommunicationBaseType 
UsagePreference

The preference for usage of this contact such as type, order of importance, availability, or some other criteria.

0..1Componentoag:PreferenceBaseType 
PostalAddress

Postal address information for this contact.

0..1Componentoag:AddressBaseType 
FaxCommunication

Fax communication information for this contact.

0..*Componentoag:CommunicationBaseType 
URICommunication

Uniform Resource Identifier (URI) communication information for this contact such as an email address.

0..*Componentoag:CommunicationBaseType 
ContactMethodType

Indicates the preferred method of contact.

0..1Field sqdt:ContactMethodTypeCodeType  

Sample XML

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.12. PrimaryContact

<PrimaryContact>
     <ID>......</ID>     [0..*]
     <JobTitle>......</JobTitle>     [0..1]
     <Responsibility>......</Responsibility>     [0..1]
     <DepartmentName>......</DepartmentName>     [0..1]
     <Type>......</Type>     [1..1]
     <!--  Begin Choice -->
     <PersonName>......</PersonName>     [0..1]
     <!-- or -->                    
     <SpecifiedPerson>......</SpecifiedPerson>     [0..1]
     <!--  End Choice -->
     <TelephoneCommunication>......</TelephoneCommunication>     [0..*]
     <UsagePreference>......</UsagePreference>     [0..1]
     <PostalAddress>......</PostalAddress>     [0..1]
     <FaxCommunication>......</FaxCommunication>     [0..*]
     <URICommunication>......</URICommunication>     [0..*]
     <ContactMethodType>......</ContactMethodType>     [0..1]
</PrimaryContact>