Hello DFDL community, I realize that DFDL does not allow <xs:all>
But if it did, would the below be equivalent? <xs:element name="input"> <xs:complexType> <xs:sequence dfdl:sequenceKind="unordered"> ... </xs:sequence> </xs:complexType> </xs:element> <xs:element name="input"> <xs:complexType> <xs:all> ... </xs:all> </xs:complexType> </xs:element>