XSD for BIX manifest file

We are trying to get an XSD for the manifest file generated by BIX. We can an XSD for the extract file (data file), but for the manifest file, there is no XSD available.

Can Pega provide one?

@PatrickC8660 To generate an XSD for the manifest file created by BIX you can use the BIX/generateXSDForAllProperties Ruleset in Pega-RULES. This rule generates an XSD when you select GetAllProperties for the XML type output. By default the value is set to false which disallows the generation of XSD for GetAllProperties. You will need to set this value to true to enable the generation of the XSD.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Troubleshooting BIX in Pega Cloud environments

See limitations:

Export Full Case Data

@MarijeSchillern This generates an XSD for the XML data file, not for the manifest file.

@nvkap @chans19 is this a question you could help with?

@PatrickC8660

Pega does not provide an XSD for the BIX manifest file, only for the extract data files. To resolve this, you can review the manifest file structure, which typically includes details like extract name, start and end times, status, file names, and record counts. Based on this, you can manually create an XSD using tools like XMLSpy or online XSD generators. If you need confirmation or assistance, raise a Service Request (SR) with Pega Support to inquire about an official XSD. Alternatively, share your need in the Pega Community to see if others have created or shared a similar XSD. Once created, validate your XSD with actual manifest files to ensure accuracy.

We decided to not use the manifest file, but Pega should be able to provide an XSD for it as they own the code that generates it.