<xs:complexType name="MiscChargeInfo">
<xs:sequence>
<xs:element minOccurs="0" name="ChargeTypeCode" type="ShortTextType">
<xs:annotation>
<xs:documentation>The type of misc.charge, e.g. Transport, Packaging</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="AllocationMethodCode" type="ShortTextType">
<xs:annotation>
<xs:documentation>The allocation method of misc.charge, e.g. by weight, equally</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|