Uses the Component:SalesActivityDocumentABIEType
A Document that is part of a Sales Activity.
Table 6.113. 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 | |
DocumentTypeCode |
Specifies the code that identifies the type of document being sent. This is a user defined code, and implementors should use the attributes on the element to identify the specific code list to be used during business rule validation. | 0..1 | Field | udt:CodeType | |
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.113. SalesActivityDocument
<SalesActivityDocument> <DocumentID>......</DocumentID> [1..1] <DocumentTypeCode>......</DocumentTypeCode> [0..1] <IssuingName>......</IssuingName> [0..1] <EffectivePeriod>......</EffectivePeriod> [0..1] </SalesActivityDocument>