Skip to content

Length field missing in example of category base file #6

Description

@kleihan

The example shows the elements of NewOrderSingle(35=D). It includes the encoded version of ComplianceText(2404)

<xs:attribute name="EncComplianceTxt" type="EncodedComplianceText_t" use="optional"/>

Related length field are mandatory but missing in this case. Add the following line prior to the one above:

<xs:attribute name="EncComplianceTxtLen" type="EncodedComplianceTextLen_t" use="optional"/>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions