<xsd:complexType name="ItemRegistrationType">
<xsd:annotation>
<xsd:documentation>A data type for a registration of a property item with an authority.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="nc:RegistrationIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:LocationCountry" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:LocationCounty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationAuthorityName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationDuplicateQuantity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationEffectiveDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationExpirationDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationFee" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationJurisdiction" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationOutsideJurisdictionIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationHolder" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:RegistrationStatus" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|