j:ConditionalReleaseType

complexType ConditionalReleaseType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a release of a person or item from confinement, holding, or obligation, that is dependent upon certain conditions being met.

Diagram

XML Schema

<xs:complexType name="ConditionalReleaseType">
<xs:annotation>
<xs:documentation>
A data type for a release of a person or item from confinement, holding, or obligation, that is dependent upon certain conditions being met.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ConditionalReleaseCondition" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConditionalReleaseExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConditionalReleaseOppositionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConditionalReleaseProjectedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConditionalReleaseRevokedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConditionalReleaseRevokedReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConditionalReleaseSupportText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ConditionalReleaseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>