Definition Type: ComplexType
Name: PartCountrySummaryType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PartCountryAmount in schema components_xsd Drilldown into PartCountryCode in schema components_xsdXSD Diagram of PartCountrySummaryType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartCountryCode star:PartCountryCode 0 (1)
PartCountryAmount star:PartCountryAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PartCountrySummary