it:CustomsValuationType
complexType CustomsValuationType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for a cost incurred by the shipper in moving goods.
Diagram
XML Schema
<xs:complexType name="CustomsValuationType">
<xs:annotation>
<xs:documentation>
A data type for a cost incurred by the shipper in moving goods.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:FreightCostAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:Charges" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ValuationMethodCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ApportionmentQualifierText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:PartyRelationshipIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:OtherChargesDeductionsAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CustomsValuationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>