Skip to content

Replace NotReqXML as reference for schema generation from the repository #7

@kleihan

Description

@kleihan

NotReqXML is an attribute of the Basic repository schema to indicate whether an element needs to be generated for the FIXML schema. The FIXML specification references that attribute in. the FIXML Schema Design Rules, e.g. "Categories coded with NotReqXML=1 are not used in FIXML schema generation (e.g. Session category)."

Orchestra does not have such an explicit attribute. The exclusion is based on different attributes (if applicable):

  • Categories: @name must not be "Session"
  • Messages: N/A because either all or none of the messages in a given category are to be generated
  • Components: N/A (exception: StandardTrailer) because components of the category "Session" are not used anywhere else
  • Fields: @type must not be "NumInGroup", @name must not end with "SecurityXML" or "SecurityXMLLen"
  • Enums (codes): N/A because either all or none of the codes for a given field are to be generated
  • Datatypes: @Builtin of mapped datatype must not be "1", e.g. int, float

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions