im:DetentionReleaseReasonType
complexType DetentionReleaseReasonType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for the classification of the basis for the release of an alien from detention by United States immigration officials.
Diagram
XML Schema
<xs:complexType name="DetentionReleaseReasonType">
<xs:annotation>
<xs:documentation>
A data type for the classification of the basis for the release of an alien from detention by United States immigration officials.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="im:ReleaseReasonCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:ReleaseReasonDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DetentionReleaseReasonAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>