fs:CourtOrderAugmentation
Additional information about the court order.
Element information
Namespace: http://niem.gov/niem/domains/familyServices/2.1
Schema document: domains/familyServices/2.1/familyServices.xsd
Type: fs:CourtOrderAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: j:CourtOrderType
Content
- Sequence [1..1]
- fs:OrganizationCaseNumber [0..*] The case number created by the organization.
- nc:CaseDocketID [0..*] An identifier used to reference a case docket.
- fs:CourtOrderRenderedDate [0..*] Date the judge verbally issued the order.
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:CourtOrderType (Element fs:CourtOrder)
Substitution hierarchy
- s:Augmentation
- can be substituted with fs:CourtOrderAugmentation
Sample instance
<fs:CourtOrderAugmentation> <fs:OrganizationCaseNumber>string</fs:OrganizationCaseNumber> <nc:CaseDocketID>string</nc:CaseDocketID> <fs:CourtOrderRenderedDate> <nc:Date>2000-01-01</nc:Date> </fs:CourtOrderRenderedDate> </fs:CourtOrderAugmentation>