j:StatuteType

complexType StatuteType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a law, rule, or ordinance within a jurisdiction.

Diagram

XML Schema

<xs:complexType name="StatuteType">
<xs:annotation>
<xs:documentation>
A data type for a law, rule, or ordinance within a jurisdiction.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:StatuteCodeIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteCodeSectionIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteEnactmentDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteJurisdiction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteKeywordText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteLevelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteOffenseEnhanceableIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteRepealDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteOffenseStateCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteOffenseCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteOffenseIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:StatuteAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>