j:ItemRegistrationType
complexType ItemRegistrationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a registration of a property item with an authority.
Diagram
XML Schema
<xs:complexType name="ItemRegistrationType">
<xs:annotation>
<xs:documentation>
A data type for a registration of a property item with an authority.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="j:RegistrationIdentification" 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="j:RegistrationAuthorityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegistrationDuplicateQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegistrationEffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegistrationExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegistrationFee" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:JurisdictionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegistrationOutsideJurisdictionIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegistrationItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegistrationHolder" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:RegistrationStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ItemRegistrationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>