Uses the Component:DocumentABIEType
An alternate collection of data for a piece of written, printed, or electronic matter that provides information or evidence of a party.
Table 6.19. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DocumentID |
The DocumentID is the identifier for the document. This identifier is a GUID or other unique identifier set by the creator of the document. | 1..1 | Field | udt:IdentifierType | |
| DocumentType |
A code specifying the agency type issuing the document. | 0..1 | Field | sqdt:AssigningOrganizationPartyIdType | |
| IssuingName |
An issuing name for this document like a state, or other agency. | 0..1 | Field | udt:TextType | |
| EffectivePeriod |
The period which this document is effective | 0..1 | Component | PeriodABIEType |
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.19. AlternatePartyDocument
<AlternatePartyDocument>
<DocumentID>......</DocumentID> [1..1]
<DocumentType>......</DocumentType> [0..1]
<IssuingName>......</IssuingName> [0..1]
<EffectivePeriod>......</EffectivePeriod> [0..1]
</AlternatePartyDocument>