<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>
|