cbrn:CaseSet
A set of cases that are related in some manner.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:CaseSetType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:CaseOfInterestUUID [0..*] The identifier of a case of interest to which another case is related.
- cbrn:CaseSetQuantity [0..*] The quantity of cases contained in a Case, or otherwise related to a Case.
- cbrn:RelatedCase [0..*] A case that is related to a case of interest.
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 |
Sample instance
<cbrn:CaseSet> <cbrn:CaseOfInterestUUID>string</cbrn:CaseOfInterestUUID> <cbrn:CaseSetQuantity>1</cbrn:CaseSetQuantity> <cbrn:RelatedCase> <cbrn:RelationshipBeginDateTime>2000-01-01T12:00:00</cbrn:RelationshipBeginDateTime> <cbrn:RelationshipEndDateTime>2000-01-01T12:00:00</cbrn:RelationshipEndDateTime> <cbrn:RelatedCaseUUID>string</cbrn:RelatedCaseUUID> <cbrn:CaseRelationshipKindCode>Child</cbrn:CaseRelationshipKindCode> <cbrn:CaseRelationshipDescriptionText>string</cbrn:CaseRelationshipDescriptionText> </cbrn:RelatedCase> </cbrn:CaseSet>