im:ICEOfficerType
complexType ICEOfficerType in namespace http://release.niem.gov/niem/domains/immigration/4.2/
Definition
A data type for the classification of the authorized enforcement officer employed by the Department of Homeland Security (DHS) Immigration and Customs Enforcement (ICE) agency.
Diagram
XML Schema
<xs:complexType name="ICEOfficerType">
<xs:annotation>
<xs:documentation>
A data type for the classification of the authorized enforcement officer employed by the Department of Homeland Security (DHS) Immigration and Customs Enforcement (ICE) agency.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:ICEOfficerCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:ICEOfficerAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>