nc:ItemDispositionType
complexType ItemDispositionType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a result or outcome that happens to a property item after it has been handled or processed.
Diagram
XML Schema
<xs:complexType name="ItemDispositionType">
<xs:annotation>
<xs:documentation>
A data type for a result or outcome that happens to a property item after it has been handled or processed.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:DispositionType">
<xs:sequence>
<xs:element ref="nc:ItemDispositionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemDispositionLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Item" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemHoldingOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemMovingOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemDispositionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>