j:CourtOrderStatus
A state of a court order.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: domains/jxdm/4.1/jxdm.xsd
Type: nc:StatusType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:StatusText [0..*] A status or condition of something or someone.
- nc:StatusDate [0..*] A date a status was set, effected, or reported.
- nc:StatusDescriptionText [0..*] A description of a status or condition of something or someone.
- nc:StatusIssuerIdentification [0..*] An identification of a person or organization which assigns a status.
- nc:StatusIssuerText [0..*] A name, identifier, or other reference of a person or organization which assigns a status.
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
- 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:CourtOrderStatus> <nc:StatusText>string</nc:StatusText> <nc:StatusDate> <nc:Date>2000-01-01</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>string</nc:StatusDescriptionText> <nc:StatusIssuerIdentification> <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:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> </j:CourtOrderStatus>