j:SubjectMOType

complexType SubjectMOType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for details pertaining to facts attained from an actual crime scene, giving investigators insights into the subjects method of working or operating, actions used to execute the crime, prevent detection, and/or avoid apprehension.

Diagram

XML Schema

<xs:complexType name="SubjectMOType">
<xs:annotation>
<xs:documentation>
A data type for details pertaining to facts attained from an actual crime scene, giving investigators insights into the subjects method of working or operating, actions used to execute the crime, prevent detection, and/or avoid apprehension.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:SubjectMOActionFeature" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectMOGeneralLifestyleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectMOObservationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectMOSexualPracticesText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectMOActionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectMOGeneralLifestyleAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectMOObservationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectMOSexualPracticesAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectMOAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>