- name: member_of_uniformed_service
kind: derived
entity: Person
dtype: Judgment
period: Year
source: 26 USC 3121(n)
metadata:
proof:
atoms:
- path: versions[0].formula
kind: definition
source:
corpus_citation_path: us/statute/26/3121
excerpt: >-
the term “member of a uniformed service” means any person appointed, enlisted, or
inducted in a component of the Army, Navy, Air Force, Marine Corps, or Coast Guard
(including a reserve component as defined in section 101(27) of title 38 , United
States Code)
- path: versions[0].formula
kind: definition
source:
corpus_citation_path: us/statute/26/3121
excerpt: or in one of those services without specification of component
- path: versions[0].formula
kind: definition
source:
corpus_citation_path: us/statute/26/3121
excerpt: >-
or as a commissioned officer of the Coast and Geodetic Survey, the National Oceanic
and Atmospheric Administration Corps, or the Regular or Reserve Corps of the Public
Health Service
- path: versions[0].formula
kind: definition
source:
corpus_citation_path: us/statute/26/3121
excerpt: and any person serving in the Army or Air Force under call or conscription
- path: versions[0].formula
kind: definition
source:
corpus_citation_path: us/statute/26/3121
excerpt: The term includes— (1) a retired member of any of those services
- path: versions[0].formula
kind: definition
source:
corpus_citation_path: us/statute/26/3121
excerpt: (2) a member of the Fleet Reserve or Fleet Marine Corps Reserve
- path: versions[0].formula
kind: definition
source:
corpus_citation_path: us/statute/26/3121
excerpt: >-
(3) a cadet at the United States Military Academy, a midshipman at the United States
Naval Academy, and a cadet at the United States Coast Guard Academy or United States
Air Force Academy
- path: versions[0].formula
kind: condition
source:
corpus_citation_path: us/statute/26/3121
excerpt: >-
(4) a member of the Reserve Officers’ Training Corps, the Naval Reserve Officers’
Training Corps, or the Air Force Reserve Officers’ Training Corps, when ordered to
annual training duty for fourteen days or more, and while performing authorized travel
to and from that duty
- path: versions[0].formula
kind: import
import:
target: >-
us:statutes/26/3121/n
output: reserve_officers_training_corps_annual_training_duty_minimum_days
hash: sha256:local
- path: versions[0].formula
kind: condition
source:
corpus_citation_path: us/statute/26/3121
excerpt: >-
(5) any person while en route to or from, or at, a place for final acceptance or for
entry upon active duty in the military, naval, or air service— (A) who has been
provisionally accepted for such duty; or (B) who, under the Military Selective Service
Act, has been selected for active military, naval, or air service; and has been
ordered or directed to proceed to such place
- path: versions[0].formula
kind: exception
source:
corpus_citation_path: us/statute/26/3121
excerpt: The term does not include a temporary member of the Coast Guard Reserve.
versions:
- effective_from: '1990-01-01'
formula: |-
not temporary_member_of_coast_guard_reserve
and (
appointed_enlisted_or_inducted_in_component_of_army_navy_air_force_marine_corps_or_coast_guard
or appointed_enlisted_or_inducted_in_army_navy_air_force_marine_corps_or_coast_guard_without_specification_of_component
or commissioned_officer_of_coast_and_geodetic_survey_national_oceanic_and_atmospheric_administration_corps_or_public_health_service_regular_or_reserve_corps
or serving_in_army_or_air_force_under_call_or_conscription
or retired_member_of_army_navy_air_force_marine_corps_coast_guard_coast_and_geodetic_survey_noaa_corps_or_public_health_service_corps
or member_of_fleet_reserve_or_fleet_marine_corps_reserve
or cadet_or_midshipman_at_specified_united_states_service_academy
or (
member_of_reserve_officers_training_corps_naval_reserve_officers_training_corps_or_air_force_reserve_officers_training_corps
and ordered_to_annual_training_duty
and annual_training_duty_days_ordered >= reserve_officers_training_corps_annual_training_duty_minimum_days
)
or (
member_of_reserve_officers_training_corps_naval_reserve_officers_training_corps_or_air_force_reserve_officers_training_corps
and ordered_to_annual_training_duty
and annual_training_duty_days_ordered >= reserve_officers_training_corps_annual_training_duty_minimum_days
and performing_authorized_travel_to_or_from_annual_training_duty
)
or (
en_route_to_or_from_or_at_place_for_final_acceptance_or_entry_upon_active_duty_in_military_naval_or_air_service
and (
provisionally_accepted_for_active_duty
or selected_under_military_selective_service_act_for_active_military_naval_or_air_service
)
and ordered_or_directed_to_proceed_to_place_for_final_acceptance_or_entry_upon_active_duty
)
)