nc:SupervisionType

complexType SupervisionType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for an act of officially overseeing, supervising, or keeping track in some capacity of a person.

Diagram

XML Schema

<xs:complexType name="SupervisionType">
<xs:annotation>
<xs:documentation>
A data type for an act of officially overseeing, supervising, or keeping track in some capacity of a person.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:SupervisionCurrentIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SupervisionCustodyStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SupervisionFacility" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SupervisionMandatoryIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SupervisionRelease" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SupervisionPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SupervisionPersonStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SupervisionSupervisor" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SupervisionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>