<xsd:complexType name="ObservedPrice">
<xsd:sequence>
<xsd:element name="price" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">The observed rate value which triggered the barrier event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="date" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date when the rate was observed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="time" type="xsd:time" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time when the rate ws observed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="informationSource" type="InformationSource" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The source of the observation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|