<xsd:complexType name="EnforcementUnitType">
<xsd:annotation>
<xsd:documentation>A data type for a unit of an agency responsible for enforcing the law and maintaining peace.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/niem-core/2.0" i:name="OrganizationType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:OrganizationType">
<xsd:sequence>
<xsd:element ref="j:EnforcementUnitBeatIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:EnforcementUnitIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:EnforcementUnitName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:EnforcementUnitNumberIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:EnforcementUnitSectionIdentification" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|