it:ValuationAdjustmentType
complexType ValuationAdjustmentType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for an adjustment to the valuation amounts.
Diagram
XML Schema
<xs:complexType name="ValuationAdjustmentType">
<xs:annotation>
<xs:documentation>
A data type for an adjustment to the valuation amounts.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:ValuationAdjustmentPercent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ValuationAdditionsCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ValuationAdjustmentAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ValuationAdjustmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>