B2B Data Transformation
- B2B Data Transformation 10.5.2
- All Products
Notification | Description |
---|---|
MandatoryStructureMissing | A mandatory record does not appear in the input. |
MismatchIDs | The record and subelement IDs partially match. For example, there are two record identifiers, and only one of them matches. |
StructureBelowMinOccurs | There are fewer matching records of the subelement than defined in minOccurs . |
StructureExceedsMaxOccurs | There are more matching records of the subelement than defined in maxOccurs . |
StructureOutOfSequence | The records match the subelements but not in the required sequence. For example, the subelements define a sequence ABC , but the input contains ACB . |
UnexpectedRecord | The records match the subelements, but not in the required hierarchy. For example, the subelement define a sequence ABC , and D is defined in another location. The input contains ABD . |
UnrecognizedRecord | No subelement matches any of the record identifiers. |
XsdValidationError | The input does not match the requirements of the schema. |