j:DocumentAugmentation
Additional information about a document.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: domains/jxdm/4.1/jxdm.xsd
Type: j:DocumentAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:DocumentType
Content
- Sequence [1..1]
- j:ParoleIndicator [0..*] True if a the document is associated with a Parole
- j:ProbationIndicator [0..*] True if a the document is associated with a Probation
- j:CorrectionalInstituteIndicator [0..*] True if a the document is associated with a Correctional Institute
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 j:DocumentType (Element j:Document)
Substitution hierarchy
- s:Augmentation
- can be substituted with j:DocumentAugmentation
Sample instance
<j:DocumentAugmentation> <j:ParoleIndicator>true</j:ParoleIndicator> <j:ProbationIndicator>true</j:ProbationIndicator> <j:CorrectionalInstituteIndicator>true</j:CorrectionalInstituteIndicator> </j:DocumentAugmentation>