<xsd:complexType name="SignalEnvelopeType">
<xsd:annotation>
<xsd:documentation>The type of a Signal Envelope definition that conveys Business Action information. This type for Business Signals mirrors the Document Envelope structure (where applicable). A Business Signal is used for state alignment. Note: This type was added in v2.0.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Documentation" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref="name"/>
<xsd:attribute name="signalDefinitionRef" type="xsd:IDREF" use="required">
<xsd:annotation>
<xsd:documentation>The nameID reference of the Business Signal definition for the Business Signal. Note: This attribute was added in v2.0.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType> |