scr:DocumentAugmentation
Additional information about a document.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:DocumentAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:DocumentType
Content
- Sequence [1..1]
- scr:BeginDate [0..*] The date on which the DOCUMENT becomes effective.
- nc:EndDate [0..*] An end date.
- scr:DocumentCategoryCode [0..*] A kind of document.
- scr:Manifest [0..*] A classification of MANIFEST
- nc:OrganizationIdentification [0..*] An identification that references an organization.
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 |
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:DocumentAugmentation
Sample instance
<scr:DocumentAugmentation> <scr:BeginDate> <nc:Date>2000-01-01</nc:Date> </scr:BeginDate> <nc:EndDate> <nc:Date>2000-01-01</nc:Date> </nc:EndDate> <scr:DocumentCategoryCode>AAP</scr:DocumentCategoryCode> <scr:Manifest> <scr:ManifestCategoryCode>Cargo</scr:ManifestCategoryCode> <scr:ManifestCategoryCodeDescriptionText>string</scr:ManifestCategoryCodeDescriptionText> </scr:Manifest> <nc:OrganizationIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <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> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:OrganizationIdentification> </scr:DocumentAugmentation>