<xsd:complexType name="SettledEntityMatrix">
<xsd:sequence>
<xsd:element name="matrixSource" type="MatrixSource">
<xsd:annotation>
<xsd:documentation xml:lang="en">Relevant settled entity matrix source.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="publicationDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the publication date of the applicable version of the matrix. When this element is omitted, the Standard Terms Supplement defines rules for which version of the matrix is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|