im:ProgramAugmentation
Additional information about a program.
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.0
Schema document: domains/immigration/2.0/immigration.xsd
Type: im:ProgramAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:ProgramType
Content
- Sequence [1..1]
- im:ProgramCompletionCommentText [0..*] A comment on the completion of the program.
- im:ProgramEffectiveCompletionDate [0..*] The date on which the Exchange Visitor is expected to complete the requirements of his/her program.
- im:ProgramParticipationBegunIndicator [0..*] True if the person has begun participation in his/her program; false otherwise.
- im:ProgramTerminationDate [0..*] The date on which program participation will terminate.
- im:ProgramTerminationText [0..*] A field indicating free text about the program termination.
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 im:ProgramAugmentation
Sample instance
<im:ProgramAugmentation> <im:ProgramCompletionCommentText>string</im:ProgramCompletionCommentText> <im:ProgramEffectiveCompletionDate> <nc:Date>2000-01-01</nc:Date> </im:ProgramEffectiveCompletionDate> <im:ProgramParticipationBegunIndicator>true</im:ProgramParticipationBegunIndicator> <im:ProgramTerminationDate> <nc:Date>2000-01-01</nc:Date> </im:ProgramTerminationDate> <im:ProgramTerminationText>string</im:ProgramTerminationText> </im:ProgramAugmentation>