j:OffenseFactorType
complexType OffenseFactorType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a set of details about a circumstance or factor that has an effect on an offense.
Diagram
XML Schema
<xs:complexType name="OffenseFactorType">
<xs:annotation>
<xs:documentation>
A data type for a set of details about a circumstance or factor that has an effect on an offense.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="j:OffenseFactorDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OffenseFactorKnownIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IncidentFactorSubCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OffenseFactorDesignationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OffenseFactorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>