nc:DisciplinaryActionType

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

Definition

A data type for an activity assigned to a person for the purpose of self-improvement, punishment, or restitution.

Diagram

XML Schema

<xs:complexType name="DisciplinaryActionType">
<xs:annotation>
<xs:documentation>
A data type for an activity assigned to a person for the purpose of self-improvement, punishment, or restitution.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:DisciplinaryActionPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DisciplinaryActionAssigner" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DisciplinaryActionCommunityService" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DisciplinaryActionEnforcer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DisciplinaryActionCounseling" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DisciplinaryActionFee" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DisciplinaryActionProgram" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DisciplinaryActionRestitution" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DisciplinaryActionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>