The ChecksPerformed element indicates whether required product data quality checks gave been performed.
Diagram
Type
xs:boolean
Properties
content
simple
Source
<xs:element name="ChecksPerformed" type="xs:boolean"><xs:annotation><xs:documentation>The ChecksPerformed element indicates whether required product data quality checks gave been performed.</xs:documentation></xs:annotation></xs:element>
The ChecksApproved element indicates whether required product data quality checks have been approved.
Diagram
Type
xs:boolean
Properties
content
simple
Source
<xs:element name="ChecksApproved" type="xs:boolean"><xs:annotation><xs:documentation>The ChecksApproved element indicates whether required product data quality checks have been approved.</xs:documentation></xs:annotation></xs:element>
The Declaration element is a declaration of the product data quality.
Diagram
Type
xs:string
Properties
content
simple
Source
<xs:element name="Declaration" type="xs:string"><xs:annotation><xs:documentation>The Declaration element is a declaration of the product data quality.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of product data quality checks in the list.
Source
<xs:element name="ProductDataQualityChecks" type="ProductDataQualityChecksType" minOccurs="0"><xs:annotation><xs:documentation>The optional ProductDataQualityChecks element describes one or more product data quality checks.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="ProductDataQualityType"><xs:annotation><xs:documentation>The ProductDataQualityType collects required product data quality verification and validation checks (PDQ).</xs:documentation></xs:annotation><xs:sequence><xs:element name="ChecksPerformed" type="xs:boolean"><xs:annotation><xs:documentation>The ChecksPerformed element indicates whether required product data quality checks gave been performed.</xs:documentation></xs:annotation></xs:element><xs:element name="ChecksApproved" type="xs:boolean"><xs:annotation><xs:documentation>The ChecksApproved element indicates whether required product data quality checks have been approved.</xs:documentation></xs:annotation></xs:element><xs:element name="Declaration" type="xs:string"><xs:annotation><xs:documentation>The Declaration element is a declaration of the product data quality.</xs:documentation></xs:annotation></xs:element><xs:element name="ProductDataQualityChecks" type="ProductDataQualityChecksType" minOccurs="0"><xs:annotation><xs:documentation>The optional ProductDataQualityChecks element describes one or more product data quality checks.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>