<xsd:complexType name="PartCountrySummaryType">
<xsd:sequence>
<xsd:element minOccurs="0" name="PartCountryCode" type="scl:CountryEnumeratedType">
<xsd:annotation>
<xsd:documentation>Part Countries used in Invoice (include USA)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PartCountryAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Total dollar value per Part Country.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|