<xsd:complexType name="PropertyType">
<xsd:annotation>
<xsd:documentation>A data type for an item that is owned, possessed, or otherwise acquired by an entity.</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:RoleOfItemReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PropertySeizer" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PropertyCurrentResaleValue" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PropertyHolding" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PropertyRecoveredValue" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PropertySeizedLocation" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|