Definition Type: Attribute
Name: trigger
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
ContentType Restriction
Use Optional
Documentation:
What part of the trigger signal will cause this segment to execute. Use "NoWait" if you want this segment to automatically execute.
Collapse XSD Schema Diagram:
XSD Diagram of trigger
Collapse XSD Schema Code:
<xs:attribute name="trigger" use="optional">
    <xs:annotation>
        <xs:documentation>What part of the trigger signal will cause this segment to execute. Use "NoWait" if you want this segment to automatically execute.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="NoWait" />
            <xs:enumeration value="RisingEdge" />
            <xs:enumeration value="FallingEdge" />
            <xs:enumeration value="High" />
            <xs:enumeration value="Low" />
            <xs:enumeration value="EitherEdge" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration NoWait
Enumeration RisingEdge
Enumeration FallingEdge
Enumeration High
Enumeration Low
Enumeration EitherEdge