<xsd:complexType name="Knock">
<xsd:annotation>
<xsd:documentation xml:lang="en">Knock In means option to exercise comes into existence. Knock Out means option to exercise goes out of existence</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="knockIn" type="TriggerEvent" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The knock in.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="knockOut" type="TriggerEvent" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The knock out.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|