<xsd:simpleType name="PersonRoleCategoryCodeSimpleType">
<xsd:annotation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Agent">
<xsd:annotation>
<xsd:documentation>Agent</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Attorney">
<xsd:annotation>
<xsd:documentation>Attorney</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ICE Employee">
<xsd:annotation>
<xsd:documentation>ICE Employee</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Witness">
<xsd:annotation>
<xsd:documentation>Witness</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|