<xsd:complexType name="ConditionalReleaseType">
<xsd:annotation>
<xsd: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.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/niem-core/2.0" i:name="ReleaseType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ReleaseType">
<xsd:sequence>
<xsd:element ref="j:ConditionalReleaseCondition" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:ConditionalReleaseExpirationDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:ConditionalReleaseOppositionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:ConditionalReleaseProjectedDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:ConditionalReleaseRevokedDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:ConditionalReleaseRevokedReasonText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:ConditionalReleaseSupportText" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|