|
The AWG has a scheduled call today at 9am NYC/ 2pm LON. Please join if you can. US: 888 481 3032 Participant Code: 8682747 Agenda.
1. Updates
2. Spec. update for unions
(see below)
3. AOB
2.3.7.1 Market Specific EnumerationsEnumerations are usually defined as a restriction on of the XML Schema 'token' type with a set of defined code values, for example: <xsd:simpleType name="DeliveryTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Firm"/>
<xsd:enumeration value="Interruptible"/>
</xsd:restriction>
</xsd:simpleType>
Many enumerations represent the values of properties that apply across many financial markets, for example the idea of a 'day count basis' applies to many different products in interest rates, credit and commodities. Sometimes market specific values must be included which are relevant to only one area. In such cases the design of the schema could either:
Provided that the types of the unioned code values are the same (e.g. both are tokens) the final approach is seen as the best solution for modelling market specific enumerations. Thanks
Andrew Jacobs
Director, HandCoded Consulting Ltd.
Director, HandCoded Software Ltd.
Mob: +44 (0)7710 304239 |