j:EnforcementUnitType
complexType EnforcementUnitType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a unit of an agency responsible for enforcing the law and maintaining peace.
Diagram
XML Schema
<xs:complexType name="EnforcementUnitType">
<xs:annotation>
<xs:documentation>
A data type for a unit of an agency responsible for enforcing the law and maintaining peace.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:OrganizationType">
<xs:sequence>
<xs:element ref="j:EnforcementUnitBeatIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EnforcementUnitIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EnforcementUnitName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EnforcementUnitNumberIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EnforcementUnitSectionIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EnforcementUnitAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>