Definition Type: ComplexType
Name: ProcessCustomerInformationDataAreaType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ProcessCustomerInformation.xsd
Abstract
Documentation:
Process Customer Information Data Area
Collapse XSD Schema Diagram:
Drilldown into CustomerInformation in schema customerinformation_xsd Drilldown into Process in schema meta_xsdXSD Diagram of ProcessCustomerInformationDataAreaType in schema processcustomerinformation_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ProcessCustomerInformationDataAreaType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Process Customer Information Data Area</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Process" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="CustomerInformation" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Process star:Process 1 1
CustomerInformation star:CustomerInformation 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:ProcessCustomerInformationDataArea