XSD (XML Schema Definition) Notes - GoIntegration/IBM-Integration-Bus GitHub Wiki
- xs:sequence: specifies that the child elements must appear in a sequence.
- xs:all: specifies that the child elements can appear in any order.
- xs:choice: allows only one of the elements contained in the declaration to be present within the containing element.
- xs:simpleContent: