Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Module interfaces

This module provides an XML schema for service offerings, protocols and session provisioning. Service elements may link to Orchestra files composed in the repository schema.

See documentation of the schema in Orchestra specifications

The XML namespace for the schema is http://fixprotocol.io/2022/orchestra/interfaces.

Build

In addition to providing the XML schema as a resource, this module builds Java bindings for the schema. The module may be included as a dependency in a Maven project as follows:

<dependency>
  <groupId>io.fixprotocol.orchestra</groupId>
  <artifactId>interfaces</artifactId>
  <version>1.8.0</version>
</dependency>