cbrn:CaseSet
A set of cases that are related in some manner.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:CaseSetType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:CaseOfInterestUUID [0..*]A unique identifier of a case of interest to which another case is related.
- cbrn:RelatedCase [0..*]A case that is related to a case of interest.
- cbrn:CaseSetQuantity [0..*]A number of cases contained in a CaseSet , or otherwise related to a Case.
- cbrn:CaseSetAugmentationPointAbstract [0..*]An augmentation point for cbrn:CaseSetType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group cbrn:CaseSetAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Sample instance
<cbrn:CaseSet> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:CaseOfInterestUUID>string</cbrn:CaseOfInterestUUID> <cbrn:RelatedCase> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RelatedCaseUUID>string</cbrn:RelatedCaseUUID> <cbrn:CaseRelationshipRoleKindCode>Child</cbrn:CaseRelationshipRoleKindCode> <cbrn:CaseRelationshipDescriptionText>string</cbrn:CaseRelationshipDescriptionText> <cbrn:CaseRelationshipAugmentationPoint>any content</cbrn:CaseRelationshipAugmentationPoint> </cbrn:RelatedCase> <cbrn:CaseSetQuantity>1</cbrn:CaseSetQuantity> <cbrn:CaseSetAugmentationPoint>any content</cbrn:CaseSetAugmentationPoint> </cbrn:CaseSet>