j:OrganizationAugmentation
Additional information about an organization.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.0
Schema document: domains/jxdm/4.0/jxdm.xsd
Type: j:OrganizationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:OrganizationType
Content
- Sequence [1..1]
- j:OrganizationFieldOfficeText [0..*] The Field Office that has jurisdiction over an area in which the ORI is located.
- j:OrganizationGovernmentLevelCode [0..*] A governmental level of an organization.
- j:OrganizationJurisdiction [0..*] An area of service or jurisdiction an organization has over a region.
- j:OrganizationORIIdentification [0..*] A unique identifier assigned to a justice-related organization by the federal government.
- j:AgencyActiveIndicator [0..*] True if the status of an ORI is active; false if it is inactive.
- j:AgencyAddCancelIndicator [0..*] True if an agency is authorized to add or cancel a record; false otherwise.
- j:AgencyBaselinePriorityValue [0..*] Values must be 0-12.
- j:AgencyCHRIAuthorizedIndicator [0..*] True if an agency is authorized to access criminal history information; false otherwise.
- j:AgencyControlTerminalIndicator [0..*] True if an agency is a control terminal; false otherwise.
- Choice [0..*]
- j:AgencyServiceHoursCode A availability of an agency.
- j:AgencyServiceHoursText The availability of an agency.
from subst. group j:AgencyServiceHours - Choice [0..*]
- j:AgencyAuthorizationCode An agency's access category to data.
- j:AgencyAuthorizationText An agency's access category to data.
from subst. group j:AgencyAuthorization
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 j:OrganizationAugmentation
Sample instance
<j:OrganizationAugmentation> <j:OrganizationFieldOfficeText>string</j:OrganizationFieldOfficeText> <j:OrganizationGovernmentLevelCode>1</j:OrganizationGovernmentLevelCode> <j:OrganizationJurisdiction> <nc:LocationCityName>string</nc:LocationCityName> <intel:LocationCountryFIPS10-4PlusNCTCCode>string</intel:LocationCountryFIPS10-4PlusNCTCCode> <nc:LocationCountyCode>000</nc:LocationCountyCode> <nc:LocationStateCanadianProvinceCode>AB</nc:LocationStateCanadianProvinceCode> <nc:JurisdictionIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:JurisdictionIdentification> <nc:JurisdictionText>string</nc:JurisdictionText> </j:OrganizationJurisdiction> <j:OrganizationORIIdentification> <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> </j:OrganizationORIIdentification> <j:AgencyActiveIndicator>true</j:AgencyActiveIndicator> <j:AgencyAddCancelIndicator>true</j:AgencyAddCancelIndicator> <j:AgencyBaselinePriorityValue>1.0</j:AgencyBaselinePriorityValue> <j:AgencyCHRIAuthorizedIndicator>true</j:AgencyCHRIAuthorizedIndicator> <j:AgencyControlTerminalIndicator>true</j:AgencyControlTerminalIndicator> <j:AgencyServiceHoursCode>A</j:AgencyServiceHoursCode> <j:AgencyAuthorizationCode>A</j:AgencyAuthorizationCode> </j:OrganizationAugmentation>