<?xml version="1.0" encoding="utf-8"?>


<!--
    MDDL - Market Data Definition Language
    Version 2.4-beta 15 June 2005
    Copyright © 2001-2005, The Software and Information Industry Association.
    See http://www.mddl.org/ or http://www.fisd.net/
-->

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mdref="http://www.mddl.org/mddl/2.4-beta/ref" xmlns:mddl="http://www.mddl.org/mddl/2.4-beta" targetNamespace="http://www.mddl.org/mddl/2.4-beta" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:import namespace="http://www.mddl.org/mddl/2.4-beta/ref" schemaLocation="mddlref-2.4-beta.xsd"/>
<xsd:import namespace="http://www.w3.org/1999/xlink" schemaLocation="mddllink-2.4-beta.xsd"/>
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
<xsd:group name="Accrual.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualGroup"/>
<xsd:element ref="mdref:accrualGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="accrualGroup" type="mddl:Accrual"/>
<xsd:complexType name="Accrual">
<xsd:annotation>
<xsd:documentation>
<p>Container for the parameters of the accrual (start of interest calculation)  "Period" indicates start of accrual.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrualBasis daysInMonth daysInYear period</mddl:applicable-properties>
<mddl:inheritable-properties>accrualBasisType accrualConventionType dayRuleType duration end indicatorsType periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Accrual.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="accrual" type="mddl:Accrual">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrualBasis daysInMonth daysInYear period</mddl:applicable-properties>
<mddl:inheritable-properties>accrualBasisType accrualConventionType dayRuleType duration end indicatorsType periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AccrualBasis.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AccrualBasis">
<xsd:annotation>
<xsd:documentation>
<p>The conventions on which accrual calculations are based.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrualBasisType accrualConventionType indicatorsType</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:AccrualBasis.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="accrualBasis" type="mddl:AccrualBasis">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrualBasisType accrualConventionType indicatorsType</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AccrualBasisType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AccrualBasisType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying method for determining "days in year" and "days in month" of accrual calculation.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/accrualBasisType.xml"/>
</xsd:complexType>
<xsd:element name="accrualBasisType" type="mddl:AccrualBasisType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AccrualConventionType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AccrualConventionType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying type of accrual convention (e.g. ISDA, ISMA, AFB) that is relevant to the basis.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/accrualConventionType.xml"/>
</xsd:complexType>
<xsd:element name="accrualConventionType" type="mddl:AccrualConventionType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Address.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Address" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Street/Mailing address of referenced item - multiple address lines (if needed) are sequenced by "rank".  THIS ELEMENT UNDER REVIEW FOR EXTENSION.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>rank</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Address.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="address" type="mddl:Address">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>rank</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AgencyRankings.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agencyRankingsGroup"/>
<xsd:element ref="mdref:agencyRankingsGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ranking"/>
<xsd:element ref="mdref:ranking"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="agencyRankingsGroup" type="mddl:AgencyRankings"/>
<xsd:complexType name="AgencyRankings">
<xsd:annotation>
<xsd:documentation>
<p>Rankings (generally applied to equity instruments) of quality or financial strength as determined by a rankings agency.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>ranking</mddl:applicable-properties>
<mddl:inheritable-properties>code name period codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:AgencyRankings.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="agencyRankings" type="mddl:AgencyRankings">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>ranking</mddl:applicable-properties>
<mddl:inheritable-properties>code name period codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AgencyRatings.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agencyRatingsGroup"/>
<xsd:element ref="mdref:agencyRatingsGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rating"/>
<xsd:element ref="mdref:rating"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ratingType"/>
<xsd:element ref="mdref:ratingType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="agencyRatingsGroup" type="mddl:AgencyRatings"/>
<xsd:complexType name="AgencyRatings">
<xsd:annotation>
<xsd:documentation>
<p>Ratings (generally applied to debt instruments) of quality or financial strength as determined by a ratings agency.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>rating</mddl:applicable-properties>
<mddl:inheritable-properties>code name period ratingType codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:AgencyRatings.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="agencyRatings" type="mddl:AgencyRatings">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>rating</mddl:applicable-properties>
<mddl:inheritable-properties>code name period ratingType codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Agent.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentGroup"/>
<xsd:element ref="mdref:agentGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="agentGroup" type="mddl:Agent"/>
<xsd:complexType name="Agent">
<xsd:annotation>
<xsd:documentation>
<p>An individual or organization empowered to act for or represent another individual or organization.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>agentType code entityType industryIdentifier location name partyStatusType</mddl:applicable-properties>
<mddl:inheritable-properties>address codeType country description locationType municipality nameRef period postalCode rank region role stateOrProvince dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Agent.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="agent" type="mddl:Agent">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>agentType code entityType industryIdentifier location name partyStatusType</mddl:applicable-properties>
<mddl:inheritable-properties>address codeType country description locationType municipality nameRef period postalCode rank region role stateOrProvince dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AgentType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AgentType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying the activity or function of the agent.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/agentType.xml"/>
</xsd:complexType>
<xsd:element name="agentType" type="mddl:AgentType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AgreedRestrictions.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AgreedRestrictions" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Restrictions agreed in a covenant.  Open text providing descriptive details of the restrictions.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="agreedRestrictions" type="mddl:AgreedRestrictions">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AllowedIndebtedness.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AllowedIndebtedness" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Maximum debt load to remain within covenant restrictions.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="allowedIndebtedness" type="mddl:AllowedIndebtedness">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Amortization.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationGroup"/>
<xsd:element ref="mdref:amortizationGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationBehavior"/>
<xsd:element ref="mdref:amortizationBehavior"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationType"/>
<xsd:element ref="mdref:amortizationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AmortizationGroup">
<xsd:annotation>
<xsd:documentation>
<p>Indicates that repayment is made via regular principal and interest payments over time.  Schedule would be in ADDITION to schedules provided with interest and principal repayment items.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>amortizationBehavior amortizationType firstAmount firstDate lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Amortization.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="amortizationGroup" type="mddl:AmortizationGroup"/>
<xsd:complexType name="Amortization" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Indicates that repayment is made via regular principal and interest payments over time.  Schedule would be in ADDITION to schedules provided with interest and principal repayment items.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>amortizationBehavior amortizationType firstAmount firstDate lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:group ref="mddl:Amortization.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="amortization" type="mddl:Amortization">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>amortizationBehavior amortizationType firstAmount firstDate lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AmortizationBehavior.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationBehaviorGroup"/>
<xsd:element ref="mdref:amortizationBehaviorGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AmortizationBehaviorGroup">
<xsd:annotation>
<xsd:documentation>
<p>Indication of behavior of the amortization rate of the life of a debt instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Rate">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:AmortizationBehavior.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="amortizationBehaviorGroup" type="mddl:AmortizationBehaviorGroup"/>
<xsd:complexType name="AmortizationBehavior" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Indication of behavior of the amortization rate of the life of a debt instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Rate">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:AmortizationBehavior.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="amortizationBehavior" type="mddl:AmortizationBehavior">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Rate">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AmortizationType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AmortizationType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying type of basic amortization schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/amortizationType.xml"/>
</xsd:complexType>
<xsd:element name="amortizationType" type="mddl:AmortizationType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AmountOutstanding.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amountOutstandingGroup"/>
<xsd:element ref="mdref:amountOutstandingGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amountOutstandingType"/>
<xsd:element ref="mdref:amountOutstandingType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AmountOutstandingGroup">
<xsd:annotation>
<xsd:documentation>
<p>Amount of debt or number of shares outstanding.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Amount">property</mddl:schema-classification>
<mddl:applicable-properties>amountOutstandingType calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:AmountOutstanding.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="amountOutstandingGroup" type="mddl:AmountOutstandingGroup"/>
<xsd:complexType name="AmountOutstanding" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Amount of debt or number of shares outstanding.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Amount">property</mddl:schema-classification>
<mddl:applicable-properties>amountOutstandingType calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:AmountOutstanding.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="amountOutstanding" type="mddl:AmountOutstanding">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Amount">property</mddl:schema-classification>
<mddl:applicable-properties>amountOutstandingType calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AmountOutstandingType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AmountOutstandingType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary defining the type of shares/value counted in "amountOutstanding".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/amountOutstandingType.xml"/>
</xsd:complexType>
<xsd:element name="amountOutstandingType" type="mddl:AmountOutstandingType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Analytics.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Analytics">
<xsd:annotation>
<xsd:documentation>
<p>Container for various analytic values to aid in analysis of instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="analytics" type="mddl:Analytics">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AnnouncementDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDateGroup"/>
<xsd:element ref="mdref:announcementDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AnnouncementDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Date (and maybe time) instrument (was or will be) announced to the public.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:AnnouncementDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="announcementDateGroup" type="mddl:AnnouncementDateGroup"/>
<xsd:complexType name="AnnouncementDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Date (and maybe time) instrument (was or will be) announced to the public.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:AnnouncementDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="announcementDate" type="mddl:AnnouncementDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="AnnuityClass">
<xsd:annotation>
<xsd:documentation>
<p>Annuity Class - Collective Investment Vehicle Domain.  Annuity.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid dividend industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms timezone tradingRestrictionsType tranche transferSize underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType votingRightsType weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:annuityClassGroup"/>
<xsd:element ref="mdref:annuityClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="annuityClassGroup" type="mddl:AnnuityClass"/>
<xsd:element name="annuityClass" type="mddl:AnnuityClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid dividend industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms timezone tradingRestrictionsType tranche transferSize underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType votingRightsType weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Ask.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:askGroup"/>
<xsd:element ref="mdref:askGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="askGroup" type="mddl:Ask"/>
<xsd:complexType name="Ask">
<xsd:annotation>
<xsd:documentation>
<p>Container to denote data associated with an Ask Quote (aka "Offer").</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open rank size yield</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType unitSize unitType valuationRef valuationType yieldType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Ask.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="ask" type="mddl:Ask">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open rank size yield</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType unitSize unitType valuationRef valuationType yieldType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="AuctionDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDateGroup"/>
<xsd:element ref="mdref:auctionDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="AuctionDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) of issue auction.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:AuctionDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="auctionDateGroup" type="mddl:AuctionDateGroup"/>
<xsd:complexType name="AuctionDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) of issue auction.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:AuctionDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="auctionDate" type="mddl:AuctionDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Background.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Background" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Descriptive background of security.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="background" type="mddl:Background">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="BackLoad.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:backLoadGroup"/>
<xsd:element ref="mdref:backLoadGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="BackLoadGroup">
<xsd:annotation>
<xsd:documentation>
<p>backLoad.  TO BE REMOVED PENDING VERIFICATION.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:BackLoad.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="backLoadGroup" type="mddl:BackLoadGroup"/>
<xsd:complexType name="BackLoad" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>backLoad.  TO BE REMOVED PENDING VERIFICATION.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:BackLoad.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="backLoad" type="mddl:BackLoad">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="BaseValue.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValueGroup"/>
<xsd:element ref="mdref:baseValueGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="BaseValueGroup">
<xsd:annotation>
<xsd:documentation>
<p>Value added to the component instrument's multiplier modified value in the basic formula (see component).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:BaseValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="baseValueGroup" type="mddl:BaseValueGroup"/>
<xsd:complexType name="BaseValue" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Value added to the component instrument's multiplier modified value in the basic formula (see component).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:BaseValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="baseValue" type="mddl:BaseValue">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Benchmark.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmarkGroup"/>
<xsd:element ref="mdref:benchmarkGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="benchmarkGroup" type="mddl:Benchmark"/>
<xsd:complexType name="Benchmark">
<xsd:annotation>
<xsd:documentation>
<p>Identifies the instrument for use as the benchmark or reference.  The identifier used here is the same that would be used in an instrumentIdentifier.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code name tranche</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Benchmark.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="benchmark" type="mddl:Benchmark">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code name tranche</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="BenchmarkStrategy.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="BenchmarkStrategy" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A textual description of the strategy applied to the management of the fund.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="benchmarkStrategy" type="mddl:BenchmarkStrategy">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Bid.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bidGroup"/>
<xsd:element ref="mdref:bidGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="bidGroup" type="mddl:Bid"/>
<xsd:complexType name="Bid">
<xsd:annotation>
<xsd:documentation>
<p>This element is a container to denote data associated with a Bid Quote.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open rank size yield</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType unitSize unitType valuationRef valuationType yieldType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Bid.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="bid" type="mddl:Bid">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open rank size yield</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType unitSize unitType valuationRef valuationType yieldType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="CaeDomain">
<xsd:annotation>
<xsd:documentation>
<p>Corporate Actions and Events Domain.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>instrumentIdentifier sequence background caeType code codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay period periodType rank recurring replaces role scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeDomainGroup"/>
<xsd:element ref="mdref:caeDomainGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:corporateActionsClass"/>
<xsd:element ref="mdref:corporateActionsClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:corporateEventsClass"/>
<xsd:element ref="mdref:corporateEventsClass"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="caeDomainGroup" type="mddl:CaeDomain"/>
<xsd:element name="caeDomain" type="mddl:CaeDomain">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>instrumentIdentifier sequence background caeType code codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay period periodType rank recurring replaces role scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CaeType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CaeType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary denoting the type of corporate action or event of reference.  Also used within "instrumentData" and "placeOfListing" to identify the LAST CAE that took place on this instrument/market.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/caeType.xml"/>
</xsd:complexType>
<xsd:element name="caeType" type="mddl:CaeType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CalculationType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CalculationType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying the method used for calculation (e.g. average, cumulative...) of a value.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/calculationType.xml"/>
</xsd:complexType>
<xsd:element name="calculationType" type="mddl:CalculationType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Callable.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableGroup"/>
<xsd:element ref="mdref:callableGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CallableGroup">
<xsd:annotation>
<xsd:documentation>
<p>Indicates that the instrument is subject to being redeemed at the demand of the issuer (children identify the parameters of the callable status).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>callableType callConditionType cleanup declining exerciseRights firstAmount firstDate lastAmount lastDate makeWholeCall notification partial penultimateAmount penultimateDate period schedule softCall specialRedemption taxReasons</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType diary duration end exerciseRightsType firstEvent fraction indicatorsType instrumentIdentifier lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType background caeType code codeType comment dayOfWeek days delayFactor description endTime eventValue hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay rank role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Callable.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="callableGroup" type="mddl:CallableGroup"/>
<xsd:complexType name="Callable" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Indicates that the instrument is subject to being redeemed at the demand of the issuer (children identify the parameters of the callable status).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>callableType callConditionType cleanup declining exerciseRights firstAmount firstDate lastAmount lastDate makeWholeCall notification partial penultimateAmount penultimateDate period schedule softCall specialRedemption taxReasons</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType diary duration end exerciseRightsType firstEvent fraction indicatorsType instrumentIdentifier lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType background caeType code codeType comment dayOfWeek days delayFactor description endTime eventValue hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay rank role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:group ref="mddl:Callable.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="callable" type="mddl:Callable">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>callableType callConditionType cleanup declining exerciseRights firstAmount firstDate lastAmount lastDate makeWholeCall notification partial penultimateAmount penultimateDate period schedule softCall specialRedemption taxReasons</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType diary duration end exerciseRightsType firstEvent fraction indicatorsType instrumentIdentifier lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType background caeType code codeType comment dayOfWeek days delayFactor description endTime eventValue hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay rank role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CallableType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CallableType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying the type of call or call conventions applicable.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/callableType.xml"/>
</xsd:complexType>
<xsd:element name="callableType" type="mddl:CallableType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CallConditionType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CallConditionType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary listing the specific conditions on a call.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/callConditionType.xml"/>
</xsd:complexType>
<xsd:element name="callConditionType" type="mddl:CallConditionType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CapitalizationType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CapitalizationType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying types of instruments used in capitalization determination.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/capitalizationType.xml"/>
</xsd:complexType>
<xsd:element name="capitalizationType" type="mddl:CapitalizationType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Capped.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cappedGroup"/>
<xsd:element ref="mdref:cappedGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CappedGroup">
<xsd:annotation>
<xsd:documentation>
<p>The limit or upper bound on the referenced price or amount.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Capped.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="cappedGroup" type="mddl:CappedGroup"/>
<xsd:complexType name="Capped" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The limit or upper bound on the referenced price or amount.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Capped.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="capped" type="mddl:Capped">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="CertificateClass">
<xsd:annotation>
<xsd:documentation>
<p>Derivative Domain - Certificate Class.  Certificates derived from other issues.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:certificateClassGroup"/>
<xsd:element ref="mdref:certificateClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callable"/>
<xsd:element ref="mdref:callable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePrice"/>
<xsd:element ref="mdref:exercisePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putable"/>
<xsd:element ref="mdref:putable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redeemable"/>
<xsd:element ref="mdref:redeemable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limited"/>
<xsd:element ref="mdref:limited"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putableType"/>
<xsd:element ref="mdref:putableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putConditionType"/>
<xsd:element ref="mdref:putConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="certificateClassGroup" type="mddl:CertificateClass"/>
<xsd:element name="certificateClass" type="mddl:CertificateClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Change.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeGroup"/>
<xsd:element ref="mdref:changeGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ChangeGroup">
<xsd:annotation>
<xsd:documentation>
<p>Denotes difference between this valuation and a previous valuation (per changeType).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType changeDirection changeType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Change.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="changeGroup" type="mddl:ChangeGroup"/>
<xsd:complexType name="Change" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Denotes difference between this valuation and a previous valuation (per changeType).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType changeDirection changeType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Change.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="change" type="mddl:Change">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType changeDirection changeType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ChangeDirection.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ChangeDirection" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary showing relative direction of last change.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/direction.xml"/>
</xsd:complexType>
<xsd:element name="changeDirection" type="mddl:ChangeDirection">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ChangeType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ChangeType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating base value to which "change" is referenced.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/changeType.xml"/>
</xsd:complexType>
<xsd:element name="changeType" type="mddl:ChangeType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="CivDomain">
<xsd:annotation>
<xsd:documentation>
<p>Collective Investment Vehicles Domain.  A CIV represents shares in an asset or assets.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>ask bid dividend industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background backLoad baseValue benchmark benchmarkStrategy caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource distributionType dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstDealingDate firstEvent firstSettlementDate formula fraction frontLoad fundStrategyType governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer investingRestrictions investingStyle investingTechniques issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef nav negativePledge nextEvent nonFixedRate nonFixedRateType numberHolders objective objectiveType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay paymentFrequency penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType purchasingMinimums qualifiedPlans quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType session sessionStatusType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatility volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:civDomainGroup"/>
<xsd:element ref="mdref:civDomainGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:annuityClass"/>
<xsd:element ref="mdref:annuityClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fundClass"/>
<xsd:element ref="mdref:fundClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trustClass"/>
<xsd:element ref="mdref:trustClass"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:backLoad"/>
<xsd:element ref="mdref:backLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmarkStrategy"/>
<xsd:element ref="mdref:benchmarkStrategy"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:distributionType"/>
<xsd:element ref="mdref:distributionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDealingDate"/>
<xsd:element ref="mdref:firstDealingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstSettlementDate"/>
<xsd:element ref="mdref:firstSettlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:frontLoad"/>
<xsd:element ref="mdref:frontLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fundStrategyType"/>
<xsd:element ref="mdref:fundStrategyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingRestrictions"/>
<xsd:element ref="mdref:investingRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingStyle"/>
<xsd:element ref="mdref:investingStyle"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingTechniques"/>
<xsd:element ref="mdref:investingTechniques"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nav"/>
<xsd:element ref="mdref:nav"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:numberHolders"/>
<xsd:element ref="mdref:numberHolders"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objective"/>
<xsd:element ref="mdref:objective"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objectiveType"/>
<xsd:element ref="mdref:objectiveType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:purchasingMinimums"/>
<xsd:element ref="mdref:purchasingMinimums"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:qualifiedPlans"/>
<xsd:element ref="mdref:qualifiedPlans"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:session"/>
<xsd:element ref="mdref:session"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sessionStatusType"/>
<xsd:element ref="mdref:sessionStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatility"/>
<xsd:element ref="mdref:volatility"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityCalculationType"/>
<xsd:element ref="mdref:volatilityCalculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityType"/>
<xsd:element ref="mdref:volatilityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="civDomainGroup" type="mddl:CivDomain"/>
<xsd:element name="civDomain" type="mddl:CivDomain">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>ask bid dividend industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background backLoad baseValue benchmark benchmarkStrategy caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource distributionType dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstDealingDate firstEvent firstSettlementDate formula fraction frontLoad fundStrategyType governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer investingRestrictions investingStyle investingTechniques issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef nav negativePledge nextEvent nonFixedRate nonFixedRateType numberHolders objective objectiveType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay paymentFrequency penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType purchasingMinimums qualifiedPlans quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType session sessionStatusType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatility volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Cleanup.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanupGroup"/>
<xsd:element ref="mdref:cleanupGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CleanupGroup">
<xsd:annotation>
<xsd:documentation>
<p>Exercisable when less than this quantity or percentage of a debt or debt pool remains.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier</mddl:applicable-properties>
<mddl:inheritable-properties>code instrumentData instrumentStatusType marketIdentifier name scopeType segmentIdentifier tranche background caeType codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentFormType instrumentType lastCAE marketCenter marketConditions marketStatusType marketType nameRef ordinalDay period periodType rank recurring role segmentType start startTime timezone tradingRestrictionsType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Cleanup.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="cleanupGroup" type="mddl:CleanupGroup"/>
<xsd:complexType name="Cleanup" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Exercisable when less than this quantity or percentage of a debt or debt pool remains.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier</mddl:applicable-properties>
<mddl:inheritable-properties>code instrumentData instrumentStatusType marketIdentifier name scopeType segmentIdentifier tranche background caeType codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentFormType instrumentType lastCAE marketCenter marketConditions marketStatusType marketType nameRef ordinalDay period periodType rank recurring role segmentType start startTime timezone tradingRestrictionsType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Cleanup.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="cleanup" type="mddl:Cleanup">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier</mddl:applicable-properties>
<mddl:inheritable-properties>code instrumentData instrumentStatusType marketIdentifier name scopeType segmentIdentifier tranche background caeType codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentFormType instrumentType lastCAE marketCenter marketConditions marketStatusType marketType nameRef ordinalDay period periodType rank recurring role segmentType start startTime timezone tradingRestrictionsType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ClearingHouse.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouseGroup"/>
<xsd:element ref="mdref:clearingHouseGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ClearingHouseGroup">
<xsd:annotation>
<xsd:documentation>
<p>Central collection facility where participants maintain accounts against which the credits or debits are posted.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ClearingHouse.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="clearingHouseGroup" type="mddl:ClearingHouseGroup"/>
<xsd:complexType name="ClearingHouse" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Central collection facility where participants maintain accounts against which the credits or debits are posted.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:ClearingHouse.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="clearingHouse" type="mddl:ClearingHouse">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ClearingProcess.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcessGroup"/>
<xsd:element ref="mdref:clearingProcessGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ClearingProcessGroup">
<xsd:annotation>
<xsd:documentation>
<p>Agreed process used for clearing functionality.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ClearingProcess.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="clearingProcessGroup" type="mddl:ClearingProcessGroup"/>
<xsd:complexType name="ClearingProcess" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Agreed process used for clearing functionality.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:ClearingProcess.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="clearingProcess" type="mddl:ClearingProcess">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ClearingSettlement.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlementGroup"/>
<xsd:element ref="mdref:clearingSettlementGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="clearingSettlementGroup" type="mddl:ClearingSettlement"/>
<xsd:complexType name="ClearingSettlement">
<xsd:annotation>
<xsd:documentation>
<p>Container to hold details of the settlement and clearing components.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>clearingHouse clearingProcess clearingSystem depositoryName depositorySystem marketIdentifier partiesInvolved settlementType</mddl:applicable-properties>
<mddl:inheritable-properties>agent code marketCenter marketConditions marketStatusType marketType name period address agentType codeType country dayOfWeek dayRuleType days delayFactor description duration end endTime entityType hours industryIdentifier location locationType municipality nameRef ordinalDay partyStatusType periodType postalCode rank recurring region role start startTime stateOrProvince timezone</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ClearingSettlement.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="clearingSettlement" type="mddl:ClearingSettlement">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>clearingHouse clearingProcess clearingSystem depositoryName depositorySystem marketIdentifier partiesInvolved settlementType</mddl:applicable-properties>
<mddl:inheritable-properties>agent code marketCenter marketConditions marketStatusType marketType name period address agentType codeType country dayOfWeek dayRuleType days delayFactor description duration end endTime entityType hours industryIdentifier location locationType municipality nameRef ordinalDay partyStatusType periodType postalCode rank recurring region role start startTime stateOrProvince timezone</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ClearingSystem.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystemGroup"/>
<xsd:element ref="mdref:clearingSystemGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ClearingSystemGroup">
<xsd:annotation>
<xsd:documentation>
<p>Automated system used for clearing functionality.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ClearingSystem.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="clearingSystemGroup" type="mddl:ClearingSystemGroup"/>
<xsd:complexType name="ClearingSystem" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Automated system used for clearing functionality.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:ClearingSystem.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="clearingSystem" type="mddl:ClearingSystem">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Close.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeGroup"/>
<xsd:element ref="mdref:closeGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CloseGroup">
<xsd:annotation>
<xsd:documentation>
<p>The final price as of market close (augmented by the "closeType").</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType closeType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Close.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="closeGroup" type="mddl:CloseGroup"/>
<xsd:complexType name="Close" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The final price as of market close (augmented by the "closeType").</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType closeType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Close.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="close" type="mddl:Close">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType closeType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CloseType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CloseType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the method by which "close" is calculated (or not).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/closeType.xml"/>
</xsd:complexType>
<xsd:element name="closeType" type="mddl:CloseType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ClosingDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateGroup"/>
<xsd:element ref="mdref:closingDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ClosingDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>The date on which an item closes or is no longer available.  May be augmented by "closingDateType".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>closingDateType dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ClosingDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="closingDateGroup" type="mddl:ClosingDateGroup"/>
<xsd:complexType name="ClosingDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The date on which an item closes or is no longer available.  May be augmented by "closingDateType".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>closingDateType dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:ClosingDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="closingDate" type="mddl:ClosingDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>closingDateType dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ClosingDateType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ClosingDateType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the type of "closingDate" (e.g. maturity, expiry).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/closingDateType.xml"/>
</xsd:complexType>
<xsd:element name="closingDateType" type="mddl:ClosingDateType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Code.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeGroup"/>
<xsd:element ref="mdref:codeGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CodeGroup">
<xsd:annotation>
<xsd:documentation>
<p>The shorthand notation for a known item (e.g. country, exchange, instrument) from the appropriate Controlled Vocabulary or "scheme".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>codeType description nameRef period rank</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Code.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="required"/>
</xsd:complexType>
<xsd:element name="codeGroup" type="mddl:CodeGroup"/>
<xsd:complexType name="Code" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The shorthand notation for a known item (e.g. country, exchange, instrument) from the appropriate Controlled Vocabulary or "scheme".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>codeType description nameRef period rank</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Code.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="required"/>
</xsd:complexType>
<xsd:element name="code" type="mddl:Code">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>codeType description nameRef period rank</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CodeType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CodeType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating relative time ordering of this code (i.e. "previous" or "next").</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/codeType.xml"/>
</xsd:complexType>
<xsd:element name="codeType" type="mddl:CodeType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Collateral.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralGroup"/>
<xsd:element ref="mdref:collateralGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="collateralGroup" type="mddl:Collateral"/>
<xsd:complexType name="Collateral">
<xsd:annotation>
<xsd:documentation>
<p>Container for the properties that describe the collateral behind a security.  This contains some of the same elements a security would - but generally the values have "weighted average" or similar indication.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>collateralType interestRate maturity underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual baseValue calculationType code componentValue compounding dateTime debtIndicatorsType extendible firstAmount firstDate fraction indicatorsType instrumentIdentifier interestRateContainer lastAmount lastDate lifetime marketCenter maturityDate maturityType multiplier name nonFixedRate penultimateAmount penultimateDate period previousDateTime quantityDescriptionType quantityType rank rate rateMethodChange rulesType schedule terms unitSize unitType valuationRef valuationType weighting accrualBasis accrualBasisType accrualConventionType background benchmark caeType codeType comment crossrate currency dayOfWeek dayRuleType days daysInMonth daysInYear delayFactor description determination determinationSource duration end endTime eventValue extendibleDate firstEvent formula hours incremental instrumentData instrumentFormType instrumentStatusType instrumentType issuerChoice lastCAE lastEvent linked mandatory marketConditions marketIdentifier marketStatusType marketType maxVal minVal nameRef nextEvent nonFixedRateType ordinalDay paymentDelay periodType rateChangeType rateSpread recurring resetFrequency resetFrequencyType role scheduleEvent scheduleType scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Collateral.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="collateral" type="mddl:Collateral">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>collateralType interestRate maturity underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual baseValue calculationType code componentValue compounding dateTime debtIndicatorsType extendible firstAmount firstDate fraction indicatorsType instrumentIdentifier interestRateContainer lastAmount lastDate lifetime marketCenter maturityDate maturityType multiplier name nonFixedRate penultimateAmount penultimateDate period previousDateTime quantityDescriptionType quantityType rank rate rateMethodChange rulesType schedule terms unitSize unitType valuationRef valuationType weighting accrualBasis accrualBasisType accrualConventionType background benchmark caeType codeType comment crossrate currency dayOfWeek dayRuleType days daysInMonth daysInYear delayFactor description determination determinationSource duration end endTime eventValue extendibleDate firstEvent formula hours incremental instrumentData instrumentFormType instrumentStatusType instrumentType issuerChoice lastCAE lastEvent linked mandatory marketConditions marketIdentifier marketStatusType marketType maxVal minVal nameRef nextEvent nonFixedRateType ordinalDay paymentDelay periodType rateChangeType rateSpread recurring resetFrequency resetFrequencyType role scheduleEvent scheduleType scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CollateralType.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralTypeGroup"/>
<xsd:element ref="mdref:collateralTypeGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CollateralTypeGroup">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating type of collateral backing this instrument.  Subordinate code identifies pool type, etc. of collateral.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:CollateralType.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/collateralType.xml"/>
</xsd:complexType>
<xsd:element name="collateralTypeGroup" type="mddl:CollateralTypeGroup"/>
<xsd:complexType name="CollateralType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating type of collateral backing this instrument.  Subordinate code identifies pool type, etc. of collateral.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:CollateralType.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/collateralType.xml"/>
</xsd:complexType>
<xsd:element name="collateralType" type="mddl:CollateralType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Comment.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Comment" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Free text comment used by provider for clarification, if necessary.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="comment" type="mddl:Comment">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="CommonClass">
<xsd:annotation>
<xsd:documentation>
<p>Common Class - Equity Domain.  Common stock or ordinaries.  Common equities.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>agencyRankings amountOutstanding ask bid convertible deferred dividend dividendYield earnings firstDealingDate firstSettlementDate industryIdentifier instrumentIdentifier issueData issuePrice mid orderbook peRatio revenues sequence session spread trade volatility</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness amountOutstandingType announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYieldType duration earningsRef earningsType end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate peRatioType period periodType placeOfListing placeOfTrade postalCode precision previousDateTime priceRef programType quantityDescriptionType quantityType quotation rank ranking rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType sessionStatusType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:commonClassGroup"/>
<xsd:element ref="mdref:commonClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agencyRankings"/>
<xsd:element ref="mdref:agencyRankings"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amountOutstanding"/>
<xsd:element ref="mdref:amountOutstanding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deferred"/>
<xsd:element ref="mdref:deferred"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:earnings"/>
<xsd:element ref="mdref:earnings"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDealingDate"/>
<xsd:element ref="mdref:firstDealingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstSettlementDate"/>
<xsd:element ref="mdref:firstSettlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:peRatio"/>
<xsd:element ref="mdref:peRatio"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:revenues"/>
<xsd:element ref="mdref:revenues"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:session"/>
<xsd:element ref="mdref:session"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatility"/>
<xsd:element ref="mdref:volatility"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amountOutstandingType"/>
<xsd:element ref="mdref:amountOutstandingType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:earningsRef"/>
<xsd:element ref="mdref:earningsRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:earningsType"/>
<xsd:element ref="mdref:earningsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:peRatioType"/>
<xsd:element ref="mdref:peRatioType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:priceRef"/>
<xsd:element ref="mdref:priceRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ranking"/>
<xsd:element ref="mdref:ranking"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sessionStatusType"/>
<xsd:element ref="mdref:sessionStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityCalculationType"/>
<xsd:element ref="mdref:volatilityCalculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityType"/>
<xsd:element ref="mdref:volatilityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="commonClassGroup" type="mddl:CommonClass"/>
<xsd:element name="commonClass" type="mddl:CommonClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>agencyRankings amountOutstanding ask bid convertible deferred dividend dividendYield earnings firstDealingDate firstSettlementDate industryIdentifier instrumentIdentifier issueData issuePrice mid orderbook peRatio revenues sequence session spread trade volatility</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness amountOutstandingType announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYieldType duration earningsRef earningsType end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate peRatioType period periodType placeOfListing placeOfTrade postalCode precision previousDateTime priceRef programType quantityDescriptionType quantityType quotation rank ranking rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType sessionStatusType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Component.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentGroup"/>
<xsd:element ref="mdref:componentGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentIdentifier"/>
<xsd:element ref="mdref:componentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="componentGroup" type="mddl:Component"/>
<xsd:complexType name="Component">
<xsd:annotation>
<xsd:documentation>
<p>A component is a container that identifies (and the relevant valuation of) an instrument used to compute an index and the associated parameters used in that computation.  The component value equals the component instruments' value (componentValue) multiplied by the multiplier then added to the baseValue all multiplied by the weighting.  "component" value=("componentValue" * "multiplier" + "baseValue") * "weighting".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>baseValue componentIdentifier componentValue multiplier weighting</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType code crossrate currency dateTime fraction indicatorsType instrumentStatusType marketCenter name previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType codeType dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring role start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Component.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="component" type="mddl:Component">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>baseValue componentIdentifier componentValue multiplier weighting</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType code crossrate currency dateTime fraction indicatorsType instrumentStatusType marketCenter name previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType codeType dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring role start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ComponentIdentifier.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentIdentifierGroup"/>
<xsd:element ref="mdref:componentIdentifierGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="componentIdentifierGroup" type="mddl:ComponentIdentifier"/>
<xsd:complexType name="ComponentIdentifier">
<xsd:annotation>
<xsd:documentation>
<p>Identifies (one of) the underlying instrument(s) for this component.  See "instrumentIdentifier".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code instrumentStatusType name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ComponentIdentifier.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="componentIdentifier" type="mddl:ComponentIdentifier">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code instrumentStatusType name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ComponentValue.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValueGroup"/>
<xsd:element ref="mdref:componentValueGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ComponentValueGroup">
<xsd:annotation>
<xsd:documentation>
<p>The value of the underlying instrument to be used as the component value (as a result of the calculation).  See component.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ComponentValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="componentValueGroup" type="mddl:ComponentValueGroup"/>
<xsd:complexType name="ComponentValue" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The value of the underlying instrument to be used as the component value (as a result of the calculation).  See component.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:ComponentValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="componentValue" type="mddl:ComponentValue">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Compounding.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compoundingGroup"/>
<xsd:element ref="mdref:compoundingGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CompoundingGroup">
<xsd:annotation>
<xsd:documentation>
<p>Identifies whether item is compounding and (optionally) the "period" over which compounding takes place.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Compounding.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="compoundingGroup" type="mddl:CompoundingGroup"/>
<xsd:complexType name="Compounding" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Identifies whether item is compounding and (optionally) the "period" over which compounding takes place.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:group ref="mddl:Compounding.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="compounding" type="mddl:Compounding">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ContractValueMultiplier.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ContractValueMultiplier" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Multiplier for price of individual item to determine value of contract.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="contractValueMultiplier" type="mddl:ContractValueMultiplier">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Convertible.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleGroup"/>
<xsd:element ref="mdref:convertibleGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ConvertibleGroup">
<xsd:annotation>
<xsd:documentation>
<p>Signifies that instrument is convertible (children identify under which conditions).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>convertibleType days issuerChoice mandatory period relatedTo</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration end instrumentIdentifier periodType recurring relationshipType relationshipValid start background caeType code codeType comment dateTime delayFactor description endTime hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay rank role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Convertible.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="convertibleGroup" type="mddl:ConvertibleGroup"/>
<xsd:complexType name="Convertible" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Signifies that instrument is convertible (children identify under which conditions).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>convertibleType days issuerChoice mandatory period relatedTo</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration end instrumentIdentifier periodType recurring relationshipType relationshipValid start background caeType code codeType comment dateTime delayFactor description endTime hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay rank role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:group ref="mddl:Convertible.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="convertible" type="mddl:Convertible">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>convertibleType days issuerChoice mandatory period relatedTo</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration end instrumentIdentifier periodType recurring relationshipType relationshipValid start background caeType code codeType comment dateTime delayFactor description endTime hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay rank role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ConvertibleType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ConvertibleType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating type of conversion applicable to the instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/convertibleType.xml"/>
</xsd:complexType>
<xsd:element name="convertibleType" type="mddl:ConvertibleType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="CorporateActionsClass">
<xsd:annotation>
<xsd:documentation>
<p>Any event - initiated by the issuing company, duly authorized agent, shareholders, or governmental agency - bringing material change to a stock.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier sequence</mddl:applicable-properties>
<mddl:inheritable-properties>background caeType code codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay period periodType rank recurring replaces role scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:corporateActionsClassGroup"/>
<xsd:element ref="mdref:corporateActionsClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="corporateActionsClassGroup" type="mddl:CorporateActionsClass"/>
<xsd:element name="corporateActionsClass" type="mddl:CorporateActionsClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier sequence</mddl:applicable-properties>
<mddl:inheritable-properties>background caeType code codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay period periodType rank recurring replaces role scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="CorporateEventsClass">
<xsd:annotation>
<xsd:documentation>
<p>All non "corporate action" events NOT materially effecting change (e.g. announcements of pending actions).  A Corporate Event may indicate or initiate several resultant Corporate Actions.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier sequence</mddl:applicable-properties>
<mddl:inheritable-properties>background caeType code codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay period periodType rank recurring replaces role scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:corporateEventsClassGroup"/>
<xsd:element ref="mdref:corporateEventsClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="corporateEventsClassGroup" type="mddl:CorporateEventsClass"/>
<xsd:element name="corporateEventsClass" type="mddl:CorporateEventsClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier sequence</mddl:applicable-properties>
<mddl:inheritable-properties>background caeType code codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay period periodType rank recurring replaces role scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Country.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Country" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary specifying the country code.  Uses ISO 3166 Alpha 2 by default.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/ext/scheme/iso3166-alpha-2.xml"/>
</xsd:complexType>
<xsd:element name="country" type="mddl:Country">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Covenant.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Covenant">
<xsd:annotation>
<xsd:documentation>
<p>Container element outlining the details of the arrangement or deal.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>agreedRestrictions allowedIndebtedness defaultClause negativePledge refrainFromActs</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Covenant.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="covenant" type="mddl:Covenant">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>agreedRestrictions allowedIndebtedness defaultClause negativePledge refrainFromActs</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CreditEnhancement.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:creditEnhancementGroup"/>
<xsd:element ref="mdref:creditEnhancementGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:creditEnhancementType"/>
<xsd:element ref="mdref:creditEnhancementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:enhancement"/>
<xsd:element ref="mdref:enhancement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programSpecific"/>
<xsd:element ref="mdref:programSpecific"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:support"/>
<xsd:element ref="mdref:support"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="creditEnhancementGroup" type="mddl:CreditEnhancement"/>
<xsd:complexType name="CreditEnhancement">
<xsd:annotation>
<xsd:documentation>
<p>Container holding issue support or other credit enhancement information.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>creditEnhancementType enhancement partiesInvolved relatedTo</mddl:applicable-properties>
<mddl:inheritable-properties>agent instrumentIdentifier period programSpecific relationshipType relationshipValid support address agentType background caeType calculationType code codeType comment country crossrate currency dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime entityType fraction hours indicatorsType industryIdentifier instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE location locationType marketCenter marketConditions marketIdentifier marketStatusType marketType multiplier municipality name nameRef ordinalDay partyStatusType periodType postalCode previousDateTime quantityDescriptionType quantityType rank recurring region role scopeType segmentIdentifier segmentType start startTime stateOrProvince timezone tradingRestrictionsType tranche valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:CreditEnhancement.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="creditEnhancement" type="mddl:CreditEnhancement">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>creditEnhancementType enhancement partiesInvolved relatedTo</mddl:applicable-properties>
<mddl:inheritable-properties>agent instrumentIdentifier period programSpecific relationshipType relationshipValid support address agentType background caeType calculationType code codeType comment country crossrate currency dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime entityType fraction hours indicatorsType industryIdentifier instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE location locationType marketCenter marketConditions marketIdentifier marketStatusType marketType multiplier municipality name nameRef ordinalDay partyStatusType periodType postalCode previousDateTime quantityDescriptionType quantityType rank recurring region role scopeType segmentIdentifier segmentType start startTime stateOrProvince timezone tradingRestrictionsType tranche valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="CreditEnhancementType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="CreditEnhancementType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying the type of credit enhancement provided.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/creditEnhancementType.xml"/>
</xsd:complexType>
<xsd:element name="creditEnhancementType" type="mddl:CreditEnhancementType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Crossrate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Crossrate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Identifies currency and current exchange rate (multiplier) to the prevailing currency.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>multiplier</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Crossrate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/ext/scheme/iso4217-alpha-3.xml"/>
</xsd:complexType>
<xsd:element name="crossrate" type="mddl:Crossrate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>multiplier</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Currency.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Currency" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying the currency code of the price or amount.  By default, the ISO 4217 3-character code.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>multiplier</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Currency.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/ext/scheme/iso4217-alpha-3.xml"/>
</xsd:complexType>
<xsd:element name="currency" type="mddl:Currency">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>multiplier</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DateTime.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DateTime">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) of the event or relevant piece of data.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple" final="true">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="mddl:AnyDateTime">
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:element name="dateTime" type="mddl:DateTime">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple" final="true">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DayOfWeek.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeekGroup"/>
<xsd:element ref="mdref:dayOfWeekGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DayOfWeekGroup">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary specifying one of the seven days of the week.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>hours</mddl:applicable-properties>
<mddl:inheritable-properties>duration endTime periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:DayOfWeek.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/dayOfWeek.xml"/>
</xsd:complexType>
<xsd:element name="dayOfWeekGroup" type="mddl:DayOfWeekGroup"/>
<xsd:complexType name="DayOfWeek" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary specifying one of the seven days of the week.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>hours</mddl:applicable-properties>
<mddl:inheritable-properties>duration endTime periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:DayOfWeek.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/dayOfWeek.xml"/>
</xsd:complexType>
<xsd:element name="dayOfWeek" type="mddl:DayOfWeek">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties>hours</mddl:applicable-properties>
<mddl:inheritable-properties>duration endTime periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DayRuleType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DayRuleType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary governing guidelines on interpretation of date if it falls on a non-business day or other "closed" condition.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/dayRuleType.xml"/>
</xsd:complexType>
<xsd:element name="dayRuleType" type="mddl:DayRuleType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Days.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysGroup"/>
<xsd:element ref="mdref:daysGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="daysGroup" type="mddl:Days"/>
<xsd:complexType name="Days">
<xsd:annotation>
<xsd:documentation>
<p>Specifies which days are relevant to the parent value.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>dayOfWeek</mddl:applicable-properties>
<mddl:inheritable-properties>hours duration endTime periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Days.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="days" type="mddl:Days">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>dayOfWeek</mddl:applicable-properties>
<mddl:inheritable-properties>hours duration endTime periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DaysInMonth.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DaysInMonth" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Count of the number of days in a standard month used in the relevant calculation.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="daysInMonth" type="mddl:DaysInMonth">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DaysInYear.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DaysInYear" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Count of the number of days in a standard year used in the relevant calculation.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="daysInYear" type="mddl:DaysInYear">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="DebtDomain">
<xsd:annotation>
<xsd:documentation>
<p>Debt Domain.  Instruments of debt representing money borrowed and repayment.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties>agencyRatings amountOutstanding analytics debtIssueData debtPricing diary factor industryIdentifier instrumentIdentifier issueData marketDerivedInfo sequence</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness amortization amortizationBehavior amortizationType amountOutstandingType announcementDate ask auctionDate background baseValue benchmark bid caeType calculationType callable callableType callConditionType capped change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertible convertibleType country covenant creditEnhancement creditEnhancementType crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta denomination depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime enhancement entityType eventValue exercisePrice exerciseRights exerciseRightsType extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType increment incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestPayment interestPaymentContainer interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal mid minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbook orderbookType ordinalDay overAllotment partial partiesInvolved partyStatusType payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime principalProtection principalRepayment principalRepaymentContainer programSpecific programType putable putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread rating ratingType recordingDate recurring redeemable redemption redemptionType refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType restrictionsExist role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType sinkable sinkableComputationType sinkableType size softCall specialRedemption spread start startTime stateOrProvince strippable stripType subscriptions support targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone trade tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtDomainGroup"/>
<xsd:element ref="mdref:debtDomainGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agencyRatings"/>
<xsd:element ref="mdref:agencyRatings"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amountOutstanding"/>
<xsd:element ref="mdref:amountOutstanding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:analytics"/>
<xsd:element ref="mdref:analytics"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIssueData"/>
<xsd:element ref="mdref:debtIssueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:factor"/>
<xsd:element ref="mdref:factor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketDerivedInfo"/>
<xsd:element ref="mdref:marketDerivedInfo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtPricing"/>
<xsd:element ref="mdref:debtPricing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortization"/>
<xsd:element ref="mdref:amortization"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationBehavior"/>
<xsd:element ref="mdref:amortizationBehavior"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationType"/>
<xsd:element ref="mdref:amortizationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amountOutstandingType"/>
<xsd:element ref="mdref:amountOutstandingType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callable"/>
<xsd:element ref="mdref:callable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:capped"/>
<xsd:element ref="mdref:capped"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:creditEnhancement"/>
<xsd:element ref="mdref:creditEnhancement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:creditEnhancementType"/>
<xsd:element ref="mdref:creditEnhancementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:denomination"/>
<xsd:element ref="mdref:denomination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:enhancement"/>
<xsd:element ref="mdref:enhancement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePrice"/>
<xsd:element ref="mdref:exercisePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:increment"/>
<xsd:element ref="mdref:increment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestPayment"/>
<xsd:element ref="mdref:interestPayment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestPaymentContainer"/>
<xsd:element ref="mdref:interestPaymentContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limited"/>
<xsd:element ref="mdref:limited"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:overAllotment"/>
<xsd:element ref="mdref:overAllotment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payableInKind"/>
<xsd:element ref="mdref:payableInKind"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payment"/>
<xsd:element ref="mdref:payment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDate"/>
<xsd:element ref="mdref:paymentDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:principalProtection"/>
<xsd:element ref="mdref:principalProtection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:principalRepayment"/>
<xsd:element ref="mdref:principalRepayment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:principalRepaymentContainer"/>
<xsd:element ref="mdref:principalRepaymentContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programSpecific"/>
<xsd:element ref="mdref:programSpecific"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putable"/>
<xsd:element ref="mdref:putable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putableType"/>
<xsd:element ref="mdref:putableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putConditionType"/>
<xsd:element ref="mdref:putConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rating"/>
<xsd:element ref="mdref:rating"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ratingType"/>
<xsd:element ref="mdref:ratingType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recordingDate"/>
<xsd:element ref="mdref:recordingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redeemable"/>
<xsd:element ref="mdref:redeemable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redemption"/>
<xsd:element ref="mdref:redemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redemptionType"/>
<xsd:element ref="mdref:redemptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:restrictionsExist"/>
<xsd:element ref="mdref:restrictionsExist"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sinkable"/>
<xsd:element ref="mdref:sinkable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sinkableComputationType"/>
<xsd:element ref="mdref:sinkableComputationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sinkableType"/>
<xsd:element ref="mdref:sinkableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:strippable"/>
<xsd:element ref="mdref:strippable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stripType"/>
<xsd:element ref="mdref:stripType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:subscriptions"/>
<xsd:element ref="mdref:subscriptions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:support"/>
<xsd:element ref="mdref:support"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="debtDomainGroup" type="mddl:DebtDomain"/>
<xsd:element name="debtDomain" type="mddl:DebtDomain">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties>agencyRatings amountOutstanding analytics debtIssueData debtPricing diary factor industryIdentifier instrumentIdentifier issueData marketDerivedInfo sequence</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness amortization amortizationBehavior amortizationType amountOutstandingType announcementDate ask auctionDate background baseValue benchmark bid caeType calculationType callable callableType callConditionType capped change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertible convertibleType country covenant creditEnhancement creditEnhancementType crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta denomination depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime enhancement entityType eventValue exercisePrice exerciseRights exerciseRightsType extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType increment incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestPayment interestPaymentContainer interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal mid minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbook orderbookType ordinalDay overAllotment partial partiesInvolved partyStatusType payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime principalProtection principalRepayment principalRepaymentContainer programSpecific programType putable putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread rating ratingType recordingDate recurring redeemable redemption redemptionType refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType restrictionsExist role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType sinkable sinkableComputationType sinkableType size softCall specialRedemption spread start startTime stateOrProvince strippable stripType subscriptions support targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone trade tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DebtIndicatorsType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DebtIndicatorsType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying specific debt-related indicators.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/debtIndicatorsType.xml"/>
</xsd:complexType>
<xsd:element name="debtIndicatorsType" type="mddl:DebtIndicatorsType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DebtIssueData.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIssueDataGroup"/>
<xsd:element ref="mdref:debtIssueDataGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortization"/>
<xsd:element ref="mdref:amortization"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:creditEnhancement"/>
<xsd:element ref="mdref:creditEnhancement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:denomination"/>
<xsd:element ref="mdref:denomination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestPayment"/>
<xsd:element ref="mdref:interestPayment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:overAllotment"/>
<xsd:element ref="mdref:overAllotment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:principalRepayment"/>
<xsd:element ref="mdref:principalRepayment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redemption"/>
<xsd:element ref="mdref:redemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:strippable"/>
<xsd:element ref="mdref:strippable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:subscriptions"/>
<xsd:element ref="mdref:subscriptions"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationBehavior"/>
<xsd:element ref="mdref:amortizationBehavior"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationType"/>
<xsd:element ref="mdref:amortizationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callable"/>
<xsd:element ref="mdref:callable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:capped"/>
<xsd:element ref="mdref:capped"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:creditEnhancementType"/>
<xsd:element ref="mdref:creditEnhancementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:enhancement"/>
<xsd:element ref="mdref:enhancement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePrice"/>
<xsd:element ref="mdref:exercisePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:increment"/>
<xsd:element ref="mdref:increment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestPaymentContainer"/>
<xsd:element ref="mdref:interestPaymentContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payableInKind"/>
<xsd:element ref="mdref:payableInKind"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payment"/>
<xsd:element ref="mdref:payment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDate"/>
<xsd:element ref="mdref:paymentDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:principalProtection"/>
<xsd:element ref="mdref:principalProtection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:principalRepaymentContainer"/>
<xsd:element ref="mdref:principalRepaymentContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putable"/>
<xsd:element ref="mdref:putable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redeemable"/>
<xsd:element ref="mdref:redeemable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redemptionType"/>
<xsd:element ref="mdref:redemptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:restrictionsExist"/>
<xsd:element ref="mdref:restrictionsExist"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sinkable"/>
<xsd:element ref="mdref:sinkable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stripType"/>
<xsd:element ref="mdref:stripType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limited"/>
<xsd:element ref="mdref:limited"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programSpecific"/>
<xsd:element ref="mdref:programSpecific"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putableType"/>
<xsd:element ref="mdref:putableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putConditionType"/>
<xsd:element ref="mdref:putConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sinkableComputationType"/>
<xsd:element ref="mdref:sinkableComputationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sinkableType"/>
<xsd:element ref="mdref:sinkableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:support"/>
<xsd:element ref="mdref:support"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="debtIssueDataGroup" type="mddl:DebtIssueData"/>
<xsd:complexType name="DebtIssueData">
<xsd:annotation>
<xsd:documentation>
<p>Container holding information relative to the debt issue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>amortization convertible creditEnhancement debtIndicatorsType denomination interestPayment interestRate maturity overAllotment principalRepayment redemption strippable subscriptions</mddl:applicable-properties>
<mddl:inheritable-properties>accrual amortizationBehavior amortizationType calculationType callable capped compounding convertibleType creditEnhancementType crossrate currency dateTime days enhancement exercisePrice extendible firstAmount firstDate fraction increment indicatorsType instrumentIdentifier interestPaymentContainer interestRateContainer issuerChoice lastAmount lastDate lifetime mandatory marketCenter maturityDate maturityType minVal multiplier nonFixedRate partiesInvolved payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate period previousDateTime principalProtection principalRepaymentContainer putable quantityDescriptionType quantityType rate rateMethodChange redeemable redemptionType relatedTo restrictionsExist rulesType schedule sinkable stripType terms underlying underlyingCount valuationRef valuationType accrualBasis accrualBasisType accrualConventionType address agent agentType background baseValue benchmark caeType callableType callConditionType cleanup code codeType comment componentValue country dayOfWeek dayRuleType daysInMonth daysInYear declining delayFactor description determination determinationSource diary duration end endTime entityType eventValue exerciseRights exerciseRightsType extendibleDate firstEvent formula hours incremental industryIdentifier instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE lastEvent limited linked location locationType makeWholeCall marketConditions marketIdentifier marketStatusType marketType maxVal municipality name nameRef nextEvent nonFixedRateType notification ordinalDay partial partyStatusType periodType postalCode programSpecific putableType putConditionType rank rateChangeType rateSpread recurring region relationshipType relationshipValid resetFrequency resetFrequencyType role scheduleEvent scheduleType scopeType segmentIdentifier segmentType sinkableComputationType sinkableType softCall specialRedemption start startTime stateOrProvince support taxReasons timezone tradingRestrictionsType tranche unitSize unitType valuationBase weighting</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:DebtIssueData.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="debtIssueData" type="mddl:DebtIssueData">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>amortization convertible creditEnhancement debtIndicatorsType denomination interestPayment interestRate maturity overAllotment principalRepayment redemption strippable subscriptions</mddl:applicable-properties>
<mddl:inheritable-properties>accrual amortizationBehavior amortizationType calculationType callable capped compounding convertibleType creditEnhancementType crossrate currency dateTime days enhancement exercisePrice extendible firstAmount firstDate fraction increment indicatorsType instrumentIdentifier interestPaymentContainer interestRateContainer issuerChoice lastAmount lastDate lifetime mandatory marketCenter maturityDate maturityType minVal multiplier nonFixedRate partiesInvolved payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate period previousDateTime principalProtection principalRepaymentContainer putable quantityDescriptionType quantityType rate rateMethodChange redeemable redemptionType relatedTo restrictionsExist rulesType schedule sinkable stripType terms underlying underlyingCount valuationRef valuationType accrualBasis accrualBasisType accrualConventionType address agent agentType background baseValue benchmark caeType callableType callConditionType cleanup code codeType comment componentValue country dayOfWeek dayRuleType daysInMonth daysInYear declining delayFactor description determination determinationSource diary duration end endTime entityType eventValue exerciseRights exerciseRightsType extendibleDate firstEvent formula hours incremental industryIdentifier instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE lastEvent limited linked location locationType makeWholeCall marketConditions marketIdentifier marketStatusType marketType maxVal municipality name nameRef nextEvent nonFixedRateType notification ordinalDay partial partyStatusType periodType postalCode programSpecific putableType putConditionType rank rateChangeType rateSpread recurring region relationshipType relationshipValid resetFrequency resetFrequencyType role scheduleEvent scheduleType scopeType segmentIdentifier segmentType sinkableComputationType sinkableType softCall specialRedemption start startTime stateOrProvince support taxReasons timezone tradingRestrictionsType tranche unitSize unitType valuationBase weighting</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DebtPricing.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtPricingGroup"/>
<xsd:element ref="mdref:debtPricingGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="debtPricingGroup" type="mddl:DebtPricing"/>
<xsd:complexType name="DebtPricing">
<xsd:annotation>
<xsd:documentation>
<p>Container for pricing information of a debt instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>ask bid mid orderbook spread trade</mddl:applicable-properties>
<mddl:inheritable-properties>change close high last low marketIdentifier open orderbookType rank settlement size tickDirection tradingHaltedType tradingRestrictionsType tradingStatusType turnover volume vwap vwop yield calculationType changeDirection changeType closeType code codeType crossrate currency dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime fraction hours indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name nameRef openType ordinalDay period periodType previousDateTime quantityDescriptionType quantityType recurring role settlementType start startTime timezone unitSize unitType valuationBase valuationRef valuationType volumeType yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:DebtPricing.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="debtPricing" type="mddl:DebtPricing">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>ask bid mid orderbook spread trade</mddl:applicable-properties>
<mddl:inheritable-properties>change close high last low marketIdentifier open orderbookType rank settlement size tickDirection tradingHaltedType tradingRestrictionsType tradingStatusType turnover volume vwap vwop yield calculationType changeDirection changeType closeType code codeType crossrate currency dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime fraction hours indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name nameRef openType ordinalDay period periodType previousDateTime quantityDescriptionType quantityType recurring role settlementType start startTime timezone unitSize unitType valuationBase valuationRef valuationType volumeType yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Declining.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:decliningGroup"/>
<xsd:element ref="mdref:decliningGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="decliningGroup" type="mddl:Declining"/>
<xsd:complexType name="Declining">
<xsd:annotation>
<xsd:documentation>
<p>Declining schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>firstAmount firstDate lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Declining.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="declining" type="mddl:Declining">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>firstAmount firstDate lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DefaultClause.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DefaultClause" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The default clause for a covenant when no other clause applies.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="defaultClause" type="mddl:DefaultClause">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Deferred.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Deferred" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Signifies that rights to a stock are deferred after those of common and preferred owners.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="deferred" type="mddl:Deferred">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DelayFactor.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DelayFactor" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The period of time used to delay data from this source or market.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDuration"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="delayFactor" type="mddl:DelayFactor">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Delivery.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryGroup"/>
<xsd:element ref="mdref:deliveryGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="deliveryGroup" type="mddl:Delivery"/>
<xsd:complexType name="Delivery">
<xsd:annotation>
<xsd:documentation>
<p>Container for the parameters of the delivery.  "Period" indicates start/end of delivery times.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>deliveryType period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Delivery.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="delivery" type="mddl:Delivery">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>deliveryType period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DeliveryType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DeliveryType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the mode of transport or transfer of the security or product.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/deliveryType.xml"/>
</xsd:complexType>
<xsd:element name="deliveryType" type="mddl:DeliveryType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Delta.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deltaGroup"/>
<xsd:element ref="mdref:deltaGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DeltaGroup">
<xsd:annotation>
<xsd:documentation>
<p>Defines the minimum change in the related property.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitSize unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Delta.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="deltaGroup" type="mddl:DeltaGroup"/>
<xsd:complexType name="Delta" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Defines the minimum change in the related property.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitSize unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Delta.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="delta" type="mddl:Delta">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitSize unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Denomination.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:denominationGroup"/>
<xsd:element ref="mdref:denominationGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:increment"/>
<xsd:element ref="mdref:increment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DenominationGroup">
<xsd:annotation>
<xsd:documentation>
<p>The denomination of the instrument - the possible values of the scrip which are most likely multiples of the face value.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction increment indicatorsType marketCenter minVal multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Denomination.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="denominationGroup" type="mddl:DenominationGroup"/>
<xsd:complexType name="Denomination" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The denomination of the instrument - the possible values of the scrip which are most likely multiples of the face value.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction increment indicatorsType marketCenter minVal multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Denomination.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="denomination" type="mddl:Denomination">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction increment indicatorsType marketCenter minVal multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="DepositaryClass">
<xsd:annotation>
<xsd:documentation>
<p>Depositary Class - Equity Domain.  Depositary Equity (ADR, ADS, Van Aandelen, etc.).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>agencyRankings ask bid dividend industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank ranking rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositaryClassGroup"/>
<xsd:element ref="mdref:depositaryClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agencyRankings"/>
<xsd:element ref="mdref:agencyRankings"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ranking"/>
<xsd:element ref="mdref:ranking"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="depositaryClassGroup" type="mddl:DepositaryClass"/>
<xsd:element name="depositaryClass" type="mddl:DepositaryClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>agencyRankings ask bid dividend industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank ranking rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DepositoryName.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryNameGroup"/>
<xsd:element ref="mdref:depositoryNameGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DepositoryNameGroup">
<xsd:annotation>
<xsd:documentation>
<p>The depository to be used over the specified period.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:DepositoryName.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="depositoryNameGroup" type="mddl:DepositoryNameGroup"/>
<xsd:complexType name="DepositoryName" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The depository to be used over the specified period.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:DepositoryName.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="depositoryName" type="mddl:DepositoryName">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DepositorySystem.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystemGroup"/>
<xsd:element ref="mdref:depositorySystemGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DepositorySystemGroup">
<xsd:annotation>
<xsd:documentation>
<p>The depository processing system to be used over the specified period.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:DepositorySystem.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="depositorySystemGroup" type="mddl:DepositorySystemGroup"/>
<xsd:complexType name="DepositorySystem" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The depository processing system to be used over the specified period.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:DepositorySystem.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="depositorySystem" type="mddl:DepositorySystem">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="DerivativeDomain">
<xsd:annotation>
<xsd:documentation>
<p>Derivatives : rights, warrants, options, futures (etc.).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>ask bid callable contractValueMultiplier convertible denomination exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier interestRate issueData lastAmount lastDate maturity mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence sharesControlled spread trade underlying underlyingCount accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType increment incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:derivativeDomainGroup"/>
<xsd:element ref="mdref:derivativeDomainGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:certificateClass"/>
<xsd:element ref="mdref:certificateClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:forwardClass"/>
<xsd:element ref="mdref:forwardClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:futureClass"/>
<xsd:element ref="mdref:futureClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linkedClass"/>
<xsd:element ref="mdref:linkedClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:optionClass"/>
<xsd:element ref="mdref:optionClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rightClass"/>
<xsd:element ref="mdref:rightClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:swapClass"/>
<xsd:element ref="mdref:swapClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:warrantClass"/>
<xsd:element ref="mdref:warrantClass"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callable"/>
<xsd:element ref="mdref:callable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:contractValueMultiplier"/>
<xsd:element ref="mdref:contractValueMultiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:denomination"/>
<xsd:element ref="mdref:denomination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePrice"/>
<xsd:element ref="mdref:exercisePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putable"/>
<xsd:element ref="mdref:putable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redeemable"/>
<xsd:element ref="mdref:redeemable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sharesControlled"/>
<xsd:element ref="mdref:sharesControlled"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:increment"/>
<xsd:element ref="mdref:increment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limited"/>
<xsd:element ref="mdref:limited"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putableType"/>
<xsd:element ref="mdref:putableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putConditionType"/>
<xsd:element ref="mdref:putConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="derivativeDomainGroup" type="mddl:DerivativeDomain"/>
<xsd:element name="derivativeDomain" type="mddl:DerivativeDomain">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>ask bid callable contractValueMultiplier convertible denomination exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier interestRate issueData lastAmount lastDate maturity mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence sharesControlled spread trade underlying underlyingCount accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType increment incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Description.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Description" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A free-text description of the code if necessary.  Not intended for automated processing.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="description" type="mddl:Description">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Determination.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationGroup"/>
<xsd:element ref="mdref:determinationGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="determinationGroup" type="mddl:Determination"/>
<xsd:complexType name="Determination">
<xsd:annotation>
<xsd:documentation>
<p>Statement of when a value is determined (as compared to its reset date).  For example, although an interest rate may "reset" on the 1st of the month, it's actual value may be determined beforehand (as prescribed by "determination").</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>determinationSource period</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketCenter marketConditions marketStatusType marketType name periodType recurring start codeType dayOfWeek days delayFactor description endTime hours nameRef ordinalDay rank role startTime timezone</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Determination.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="determination" type="mddl:Determination">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>determinationSource period</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketCenter marketConditions marketStatusType marketType name periodType recurring start codeType dayOfWeek days delayFactor description endTime hours nameRef ordinalDay rank role startTime timezone</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DeterminationSource.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSourceGroup"/>
<xsd:element ref="mdref:determinationSourceGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DeterminationSourceGroup">
<xsd:annotation>
<xsd:documentation>
<p>The agent or method by which the determination is made.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>code marketCenter marketConditions marketStatusType marketType name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType days delayFactor description nameRef period rank role timezone dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:DeterminationSource.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="determinationSourceGroup" type="mddl:DeterminationSourceGroup"/>
<xsd:complexType name="DeterminationSource" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The agent or method by which the determination is made.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>code marketCenter marketConditions marketStatusType marketType name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType days delayFactor description nameRef period rank role timezone dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:DeterminationSource.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="determinationSource" type="mddl:DeterminationSource">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>code marketCenter marketConditions marketStatusType marketType name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType days delayFactor description nameRef period rank role timezone dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Deviation.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deviationGroup"/>
<xsd:element ref="mdref:deviationGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deviationType"/>
<xsd:element ref="mdref:deviationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DeviationGroup">
<xsd:annotation>
<xsd:documentation>
<p>A description of the deviation permissible on an issue.  Not currently used pending validity/applicability.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>deviationType firstAmount firstDate formula lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>benchmark calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType rateSpread recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType name nameRef ordinalDay rank role startTime tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Deviation.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="deviationGroup" type="mddl:DeviationGroup"/>
<xsd:complexType name="Deviation" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A description of the deviation permissible on an issue.  Not currently used pending validity/applicability.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>deviationType firstAmount firstDate formula lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>benchmark calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType rateSpread recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType name nameRef ordinalDay rank role startTime tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Deviation.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="deviation" type="mddl:Deviation">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>deviationType firstAmount firstDate formula lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>benchmark calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType rateSpread recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType name nameRef ordinalDay rank role startTime tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DeviationType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DeviationType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the type of deviation used.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/deviationType.xml"/>
</xsd:complexType>
<xsd:element name="deviationType" type="mddl:DeviationType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Diary.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diaryGroup"/>
<xsd:element ref="mdref:diaryGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="diaryGroup" type="mddl:Diary"/>
<xsd:complexType name="Diary">
<xsd:annotation>
<xsd:documentation>
<p>A journal of the schedules relevant to an issue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>schedule</mddl:applicable-properties>
<mddl:inheritable-properties>firstEvent lastEvent nextEvent scheduleEvent scheduleType calculationType code codeType crossrate currency dateTime dayOfWeek dayRuleType description duration end endTime eventValue fraction hours indicatorsType marketCenter marketStatusType multiplier nameRef ordinalDay period periodType previousDateTime quantityDescriptionType quantityType rank recurring start startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Diary.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="diary" type="mddl:Diary">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>schedule</mddl:applicable-properties>
<mddl:inheritable-properties>firstEvent lastEvent nextEvent scheduleEvent scheduleType calculationType code codeType crossrate currency dateTime dayOfWeek dayRuleType description duration end endTime eventValue fraction hours indicatorsType marketCenter marketStatusType multiplier nameRef ordinalDay period periodType previousDateTime quantityDescriptionType quantityType rank recurring start startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DistributionType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DistributionType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabularly indicating the method of distribution of assets.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/distributionType.xml"/>
</xsd:complexType>
<xsd:element name="distributionType" type="mddl:DistributionType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Dividend.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendGroup"/>
<xsd:element ref="mdref:dividendGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DividendGroup">
<xsd:annotation>
<xsd:documentation>
<p>The share of profits distributed to a holder usually on a "per share" basis.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Dividend.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="dividendGroup" type="mddl:DividendGroup"/>
<xsd:complexType name="Dividend" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The share of profits distributed to a holder usually on a "per share" basis.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Dividend.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="dividend" type="mddl:Dividend">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DividendYield.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldGroup"/>
<xsd:element ref="mdref:dividendYieldGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DividendYieldGroup">
<xsd:annotation>
<xsd:documentation>
<p>Rate of return for an equity instrument.  Generally expressed as a percentage or a coefficient of percentage.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime dividendYieldType fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:DividendYield.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="dividendYieldGroup" type="mddl:DividendYieldGroup"/>
<xsd:complexType name="DividendYield" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Rate of return for an equity instrument.  Generally expressed as a percentage or a coefficient of percentage.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime dividendYieldType fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:DividendYield.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="dividendYield" type="mddl:DividendYield">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime dividendYieldType fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="DividendYieldType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="DividendYieldType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary specifying the type of dividends used to calculate the yield provided.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/dividendYieldType.xml"/>
</xsd:complexType>
<xsd:element name="dividendYieldType" type="mddl:DividendYieldType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Duration.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Duration" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A basic range of time specified in years, months, days, hours, minutes, seconds, or partial seconds.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDuration"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="duration" type="mddl:Duration">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Earnings.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:earningsGroup"/>
<xsd:element ref="mdref:earningsGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:earningsType"/>
<xsd:element ref="mdref:earningsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EarningsGroup">
<xsd:annotation>
<xsd:documentation>
<p>Earnings reported with an instrument (typically about the issuer) as reported by the issuer or responsible agent.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime earningsType fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Earnings.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="earningsGroup" type="mddl:EarningsGroup"/>
<xsd:complexType name="Earnings" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Earnings reported with an instrument (typically about the issuer) as reported by the issuer or responsible agent.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime earningsType fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Earnings.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="earnings" type="mddl:Earnings">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime earningsType fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="EarningsRef.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EarningsRef" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Reference to which earnings value was used.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdUri"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="earningsRef" type="mddl:EarningsRef">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="EarningsType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EarningsType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating method by which "earnings" are calculated.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/earningsType.xml"/>
</xsd:complexType>
<xsd:element name="earningsType" type="mddl:EarningsType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="End.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endGroup"/>
<xsd:element ref="mdref:endGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EndGroup">
<xsd:annotation>
<xsd:documentation>
<p>Denotes the absolute dateTime of the end of a "period".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>ordinalDay</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration endTime hours periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:End.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="endGroup" type="mddl:EndGroup"/>
<xsd:complexType name="End" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Denotes the absolute dateTime of the end of a "period".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>ordinalDay</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration endTime hours periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:End.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="end" type="mddl:End">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>ordinalDay</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration endTime hours periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="EndTime.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EndTime" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Denotes the absolute end time.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="endTime" type="mddl:EndTime">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Enhancement.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:enhancementGroup"/>
<xsd:element ref="mdref:enhancementGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:support"/>
<xsd:element ref="mdref:support"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programSpecific"/>
<xsd:element ref="mdref:programSpecific"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EnhancementGroup">
<xsd:annotation>
<xsd:documentation>
<p>The parameters of the enhancement or support provided.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period programSpecific support</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction indicatorsType marketCenter multiplier partiesInvolved periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType address agent agentType code codeType country dayOfWeek description endTime entityType hours industryIdentifier location locationType marketStatusType municipality name nameRef ordinalDay partyStatusType postalCode rank region role startTime stateOrProvince valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Enhancement.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="enhancementGroup" type="mddl:EnhancementGroup"/>
<xsd:complexType name="Enhancement" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The parameters of the enhancement or support provided.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period programSpecific support</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction indicatorsType marketCenter multiplier partiesInvolved periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType address agent agentType code codeType country dayOfWeek description endTime entityType hours industryIdentifier location locationType marketStatusType municipality name nameRef ordinalDay partyStatusType postalCode rank region role startTime stateOrProvince valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Enhancement.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="enhancement" type="mddl:Enhancement">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period programSpecific support</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction indicatorsType marketCenter multiplier partiesInvolved periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType address agent agentType code codeType country dayOfWeek description endTime entityType hours industryIdentifier location locationType marketStatusType municipality name nameRef ordinalDay partyStatusType postalCode rank region role startTime stateOrProvince valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="EntityDomain">
<xsd:annotation>
<xsd:documentation>
<p>Entity Domain.  Clarifying information about institutions or organizations (e.g. issuers).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>code comment entityType industryIdentifier location marketCapitalization name partyStatusType sequence address calculationType capitalizationType codeType country crossrate currency dateTime dayOfWeek dayRuleType description duration end endTime fraction hours indicatorsType locationType marketCenter marketStatusType multiplier municipality nameRef ordinalDay period periodType postalCode previousDateTime quantityDescriptionType quantityType rank recurring region replaces role start startTime stateOrProvince valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityDomainGroup"/>
<xsd:element ref="mdref:entityDomainGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerClass"/>
<xsd:element ref="mdref:issuerClass"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCapitalization"/>
<xsd:element ref="mdref:marketCapitalization"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:capitalizationType"/>
<xsd:element ref="mdref:capitalizationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="entityDomainGroup" type="mddl:EntityDomain"/>
<xsd:element name="entityDomain" type="mddl:EntityDomain">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>code comment entityType industryIdentifier location marketCapitalization name partyStatusType sequence address calculationType capitalizationType codeType country crossrate currency dateTime dayOfWeek dayRuleType description duration end endTime fraction hours indicatorsType locationType marketCenter marketStatusType multiplier municipality nameRef ordinalDay period periodType postalCode previousDateTime quantityDescriptionType quantityType rank recurring region replaces role start startTime stateOrProvince valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="EntityType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EntityType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary denoting type of entity (e.g. individual, corporation) described.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/entityType.xml"/>
</xsd:complexType>
<xsd:element name="entityType" type="mddl:EntityType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="EquityDomain">
<xsd:annotation>
<xsd:documentation>
<p>Equity Domain.  Stock representing ownership interest in a firm.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>agencyRankings agencyRatings amountOutstanding analytics ask bid convertible debtIssueData debtPricing deferred diary dividend dividendYield earnings factor firstDealingDate firstSettlementDate industryIdentifier instrumentIdentifier issueData issuePrice marketDerivedInfo mid orderbook peRatio revenues sequence session spread trade underlying underlyingCount volatility accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness amortization amortizationBehavior amortizationType amountOutstandingType announcementDate auctionDate background baseValue benchmark caeType calculationType callable callableType callConditionType capped change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant creditEnhancement creditEnhancementType crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta denomination depositoryName depositorySystem description determination determinationSource dividendYieldType duration earningsRef earningsType end endTime enhancement entityType eventValue exercisePrice exerciseRights exerciseRightsType extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType increment incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestPayment interestPaymentContainer interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay overAllotment partial partiesInvolved partyStatusType payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate peRatioType period periodType placeOfListing placeOfTrade postalCode precision previousDateTime priceRef principalProtection principalRepayment principalRepaymentContainer programSpecific programType putable putableType putConditionType quantityDescriptionType quantityType quotation rank ranking rate rateChangeType rateMethodChange rateSpread rating ratingType recordingDate recurring redeemable redemption redemptionType refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType restrictionsExist role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType sessionStatusType settlement settlementDate settlementType sinkable sinkableComputationType sinkableType size softCall specialRedemption start startTime stateOrProvince strippable stripType subscriptions support targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:equityDomainGroup"/>
<xsd:element ref="mdref:equityDomainGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:commonClass"/>
<xsd:element ref="mdref:commonClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositaryClass"/>
<xsd:element ref="mdref:depositaryClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partnershipClass"/>
<xsd:element ref="mdref:partnershipClass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:preferredClass"/>
<xsd:element ref="mdref:preferredClass"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agencyRankings"/>
<xsd:element ref="mdref:agencyRankings"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agencyRatings"/>
<xsd:element ref="mdref:agencyRatings"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amountOutstanding"/>
<xsd:element ref="mdref:amountOutstanding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:analytics"/>
<xsd:element ref="mdref:analytics"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIssueData"/>
<xsd:element ref="mdref:debtIssueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtPricing"/>
<xsd:element ref="mdref:debtPricing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deferred"/>
<xsd:element ref="mdref:deferred"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:earnings"/>
<xsd:element ref="mdref:earnings"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:factor"/>
<xsd:element ref="mdref:factor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDealingDate"/>
<xsd:element ref="mdref:firstDealingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstSettlementDate"/>
<xsd:element ref="mdref:firstSettlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketDerivedInfo"/>
<xsd:element ref="mdref:marketDerivedInfo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:peRatio"/>
<xsd:element ref="mdref:peRatio"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:revenues"/>
<xsd:element ref="mdref:revenues"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:session"/>
<xsd:element ref="mdref:session"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatility"/>
<xsd:element ref="mdref:volatility"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortization"/>
<xsd:element ref="mdref:amortization"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationBehavior"/>
<xsd:element ref="mdref:amortizationBehavior"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amortizationType"/>
<xsd:element ref="mdref:amortizationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:amountOutstandingType"/>
<xsd:element ref="mdref:amountOutstandingType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callable"/>
<xsd:element ref="mdref:callable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:capped"/>
<xsd:element ref="mdref:capped"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:creditEnhancement"/>
<xsd:element ref="mdref:creditEnhancement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:creditEnhancementType"/>
<xsd:element ref="mdref:creditEnhancementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:denomination"/>
<xsd:element ref="mdref:denomination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:earningsRef"/>
<xsd:element ref="mdref:earningsRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:earningsType"/>
<xsd:element ref="mdref:earningsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:enhancement"/>
<xsd:element ref="mdref:enhancement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePrice"/>
<xsd:element ref="mdref:exercisePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:increment"/>
<xsd:element ref="mdref:increment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestPayment"/>
<xsd:element ref="mdref:interestPayment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestPaymentContainer"/>
<xsd:element ref="mdref:interestPaymentContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limited"/>
<xsd:element ref="mdref:limited"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:overAllotment"/>
<xsd:element ref="mdref:overAllotment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payableInKind"/>
<xsd:element ref="mdref:payableInKind"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payment"/>
<xsd:element ref="mdref:payment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDate"/>
<xsd:element ref="mdref:paymentDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:peRatioType"/>
<xsd:element ref="mdref:peRatioType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:priceRef"/>
<xsd:element ref="mdref:priceRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:principalProtection"/>
<xsd:element ref="mdref:principalProtection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:principalRepayment"/>
<xsd:element ref="mdref:principalRepayment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:principalRepaymentContainer"/>
<xsd:element ref="mdref:principalRepaymentContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programSpecific"/>
<xsd:element ref="mdref:programSpecific"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putable"/>
<xsd:element ref="mdref:putable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putableType"/>
<xsd:element ref="mdref:putableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putConditionType"/>
<xsd:element ref="mdref:putConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ranking"/>
<xsd:element ref="mdref:ranking"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rating"/>
<xsd:element ref="mdref:rating"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ratingType"/>
<xsd:element ref="mdref:ratingType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recordingDate"/>
<xsd:element ref="mdref:recordingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redeemable"/>
<xsd:element ref="mdref:redeemable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redemption"/>
<xsd:element ref="mdref:redemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redemptionType"/>
<xsd:element ref="mdref:redemptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:restrictionsExist"/>
<xsd:element ref="mdref:restrictionsExist"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sessionStatusType"/>
<xsd:element ref="mdref:sessionStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sinkable"/>
<xsd:element ref="mdref:sinkable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sinkableComputationType"/>
<xsd:element ref="mdref:sinkableComputationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sinkableType"/>
<xsd:element ref="mdref:sinkableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:strippable"/>
<xsd:element ref="mdref:strippable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stripType"/>
<xsd:element ref="mdref:stripType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:subscriptions"/>
<xsd:element ref="mdref:subscriptions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:support"/>
<xsd:element ref="mdref:support"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityCalculationType"/>
<xsd:element ref="mdref:volatilityCalculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityType"/>
<xsd:element ref="mdref:volatilityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="equityDomainGroup" type="mddl:EquityDomain"/>
<xsd:element name="equityDomain" type="mddl:EquityDomain">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>agencyRankings agencyRatings amountOutstanding analytics ask bid convertible debtIssueData debtPricing deferred diary dividend dividendYield earnings factor firstDealingDate firstSettlementDate industryIdentifier instrumentIdentifier issueData issuePrice marketDerivedInfo mid orderbook peRatio revenues sequence session spread trade underlying underlyingCount volatility accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness amortization amortizationBehavior amortizationType amountOutstandingType announcementDate auctionDate background baseValue benchmark caeType calculationType callable callableType callConditionType capped change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant creditEnhancement creditEnhancementType crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta denomination depositoryName depositorySystem description determination determinationSource dividendYieldType duration earningsRef earningsType end endTime enhancement entityType eventValue exercisePrice exerciseRights exerciseRightsType extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType increment incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestPayment interestPaymentContainer interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay overAllotment partial partiesInvolved partyStatusType payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate peRatioType period periodType placeOfListing placeOfTrade postalCode precision previousDateTime priceRef principalProtection principalRepayment principalRepaymentContainer programSpecific programType putable putableType putConditionType quantityDescriptionType quantityType quotation rank ranking rate rateChangeType rateMethodChange rateSpread rating ratingType recordingDate recurring redeemable redemption redemptionType refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType restrictionsExist role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType sessionStatusType settlement settlementDate settlementType sinkable sinkableComputationType sinkableType size softCall specialRedemption start startTime stateOrProvince strippable stripType subscriptions support targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="Event">
<xsd:annotation>
<xsd:documentation>
<p>Container to hold a single-time collection of data in a timeseries.  Content model contains a "snap" with additional "dateTime" and "eventType" properties.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>element</mddl:schema-classification>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventType"/>
<xsd:element ref="mdref:eventType"/>
</xsd:choice>
</xsd:choice>
<xsd:element ref="mddl:snap" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="event" type="mddl:Event">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>element</mddl:schema-classification>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="EventElement.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EventElement" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Nomenclature identifying which value is changed by the scheduled event.  Should be consistent with the scheduleType.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/eventElement.xml"/>
</xsd:complexType>
<xsd:element name="eventElement" type="mddl:EventElement">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="EventType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EventType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary elaborating the type of "event" in a timeseries - the action or description for this event.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/eventType.xml"/>
</xsd:complexType>
<xsd:element name="eventType" type="mddl:EventType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="EventValue.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValueGroup"/>
<xsd:element ref="mdref:eventValueGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="EventValueGroup">
<xsd:annotation>
<xsd:documentation>
<p>The new value of the eventElement within a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:EventValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="eventValueGroup" type="mddl:EventValueGroup"/>
<xsd:complexType name="EventValue" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The new value of the eventElement within a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:EventValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="eventValue" type="mddl:EventValue">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="ExchangeTradedSubclass">
<xsd:annotation>
<xsd:documentation>
<p>Exchange Traded Subclass - Fund Class - CIV Domain.  Exchange Traded Fund.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence spread taxType underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exchangeTradedSubclassGroup"/>
<xsd:element ref="mdref:exchangeTradedSubclassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nav"/>
<xsd:element ref="mdref:nav"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:backLoad"/>
<xsd:element ref="mdref:backLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmarkStrategy"/>
<xsd:element ref="mdref:benchmarkStrategy"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:distributionType"/>
<xsd:element ref="mdref:distributionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDealingDate"/>
<xsd:element ref="mdref:firstDealingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstSettlementDate"/>
<xsd:element ref="mdref:firstSettlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:frontLoad"/>
<xsd:element ref="mdref:frontLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fundStrategyType"/>
<xsd:element ref="mdref:fundStrategyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingRestrictions"/>
<xsd:element ref="mdref:investingRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingStyle"/>
<xsd:element ref="mdref:investingStyle"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingTechniques"/>
<xsd:element ref="mdref:investingTechniques"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:numberHolders"/>
<xsd:element ref="mdref:numberHolders"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objective"/>
<xsd:element ref="mdref:objective"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:purchasingMinimums"/>
<xsd:element ref="mdref:purchasingMinimums"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:qualifiedPlans"/>
<xsd:element ref="mdref:qualifiedPlans"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objectiveType"/>
<xsd:element ref="mdref:objectiveType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="exchangeTradedSubclassGroup" type="mddl:ExchangeTradedSubclass"/>
<xsd:element name="exchangeTradedSubclass" type="mddl:ExchangeTradedSubclass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence spread taxType underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ExercisePrice.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePriceGroup"/>
<xsd:element ref="mdref:exercisePriceGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ExercisePriceGroup">
<xsd:annotation>
<xsd:documentation>
<p>The exercise (strike) price of options, futures, warrants, etc.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ExercisePrice.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="exercisePriceGroup" type="mddl:ExercisePriceGroup"/>
<xsd:complexType name="ExercisePrice" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The exercise (strike) price of options, futures, warrants, etc.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:ExercisePrice.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="exercisePrice" type="mddl:ExercisePrice">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ExerciseRights.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsGroup"/>
<xsd:element ref="mdref:exerciseRightsGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="exerciseRightsGroup" type="mddl:ExerciseRights"/>
<xsd:complexType name="ExerciseRights">
<xsd:annotation>
<xsd:documentation>
<p>The rights and timeframe of the holder to exercise issue options.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>exerciseRightsType firstAmount firstDate lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ExerciseRights.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="exerciseRights" type="mddl:ExerciseRights">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>exerciseRightsType firstAmount firstDate lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ExerciseRightsType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ExerciseRightsType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary denoting the specific type of right that could be exercised.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/exerciseRightsType.xml"/>
</xsd:complexType>
<xsd:element name="exerciseRightsType" type="mddl:ExerciseRightsType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Extendible.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleGroup"/>
<xsd:element ref="mdref:extendibleGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ExtendibleGroup">
<xsd:annotation>
<xsd:documentation>
<p>Signifies that instrument is extendible (e.g. repayment may be extended or maturity changed) and at what times the extension must be claimed.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>days extendibleDate issuerChoice mandatory period</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration end firstDate indicatorsType lastDate marketCenter penultimateDate periodType recurring schedule start calculationType code codeType crossrate currency dateTime description endTime eventValue firstEvent fraction hours lastEvent marketStatusType multiplier nameRef nextEvent ordinalDay previousDateTime quantityDescriptionType quantityType rank scheduleEvent scheduleType startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Extendible.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="extendibleGroup" type="mddl:ExtendibleGroup"/>
<xsd:complexType name="Extendible" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Signifies that instrument is extendible (e.g. repayment may be extended or maturity changed) and at what times the extension must be claimed.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>days extendibleDate issuerChoice mandatory period</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration end firstDate indicatorsType lastDate marketCenter penultimateDate periodType recurring schedule start calculationType code codeType crossrate currency dateTime description endTime eventValue firstEvent fraction hours lastEvent marketStatusType multiplier nameRef nextEvent ordinalDay previousDateTime quantityDescriptionType quantityType rank scheduleEvent scheduleType startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:group ref="mddl:Extendible.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="extendible" type="mddl:Extendible">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>days extendibleDate issuerChoice mandatory period</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration end firstDate indicatorsType lastDate marketCenter penultimateDate periodType recurring schedule start calculationType code codeType crossrate currency dateTime description endTime eventValue firstEvent fraction hours lastEvent marketStatusType multiplier nameRef nextEvent ordinalDay previousDateTime quantityDescriptionType quantityType rank scheduleEvent scheduleType startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ExtendibleDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDateGroup"/>
<xsd:element ref="mdref:extendibleDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ExtendibleDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) when a date may be extended.  Multiple periods require a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType firstDate indicatorsType lastDate marketCenter penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>code duration end firstEvent lastEvent marketStatusType nextEvent periodType recurring scheduleEvent scheduleType start calculationType codeType crossrate currency dateTime dayOfWeek description endTime eventValue fraction hours multiplier nameRef ordinalDay previousDateTime quantityDescriptionType quantityType rank startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:ExtendibleDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="extendibleDateGroup" type="mddl:ExtendibleDateGroup"/>
<xsd:complexType name="ExtendibleDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) when a date may be extended.  Multiple periods require a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType firstDate indicatorsType lastDate marketCenter penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>code duration end firstEvent lastEvent marketStatusType nextEvent periodType recurring scheduleEvent scheduleType start calculationType codeType crossrate currency dateTime dayOfWeek description endTime eventValue fraction hours multiplier nameRef ordinalDay previousDateTime quantityDescriptionType quantityType rank startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:ExtendibleDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="extendibleDate" type="mddl:ExtendibleDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType firstDate indicatorsType lastDate marketCenter penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>code duration end firstEvent lastEvent marketStatusType nextEvent periodType recurring scheduleEvent scheduleType start calculationType codeType crossrate currency dateTime dayOfWeek description endTime eventValue fraction hours multiplier nameRef ordinalDay previousDateTime quantityDescriptionType quantityType rank startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="FaceValue.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValueGroup"/>
<xsd:element ref="mdref:faceValueGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FaceValueGroup">
<xsd:annotation>
<xsd:documentation>
<p>The face or par value of the instrument to be paid by the issuer at the maturity date.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime debtIndicatorsType fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:FaceValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="faceValueGroup" type="mddl:FaceValueGroup"/>
<xsd:complexType name="FaceValue" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The face or par value of the instrument to be paid by the issuer at the maturity date.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime debtIndicatorsType fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:FaceValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="faceValue" type="mddl:FaceValue">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime debtIndicatorsType fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Factor.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:factorGroup"/>
<xsd:element ref="mdref:factorGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FactorGroup">
<xsd:annotation>
<xsd:documentation>
<p>The percentage of principal outstanding as the debt instrument (mortgage) pays down.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType schedule valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code firstEvent lastEvent marketStatusType nextEvent scheduleEvent scheduleType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime eventValue hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Factor.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="factorGroup" type="mddl:FactorGroup"/>
<xsd:complexType name="Factor" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The percentage of principal outstanding as the debt instrument (mortgage) pays down.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType schedule valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code firstEvent lastEvent marketStatusType nextEvent scheduleEvent scheduleType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime eventValue hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Factor.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="factor" type="mddl:Factor">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType schedule valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code firstEvent lastEvent marketStatusType nextEvent scheduleEvent scheduleType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime eventValue hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="FirstAmount.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmountGroup"/>
<xsd:element ref="mdref:firstAmountGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FirstAmountGroup">
<xsd:annotation>
<xsd:documentation>
<p>First amount for this item (e.g. first payment amount for a bond).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier paymentDelay previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType period valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:FirstAmount.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="firstAmountGroup" type="mddl:FirstAmountGroup"/>
<xsd:complexType name="FirstAmount" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>First amount for this item (e.g. first payment amount for a bond).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier paymentDelay previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType period valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:FirstAmount.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="firstAmount" type="mddl:FirstAmount">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier paymentDelay previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType period valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="FirstDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDateGroup"/>
<xsd:element ref="mdref:firstDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FirstDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) of first occurrence (e.g. when first interest payment is due).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:FirstDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="firstDateGroup" type="mddl:FirstDateGroup"/>
<xsd:complexType name="FirstDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) of first occurrence (e.g. when first interest payment is due).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:FirstDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="firstDate" type="mddl:FirstDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="FirstDealingDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDealingDateGroup"/>
<xsd:element ref="mdref:firstDealingDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FirstDealingDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) when instrument was first negotiated.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:FirstDealingDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="firstDealingDateGroup" type="mddl:FirstDealingDateGroup"/>
<xsd:complexType name="FirstDealingDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) when instrument was first negotiated.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:FirstDealingDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="firstDealingDate" type="mddl:FirstDealingDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="FirstEvent.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEventGroup"/>
<xsd:element ref="mdref:firstEventGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FirstEventGroup">
<xsd:annotation>
<xsd:documentation>
<p>The first event that takes place within a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>eventValue indicatorsType period</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction marketCenter multiplier periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType code codeType dayOfWeek description endTime hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:FirstEvent.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="firstEventGroup" type="mddl:FirstEventGroup"/>
<xsd:complexType name="FirstEvent" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The first event that takes place within a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>eventValue indicatorsType period</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction marketCenter multiplier periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType code codeType dayOfWeek description endTime hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdUri"/>
<xsd:group ref="mddl:FirstEvent.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="firstEvent" type="mddl:FirstEvent">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>eventValue indicatorsType period</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction marketCenter multiplier periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType code codeType dayOfWeek description endTime hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="FirstSettlementDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstSettlementDateGroup"/>
<xsd:element ref="mdref:firstSettlementDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FirstSettlementDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) when instrument was first settled.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:FirstSettlementDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="firstSettlementDateGroup" type="mddl:FirstSettlementDateGroup"/>
<xsd:complexType name="FirstSettlementDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) when instrument was first settled.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:FirstSettlementDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="firstSettlementDate" type="mddl:FirstSettlementDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="ForeignExchangeDomain">
<xsd:annotation>
<xsd:documentation>
<p>Foreign Exchange Domain.  Instruments for foreign exchange.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties>ask bid industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread trade</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:foreignExchangeDomainGroup"/>
<xsd:element ref="mdref:foreignExchangeDomainGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="foreignExchangeDomainGroup" type="mddl:ForeignExchangeDomain"/>
<xsd:element name="foreignExchangeDomain" type="mddl:ForeignExchangeDomain">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties>ask bid industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread trade</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Formula.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formulaGroup"/>
<xsd:element ref="mdref:formulaGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FormulaGroup">
<xsd:annotation>
<xsd:documentation>
<p>Textual representation or description of the formula used in calculation.  The descriptive fields imply the basic formula "multiplier*benchmark + rateSpread".  NOTE: The formula will be revised to permit more complicated calculations (similar to a "when" clause).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>benchmark multiplier rateSpread</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType code dateTime fraction indicatorsType marketCenter name previousDateTime quantityDescriptionType quantityType tranche valuationRef valuationType codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring role start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Formula.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="formulaGroup" type="mddl:FormulaGroup"/>
<xsd:complexType name="Formula" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Textual representation or description of the formula used in calculation.  The descriptive fields imply the basic formula "multiplier*benchmark + rateSpread".  NOTE: The formula will be revised to permit more complicated calculations (similar to a "when" clause).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>benchmark multiplier rateSpread</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType code dateTime fraction indicatorsType marketCenter name previousDateTime quantityDescriptionType quantityType tranche valuationRef valuationType codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring role start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Formula.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="formula" type="mddl:Formula">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>benchmark multiplier rateSpread</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType code dateTime fraction indicatorsType marketCenter name previousDateTime quantityDescriptionType quantityType tranche valuationRef valuationType codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring role start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="ForwardClass">
<xsd:annotation>
<xsd:documentation>
<p>Derivative Domain - Forward class.  A forward settles on a future date after the spot date.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:forwardClassGroup"/>
<xsd:element ref="mdref:forwardClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callable"/>
<xsd:element ref="mdref:callable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePrice"/>
<xsd:element ref="mdref:exercisePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putable"/>
<xsd:element ref="mdref:putable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redeemable"/>
<xsd:element ref="mdref:redeemable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limited"/>
<xsd:element ref="mdref:limited"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putableType"/>
<xsd:element ref="mdref:putableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putConditionType"/>
<xsd:element ref="mdref:putConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="forwardClassGroup" type="mddl:ForwardClass"/>
<xsd:element name="forwardClass" type="mddl:ForwardClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Fraction.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Fraction">
<xsd:annotation>
<xsd:documentation>
<p>Indicates that the number is actually a fraction. "actualDenominator" gives a clue to the denominator of the value (assume 1).  If the value is intended to be displayed with a different denominator, "displayDenominator" provides this clue.  "displayNumerator" specifies absolutely the fraction to be displayed.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity" final="true">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="actualDenominator" type="xsd:integer" use="required"/>
<xsd:attribute name="displayDenominator" type="xsd:integer" use="optional"/>
<xsd:attribute name="displayNumerator" type="xsd:integer" use="optional"/>
</xsd:complexType>
<xsd:element name="fraction" type="mddl:Fraction">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity" final="true">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="FrontLoad.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:frontLoadGroup"/>
<xsd:element ref="mdref:frontLoadGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FrontLoadGroup">
<xsd:annotation>
<xsd:documentation>
<p>frontLoad.  TO BE REMOVED PENDING VERIFICATION.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:FrontLoad.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="frontLoadGroup" type="mddl:FrontLoadGroup"/>
<xsd:complexType name="FrontLoad" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>frontLoad.  TO BE REMOVED PENDING VERIFICATION.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:FrontLoad.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="frontLoad" type="mddl:FrontLoad">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="FundClass">
<xsd:annotation>
<xsd:documentation>
<p>Fund Class - Collective Investment Vehicle Domain.  Fund.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence session spread taxType underlying underlyingCount volatility accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType sessionStatusType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fundClassGroup"/>
<xsd:element ref="mdref:fundClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exchangeTradedSubclass"/>
<xsd:element ref="mdref:exchangeTradedSubclass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:insuranceSubclass"/>
<xsd:element ref="mdref:insuranceSubclass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:moneyMarketSubclass"/>
<xsd:element ref="mdref:moneyMarketSubclass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mutualSubclass"/>
<xsd:element ref="mdref:mutualSubclass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:umbrellaSubclass"/>
<xsd:element ref="mdref:umbrellaSubclass"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:backLoad"/>
<xsd:element ref="mdref:backLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmarkStrategy"/>
<xsd:element ref="mdref:benchmarkStrategy"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:distributionType"/>
<xsd:element ref="mdref:distributionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDealingDate"/>
<xsd:element ref="mdref:firstDealingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstSettlementDate"/>
<xsd:element ref="mdref:firstSettlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:frontLoad"/>
<xsd:element ref="mdref:frontLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fundStrategyType"/>
<xsd:element ref="mdref:fundStrategyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingRestrictions"/>
<xsd:element ref="mdref:investingRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingStyle"/>
<xsd:element ref="mdref:investingStyle"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingTechniques"/>
<xsd:element ref="mdref:investingTechniques"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nav"/>
<xsd:element ref="mdref:nav"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:numberHolders"/>
<xsd:element ref="mdref:numberHolders"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objective"/>
<xsd:element ref="mdref:objective"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:purchasingMinimums"/>
<xsd:element ref="mdref:purchasingMinimums"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:qualifiedPlans"/>
<xsd:element ref="mdref:qualifiedPlans"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:session"/>
<xsd:element ref="mdref:session"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatility"/>
<xsd:element ref="mdref:volatility"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objectiveType"/>
<xsd:element ref="mdref:objectiveType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sessionStatusType"/>
<xsd:element ref="mdref:sessionStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityCalculationType"/>
<xsd:element ref="mdref:volatilityCalculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityType"/>
<xsd:element ref="mdref:volatilityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="fundClassGroup" type="mddl:FundClass"/>
<xsd:element name="fundClass" type="mddl:FundClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence session spread taxType underlying underlyingCount volatility accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType sessionStatusType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="FundStrategyType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="FundStrategyType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary enumerating the guiding strategy of the fund.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/fundStrategyType.xml"/>
</xsd:complexType>
<xsd:element name="fundStrategyType" type="mddl:FundStrategyType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="FutureClass">
<xsd:annotation>
<xsd:documentation>
<p>Derivative Domain - Future class.  A future is a standardized, transferable, exchange-traded contract that requires delivery of a commodity, bond, currency, or stock, at a specified price (the strike price) on a specified future date.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable contractValueMultiplier convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence sharesControlled spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:futureClassGroup"/>
<xsd:element ref="mdref:futureClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:contractValueMultiplier"/>
<xsd:element ref="mdref:contractValueMultiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sharesControlled"/>
<xsd:element ref="mdref:sharesControlled"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callable"/>
<xsd:element ref="mdref:callable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePrice"/>
<xsd:element ref="mdref:exercisePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putable"/>
<xsd:element ref="mdref:putable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redeemable"/>
<xsd:element ref="mdref:redeemable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limited"/>
<xsd:element ref="mdref:limited"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putableType"/>
<xsd:element ref="mdref:putableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putConditionType"/>
<xsd:element ref="mdref:putConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="futureClassGroup" type="mddl:FutureClass"/>
<xsd:element name="futureClass" type="mddl:FutureClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable contractValueMultiplier convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence sharesControlled spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="GoverningLaw.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLawGroup"/>
<xsd:element ref="mdref:governingLawGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="GoverningLawGroup">
<xsd:annotation>
<xsd:documentation>
<p>A reference to the law, laws, or jurisdiction relating to the issue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>jurisdictionType location rulesType</mddl:applicable-properties>
<mddl:inheritable-properties>address country locationType municipality postalCode region stateOrProvince code codeType dayOfWeek dayRuleType description duration end endTime hours name nameRef ordinalDay period periodType rank recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:GoverningLaw.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="governingLawGroup" type="mddl:GoverningLawGroup"/>
<xsd:complexType name="GoverningLaw" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A reference to the law, laws, or jurisdiction relating to the issue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>jurisdictionType location rulesType</mddl:applicable-properties>
<mddl:inheritable-properties>address country locationType municipality postalCode region stateOrProvince code codeType dayOfWeek dayRuleType description duration end endTime hours name nameRef ordinalDay period periodType rank recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:GoverningLaw.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="governingLaw" type="mddl:GoverningLaw">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>jurisdictionType location rulesType</mddl:applicable-properties>
<mddl:inheritable-properties>address country locationType municipality postalCode region stateOrProvince code codeType dayOfWeek dayRuleType description duration end endTime hours name nameRef ordinalDay period periodType rank recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="Header">
<xsd:annotation>
<xsd:documentation>
<p>Preamble to MDDL document containing identifying marks of provider and general reference material.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>element</mddl:schema-classification>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:element ref="mddl:query" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:references" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="mddl:schemeInfo" minOccurs="1" maxOccurs="1"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="header" type="mddl:Header">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>element</mddl:schema-classification>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="High.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:highGroup"/>
<xsd:element ref="mdref:highGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="HighGroup">
<xsd:annotation>
<xsd:documentation>
<p>The highest valuation over the period specified.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:High.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="highGroup" type="mddl:HighGroup"/>
<xsd:complexType name="High" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The highest valuation over the period specified.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:High.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="high" type="mddl:High">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Hours.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Hours">
<xsd:annotation>
<xsd:documentation>
<p>General operating hours (time) including start/end and/or possibly duration.  Similar to period but intended to hold time only for the current day.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>duration endTime periodType startTime</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Hours.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="hours" type="mddl:Hours">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>duration endTime periodType startTime</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IncomeType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IncomeType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary denoting the type of income, if any, generated by this issue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/incomeType.xml"/>
</xsd:complexType>
<xsd:element name="incomeType" type="mddl:IncomeType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Increment.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Increment" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The value at which a number (e.g. denomination) is incremented.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="increment" type="mddl:Increment">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Incremental.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incrementalGroup"/>
<xsd:element ref="mdref:incrementalGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="incrementalGroup" type="mddl:Incremental"/>
<xsd:complexType name="Incremental">
<xsd:annotation>
<xsd:documentation>
<p>Container for limits of an incremental change to the parent value.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>maxVal minVal</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType code codeType dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Incremental.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="incremental" type="mddl:Incremental">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>maxVal minVal</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType code codeType dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="IndexDomain">
<xsd:annotation>
<xsd:documentation>
<p>Index Domain.  Statistical composite indicating relative change in a particular market or collection of instruments.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties>component indexBaseDate indexBaseValue indexMethodology indexMultiplier indexObjective indexValue indexWeighting industryIdentifier instrumentIdentifier issueData sequence</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentIdentifier componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms timezone tradingRestrictionsType tranche transferSize underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType votingRightsType weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexDomainGroup"/>
<xsd:element ref="mdref:indexDomainGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:component"/>
<xsd:element ref="mdref:component"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexMethodology"/>
<xsd:element ref="mdref:indexMethodology"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexObjective"/>
<xsd:element ref="mdref:indexObjective"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexBaseDate"/>
<xsd:element ref="mdref:indexBaseDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexBaseValue"/>
<xsd:element ref="mdref:indexBaseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexMultiplier"/>
<xsd:element ref="mdref:indexMultiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexWeighting"/>
<xsd:element ref="mdref:indexWeighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexValue"/>
<xsd:element ref="mdref:indexValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentIdentifier"/>
<xsd:element ref="mdref:componentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="indexDomainGroup" type="mddl:IndexDomain"/>
<xsd:element name="indexDomain" type="mddl:IndexDomain">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties>component indexBaseDate indexBaseValue indexMethodology indexMultiplier indexObjective indexValue indexWeighting industryIdentifier instrumentIdentifier issueData sequence</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentIdentifier componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms timezone tradingRestrictionsType tranche transferSize underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType votingRightsType weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IndexBaseDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexBaseDateGroup"/>
<xsd:element ref="mdref:indexBaseDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IndexBaseDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>The date at which the "indexBaseValue" was determined.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IndexBaseDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="indexBaseDateGroup" type="mddl:IndexBaseDateGroup"/>
<xsd:complexType name="IndexBaseDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The date at which the "indexBaseValue" was determined.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:IndexBaseDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="indexBaseDate" type="mddl:IndexBaseDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IndexBaseValue.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexBaseValueGroup"/>
<xsd:element ref="mdref:indexBaseValueGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IndexBaseValueGroup">
<xsd:annotation>
<xsd:documentation>
<p>Value added to the indexMultiplier modified sum of the components before applying the indexWeighting.  See indexValue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IndexBaseValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="indexBaseValueGroup" type="mddl:IndexBaseValueGroup"/>
<xsd:complexType name="IndexBaseValue" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Value added to the indexMultiplier modified sum of the components before applying the indexWeighting.  See indexValue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:IndexBaseValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="indexBaseValue" type="mddl:IndexBaseValue">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IndexMethodology.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IndexMethodology" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A detailed textual description of the index and the methodology used in determining the components and weighting factors of the index.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="indexMethodology" type="mddl:IndexMethodology">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IndexMultiplier.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IndexMultiplier" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Used in calculation of an index per the basic index formula.  Multiplied by the sum of the components before the indexBaseValue is added.  See indexValue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="indexMultiplier" type="mddl:IndexMultiplier">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IndexObjective.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IndexObjective" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A short description of the purpose of the index indicating the target audience or interest.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="indexObjective" type="mddl:IndexObjective">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IndexValue.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indexValueGroup"/>
<xsd:element ref="mdref:indexValueGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="indexValueGroup" type="mddl:IndexValue"/>
<xsd:complexType name="IndexValue">
<xsd:annotation>
<xsd:documentation>
<p>The value of the index at the current time (after index calculation performed).  The basic formula is indexValue = [(sum of componentValues) * multiplier + indexBaseValue] * indexWeighting.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType valuationRef valuationType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType rank recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IndexValue.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="indexValue" type="mddl:IndexValue">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType valuationRef valuationType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType rank recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IndexWeighting.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IndexWeighting" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Used in calculation of an index per the basic index formula.  Multiplied by the indexMultiplier modified sum of the components after adding the indexBaseValue.  See indexValue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="indexWeighting" type="mddl:IndexWeighting">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="IndicatorsDomain">
<xsd:annotation>
<xsd:documentation>
<p>Indicators Domain.  For all non-index indicators that are NOT instruments of their own.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>industryIdentifier instrumentIdentifier interestRate issueData sequence accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType clearingHouse clearingProcess clearingSettlement clearingSystem closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms timezone tradingRestrictionsType tranche transferSize underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType votingRightsType weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsDomainGroup"/>
<xsd:element ref="mdref:indicatorsDomainGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateClass"/>
<xsd:element ref="mdref:interestRateClass"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="indicatorsDomainGroup" type="mddl:IndicatorsDomain"/>
<xsd:element name="indicatorsDomain" type="mddl:IndicatorsDomain">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>domain</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>industryIdentifier instrumentIdentifier interestRate issueData sequence accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType clearingHouse clearingProcess clearingSettlement clearingSystem closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms timezone tradingRestrictionsType tranche transferSize underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType votingRightsType weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IndicatorsType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IndicatorsType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary containing various indicators about the current value (e.g. estimated, official).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/indicatorsType.xml"/>
</xsd:complexType>
<xsd:element name="indicatorsType" type="mddl:IndicatorsType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IndustryIdentifier.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifierGroup"/>
<xsd:element ref="mdref:industryIdentifierGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="industryIdentifierGroup" type="mddl:IndustryIdentifier"/>
<xsd:complexType name="IndustryIdentifier">
<xsd:annotation>
<xsd:documentation>
<p>Identifies the industry that this entity (e.g. issuer, issuer) is associated with.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IndustryIdentifier.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="industryIdentifier" type="mddl:IndustryIdentifier">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InstrumentData.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentDataGroup"/>
<xsd:element ref="mdref:instrumentDataGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="instrumentDataGroup" type="mddl:InstrumentData"/>
<xsd:complexType name="InstrumentData">
<xsd:annotation>
<xsd:documentation>
<p>Container for basic amplifying information about the instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>background comment instrumentFormType instrumentType lastCAE tradingRestrictionsType</mddl:applicable-properties>
<mddl:inheritable-properties>caeType dateTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:InstrumentData.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="instrumentData" type="mddl:InstrumentData">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>background comment instrumentFormType instrumentType lastCAE tradingRestrictionsType</mddl:applicable-properties>
<mddl:inheritable-properties>caeType dateTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InstrumentFormType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="InstrumentFormType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary denoting the basic form of the instrument (if purchased).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/instrumentFormType.xml"/>
</xsd:complexType>
<xsd:element name="instrumentFormType" type="mddl:InstrumentFormType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InstrumentIdentifier.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifierGroup"/>
<xsd:element ref="mdref:instrumentIdentifierGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="instrumentIdentifierGroup" type="mddl:InstrumentIdentifier"/>
<xsd:complexType name="InstrumentIdentifier">
<xsd:annotation>
<xsd:documentation>
<p>Identifies the instrument for the corresponding market data, calculations, or valuations.  It may contain many codes from many schemes with multiple names (including multiple languages).  The intent is that enough information be given to uniquely identify the instrument.  Note that an instrument may have several identifiers which specify different scope (e.g. market vs. international).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code instrumentData instrumentStatusType marketIdentifier name scopeType segmentIdentifier tranche</mddl:applicable-properties>
<mddl:inheritable-properties>background codeType comment description instrumentFormType instrumentType lastCAE marketCenter marketConditions marketStatusType marketType nameRef period rank role segmentType tradingRestrictionsType caeType dateTime dayOfWeek dayRuleType days delayFactor duration end endTime hours ordinalDay periodType recurring start startTime timezone</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:InstrumentIdentifier.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="instrumentIdentifier" type="mddl:InstrumentIdentifier">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code instrumentData instrumentStatusType marketIdentifier name scopeType segmentIdentifier tranche</mddl:applicable-properties>
<mddl:inheritable-properties>background codeType comment description instrumentFormType instrumentType lastCAE marketCenter marketConditions marketStatusType marketType nameRef period rank role segmentType tradingRestrictionsType caeType dateTime dayOfWeek dayRuleType days delayFactor duration end endTime hours ordinalDay periodType recurring start startTime timezone</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InstrumentStatusType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="InstrumentStatusType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying the current status of the instrument with relation to the identifying information (e.g. listed or superseded).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/instrumentStatusType.xml"/>
</xsd:complexType>
<xsd:element name="instrumentStatusType" type="mddl:InstrumentStatusType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InstrumentType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="InstrumentType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the classification or type of instrument (e.g. ISO 10962 CFI code for Classification of Financial Instruments).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/instrumentType.xml"/>
</xsd:complexType>
<xsd:element name="instrumentType" type="mddl:InstrumentType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="InsuranceSubclass">
<xsd:annotation>
<xsd:documentation>
<p>Insurance Subclass - Fund Class - CIV Domain.  Insurance Fund.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence spread taxType underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:insuranceSubclassGroup"/>
<xsd:element ref="mdref:insuranceSubclassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nav"/>
<xsd:element ref="mdref:nav"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:backLoad"/>
<xsd:element ref="mdref:backLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmarkStrategy"/>
<xsd:element ref="mdref:benchmarkStrategy"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:distributionType"/>
<xsd:element ref="mdref:distributionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDealingDate"/>
<xsd:element ref="mdref:firstDealingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstSettlementDate"/>
<xsd:element ref="mdref:firstSettlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:frontLoad"/>
<xsd:element ref="mdref:frontLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fundStrategyType"/>
<xsd:element ref="mdref:fundStrategyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingRestrictions"/>
<xsd:element ref="mdref:investingRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingStyle"/>
<xsd:element ref="mdref:investingStyle"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingTechniques"/>
<xsd:element ref="mdref:investingTechniques"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:numberHolders"/>
<xsd:element ref="mdref:numberHolders"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objective"/>
<xsd:element ref="mdref:objective"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:purchasingMinimums"/>
<xsd:element ref="mdref:purchasingMinimums"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:qualifiedPlans"/>
<xsd:element ref="mdref:qualifiedPlans"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objectiveType"/>
<xsd:element ref="mdref:objectiveType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="insuranceSubclassGroup" type="mddl:InsuranceSubclass"/>
<xsd:element name="insuranceSubclass" type="mddl:InsuranceSubclass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence spread taxType underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InterestPayment.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestPaymentGroup"/>
<xsd:element ref="mdref:interestPaymentGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestPaymentContainer"/>
<xsd:element ref="mdref:interestPaymentContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payableInKind"/>
<xsd:element ref="mdref:payableInKind"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payment"/>
<xsd:element ref="mdref:payment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDate"/>
<xsd:element ref="mdref:paymentDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="interestPaymentGroup" type="mddl:InterestPayment"/>
<xsd:complexType name="InterestPayment">
<xsd:annotation>
<xsd:documentation>
<p>The interest payment amount - augmented by the type of payments and when they must be made against the interest.  Multiple repayments require a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>firstAmount firstDate interestPaymentContainer lastAmount lastDate payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:InterestPayment.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="interestPayment" type="mddl:InterestPayment">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>firstAmount firstDate interestPaymentContainer lastAmount lastDate payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InterestPaymentContainer.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestPaymentContainerGroup"/>
<xsd:element ref="mdref:interestPaymentContainerGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payableInKind"/>
<xsd:element ref="mdref:payableInKind"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:payment"/>
<xsd:element ref="mdref:payment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDate"/>
<xsd:element ref="mdref:paymentDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="interestPaymentContainerGroup" type="mddl:InterestPaymentContainer"/>
<xsd:complexType name="InterestPaymentContainer">
<xsd:annotation>
<xsd:documentation>
<p>Sub-container for identifying interest payment components that change due to some conditional clause (usually time).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>firstAmount firstDate lastAmount lastDate payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:InterestPaymentContainer.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="interestPaymentContainer" type="mddl:InterestPaymentContainer">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>firstAmount firstDate lastAmount lastDate payableInKind payment paymentDate paymentDelay paymentFrequency penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="InterestRateClass">
<xsd:annotation>
<xsd:documentation>
<p>Interest Rate Class - Indicators Domain.  Interest Rate (as an indicator) Information.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>industryIdentifier instrumentIdentifier interestRate issueData sequence</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType clearingHouse clearingProcess clearingSettlement clearingSystem closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms timezone tradingRestrictionsType tranche transferSize underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType votingRightsType weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateClassGroup"/>
<xsd:element ref="mdref:interestRateClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="interestRateClassGroup" type="mddl:InterestRateClass"/>
<xsd:element name="interestRateClass" type="mddl:InterestRateClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>industryIdentifier instrumentIdentifier interestRate issueData sequence</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType clearingHouse clearingProcess clearingSettlement clearingSystem closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms timezone tradingRestrictionsType tranche transferSize underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType votingRightsType weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InterestRate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateGroup"/>
<xsd:element ref="mdref:interestRateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="interestRateGroup" type="mddl:InterestRate"/>
<xsd:complexType name="InterestRate">
<xsd:annotation>
<xsd:documentation>
<p>Container for the interest rate parameters applicable for the instrument.  Stepped rates require a schedule and/or multiple 
 elements with unique periods.  Performance-based require multiple interestRateContainer elements that are "when" qualified.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrual compounding debtIndicatorsType firstAmount firstDate indicatorsType interestRateContainer lastAmount lastDate lifetime nonFixedRate penultimateAmount penultimateDate period rate rateMethodChange rulesType schedule terms</mddl:applicable-properties>
