j:CourtOrderJurisdiction
An area in which a court order can be enforced.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: domains/jxdm/4.1/jxdm.xsd
Type: nc:JurisdictionType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:LocationCityName [0..*] A name of a city or town.
- Choice [0..*]
- nc:LocationCountryFIPS10-4Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166Alpha2Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166Alpha3Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166NumericCode A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryName A country, territory, dependency, or other such geopolitical subdivision of a location.
- intel:LocationCountryFIPS10-4PlusNCTCCode A union of additional country codes managed by NCTC and the FIPS 10-4 country codes.
- scr:LocationCountryIdentification An identifier that represents a country.
from subst. group nc:LocationCountry - Choice [0..*]
- nc:LocationCountyCode A county, parish, vicinage, or other such geopolitical subdivision of a state.
- nc:LocationCountyName A county, parish, vicinage, or other such geopolitical subdivision of a state.
from subst. group nc:LocationCounty - Choice [0..*]
- nc:LocationStateCanadianProvinceCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateFIPS10-4InternationalCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateFIPS5-2AlphaCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateFIPS5-2NumericCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateNCICLISCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateNCICLSTACode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateNCICRESCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateName A state, commonwealth, province, or other such geopolitical subdivision of a country.
- nc:LocationStateUSPostalServiceCode A state, commonwealth, province, or other such geopolitical subdivision of a country.
from subst. group nc:LocationState - nc:JurisdictionIdentification [0..*] An identification of a jurisdiction.
- nc:JurisdictionText [0..*] An area in which an organization or person has some kind of authoritative capacity or responsibility over.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- NIEM reference target from nc:JurisdictionReference
- Type fs:CourtOrderType via extension of j:CourtOrderType (Element fs:CourtOrder)
- Type j:ProtectionOrderType via extension of j:CourtOrderType (Element j:ProtectionOrder)
- Type scr:WarrantType via extension of j:CourtOrderType (Element scr:Warrant)
- Type j:WarrantType via extension of j:CourtOrderType (Elements j:ArrestWarrant, j:PropertySeizureWarrant, j:SearchWarrant, j:Warrant)
- Type j:CourtOrderType (Elements j:ArrestApprehensionDetentionOrder, j:CourtActivityCourtOrder, j:CourtOrder, j:ReferralCourtOrder, j:RegisteredOffenderCourtOrder, j:Summons)
Sample instance
<j:CourtOrderJurisdiction> <nc:LocationCityName>string</nc:LocationCityName> <nc:LocationCountryFIPS10-4Code>KS</nc:LocationCountryFIPS10-4Code> <nc:LocationCountyCode>179</nc:LocationCountyCode> <nc:LocationStateCanadianProvinceCode>BC</nc:LocationStateCanadianProvinceCode> <nc:JurisdictionIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <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> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:JurisdictionIdentification> <nc:JurisdictionText>string</nc:JurisdictionText> </j:CourtOrderJurisdiction>