ProgramCertificate

Uses the Component:ProgramCertificateType

Details about the certificate given to the consumer by the manufacturer.

Fields and Components

Table 6.100. Fields and Components

Name Description Occurrence Type Data Type User Notes
CertificateNumber

The number assigned to the program certificate.

1..1Field udt:TextType  
CertificateTypeCode

The type of voucher the customer can redeem.

1..1Field udt:CodeType  
CertificateEffectiveDate

The date the program certificate is effective.

1..1Field udt:DateType  
CertificateExpirationDate

The date the program certificate is no longer valid.

1..1Field udt:DateType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.100. ProgramCertificate

<ProgramCertificate>
     <CertificateNumber>......</CertificateNumber>     [1..1]
     <CertificateTypeCode>......</CertificateTypeCode>     [1..1]
     <CertificateEffectiveDate>......</CertificateEffectiveDate>     [1..1]
     <CertificateExpirationDate>......</CertificateExpirationDate>     [1..1]
</ProgramCertificate>