<mddl:inheritable-properties>accrualBasis calculationType crossrate currency dateTime dayRuleType daysInMonth daysInYear determination duration end firstEvent formula fraction incremental lastEvent linked marketCenter maxVal minVal multiplier nextEvent nonFixedRateType paymentDelay periodType previousDateTime quantityDescriptionType quantityType rateChangeType recurring resetFrequency scheduleEvent scheduleType start valuationRef valuationType accrualBasisType accrualConventionType background benchmark caeType code codeType comment dayOfWeek days delayFactor description determinationSource endTime eventValue hours instrumentData instrumentFormType instrumentIdentifier instrumentStatusType instrumentType lastCAE marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay rank rateSpread resetFrequencyType role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:InterestRate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="interestRate" type="mddl:InterestRate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrual compounding debtIndicatorsType firstAmount firstDate indicatorsType interestRateContainer lastAmount lastDate lifetime nonFixedRate penultimateAmount penultimateDate period rate rateMethodChange rulesType schedule terms</mddl:applicable-properties>
<mddl:inheritable-properties>accrualBasis calculationType crossrate currency dateTime dayRuleType daysInMonth daysInYear determination duration end firstEvent formula fraction incremental lastEvent linked marketCenter maxVal minVal multiplier nextEvent nonFixedRateType paymentDelay periodType previousDateTime quantityDescriptionType quantityType rateChangeType recurring resetFrequency scheduleEvent scheduleType start valuationRef valuationType accrualBasisType accrualConventionType background benchmark caeType code codeType comment dayOfWeek days delayFactor description determinationSource endTime eventValue hours instrumentData instrumentFormType instrumentIdentifier instrumentStatusType instrumentType lastCAE marketConditions marketIdentifier marketStatusType marketType name nameRef ordinalDay rank rateSpread resetFrequencyType role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InterestRateContainer.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainerGroup"/>
<xsd:element ref="mdref:interestRateContainerGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="interestRateContainerGroup" type="mddl:InterestRateContainer"/>
<xsd:complexType name="InterestRateContainer">
<xsd:annotation>
<xsd:documentation>
<p>Sub-container for identifying interest rate components that change due to some conditional clause (usually time).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrual compounding debtIndicatorsType firstAmount firstDate lastAmount lastDate nonFixedRate penultimateAmount penultimateDate period rate rulesType schedule terms</mddl:applicable-properties>
<mddl:inheritable-properties>accrualBasis calculationType crossrate currency dateTime dayRuleType daysInMonth daysInYear determination duration end firstEvent formula fraction incremental indicatorsType lastEvent linked marketCenter multiplier nextEvent nonFixedRateType paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring resetFrequency scheduleEvent scheduleType start valuationRef valuationType accrualBasisType accrualConventionType background benchmark caeType code codeType comment dayOfWeek days delayFactor description determinationSource endTime eventValue hours instrumentData instrumentFormType instrumentIdentifier instrumentStatusType instrumentType lastCAE marketConditions marketIdentifier marketStatusType marketType maxVal minVal name nameRef ordinalDay rank rateSpread resetFrequencyType role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:InterestRateContainer.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="interestRateContainer" type="mddl:InterestRateContainer">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrual compounding debtIndicatorsType firstAmount firstDate lastAmount lastDate nonFixedRate penultimateAmount penultimateDate period rate rulesType schedule terms</mddl:applicable-properties>
<mddl:inheritable-properties>accrualBasis calculationType crossrate currency dateTime dayRuleType daysInMonth daysInYear determination duration end firstEvent formula fraction incremental indicatorsType lastEvent linked marketCenter multiplier nextEvent nonFixedRateType paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring resetFrequency scheduleEvent scheduleType start valuationRef valuationType accrualBasisType accrualConventionType background benchmark caeType code codeType comment dayOfWeek days delayFactor description determinationSource endTime eventValue hours instrumentData instrumentFormType instrumentIdentifier instrumentStatusType instrumentType lastCAE marketConditions marketIdentifier marketStatusType marketType maxVal minVal name nameRef ordinalDay rank rateSpread resetFrequencyType role scopeType segmentIdentifier segmentType startTime timezone tradingRestrictionsType tranche valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InvestingRestrictions.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="InvestingRestrictions" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Lists those restrictions limiting which instruments can be components.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="investingRestrictions" type="mddl:InvestingRestrictions">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InvestingStyle.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="InvestingStyle" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A brief description of the style of investment strategy.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="investingStyle" type="mddl:InvestingStyle">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="InvestingTechniques.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="InvestingTechniques" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Itemizes and describes techniques used in investment decisions.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="investingTechniques" type="mddl:InvestingTechniques">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IssueAmount.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmountGroup"/>
<xsd:element ref="mdref:issueAmountGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IssueAmountGroup">
<xsd:annotation>
<xsd:documentation>
<p>Total original amount for which the issue is published.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime debtIndicatorsType fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType rank valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IssueAmount.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issueAmountGroup" type="mddl:IssueAmountGroup"/>
<xsd:complexType name="IssueAmount" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Total original amount for which the issue is published.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime debtIndicatorsType fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType rank valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:IssueAmount.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issueAmount" type="mddl:IssueAmount">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime debtIndicatorsType fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType rank valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IssueData.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDataGroup"/>
<xsd:element ref="mdref:issueDataGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="issueDataGroup" type="mddl:IssueData"/>
<xsd:complexType name="IssueData">
<xsd:annotation>
<xsd:documentation>
<p>Container holding information relative to the issue itself (domain agnostic).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrualBasis announcementDate auctionDate clearingSettlement closingDate collateral covenant delivery faceValue governingLaw incomeType issueAmount issueDate issueFees issueMarketType issuePrice issuerRef jurisdiction liquidationStatusType location marginable modification offerType partiesInvolved placeOfListing placeOfTrade programType quotation regulatory salesRestrictionsType settlementDate targetMarketType transferSize underwriting useOfProceeds votingRightsType</mddl:applicable-properties>
<mddl:inheritable-properties>accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness calculationType clearingHouse clearingProcess clearingSystem closingDateType code collateralType country crossrate currency dateTime dayRuleType debtIndicatorsType defaultClause deliveryType delta depositoryName depositorySystem dividendYield entityType fraction indicatorsType industryIdentifier instrumentStatusType interestRate issueFeesType jurisdictionType lastCAE locationType marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity modificationType multiplier municipality name negativePledge partyStatusType period postalCode precision previousDateTime quantityDescriptionType quantityType rank refrainFromActs region registrationStatusType regulationAct rulesType settlementType size stateOrProvince taxation taxExempt taxType underlying underlyingCount underwritingFees unitSize unitType valuationRef valuationType yield accrual background baseValue benchmark caeType codeType comment componentValue compounding dayOfWeek days daysInMonth daysInYear delayFactor description determination determinationSource dividendYieldType duration end endTime eventValue extendible extendibleDate firstAmount firstDate firstEvent formula hours incremental instrumentData instrumentFormType instrumentIdentifier instrumentType interestRateContainer issuerChoice lastAmount lastDate lastEvent lifetime linked mandatory maturityDate maturityType maxVal minVal nameRef nextEvent nonFixedRate nonFixedRateType ordinalDay paymentDelay penultimateAmount penultimateDate periodType rate rateChangeType rateMethodChange rateSpread recurring resetFrequency resetFrequencyType role schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType start startTime terms timezone tradingRestrictionsType tranche underwritingFeesType valuationBase weighting yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IssueData.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issueData" type="mddl:IssueData">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>accrualBasis announcementDate auctionDate clearingSettlement closingDate collateral covenant delivery faceValue governingLaw incomeType issueAmount issueDate issueFees issueMarketType issuePrice issuerRef jurisdiction liquidationStatusType location marginable modification offerType partiesInvolved placeOfListing placeOfTrade programType quotation regulatory salesRestrictionsType settlementDate targetMarketType transferSize underwriting useOfProceeds votingRightsType</mddl:applicable-properties>
<mddl:inheritable-properties>accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness calculationType clearingHouse clearingProcess clearingSystem closingDateType code collateralType country crossrate currency dateTime dayRuleType debtIndicatorsType defaultClause deliveryType delta depositoryName depositorySystem dividendYield entityType fraction indicatorsType industryIdentifier instrumentStatusType interestRate issueFeesType jurisdictionType lastCAE locationType marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity modificationType multiplier municipality name negativePledge partyStatusType period postalCode precision previousDateTime quantityDescriptionType quantityType rank refrainFromActs region registrationStatusType regulationAct rulesType settlementType size stateOrProvince taxation taxExempt taxType underlying underlyingCount underwritingFees unitSize unitType valuationRef valuationType yield accrual background baseValue benchmark caeType codeType comment componentValue compounding dayOfWeek days daysInMonth daysInYear delayFactor description determination determinationSource dividendYieldType duration end endTime eventValue extendible extendibleDate firstAmount firstDate firstEvent formula hours incremental instrumentData instrumentFormType instrumentIdentifier instrumentType interestRateContainer issuerChoice lastAmount lastDate lastEvent lifetime linked mandatory maturityDate maturityType maxVal minVal nameRef nextEvent nonFixedRate nonFixedRateType ordinalDay paymentDelay penultimateAmount penultimateDate periodType rate rateChangeType rateMethodChange rateSpread recurring resetFrequency resetFrequencyType role schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType start startTime terms timezone tradingRestrictionsType tranche underwritingFeesType valuationBase weighting yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IssueDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDateGroup"/>
<xsd:element ref="mdref:issueDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IssueDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) issue was made available to the public.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IssueDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issueDateGroup" type="mddl:IssueDateGroup"/>
<xsd:complexType name="IssueDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) issue was made available to the public.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:IssueDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issueDate" type="mddl:IssueDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IssueFees.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesGroup"/>
<xsd:element ref="mdref:issueFeesGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IssueFeesGroup">
<xsd:annotation>
<xsd:documentation>
<p>Any fees associated with the issue - may be clarified by issueFeesType.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType issueFeesType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IssueFees.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issueFeesGroup" type="mddl:IssueFeesGroup"/>
<xsd:complexType name="IssueFees" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Any fees associated with the issue - may be clarified by issueFeesType.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType issueFeesType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:IssueFees.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issueFees" type="mddl:IssueFees">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType issueFeesType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IssueFeesType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IssueFeesType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary specifying the type of fees associated with the issue.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/issueFeesType.xml"/>
</xsd:complexType>
<xsd:element name="issueFeesType" type="mddl:IssueFeesType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IssueMarketType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IssueMarketType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying the type of market issue is placed into.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/issueMarketType.xml"/>
</xsd:complexType>
<xsd:element name="issueMarketType" type="mddl:IssueMarketType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IssuePrice.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePriceGroup"/>
<xsd:element ref="mdref:issuePriceGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IssuePriceGroup">
<xsd:annotation>
<xsd:documentation>
<p>The price at which this instrument was issued.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime debtIndicatorsType dividendYield fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType yield</mddl:applicable-properties>
<mddl:inheritable-properties>code dividendYieldType marketStatusType valuationBase yieldType codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IssuePrice.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issuePriceGroup" type="mddl:IssuePriceGroup"/>
<xsd:complexType name="IssuePrice" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The price at which this instrument was issued.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime debtIndicatorsType dividendYield fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType yield</mddl:applicable-properties>
<mddl:inheritable-properties>code dividendYieldType marketStatusType valuationBase yieldType codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:IssuePrice.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issuePrice" type="mddl:IssuePrice">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime debtIndicatorsType dividendYield fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType yield</mddl:applicable-properties>
<mddl:inheritable-properties>code dividendYieldType marketStatusType valuationBase yieldType codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="IssuerClass">
<xsd:annotation>
<xsd:documentation>
<p>Issuer Class - Entity Domain.  Issuer.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>code comment entityType industryIdentifier location marketCapitalization name partyStatusType sequence</mddl:applicable-properties>
<mddl:inheritable-properties>address calculationType capitalizationType codeType country crossrate currency dateTime dayOfWeek dayRuleType description duration end endTime fraction hours indicatorsType locationType marketCenter marketStatusType multiplier municipality nameRef ordinalDay period periodType postalCode previousDateTime quantityDescriptionType quantityType rank recurring region replaces role start startTime stateOrProvince valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerClassGroup"/>
<xsd:element ref="mdref:issuerClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCapitalization"/>
<xsd:element ref="mdref:marketCapitalization"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:capitalizationType"/>
<xsd:element ref="mdref:capitalizationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="issuerClassGroup" type="mddl:IssuerClass"/>
<xsd:element name="issuerClass" type="mddl:IssuerClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>code comment entityType industryIdentifier location marketCapitalization name partyStatusType sequence</mddl:applicable-properties>
<mddl:inheritable-properties>address calculationType capitalizationType codeType country crossrate currency dateTime dayOfWeek dayRuleType description duration end endTime fraction hours indicatorsType locationType marketCenter marketStatusType multiplier municipality nameRef ordinalDay period periodType postalCode previousDateTime quantityDescriptionType quantityType rank recurring region replaces role start startTime stateOrProvince valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IssuerChoice.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IssuerChoice" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>An indication that the instrument is changeable (e.g. convertible, extendible) at the issuer's discretion.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="issuerChoice" type="mddl:IssuerChoice">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="IssuerRef.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRefGroup"/>
<xsd:element ref="mdref:issuerRefGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="IssuerRefGroup">
<xsd:annotation>
<xsd:documentation>
<p>A reference (into the issuerClass) of the issuer of this instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:IssuerRef.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="issuerRefGroup" type="mddl:IssuerRefGroup"/>
<xsd:complexType name="IssuerRef" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A reference (into the issuerClass) of the issuer of this instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdUri"/>
<xsd:group ref="mddl:IssuerRef.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="issuerRef" type="mddl:IssuerRef">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Jurisdiction.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionGroup"/>
<xsd:element ref="mdref:jurisdictionGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="jurisdictionGroup" type="mddl:Jurisdiction"/>
<xsd:complexType name="Jurisdiction">
<xsd:annotation>
<xsd:documentation>
<p>Information about which governing jurisdiction is applicable.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>jurisdictionType location rulesType taxation taxExempt taxType</mddl:applicable-properties>
<mddl:inheritable-properties>address country locationType municipality postalCode region stateOrProvince code codeType dayOfWeek dayRuleType description duration end endTime hours name nameRef ordinalDay period periodType rank recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Jurisdiction.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="jurisdiction" type="mddl:Jurisdiction">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>jurisdictionType location rulesType taxation taxExempt taxType</mddl:applicable-properties>
<mddl:inheritable-properties>address country locationType municipality postalCode region stateOrProvince code codeType dayOfWeek dayRuleType description duration end endTime hours name nameRef ordinalDay period periodType rank recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="JurisdictionType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="JurisdictionType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the specific type of jurisdiction (e.g. municipality or sovereign).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/jurisdictionType.xml"/>
</xsd:complexType>
<xsd:element name="jurisdictionType" type="mddl:JurisdictionType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Last.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastGroup"/>
<xsd:element ref="mdref:lastGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="LastGroup">
<xsd:annotation>
<xsd:documentation>
<p>The last (or most recent) valuation.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Last.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="lastGroup" type="mddl:LastGroup"/>
<xsd:complexType name="Last" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The last (or most recent) valuation.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Last.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="last" type="mddl:Last">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="LastAmount.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmountGroup"/>
<xsd:element ref="mdref:lastAmountGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="LastAmountGroup">
<xsd:annotation>
<xsd:documentation>
<p>Last amount for this item (e.g. last payment amount for a bond).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier paymentDelay previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType period valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:LastAmount.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="lastAmountGroup" type="mddl:LastAmountGroup"/>
<xsd:complexType name="LastAmount" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Last amount for this item (e.g. last payment amount for a bond).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier paymentDelay previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType period valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:LastAmount.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="lastAmount" type="mddl:LastAmount">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier paymentDelay previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType period valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="LastCAE.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="LastCAE">
<xsd:annotation>
<xsd:documentation>
<p>The most recent relevant (at the discretion of the provider) corporate action or event that took place.  This simply identifies the type of CAE and when it took place and does not give the specifics of the event.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>caeType dateTime</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:LastCAE.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="lastCAE" type="mddl:LastCAE">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>caeType dateTime</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="LastDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDateGroup"/>
<xsd:element ref="mdref:lastDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="LastDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) of last occurrence (e.g. last interest payment).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:LastDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="lastDateGroup" type="mddl:LastDateGroup"/>
<xsd:complexType name="LastDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) of last occurrence (e.g. last interest payment).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:LastDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="lastDate" type="mddl:LastDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="LastEvent.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEventGroup"/>
<xsd:element ref="mdref:lastEventGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="LastEventGroup">
<xsd:annotation>
<xsd:documentation>
<p>The lasst event that takes place within a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>eventValue indicatorsType period</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction marketCenter multiplier periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType code codeType dayOfWeek description endTime hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:LastEvent.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="lastEventGroup" type="mddl:LastEventGroup"/>
<xsd:complexType name="LastEvent" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The lasst event that takes place within a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>eventValue indicatorsType period</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction marketCenter multiplier periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType code codeType dayOfWeek description endTime hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdUri"/>
<xsd:group ref="mddl:LastEvent.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="lastEvent" type="mddl:LastEvent">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>eventValue indicatorsType period</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction marketCenter multiplier periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType code codeType dayOfWeek description endTime hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Lifetime.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetimeGroup"/>
<xsd:element ref="mdref:lifetimeGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="lifetimeGroup" type="mddl:Lifetime"/>
<xsd:complexType name="Lifetime">
<xsd:annotation>
<xsd:documentation>
<p>Container for limits of the lifetime change to the parent value.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>maxVal minVal</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType code codeType dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Lifetime.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="lifetime" type="mddl:Lifetime">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>maxVal minVal</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType code codeType dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="LimitedSubclass">
<xsd:annotation>
<xsd:documentation>
<p>Limited Subclass - Partnership Class - Equity Domain.  Limited Partnership.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>agencyRankings ask bid industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread trade</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank ranking rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limitedSubclassGroup"/>
<xsd:element ref="mdref:limitedSubclassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agencyRankings"/>
<xsd:element ref="mdref:agencyRankings"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ranking"/>
<xsd:element ref="mdref:ranking"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="limitedSubclassGroup" type="mddl:LimitedSubclass"/>
<xsd:element name="limitedSubclass" type="mddl:LimitedSubclass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>agencyRankings ask bid industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread trade</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank ranking rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Limited.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limitedGroup"/>
<xsd:element ref="mdref:limitedGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="limitedGroup" type="mddl:Limited"/>
<xsd:complexType name="Limited">
<xsd:annotation>
<xsd:documentation>
<p>Container for the limited schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>firstAmount firstDate lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Limited.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="limited" type="mddl:Limited">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>firstAmount firstDate lastAmount lastDate penultimateAmount penultimateDate period schedule</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end firstEvent fraction indicatorsType lastEvent marketCenter multiplier nextEvent paymentDelay periodType previousDateTime quantityDescriptionType quantityType recurring scheduleEvent scheduleType start valuationRef valuationType code codeType dayOfWeek description endTime eventValue hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="LinkedClass">
<xsd:annotation>
<xsd:documentation>
<p>Derivative Domain - Linked class.  Instruments based on the performance or criteria of another instrument (e.g. Perles - Performed Linked Equity Securities).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linkedClassGroup"/>
<xsd:element ref="mdref:linkedClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callable"/>
<xsd:element ref="mdref:callable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePrice"/>
<xsd:element ref="mdref:exercisePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putable"/>
<xsd:element ref="mdref:putable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redeemable"/>
<xsd:element ref="mdref:redeemable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limited"/>
<xsd:element ref="mdref:limited"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putableType"/>
<xsd:element ref="mdref:putableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putConditionType"/>
<xsd:element ref="mdref:putConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="linkedClassGroup" type="mddl:LinkedClass"/>
<xsd:element name="linkedClass" type="mddl:LinkedClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Linked.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linkedGroup"/>
<xsd:element ref="mdref:linkedGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="LinkedGroup">
<xsd:annotation>
<xsd:documentation>
<p>Indicates if instrument is (performance, valuation, or otherwise) linked to another instrument or not.  If so, the instrument to which the item is linked may be provided.  If not, there should be no children to this element.  If linked but no instrumentIdentifier is provided, look for a peer formula.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="BooleanContainer">property</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier</mddl:applicable-properties>
<mddl:inheritable-properties>code instrumentData instrumentStatusType marketIdentifier name scopeType segmentIdentifier tranche background caeType codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentFormType instrumentType lastCAE marketCenter marketConditions marketStatusType marketType nameRef ordinalDay period periodType rank recurring role segmentType start startTime timezone tradingRestrictionsType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Linked.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="linkedGroup" type="mddl:LinkedGroup"/>
<xsd:complexType name="Linked" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Indicates if instrument is (performance, valuation, or otherwise) linked to another instrument or not.  If so, the instrument to which the item is linked may be provided.  If not, there should be no children to this element.  If linked but no instrumentIdentifier is provided, look for a peer formula.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="BooleanContainer">property</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier</mddl:applicable-properties>
<mddl:inheritable-properties>code instrumentData instrumentStatusType marketIdentifier name scopeType segmentIdentifier tranche background caeType codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentFormType instrumentType lastCAE marketCenter marketConditions marketStatusType marketType nameRef ordinalDay period periodType rank recurring role segmentType start startTime timezone tradingRestrictionsType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:group ref="mddl:Linked.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="linked" type="mddl:Linked">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="BooleanContainer">property</mddl:schema-classification>
<mddl:applicable-properties>instrumentIdentifier</mddl:applicable-properties>
<mddl:inheritable-properties>code instrumentData instrumentStatusType marketIdentifier name scopeType segmentIdentifier tranche background caeType codeType comment dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime hours instrumentFormType instrumentType lastCAE marketCenter marketConditions marketStatusType marketType nameRef ordinalDay period periodType rank recurring role segmentType start startTime timezone tradingRestrictionsType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="LiquidationStatusType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="LiquidationStatusType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying the current liquidation status.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/liquidationStatusType.xml"/>
</xsd:complexType>
<xsd:element name="liquidationStatusType" type="mddl:LiquidationStatusType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Location.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationGroup"/>
<xsd:element ref="mdref:locationGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="locationGroup" type="mddl:Location"/>
<xsd:complexType name="Location">
<xsd:annotation>
<xsd:documentation>
<p>Information about a physical region (city, state, country).  Note that such information about an issue's locale of incorporation actually applies to the issuer.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>address country locationType municipality postalCode region stateOrProvince</mddl:applicable-properties>
<mddl:inheritable-properties>code codeType description name period rank dayOfWeek dayRuleType duration end endTime hours nameRef ordinalDay periodType recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Location.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="location" type="mddl:Location">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>address country locationType municipality postalCode region stateOrProvince</mddl:applicable-properties>
<mddl:inheritable-properties>code codeType description name period rank dayOfWeek dayRuleType duration end endTime hours nameRef ordinalDay periodType recurring role start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="LocationType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="LocationType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary identifying the type of location (registration, domicile, physical, etc.).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/locationType.xml"/>
</xsd:complexType>
<xsd:element name="locationType" type="mddl:LocationType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Low.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lowGroup"/>
<xsd:element ref="mdref:lowGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="LowGroup">
<xsd:annotation>
<xsd:documentation>
<p>The lowest valuation over the period specified.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Low.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="lowGroup" type="mddl:LowGroup"/>
<xsd:complexType name="Low" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The lowest valuation over the period specified.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Low.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="low" type="mddl:Low">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MakeWholeCall.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MakeWholeCall" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>An indication that the issuer will make whole the value if a call is exercised.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="makeWholeCall" type="mddl:MakeWholeCall">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Mandatory.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Mandatory" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Required.  Not an option.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="mandatory" type="mddl:Mandatory">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Margin.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Margin" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The offset applied to the base value to give the value actually used.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="margin" type="mddl:Margin">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Marginable.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableGroup"/>
<xsd:element ref="mdref:marginableGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MarginableGroup">
<xsd:annotation>
<xsd:documentation>
<p>Indicates if the instrument can be traded/exchanged "on margin" (i.e. through temporarily loaned assets).  Marginable may be defined by the issuer, the market, or the broker involved (the context defines its use and is specified in "agentType").</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>agentType code entityType industryIdentifier location marginableLimit name partyStatusType</mddl:applicable-properties>
<mddl:inheritable-properties>address codeType country description locationType maxVal minVal municipality nameRef period postalCode rank region role stateOrProvince calculationType crossrate currency dateTime dayOfWeek dayRuleType duration end endTime fraction hours indicatorsType marketCenter marketStatusType multiplier ordinalDay periodType previousDateTime quantityDescriptionType quantityType recurring start startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Marginable.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="marginableGroup" type="mddl:MarginableGroup"/>
<xsd:complexType name="Marginable" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Indicates if the instrument can be traded/exchanged "on margin" (i.e. through temporarily loaned assets).  Marginable may be defined by the issuer, the market, or the broker involved (the context defines its use and is specified in "agentType").</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>agentType code entityType industryIdentifier location marginableLimit name partyStatusType</mddl:applicable-properties>
<mddl:inheritable-properties>address codeType country description locationType maxVal minVal municipality nameRef period postalCode rank region role stateOrProvince calculationType crossrate currency dateTime dayOfWeek dayRuleType duration end endTime fraction hours indicatorsType marketCenter marketStatusType multiplier ordinalDay periodType previousDateTime quantityDescriptionType quantityType recurring start startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:group ref="mddl:Marginable.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="marginable" type="mddl:Marginable">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>agentType code entityType industryIdentifier location marginableLimit name partyStatusType</mddl:applicable-properties>
<mddl:inheritable-properties>address codeType country description locationType maxVal minVal municipality nameRef period postalCode rank region role stateOrProvince calculationType crossrate currency dateTime dayOfWeek dayRuleType duration end endTime fraction hours indicatorsType marketCenter marketStatusType multiplier ordinalDay periodType previousDateTime quantityDescriptionType quantityType recurring start startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MarginableLimit.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimitGroup"/>
<xsd:element ref="mdref:marginableLimitGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="marginableLimitGroup" type="mddl:MarginableLimit"/>
<xsd:complexType name="MarginableLimit">
<xsd:annotation>
<xsd:documentation>
<p>The minimum or maximum amount of credit that can be used when trading "on margin".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>maxVal minVal</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType code codeType dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:MarginableLimit.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="marginableLimit" type="mddl:MarginableLimit">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>maxVal minVal</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType code codeType dayOfWeek dayRuleType description duration end endTime hours marketStatusType nameRef ordinalDay period periodType rank recurring start startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MarketCapitalization.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCapitalizationGroup"/>
<xsd:element ref="mdref:marketCapitalizationGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:capitalizationType"/>
<xsd:element ref="mdref:capitalizationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MarketCapitalizationGroup">
<xsd:annotation>
<xsd:documentation>
<p>Value of outstanding shares (price * number of shares outstanding).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Amount">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType capitalizationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:MarketCapitalization.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="marketCapitalizationGroup" type="mddl:MarketCapitalizationGroup"/>
<xsd:complexType name="MarketCapitalization" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Value of outstanding shares (price * number of shares outstanding).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Amount">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType capitalizationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:MarketCapitalization.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="marketCapitalization" type="mddl:MarketCapitalization">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Amount">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType capitalizationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MarketCenter.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenterGroup"/>
<xsd:element ref="mdref:marketCenterGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="marketCenterGroup" type="mddl:MarketCenter"/>
<xsd:complexType name="MarketCenter">
<xsd:annotation>
<xsd:documentation>
<p>The market center or specialist providing the current quote.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code marketStatusType</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:MarketCenter.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="marketCenter" type="mddl:MarketCenter">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code marketStatusType</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MarketConditions.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditionsGroup"/>
<xsd:element ref="mdref:marketConditionsGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MarketConditionsGroup">
<xsd:annotation>
<xsd:documentation>
<p>Conditions of the market relating to time of operations.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>days delayFactor period timezone</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration end periodType recurring start endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:MarketConditions.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="marketConditionsGroup" type="mddl:MarketConditionsGroup"/>
<xsd:complexType name="MarketConditions" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Conditions of the market relating to time of operations.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>days delayFactor period timezone</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration end periodType recurring start endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:MarketConditions.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="marketConditions" type="mddl:MarketConditions">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>days delayFactor period timezone</mddl:applicable-properties>
<mddl:inheritable-properties>dayOfWeek dayRuleType duration end periodType recurring start endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MarketDerivedInfo.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketDerivedInfoGroup"/>
<xsd:element ref="mdref:marketDerivedInfoGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recordingDate"/>
<xsd:element ref="mdref:recordingDate"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="marketDerivedInfoGroup" type="mddl:MarketDerivedInfo"/>
<xsd:complexType name="MarketDerivedInfo">
<xsd:annotation>
<xsd:documentation>
<p>Container for information derived from the market - dictated based on market of trading.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>recordingDate</mddl:applicable-properties>
<mddl:inheritable-properties>indicatorsType period dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:MarketDerivedInfo.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="marketDerivedInfo" type="mddl:MarketDerivedInfo">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>recordingDate</mddl:applicable-properties>
<mddl:inheritable-properties>indicatorsType period dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MarketIdentifier.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifierGroup"/>
<xsd:element ref="mdref:marketIdentifierGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="marketIdentifierGroup" type="mddl:MarketIdentifier"/>
<xsd:complexType name="MarketIdentifier">
<xsd:annotation>
<xsd:documentation>
<p>Identifiers denoting the specific market or markets.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code marketCenter marketConditions marketStatusType marketType name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType days delayFactor description nameRef period rank role timezone dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:MarketIdentifier.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="marketIdentifier" type="mddl:MarketIdentifier">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>code marketCenter marketConditions marketStatusType marketType name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType days delayFactor description nameRef period rank role timezone dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MarketStatusType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MarketStatusType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the state of the market.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/marketStatusType.xml"/>
</xsd:complexType>
<xsd:element name="marketStatusType" type="mddl:MarketStatusType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MarketType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MarketType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary denoting the basic form of the market (e.g. equity, commodity).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/marketType.xml"/>
</xsd:complexType>
<xsd:element name="marketType" type="mddl:MarketType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Maturity.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityGroup"/>
<xsd:element ref="mdref:maturityGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="maturityGroup" type="mddl:Maturity"/>
<xsd:complexType name="Maturity">
<xsd:annotation>
<xsd:documentation>
<p>Defines the parameters of when an instrument matures and is no longer negotiable or functional.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>extendible indicatorsType maturityDate maturityType</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType days extendibleDate issuerChoice mandatory marketCenter period calculationType code codeType crossrate currency dateTime dayOfWeek description duration end endTime eventValue firstDate firstEvent fraction hours lastDate lastEvent marketStatusType multiplier nameRef nextEvent ordinalDay penultimateDate periodType previousDateTime quantityDescriptionType quantityType rank recurring schedule scheduleEvent scheduleType start startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Maturity.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="maturity" type="mddl:Maturity">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>extendible indicatorsType maturityDate maturityType</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType days extendibleDate issuerChoice mandatory marketCenter period calculationType code codeType crossrate currency dateTime dayOfWeek description duration end endTime eventValue firstDate firstEvent fraction hours lastDate lastEvent marketStatusType multiplier nameRef nextEvent ordinalDay penultimateDate periodType previousDateTime quantityDescriptionType quantityType rank recurring schedule scheduleEvent scheduleType start startTime valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MaturityDate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDateGroup"/>
<xsd:element ref="mdref:maturityDateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MaturityDateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) at which an instrument matures or expires.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:MaturityDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="maturityDateGroup" type="mddl:MaturityDateGroup"/>
<xsd:complexType name="MaturityDate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Date (and/or time) at which an instrument matures or expires.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDateTime"/>
<xsd:group ref="mddl:MaturityDate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="maturityDate" type="mddl:MaturityDate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="DateTime">property</mddl:schema-classification>
<mddl:applicable-properties>dayRuleType indicatorsType marketCenter</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType codeType dayOfWeek description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MaturityType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MaturityType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary denoting the special conditions on the type of maturity (e.g. extendible, fixed, perpetual)</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/maturityType.xml"/>
</xsd:complexType>
<xsd:element name="maturityType" type="mddl:MaturityType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MaxVal.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxValGroup"/>
<xsd:element ref="mdref:maxValGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MaxValGroup">
<xsd:annotation>
<xsd:documentation>
<p>The maximum value a number may take.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:MaxVal.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="maxValGroup" type="mddl:MaxValGroup"/>
<xsd:complexType name="MaxVal" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The maximum value a number may take.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:MaxVal.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="maxVal" type="mddl:MaxVal">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="Mddl">
<xsd:annotation>
<xsd:documentation>
<p>The Market Data Definition Language main element.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification final="true">element</mddl:schema-classification>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:header" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="mddl:snap" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="mddl:timeseries" minOccurs="1" maxOccurs="1"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="version" type="xsd:string" fixed="2.4-beta"/>
</xsd:complexType>
<xsd:element name="mddl" type="mddl:Mddl">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification final="true">element</mddl:schema-classification>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="MddlQuerySource">
<xsd:annotation>
<xsd:documentation>
<p>The verbatim mddlQuery (if any) for which this MDDL document was produced.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="content">element</mddl:schema-classification>
</xsd:appinfo>
</xsd:annotation>
<xsd:choice>
<xsd:any namespace="http://www.mddl.org/mddlQuery/1.0-beta" processContents="lax" minOccurs="1" maxOccurs="1"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="mddlQuerySource" type="mddl:MddlQuerySource">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="content">element</mddl:schema-classification>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Mid.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:midGroup"/>
<xsd:element ref="mdref:midGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="midGroup" type="mddl:Mid"/>
<xsd:complexType name="Mid">
<xsd:annotation>
<xsd:documentation>
<p>Container for information about the average of the "bid" and "ask" (offer) quotes.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open rank size yield</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType unitSize unitType valuationRef valuationType yieldType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Mid.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="mid" type="mddl:Mid">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open rank size yield</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType unitSize unitType valuationRef valuationType yieldType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="MinVal.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minValGroup"/>
<xsd:element ref="mdref:minValGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MinValGroup">
<xsd:annotation>
<xsd:documentation>
<p>The minimum value a number may take.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:MinVal.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="minValGroup" type="mddl:MinValGroup"/>
<xsd:complexType name="MinVal" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The minimum value a number may take.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:MinVal.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="minVal" type="mddl:MinVal">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Modification.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Modification">
<xsd:annotation>
<xsd:documentation>
<p>Container detailing when or why a modification to the issue was made.  May be related to the last corporate action, a correct, or other event.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>dateTime modificationType</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Modification.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="modification" type="mddl:Modification">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>dateTime modificationType</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ModificationType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ModificationType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the type of modification referenced.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/modificationType.xml"/>
</xsd:complexType>
<xsd:element name="modificationType" type="mddl:ModificationType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="MoneyMarketSubclass">
<xsd:annotation>
<xsd:documentation>
<p>Money Market Subclass - Fund Class - CIV Domain.  Money Market Fund.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence spread taxType underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:moneyMarketSubclassGroup"/>
<xsd:element ref="mdref:moneyMarketSubclassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nav"/>
<xsd:element ref="mdref:nav"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:backLoad"/>
<xsd:element ref="mdref:backLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmarkStrategy"/>
<xsd:element ref="mdref:benchmarkStrategy"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:distributionType"/>
<xsd:element ref="mdref:distributionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDealingDate"/>
<xsd:element ref="mdref:firstDealingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstSettlementDate"/>
<xsd:element ref="mdref:firstSettlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:frontLoad"/>
<xsd:element ref="mdref:frontLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fundStrategyType"/>
<xsd:element ref="mdref:fundStrategyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingRestrictions"/>
<xsd:element ref="mdref:investingRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingStyle"/>
<xsd:element ref="mdref:investingStyle"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingTechniques"/>
<xsd:element ref="mdref:investingTechniques"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:numberHolders"/>
<xsd:element ref="mdref:numberHolders"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objective"/>
<xsd:element ref="mdref:objective"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:purchasingMinimums"/>
<xsd:element ref="mdref:purchasingMinimums"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:qualifiedPlans"/>
<xsd:element ref="mdref:qualifiedPlans"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objectiveType"/>
<xsd:element ref="mdref:objectiveType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="moneyMarketSubclassGroup" type="mddl:MoneyMarketSubclass"/>
<xsd:element name="moneyMarketSubclass" type="mddl:MoneyMarketSubclass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence spread taxType underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Multiplier.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Multiplier" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>General purpose coefficient applied to the parent property's value.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="multiplier" type="mddl:Multiplier">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Municipality.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipalityGroup"/>
<xsd:element ref="mdref:municipalityGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="MunicipalityGroup">
<xsd:annotation>
<xsd:documentation>
<p>The municipality of the location as identified by the "code" and/or "name".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Municipality.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="municipalityGroup" type="mddl:MunicipalityGroup"/>
<xsd:complexType name="Municipality" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The municipality of the location as identified by the "code" and/or "name".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Municipality.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="municipality" type="mddl:Municipality">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>code name</mddl:applicable-properties>
<mddl:inheritable-properties>codeType description nameRef period rank role dayOfWeek dayRuleType duration end endTime hours ordinalDay periodType recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="MutualSubclass">
<xsd:annotation>
<xsd:documentation>
<p>Mutual Subclass - Fund Class - CIV Domain.  Mutual Fund.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence session spread taxType underlying underlyingCount volatility</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType sessionStatusType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mutualSubclassGroup"/>
<xsd:element ref="mdref:mutualSubclassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:session"/>
<xsd:element ref="mdref:session"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nav"/>
<xsd:element ref="mdref:nav"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatility"/>
<xsd:element ref="mdref:volatility"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:backLoad"/>
<xsd:element ref="mdref:backLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmarkStrategy"/>
<xsd:element ref="mdref:benchmarkStrategy"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:distributionType"/>
<xsd:element ref="mdref:distributionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDealingDate"/>
<xsd:element ref="mdref:firstDealingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstSettlementDate"/>
<xsd:element ref="mdref:firstSettlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:frontLoad"/>
<xsd:element ref="mdref:frontLoad"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fundStrategyType"/>
<xsd:element ref="mdref:fundStrategyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingRestrictions"/>
<xsd:element ref="mdref:investingRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingStyle"/>
<xsd:element ref="mdref:investingStyle"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:investingTechniques"/>
<xsd:element ref="mdref:investingTechniques"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:numberHolders"/>
<xsd:element ref="mdref:numberHolders"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objective"/>
<xsd:element ref="mdref:objective"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentFrequency"/>
<xsd:element ref="mdref:paymentFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:purchasingMinimums"/>
<xsd:element ref="mdref:purchasingMinimums"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:qualifiedPlans"/>
<xsd:element ref="mdref:qualifiedPlans"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objectiveType"/>
<xsd:element ref="mdref:objectiveType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sessionStatusType"/>
<xsd:element ref="mdref:sessionStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityCalculationType"/>
<xsd:element ref="mdref:volatilityCalculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volatilityType"/>
<xsd:element ref="mdref:volatilityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="mutualSubclassGroup" type="mddl:MutualSubclass"/>
<xsd:element name="mutualSubclass" type="mddl:MutualSubclass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask backLoad benchmarkStrategy bid distributionType dividend firstDealingDate firstSettlementDate frontLoad fundStrategyType industryIdentifier instrumentIdentifier investingRestrictions investingStyle investingTechniques issueData mid nav numberHolders objective orderbook partiesInvolved paymentFrequency purchasingMinimums qualifiedPlans sequence session spread taxType underlying underlyingCount volatility</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType objectiveType offerType open openType orderbookType ordinalDay partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType sessionStatusType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volatilityCalculationType volatilityType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Name.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameGroup"/>
<xsd:element ref="mdref:nameGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="NameGroup">
<xsd:annotation>
<xsd:documentation>
<p>The textual proper name of an item (e.g. currency, instrument) and the role (e.g. legal, short) for which that name plays.  This may be included in multiple languages.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period rank role</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Name.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="nameGroup" type="mddl:NameGroup"/>
<xsd:complexType name="Name" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The textual proper name of an item (e.g. currency, instrument) and the role (e.g. legal, short) for which that name plays.  This may be included in multiple languages.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period rank role</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Name.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="name" type="mddl:Name">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>period rank role</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="NameRef.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="NameRef" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Used to reference a "name" from within a "code" to clarify which name is identified by the code.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdUri"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="nameRef" type="mddl:NameRef">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Nav.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:navGroup"/>
<xsd:element ref="mdref:navGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="navGroup" type="mddl:Nav"/>
<xsd:complexType name="Nav">
<xsd:annotation>
<xsd:documentation>
<p>Container for all data related to Net Asset Value for a fund.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open rank settlement size tickDirection tradingHaltedType tradingRestrictionsType tradingStatusType turnover volume vwap vwop yield</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType settlementType unitSize unitType valuationRef valuationType volumeType yieldType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Nav.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="nav" type="mddl:Nav">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>change close high last low marketIdentifier open rank settlement size tickDirection tradingHaltedType tradingRestrictionsType tradingStatusType turnover volume vwap vwop yield</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType changeDirection changeType closeType code crossrate currency dateTime fraction indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name openType period previousDateTime quantityDescriptionType quantityType settlementType unitSize unitType valuationRef valuationType volumeType yieldType codeType dayOfWeek dayRuleType days delayFactor description duration end endTime hours nameRef ordinalDay periodType recurring role start startTime timezone valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="NegativePledge.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="NegativePledge" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Any negative pledge or constraints on a covenant.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="negativePledge" type="mddl:NegativePledge">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="NextEvent.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEventGroup"/>
<xsd:element ref="mdref:nextEventGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="NextEventGroup">
<xsd:annotation>
<xsd:documentation>
<p>The next event that takes place within a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>eventValue indicatorsType period</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction marketCenter multiplier periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType code codeType dayOfWeek description endTime hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:NextEvent.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="nextEventGroup" type="mddl:NextEventGroup"/>
<xsd:complexType name="NextEvent" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The next event that takes place within a schedule.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>eventValue indicatorsType period</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction marketCenter multiplier periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType code codeType dayOfWeek description endTime hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdUri"/>
<xsd:group ref="mddl:NextEvent.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="nextEvent" type="mddl:NextEvent">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>eventValue indicatorsType period</mddl:applicable-properties>
<mddl:inheritable-properties>calculationType crossrate currency dateTime dayRuleType duration end fraction marketCenter multiplier periodType previousDateTime quantityDescriptionType quantityType recurring start valuationRef valuationType code codeType dayOfWeek description endTime hours marketStatusType nameRef ordinalDay rank startTime valuationBase</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="NonFixedRate.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateGroup"/>
<xsd:element ref="mdref:nonFixedRateGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="NonFixedRateGroup">
<xsd:annotation>
<xsd:documentation>
<p>Contains parameters relating to non-fixed rate (e.g. floating rate or stepped) interest bearing instruments.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>determination formula incremental linked nonFixedRateType resetFrequency</mddl:applicable-properties>
<mddl:inheritable-properties>benchmark determinationSource firstDate instrumentIdentifier lastDate maxVal minVal multiplier penultimateDate period rateSpread resetFrequencyType schedule background caeType calculationType code codeType comment crossrate currency dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime eventValue firstEvent fraction hours indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE lastEvent marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef nextEvent ordinalDay periodType previousDateTime quantityDescriptionType quantityType rank recurring role scheduleEvent scheduleType scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:NonFixedRate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="nonFixedRateGroup" type="mddl:NonFixedRateGroup"/>
<xsd:complexType name="NonFixedRate" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Contains parameters relating to non-fixed rate (e.g. floating rate or stepped) interest bearing instruments.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>determination formula incremental linked nonFixedRateType resetFrequency</mddl:applicable-properties>
<mddl:inheritable-properties>benchmark determinationSource firstDate instrumentIdentifier lastDate maxVal minVal multiplier penultimateDate period rateSpread resetFrequencyType schedule background caeType calculationType code codeType comment crossrate currency dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime eventValue firstEvent fraction hours indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE lastEvent marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef nextEvent ordinalDay periodType previousDateTime quantityDescriptionType quantityType rank recurring role scheduleEvent scheduleType scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:group ref="mddl:NonFixedRate.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="nonFixedRate" type="mddl:NonFixedRate">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>determination formula incremental linked nonFixedRateType resetFrequency</mddl:applicable-properties>
<mddl:inheritable-properties>benchmark determinationSource firstDate instrumentIdentifier lastDate maxVal minVal multiplier penultimateDate period rateSpread resetFrequencyType schedule background caeType calculationType code codeType comment crossrate currency dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime eventValue firstEvent fraction hours indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType lastCAE lastEvent marketCenter marketConditions marketIdentifier marketStatusType marketType name nameRef nextEvent ordinalDay periodType previousDateTime quantityDescriptionType quantityType rank recurring role scheduleEvent scheduleType scopeType segmentIdentifier segmentType start startTime timezone tradingRestrictionsType tranche valuationBase valuationRef valuationType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="NonFixedRateType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="NonFixedRateType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary specifying the type of non fixed-rate (e.g. floating rate) note.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/nonFixedRateType.xml"/>
</xsd:complexType>
<xsd:element name="nonFixedRateType" type="mddl:NonFixedRateType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Notification.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notificationGroup"/>
<xsd:element ref="mdref:notificationGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="notificationGroup" type="mddl:Notification"/>
<xsd:complexType name="Notification">
<xsd:annotation>
<xsd:documentation>
<p>Identifies parameters about notification to exercise certain rights (e.g. calls or puts).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Notification.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="notification" type="mddl:Notification">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>period</mddl:applicable-properties>
<mddl:inheritable-properties>dayRuleType duration end periodType recurring start dayOfWeek endTime hours ordinalDay startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="NumberHolders.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:numberHoldersGroup"/>
<xsd:element ref="mdref:numberHoldersGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="NumberHoldersGroup">
<xsd:annotation>
<xsd:documentation>
<p>An indication of the number of holders of an asset.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:NumberHolders.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="numberHoldersGroup" type="mddl:NumberHoldersGroup"/>
<xsd:complexType name="NumberHolders" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>An indication of the number of holders of an asset.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:NumberHolders.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="numberHolders" type="mddl:NumberHolders">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Objective.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:objectiveType"/>
<xsd:element ref="mdref:objectiveType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Objective" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A description of the objective of the instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>objectiveType</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:group ref="mddl:Objective.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="objective" type="mddl:Objective">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>objectiveType</mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="ObjectiveType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="ObjectiveType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary denoting the objective of the fund or benchmark.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/objectiveType.xml"/>
</xsd:complexType>
<xsd:element name="objectiveType" type="mddl:ObjectiveType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Obligor.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Obligor" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A description of the obligor (debtor).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
<xsd:element name="obligor" type="mddl:Obligor">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="OeiSubclass">
<xsd:annotation>
<xsd:documentation>
<p>Open Ended Investment Subclass - CIV Domain.  OEI Trust.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask bid dividend industryIdentifier instrumentIdentifier issueData mid nav orderbook sequence spread</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:oeiSubclassGroup"/>
<xsd:element ref="mdref:oeiSubclassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividend"/>
<xsd:element ref="mdref:dividend"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nav"/>
<xsd:element ref="mdref:nav"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="oeiSubclassGroup" type="mddl:OeiSubclass"/>
<xsd:element name="oeiSubclass" type="mddl:OeiSubclass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>subclass</mddl:schema-classification>
<mddl:applicable-properties>ask bid dividend industryIdentifier instrumentIdentifier issueData mid nav orderbook sequence spread</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="OfferType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="OfferType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary detailing the type of issue offer.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/offerType.xml"/>
</xsd:complexType>
<xsd:element name="offerType" type="mddl:OfferType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Open.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openGroup"/>
<xsd:element ref="mdref:openGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="OpenGroup">
<xsd:annotation>
<xsd:documentation>
<p>The value at the beginning of trading or opening of the market.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier openType period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Open.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="openGroup" type="mddl:OpenGroup"/>
<xsd:complexType name="Open" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The value at the beginning of trading or opening of the market.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier openType period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Open.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="open" type="mddl:Open">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Price">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier openType period previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code dayRuleType duration end marketStatusType periodType recurring start valuationBase codeType dayOfWeek description endTime hours nameRef ordinalDay rank startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="OpenType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="OpenType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the method used to determine the "open".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/openType.xml"/>
</xsd:complexType>
<xsd:element name="openType" type="mddl:OpenType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="OptionClass">
<xsd:annotation>
<xsd:documentation>
<p>Derivative Domain - Option class.  An option is the right, but not the obligation, to buy (for a call option) or sell (for a put option) a specific amount of a given stock, commodity, currency, or debt at a specified price (the strike price) during a specified period of time.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable contractValueMultiplier convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence sharesControlled spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:optionClassGroup"/>
<xsd:element ref="mdref:optionClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:contractValueMultiplier"/>
<xsd:element ref="mdref:contractValueMultiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sharesControlled"/>
<xsd:element ref="mdref:sharesControlled"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callable"/>
<xsd:element ref="mdref:callable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertible"/>
<xsd:element ref="mdref:convertible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exercisePrice"/>
<xsd:element ref="mdref:exercisePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putable"/>
<xsd:element ref="mdref:putable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:redeemable"/>
<xsd:element ref="mdref:redeemable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastAmount"/>
<xsd:element ref="mdref:lastAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastDate"/>
<xsd:element ref="mdref:lastDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateAmount"/>
<xsd:element ref="mdref:penultimateAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:penultimateDate"/>
<xsd:element ref="mdref:penultimateDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:schedule"/>
<xsd:element ref="mdref:schedule"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlying"/>
<xsd:element ref="mdref:underlying"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underlyingCount"/>
<xsd:element ref="mdref:underlyingCount"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callableType"/>
<xsd:element ref="mdref:callableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:callConditionType"/>
<xsd:element ref="mdref:callConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:cleanup"/>
<xsd:element ref="mdref:cleanup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:convertibleType"/>
<xsd:element ref="mdref:convertibleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:declining"/>
<xsd:element ref="mdref:declining"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:diary"/>
<xsd:element ref="mdref:diary"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRights"/>
<xsd:element ref="mdref:exerciseRights"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:exerciseRightsType"/>
<xsd:element ref="mdref:exerciseRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerRef"/>
<xsd:element ref="mdref:issuerRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdiction"/>
<xsd:element ref="mdref:jurisdiction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:jurisdictionType"/>
<xsd:element ref="mdref:jurisdictionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastCAE"/>
<xsd:element ref="mdref:lastCAE"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lastEvent"/>
<xsd:element ref="mdref:lastEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:lifetime"/>
<xsd:element ref="mdref:lifetime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limited"/>
<xsd:element ref="mdref:limited"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:linked"/>
<xsd:element ref="mdref:linked"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:liquidationStatusType"/>
<xsd:element ref="mdref:liquidationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:makeWholeCall"/>
<xsd:element ref="mdref:makeWholeCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mandatory"/>
<xsd:element ref="mdref:mandatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginable"/>
<xsd:element ref="mdref:marginable"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marginableLimit"/>
<xsd:element ref="mdref:marginableLimit"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturity"/>
<xsd:element ref="mdref:maturity"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityDate"/>
<xsd:element ref="mdref:maturityDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maturityType"/>
<xsd:element ref="mdref:maturityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:maxVal"/>
<xsd:element ref="mdref:maxVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:minVal"/>
<xsd:element ref="mdref:minVal"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modification"/>
<xsd:element ref="mdref:modification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:modificationType"/>
<xsd:element ref="mdref:modificationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:negativePledge"/>
<xsd:element ref="mdref:negativePledge"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nextEvent"/>
<xsd:element ref="mdref:nextEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRate"/>
<xsd:element ref="mdref:nonFixedRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nonFixedRateType"/>
<xsd:element ref="mdref:nonFixedRateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:notification"/>
<xsd:element ref="mdref:notification"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:offerType"/>
<xsd:element ref="mdref:offerType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partial"/>
<xsd:element ref="mdref:partial"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolved"/>
<xsd:element ref="mdref:partiesInvolved"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:paymentDelay"/>
<xsd:element ref="mdref:paymentDelay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfListing"/>
<xsd:element ref="mdref:placeOfListing"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:placeOfTrade"/>
<xsd:element ref="mdref:placeOfTrade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:precision"/>
<xsd:element ref="mdref:precision"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:programType"/>
<xsd:element ref="mdref:programType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putableType"/>
<xsd:element ref="mdref:putableType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:putConditionType"/>
<xsd:element ref="mdref:putConditionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quotation"/>
<xsd:element ref="mdref:quotation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rate"/>
<xsd:element ref="mdref:rate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateChangeType"/>
<xsd:element ref="mdref:rateChangeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateMethodChange"/>
<xsd:element ref="mdref:rateMethodChange"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rateSpread"/>
<xsd:element ref="mdref:rateSpread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:refrainFromActs"/>
<xsd:element ref="mdref:refrainFromActs"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:registrationStatusType"/>
<xsd:element ref="mdref:registrationStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulationAct"/>
<xsd:element ref="mdref:regulationAct"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:regulatory"/>
<xsd:element ref="mdref:regulatory"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relatedTo"/>
<xsd:element ref="mdref:relatedTo"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipType"/>
<xsd:element ref="mdref:relationshipType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:relationshipValid"/>
<xsd:element ref="mdref:relationshipValid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:replaces"/>
<xsd:element ref="mdref:replaces"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequency"/>
<xsd:element ref="mdref:resetFrequency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:resetFrequencyType"/>
<xsd:element ref="mdref:resetFrequencyType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rulesType"/>
<xsd:element ref="mdref:rulesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:salesRestrictionsType"/>
<xsd:element ref="mdref:salesRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleEvent"/>
<xsd:element ref="mdref:scheduleEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scheduleType"/>
<xsd:element ref="mdref:scheduleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:scopeType"/>
<xsd:element ref="mdref:scopeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentIdentifier"/>
<xsd:element ref="mdref:segmentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:segmentType"/>
<xsd:element ref="mdref:segmentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlement"/>
<xsd:element ref="mdref:settlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementDate"/>
<xsd:element ref="mdref:settlementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:settlementType"/>
<xsd:element ref="mdref:settlementType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:softCall"/>
<xsd:element ref="mdref:softCall"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:specialRedemption"/>
<xsd:element ref="mdref:specialRedemption"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:targetMarketType"/>
<xsd:element ref="mdref:targetMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxation"/>
<xsd:element ref="mdref:taxation"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxExempt"/>
<xsd:element ref="mdref:taxExempt"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxReasons"/>
<xsd:element ref="mdref:taxReasons"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:taxType"/>
<xsd:element ref="mdref:taxType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:terms"/>
<xsd:element ref="mdref:terms"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tickDirection"/>
<xsd:element ref="mdref:tickDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingHaltedType"/>
<xsd:element ref="mdref:tradingHaltedType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingRestrictionsType"/>
<xsd:element ref="mdref:tradingRestrictionsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tradingStatusType"/>
<xsd:element ref="mdref:tradingStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:tranche"/>
<xsd:element ref="mdref:tranche"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:transferSize"/>
<xsd:element ref="mdref:transferSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:turnover"/>
<xsd:element ref="mdref:turnover"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwriting"/>
<xsd:element ref="mdref:underwriting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFees"/>
<xsd:element ref="mdref:underwritingFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:underwritingFeesType"/>
<xsd:element ref="mdref:underwritingFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:useOfProceeds"/>
<xsd:element ref="mdref:useOfProceeds"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volume"/>
<xsd:element ref="mdref:volume"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:volumeType"/>
<xsd:element ref="mdref:volumeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:votingRightsType"/>
<xsd:element ref="mdref:votingRightsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwap"/>
<xsd:element ref="mdref:vwap"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:vwop"/>
<xsd:element ref="mdref:vwop"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:weighting"/>
<xsd:element ref="mdref:weighting"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="optionClassGroup" type="mddl:OptionClass"/>
<xsd:element name="optionClass" type="mddl:OptionClass">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties>ask bid callable contractValueMultiplier convertible exercisePrice firstAmount firstDate industryIdentifier instrumentIdentifier issueData lastAmount lastDate mid orderbook penultimateAmount penultimateDate period putable redeemable schedule sequence sharesControlled spread trade underlying underlyingCount</mddl:applicable-properties>
<mddl:inheritable-properties>accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType callableType callConditionType change changeDirection changeType cleanup clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding convertibleType country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType declining defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource diary dividendYield dividendYieldType duration end endTime entityType eventValue exerciseRights exerciseRightsType extendible extendibleDate faceValue firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastCAE lastEvent lifetime limited linked liquidationStatusType location locationType low makeWholeCall mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType notification offerType open openType orderbookType ordinalDay partial partiesInvolved partyStatusType paymentDelay periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType putableType putConditionType quantityDescriptionType quantityType quotation rank rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory relatedTo relationshipType relationshipValid replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size softCall specialRedemption start startTime stateOrProvince targetMarketType taxation taxExempt taxReasons taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Orderbook.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookGroup"/>
<xsd:element ref="mdref:orderbookGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbookType"/>
<xsd:element ref="mdref:orderbookType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:last"/>
<xsd:element ref="mdref:last"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:low"/>
<xsd:element ref="mdref:low"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketIdentifier"/>
<xsd:element ref="mdref:marketIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:open"/>
<xsd:element ref="mdref:open"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:size"/>
<xsd:element ref="mdref:size"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yield"/>
<xsd:element ref="mdref:yield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketConditions"/>
<xsd:element ref="mdref:marketConditions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketType"/>
<xsd:element ref="mdref:marketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:openType"/>
<xsd:element ref="mdref:openType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:timezone"/>
<xsd:element ref="mdref:timezone"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitSize"/>
<xsd:element ref="mdref:unitSize"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:yieldType"/>
<xsd:element ref="mdref:yieldType"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="orderbookGroup" type="mddl:Orderbook"/>
<xsd:complexType name="Orderbook">
<xsd:annotation>
<xsd:documentation>
<p>Container holding orderbook (full or best bid/ask), market depth, or market maker (exchange) views of current positions of a particular instrument.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>ask bid orderbookType</mddl:applicable-properties>
<mddl:inheritable-properties>change close high last low marketIdentifier open rank size yield calculationType changeDirection changeType closeType code codeType crossrate currency dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime fraction hours indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name nameRef openType ordinalDay period periodType previousDateTime quantityDescriptionType quantityType recurring role start startTime timezone unitSize unitType valuationBase valuationRef valuationType yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Orderbook.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="orderbook" type="mddl:Orderbook">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>ask bid orderbookType</mddl:applicable-properties>
<mddl:inheritable-properties>change close high last low marketIdentifier open rank size yield calculationType changeDirection changeType closeType code codeType crossrate currency dateTime dayOfWeek dayRuleType days delayFactor description duration end endTime fraction hours indicatorsType marketCenter marketConditions marketStatusType marketType multiplier name nameRef openType ordinalDay period periodType previousDateTime quantityDescriptionType quantityType recurring role start startTime timezone unitSize unitType valuationBase valuationRef valuationType yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="OrderbookType.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="OrderbookType" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Controlled Vocabulary indicating the form of the orderbook information provided - orderbook, marketdepth, marketmaker.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdString"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="scheme" use="optional" default="http://www.mddl.org/mddl/scheme/orderbookType.xml"/>
</xsd:complexType>
<xsd:element name="orderbookType" type="mddl:OrderbookType">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Enumeration">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Orders.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordersGroup"/>
<xsd:element ref="mdref:ordersGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitType"/>
<xsd:element ref="mdref:unitType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="OrdersGroup">
<xsd:annotation>
<xsd:documentation>
<p>A count of the number of orders from a particular "marketCenter".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:Orders.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="ordersGroup" type="mddl:OrdersGroup"/>
<xsd:complexType name="Orders" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>A count of the number of orders from a particular "marketCenter".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:Orders.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="orders" type="mddl:Orders">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Quantity">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType unitType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType crossrate currency dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="OrdinalDay.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDayGroup"/>
<xsd:element ref="mdref:ordinalDayGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="OrdinalDayGroup">
<xsd:annotation>
<xsd:documentation>
<p>Permits specification of ordinal day references like "3rd Wednesday of the month".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>dayOfWeek dayRuleType duration</mddl:applicable-properties>
<mddl:inheritable-properties>hours endTime periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:OrdinalDay.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="ordinalDayGroup" type="mddl:OrdinalDayGroup"/>
<xsd:complexType name="OrdinalDay" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Permits specification of ordinal day references like "3rd Wednesday of the month".</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>dayOfWeek dayRuleType duration</mddl:applicable-properties>
<mddl:inheritable-properties>hours endTime periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdInteger"/>
<xsd:group ref="mddl:OrdinalDay.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="ordinalDay" type="mddl:OrdinalDay">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties>dayOfWeek dayRuleType duration</mddl:applicable-properties>
<mddl:inheritable-properties>hours endTime periodType startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="OverAllotment.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:overAllotmentGroup"/>
<xsd:element ref="mdref:overAllotmentGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketCenter"/>
<xsd:element ref="mdref:marketCenter"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:multiplier"/>
<xsd:element ref="mdref:multiplier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:previousDateTime"/>
<xsd:element ref="mdref:previousDateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityDescriptionType"/>
<xsd:element ref="mdref:quantityDescriptionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:quantityType"/>
<xsd:element ref="mdref:quantityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationType"/>
<xsd:element ref="mdref:valuationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationRef"/>
<xsd:element ref="mdref:valuationRef"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:marketStatusType"/>
<xsd:element ref="mdref:marketStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:valuationBase"/>
<xsd:element ref="mdref:valuationBase"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="OverAllotmentGroup">
<xsd:annotation>
<xsd:documentation>
<p>The amount (or percentage) for which an instrument can be over allotted (as in Greenshoe option).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Amount">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:OverAllotment.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="overAllotmentGroup" type="mddl:OverAllotmentGroup"/>
<xsd:complexType name="OverAllotment" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>The amount (or percentage) for which an instrument can be over allotted (as in Greenshoe option).</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Amount">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdDecimal"/>
<xsd:group ref="mddl:OverAllotment.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="overAllotment" type="mddl:OverAllotment">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Amount">property</mddl:schema-classification>
<mddl:applicable-properties>calculationType crossrate currency dateTime fraction indicatorsType marketCenter multiplier previousDateTime quantityDescriptionType quantityType valuationRef valuationType</mddl:applicable-properties>
<mddl:inheritable-properties>code marketStatusType valuationBase codeType dayOfWeek dayRuleType description duration end endTime hours nameRef ordinalDay period periodType rank recurring start startTime</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="Partial.children">
<xsd:choice>
<!--Start of inherited properties ...-->
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:complexType name="Partial" mixed="true">
<xsd:annotation>
<xsd:documentation>
<p>Allocation or distribution is not the full amount possible.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="mddl:mdBoolean"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="validity" type="mddl:QualityEnumeration" use="optional" default="valid"/>
</xsd:complexType>
<xsd:element name="partial" type="mddl:Partial">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Simple">property</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties></mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:group name="PartiesInvolved.children">
<xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partiesInvolvedGroup"/>
<xsd:element ref="mdref:partiesInvolvedGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:location"/>
<xsd:element ref="mdref:location"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:name"/>
<xsd:element ref="mdref:name"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partyStatusType"/>
<xsd:element ref="mdref:partyStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:locationType"/>
<xsd:element ref="mdref:locationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:municipality"/>
<xsd:element ref="mdref:municipality"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:nameRef"/>
<xsd:element ref="mdref:nameRef"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ordinalDay"/>
<xsd:element ref="mdref:ordinalDay"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:period"/>
<xsd:element ref="mdref:period"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:periodType"/>
<xsd:element ref="mdref:periodType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:postalCode"/>
<xsd:element ref="mdref:postalCode"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:rank"/>
<xsd:element ref="mdref:rank"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:recurring"/>
<xsd:element ref="mdref:recurring"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:region"/>
<xsd:element ref="mdref:region"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:role"/>
<xsd:element ref="mdref:role"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:start"/>
<xsd:element ref="mdref:start"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:startTime"/>
<xsd:element ref="mdref:startTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:stateOrProvince"/>
<xsd:element ref="mdref:stateOrProvince"/>
</xsd:choice>
<!--End of inherited properties-->
</xsd:choice>
</xsd:group>
<xsd:element name="partiesInvolvedGroup" type="mddl:PartiesInvolved"/>
<xsd:complexType name="PartiesInvolved">
<xsd:annotation>
<xsd:documentation>
<p>The agents, organizations, or individuals involved in a deal or activity.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>agent</mddl:applicable-properties>
<mddl:inheritable-properties>agentType code entityType industryIdentifier location name partyStatusType address codeType country dayOfWeek dayRuleType description duration end endTime hours locationType municipality nameRef ordinalDay period periodType postalCode rank recurring region role start startTime stateOrProvince</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="mddl:PartiesInvolved.children" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="mddl:source"/>
<xsd:element ref="mdref:source"/>
</xsd:choice>
<xsd:element ref="mddl:other" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:element name="partiesInvolved" type="mddl:PartiesInvolved">
<xsd:annotation>
<xsd:appinfo>
<mddl:schema-classification type="Container">property</mddl:schema-classification>
<mddl:applicable-properties>agent</mddl:applicable-properties>
<mddl:inheritable-properties>agentType code entityType industryIdentifier location name partyStatusType address codeType country dayOfWeek dayRuleType description duration end endTime hours locationType municipality nameRef ordinalDay period periodType postalCode rank recurring region role start startTime stateOrProvince</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="PartnershipClass">
<xsd:annotation>
<xsd:documentation>
<p>Partnership Class - Equity Domain.  Euiqty Partnership.</p>
</xsd:documentation>
<xsd:appinfo>
<mddl:schema-classification>class</mddl:schema-classification>
<mddl:applicable-properties></mddl:applicable-properties>
<mddl:inheritable-properties>agencyRankings ask bid industryIdentifier instrumentIdentifier issueData mid orderbook sequence spread trade accrual accrualBasis accrualBasisType accrualConventionType address agent agentType agreedRestrictions allowedIndebtedness announcementDate auctionDate background baseValue benchmark caeType calculationType change changeDirection changeType clearingHouse clearingProcess clearingSettlement clearingSystem close closeType closingDate closingDateType code codeType collateral collateralType comment componentValue compounding country covenant crossrate currency dateTime dayOfWeek dayRuleType days daysInMonth daysInYear debtIndicatorsType defaultClause delayFactor delivery deliveryType delta depositoryName depositorySystem description determination determinationSource dividendYield dividendYieldType duration end endTime entityType eventValue extendible extendibleDate faceValue firstAmount firstDate firstEvent formula fraction governingLaw high hours incomeType incremental indicatorsType instrumentData instrumentFormType instrumentStatusType instrumentType interestRate interestRateContainer issueAmount issueDate issueFees issueFeesType issueMarketType issuePrice issuerChoice issuerRef jurisdiction jurisdictionType last lastAmount lastCAE lastDate lastEvent lifetime linked liquidationStatusType location locationType low mandatory marginable marginableLimit marketCenter marketConditions marketIdentifier marketStatusType marketType maturity maturityDate maturityType maxVal minVal modification modificationType multiplier municipality name nameRef negativePledge nextEvent nonFixedRate nonFixedRateType offerType open openType orderbookType ordinalDay partiesInvolved partyStatusType paymentDelay penultimateAmount penultimateDate period periodType placeOfListing placeOfTrade postalCode precision previousDateTime programType quantityDescriptionType quantityType quotation rank ranking rate rateChangeType rateMethodChange rateSpread recurring refrainFromActs region registrationStatusType regulationAct regulatory replaces resetFrequency resetFrequencyType role rulesType salesRestrictionsType schedule scheduleEvent scheduleType scopeType segmentIdentifier segmentType settlement settlementDate settlementType size start startTime stateOrProvince targetMarketType taxation taxExempt taxType terms tickDirection timezone tradingHaltedType tradingRestrictionsType tradingStatusType tranche transferSize turnover underlying underlyingCount underwriting underwritingFees underwritingFeesType unitSize unitType useOfProceeds valuationBase valuationRef valuationType volume volumeType votingRightsType vwap vwop weighting yield yieldType</mddl:inheritable-properties>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="mddl:when" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:partnershipClassGroup"/>
<xsd:element ref="mdref:partnershipClassGroup"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:limitedSubclass"/>
<xsd:element ref="mdref:limitedSubclass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sharedSubclass"/>
<xsd:element ref="mdref:sharedSubclass"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:unitsSubclass"/>
<xsd:element ref="mdref:unitsSubclass"/>
</xsd:choice>
<!--Start of inherited properties ...-->
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agencyRankings"/>
<xsd:element ref="mdref:agencyRankings"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:ask"/>
<xsd:element ref="mdref:ask"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:bid"/>
<xsd:element ref="mdref:bid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:industryIdentifier"/>
<xsd:element ref="mdref:industryIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentIdentifier"/>
<xsd:element ref="mdref:instrumentIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueData"/>
<xsd:element ref="mdref:issueData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:mid"/>
<xsd:element ref="mdref:mid"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:orderbook"/>
<xsd:element ref="mdref:orderbook"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:sequence"/>
<xsd:element ref="mdref:sequence"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:spread"/>
<xsd:element ref="mdref:spread"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:trade"/>
<xsd:element ref="mdref:trade"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrual"/>
<xsd:element ref="mdref:accrual"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasis"/>
<xsd:element ref="mdref:accrualBasis"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualBasisType"/>
<xsd:element ref="mdref:accrualBasisType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:accrualConventionType"/>
<xsd:element ref="mdref:accrualConventionType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:address"/>
<xsd:element ref="mdref:address"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agent"/>
<xsd:element ref="mdref:agent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agentType"/>
<xsd:element ref="mdref:agentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:agreedRestrictions"/>
<xsd:element ref="mdref:agreedRestrictions"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:allowedIndebtedness"/>
<xsd:element ref="mdref:allowedIndebtedness"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:announcementDate"/>
<xsd:element ref="mdref:announcementDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:auctionDate"/>
<xsd:element ref="mdref:auctionDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:background"/>
<xsd:element ref="mdref:background"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:baseValue"/>
<xsd:element ref="mdref:baseValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:benchmark"/>
<xsd:element ref="mdref:benchmark"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:caeType"/>
<xsd:element ref="mdref:caeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:calculationType"/>
<xsd:element ref="mdref:calculationType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:change"/>
<xsd:element ref="mdref:change"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeDirection"/>
<xsd:element ref="mdref:changeDirection"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:changeType"/>
<xsd:element ref="mdref:changeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingHouse"/>
<xsd:element ref="mdref:clearingHouse"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingProcess"/>
<xsd:element ref="mdref:clearingProcess"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSettlement"/>
<xsd:element ref="mdref:clearingSettlement"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:clearingSystem"/>
<xsd:element ref="mdref:clearingSystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:close"/>
<xsd:element ref="mdref:close"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closeType"/>
<xsd:element ref="mdref:closeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDate"/>
<xsd:element ref="mdref:closingDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:closingDateType"/>
<xsd:element ref="mdref:closingDateType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:code"/>
<xsd:element ref="mdref:code"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:codeType"/>
<xsd:element ref="mdref:codeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateral"/>
<xsd:element ref="mdref:collateral"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:collateralType"/>
<xsd:element ref="mdref:collateralType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:comment"/>
<xsd:element ref="mdref:comment"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:componentValue"/>
<xsd:element ref="mdref:componentValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:compounding"/>
<xsd:element ref="mdref:compounding"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:country"/>
<xsd:element ref="mdref:country"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:covenant"/>
<xsd:element ref="mdref:covenant"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:crossrate"/>
<xsd:element ref="mdref:crossrate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:currency"/>
<xsd:element ref="mdref:currency"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dateTime"/>
<xsd:element ref="mdref:dateTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayOfWeek"/>
<xsd:element ref="mdref:dayOfWeek"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dayRuleType"/>
<xsd:element ref="mdref:dayRuleType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:days"/>
<xsd:element ref="mdref:days"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInMonth"/>
<xsd:element ref="mdref:daysInMonth"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:daysInYear"/>
<xsd:element ref="mdref:daysInYear"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:debtIndicatorsType"/>
<xsd:element ref="mdref:debtIndicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:defaultClause"/>
<xsd:element ref="mdref:defaultClause"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delayFactor"/>
<xsd:element ref="mdref:delayFactor"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delivery"/>
<xsd:element ref="mdref:delivery"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:deliveryType"/>
<xsd:element ref="mdref:deliveryType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:delta"/>
<xsd:element ref="mdref:delta"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositoryName"/>
<xsd:element ref="mdref:depositoryName"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:depositorySystem"/>
<xsd:element ref="mdref:depositorySystem"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:description"/>
<xsd:element ref="mdref:description"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determination"/>
<xsd:element ref="mdref:determination"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:determinationSource"/>
<xsd:element ref="mdref:determinationSource"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYield"/>
<xsd:element ref="mdref:dividendYield"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:dividendYieldType"/>
<xsd:element ref="mdref:dividendYieldType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:duration"/>
<xsd:element ref="mdref:duration"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:end"/>
<xsd:element ref="mdref:end"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:endTime"/>
<xsd:element ref="mdref:endTime"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:entityType"/>
<xsd:element ref="mdref:entityType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:eventValue"/>
<xsd:element ref="mdref:eventValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendible"/>
<xsd:element ref="mdref:extendible"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:extendibleDate"/>
<xsd:element ref="mdref:extendibleDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:faceValue"/>
<xsd:element ref="mdref:faceValue"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstAmount"/>
<xsd:element ref="mdref:firstAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstDate"/>
<xsd:element ref="mdref:firstDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:firstEvent"/>
<xsd:element ref="mdref:firstEvent"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:formula"/>
<xsd:element ref="mdref:formula"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:fraction"/>
<xsd:element ref="mdref:fraction"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:governingLaw"/>
<xsd:element ref="mdref:governingLaw"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:high"/>
<xsd:element ref="mdref:high"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:hours"/>
<xsd:element ref="mdref:hours"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incomeType"/>
<xsd:element ref="mdref:incomeType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:incremental"/>
<xsd:element ref="mdref:incremental"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:indicatorsType"/>
<xsd:element ref="mdref:indicatorsType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentData"/>
<xsd:element ref="mdref:instrumentData"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentFormType"/>
<xsd:element ref="mdref:instrumentFormType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentStatusType"/>
<xsd:element ref="mdref:instrumentStatusType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:instrumentType"/>
<xsd:element ref="mdref:instrumentType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRate"/>
<xsd:element ref="mdref:interestRate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:interestRateContainer"/>
<xsd:element ref="mdref:interestRateContainer"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueAmount"/>
<xsd:element ref="mdref:issueAmount"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueDate"/>
<xsd:element ref="mdref:issueDate"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFees"/>
<xsd:element ref="mdref:issueFees"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueFeesType"/>
<xsd:element ref="mdref:issueFeesType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issueMarketType"/>
<xsd:element ref="mdref:issueMarketType"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuePrice"/>
<xsd:element ref="mdref:issuePrice"/>
</xsd:choice>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref="mddl:issuerChoice"/>
<xsd:element ref="mdref:issuerChoice"/>
</xsd:choice>
<xsd:choice minOccurs="1" 
