nc:JurisdictionType

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

Definition

A data type for a geopolitical area in which an organization, person, or object has a specific range of authority.

Diagram

XML Schema

<xs:complexType name="JurisdictionType">
<xs:annotation>
<xs:documentation>
A data type for a geopolitical area in which an organization, person, or object has a specific range of authority.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:JurisdictionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationCityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationCountyAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationState" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:JurisdictionIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:JurisdictionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>