nc:ItemValueType

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

Definition

A data type for an evaluation of the monetary worth of an item.

Diagram

XML Schema

<xs:complexType name="ItemValueType">
<xs:annotation>
<xs:documentation>
A data type for an evaluation of the monetary worth of an item.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ItemValueAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemValueAssigningMethodAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemValueDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemValueDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemValueTaxIncludedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemValueAssigner" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemValueAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>