Definition Type: ComplexType
Name: ProgramCertificateType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Details about the certificate given to the consumer by the manufacturer.
Collapse XSD Schema Diagram:
Drilldown into CertificateExpirationDate in schema components_xsd Drilldown into CertificateEffectiveDate in schema components_xsd Drilldown into CertificateTypeCode in schema components_xsd Drilldown into CertificateNumber in schema components_xsdXSD Diagram of ProgramCertificateType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ProgramCertificateType">
    <xsd:annotation>
        <xsd:documentation>Details about the certificate given to the consumer by the
                manufacturer.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="CertificateNumber" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The number assigned to
                the program certificate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="CertificateTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The type of voucher the
                customer can redeem.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="CertificateEffectiveDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The date the program
                certificate is effective.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="CertificateExpirationDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The date the program
                certificate is no longer valid.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CertificateNumber star:CertificateNumber 1 1
CertificateTypeCode star:CertificateTypeCode 1 1
CertificateEffectiveDate star:CertificateEffectiveDate 1 1
CertificateExpirationDate star:CertificateExpirationDate 1 1
Collapse Derivation Tree:
Collapse References:
star:ProgramCertificate