fs:ProgramAugmentation
Additional information about a program.
Element information
Namespace: http://niem.gov/niem/domains/familyServices/2.1
Schema document: domains/familyServices/2.1/familyServices.xsd
Type: fs:ProgramAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:ProgramType
Content
- Sequence [1..1]
- fs:ProgramEligibleStartDate [0..*] A date a person became eligible to enroll in a program (e.g., receive financial assistance, treatment, or some other social service).
- fs:ProgramEligibleEndDate [0..*] A date a person lost eligibility for a program (e.g., exceeded income limits, violated a program rule, or otherwise failed to satisfy a requirement).
- fs:ProgramMonetaryValue [0..*] An evaluation of the monetary worth of the program provided.
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 fs:ProgramType (Element fs:Program)
Substitution hierarchy
- s:Augmentation
- can be substituted with fs:ProgramAugmentation
Sample instance
<fs:ProgramAugmentation> <fs:ProgramEligibleStartDate> <nc:Date>2000-01-01</nc:Date> </fs:ProgramEligibleStartDate> <fs:ProgramEligibleEndDate> <nc:Date>2000-01-01</nc:Date> </fs:ProgramEligibleEndDate> <fs:ProgramMonetaryValue> <nc:ItemValueAmount>1.0</nc:ItemValueAmount> <nc:ItemValueAssigningMethodText>string</nc:ItemValueAssigningMethodText> <nc:ItemValueDate> <nc:Date>2000-01-01</nc:Date> </nc:ItemValueDate> <nc:ItemValueDescriptionText>string</nc:ItemValueDescriptionText> <nc:ItemValueTaxIncludedIndicator>true</nc:ItemValueTaxIncludedIndicator> <nc:ItemValueAssigner> <nc:EntityOrganizationReference/> </nc:ItemValueAssigner> </fs:ProgramMonetaryValue> </fs:ProgramAugmentation>