The Element at the Point of Inheritance
-
Use Only Children - The element in the child structure is not modified by the parent structure at all. The only elements inherited from the parent structure are the child elements of its root and their descendants.
-
Use Everything - All properties from the parent's root element are used for the child element.
-
Use All Except Name/Occurs (XSD) - All properties come from the parent element except the element's name and minimum and maximum occurrences which remain those from the child element. This is used for XSD schema support.
-
Use All Except Name/Occurs/SeqId (EDI) - All properties come from the parent element except the element's name, minimum and maximum occurrences, and sequence Id which remain those from the child element. This is used for EDI support.
-
Use All Except Occurs/SeqId (EDI) - All properties come from the parent element except the element's minimum and maximum occurrences, and sequence Id which remain those from the child element. This is used for EDI support.