ShipmentCarrierContact

Uses the Component:ContactABIEType

The point of contact at the shipment carrier company that supports that shipper.

Fields and Components

Table 6.39. 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..1Field udt:TextType  
Responsibility

The responsibilities, expressed as text, of this contact.

0..1Field 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..1Field udt:TextType  
TypeCode

A code specifying the type of contact.

1..1Field udt:CodeType  

Begin Choice

PersonName

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

0..1Field udt:TextType  

or

SpecifiedPerson

Identifies a specific individual or person.

0..1ComponentPersonType 

End Choice

TelephoneCommunication

Telephone communication information for this contact.

0..*ComponentCommunicationABIEType 
UsagePreference

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

0..1ComponentPreferenceABIEType 
PostalAddress

Postal address information for this contact.

0..1ComponentAddressABIEType 
FaxCommunication

Fax communication information for this contact.

0..*ComponentCommunicationABIEType 
URICommunication

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

0..*ComponentCommunicationABIEType 
ContactMethodTypeCode

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.39. ShipmentCarrierContact

<ShipmentCarrierContact>
     <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]
</ShipmentCarrierContact>