it:DocumentAugmentation
Additional information about a document.
Element information
Namespace: http://niem.gov/niem/domains/internationalTrade/2.1
Schema document: domains/internationalTrade/2.1/internationalTrade.xsd
Type: it:DocumentAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:DocumentType
Content
- Sequence [1..1]
- it:DocumentIssueDate [0..*] A date at which a document was issued and when appropriate, signed or otherwise authenticated.
- it:DocumentIssueLocationIdentification [0..*] An identifier of a place at which an additional document was issued and when appropriate, signed or otherwise authenticated.
- it:DocumentFreeText [0..*] Free text field available to the message sender for information.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Used in
- Type it:DocumentType (Element it:Document)
Substitution hierarchy
- s:Augmentation
- can be substituted with it:DocumentAugmentation
Sample instance
<it:DocumentAugmentation> <it:DocumentIssueDate> <nc:Date>2000-01-01</nc:Date> </it:DocumentIssueDate> <it:DocumentIssueLocationIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </it:DocumentIssueLocationIdentification> <it:DocumentFreeText>string</it:DocumentFreeText> </it:DocumentAugmentation>