Schema Central  >  LEXS 4.0  >  lexs-digest.xsd  >  lexsdigest:TaskForceLeadAgencyAssociation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexsdigest:TaskForceLeadAgencyAssociation

A relationship between a task force and a lead agency of the task force.

Element information

Namespace: http://lexs.gov/digest/4.0

Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd

Type: lexsdigest:TaskForceAssociationType

Properties: Global, Qualified, Nillable

Content

  • Sequence [1..1]
    1. nc:AssociationBeginDate [0..1]A date an association begins.
    2. nc:AssociationEndDate [0..1]A date an association ends.
    3. lexsdigest:TaskForceReference [1..1]A special criminal justice organization institutionalizing teamwork among multiple local, state, tribal, and/or federal agencies formed expressly for the purpose of addressing a particular problem or set of problems through synchronization of investment and strategy. An OrganizationCategoryCode should be CriminalJusticeTaskForce.
    4. nc:OrganizationReference [1..*]A unit which conducts some sort of business or operations.

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Sample instance

<lexsdigest:TaskForceLeadAgencyAssociation>
   <nc:AssociationBeginDate>
      <nc:Date>1968-11-03</nc:Date>
   </nc:AssociationBeginDate>
   <nc:AssociationEndDate>
      <nc:Date>1971-12-02</nc:Date>
   </nc:AssociationEndDate>
   <lexsdigest:TaskForceReference s:ref="Org2"/>
   <nc:OrganizationReference s:ref="Org1"/>
</lexsdigest:TaskForceLeadAgencyAssociation>