Definition Type: Attribute
Name: Destination
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: LiftInfo.xsd
Use Optional
Documentation:
The Event may optionally be directed to a specified destination controller. Alternatively, it may simply be broadcast to any receiving controller in which case the Destination attribute is omitted.
Collapse XSD Schema Diagram:
XSD Diagram of Destination
Collapse XSD Schema Code:
<xs:attribute name="Destination" type="xs:string" use="optional">
    <xs:annotation>
        <xs:documentation>The Event may optionally be directed to a specified destination controller. Alternatively, it may simply be broadcast to any receiving controller in which case the Destination attribute is omitted.</xs:documentation>
    </xs:annotation>
</xs:attribute>