XML Schema Documentation

Complex Type: Knock

[Table of contents]

Super-types: None
Sub-types: None
Name Knock
Used by (from the same schema document) Model Group OptionFeature.model
Abstract no
Documentation Knock In means option to exercise comes into existence. Knock Out means option to exercise goes out of existence
XML Instance Representation
<...>
<knockIn> TriggerEvent </knockIn> [0..1]

'The knock in.'

<knockOut> TriggerEvent </knockOut> [0..1]

'The knock out.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Knock">
<xsd:sequence>
<xsd:element name="knockIn" type=" TriggerEvent " minOccurs="0"/>
<xsd:element name="knockOut" type=" TriggerEvent " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>