<xsd:element name="TriggerEscalation">
<xsd:complexType>
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="EscalationCode" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>This is optionnal only when attached on the boundary of an activity.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element> |