Definition Type: ComplexType
Name: VendorCorporateProgramRelationship
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DealerLocatorExtended.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into targetEffectiveDate in schema dealerlocatorextended_xsd Drilldown into enrollmentStatusCode in schema dealerlocatorextended_xsd Drilldown into contact in schema dealerlocatorextended_xsd Drilldown into corporateProgram in schema dealerlocatorextended_xsd Drilldown into terminationDate in schema dealerlocatorextended_xsd Drilldown into effectiveDate in schema dealerlocatorextended_xsd Drilldown into faxNotificationRequired in schema dealerlocatorextended_xsd Drilldown into emailNotificationRequired in schema dealerlocatorextended_xsdXSD Diagram of VendorCorporateProgramRelationship in schema dealerlocatorextended_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VendorCorporateProgramRelationship">
    <xsd:sequence>
        <xsd:element name="effectiveDate" minOccurs="0" maxOccurs="1" type="xsd:date" />
        <xsd:element name="terminationDate" minOccurs="0" maxOccurs="1" type="xsd:date" />
        <xsd:element name="corporateProgram" type="CorporateProgram" />
        <xsd:element name="contact" minOccurs="0" maxOccurs="unbounded" type="Contact" />
        <xsd:element name="enrollmentStatusCode" type="udt:TextType" />
        <xsd:element name="targetEffectiveDate" type="xsd:date" />
    </xsd:sequence>
    <xsd:attribute name="emailNotificationRequired" default="false" type="xsd:boolean" />
    <xsd:attribute name="faxNotificationRequired" default="false" type="xsd:boolean" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
effectiveDate star:effectiveDate 0 1
terminationDate star:terminationDate 0 1
corporateProgram star:corporateProgram (1) (1)
contact star:contact 0 unbounded
enrollmentStatusCode star:enrollmentStatusCode (1) (1)
targetEffectiveDate star:targetEffectiveDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
emailNotificationRequired star:emailNotificationRequired false (Optional)
faxNotificationRequired star:faxNotificationRequired false (Optional)
Collapse Derivation Tree:
Collapse References:
star:vendorCorporateProgramRelationship