Uses the Component:ContactABIEType
A defined person or department that acts as a point of contact with another peson or department.
Table 6.61. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| ID | 
                         A unique identifier for this contact.  | 0..* | Field | udt:IdentifierType | |
| 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..1 | Field | udt:TextType | |
| Responsibility | 
                         The responsibilities, expressed as text, of this contact.  | 0..1 | Field | udt:TextType | |
| DepartmentName | 
                         The name, expressed as text, of the department to which this contact belongs within an organization such as a support department.  | 0..1 | Field | udt:TextType | |
| TypeCode | 
                         A code specifying the type of contact.  | 1..1 | Field | udt:CodeType | |
| 
                         Begin Choice  | |||||
| PersonName | 
                         The name, expressed as text, of this contact person.  | 0..1 | Field | udt:TextType | |
| 
                         or  | |||||
| SpecifiedPerson | 
                         Identifies a specific individual or person.  | 0..1 | Component | PersonType | |
| 
                         End Choice  | |||||
| TelephoneCommunication | 
                         Telephone communication information for this contact.  | 0..* | Component | CommunicationABIEType | |
| UsagePreference | 
                         The preference for usage of this contact such as type, order of importance, availability, or some other criteria.  | 0..1 | Component | PreferenceABIEType | |
| PostalAddress | 
                         Postal address information for this contact.  | 0..1 | Component | AddressABIEType | |
| FaxCommunication | 
                         Fax communication information for this contact.  | 0..* | Component | CommunicationABIEType | |
| URICommunication | 
                         Uniform Resource Identifier (URI) communication information for this contact such as an email address.  | 0..* | Component | CommunicationABIEType | |
| ContactMethodTypeCode | 
                         Indicates the preferred method of contact.  | 0..1 | Field | sqdt:ContactMethodTypeCodeType | |
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.61. DefinedContact
<DefinedContact>
     <ID>......</ID>     [0..*]
     <JobTitle>......</JobTitle>     [0..1]
     <Responsibility>......</Responsibility>     [0..1]
     <DepartmentName>......</DepartmentName>     [0..1]
     <TypeCode>......</TypeCode>     [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..*]
     <ContactMethodTypeCode>......</ContactMethodTypeCode>     [0..1]
</DefinedContact>