Container for private actions assigned to one specific entity and used in the initialization phase of a scenario.
<xsd:complexType name="Private"> <xsd:sequence> <xsd:element name="PrivateAction" type="PrivateAction" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="entityRef" type="String" use="required"/> </xsd:complexType>
To XSD To XSD Tree