Microsoft.SystemCenter.WorkflowFoundation.WorkflowFoundation40WriteActionSchema (SchemaType)

Element properties:

AccessibilityPublic
CommentScheme for the WorkflowFoundation40Module

Source Code:

<SchemaType ID="Microsoft.SystemCenter.WorkflowFoundation.WorkflowFoundation40WriteActionSchema" Comment="Scheme for the WorkflowFoundation40Module" Accessibility="Public">
<xsd:complexType name="AssemblyType">
<xsd:sequence>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="Path" type="xsd:string"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DependencyAssemblyType">
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Path" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="PropertyType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="boolean"/>
<xsd:enumeration value="dateTime"/>
<xsd:enumeration value="decimal"/>
<xsd:enumeration value="double"/>
<xsd:enumeration value="guid"/>
<xsd:enumeration value="int"/>
<xsd:enumeration value="uint"/>
<xsd:enumeration value="string"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="WorkflowParameterType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="Type" type="PropertyType"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="WorkflowArrayParameterType">
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Item" type="xsd:string"/>
</xsd:sequence>
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="Type" type="PropertyType"/>
</xsd:complexType>
<xsd:complexType name="WorkflowParametersType">
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:choice>
<xsd:element name="WorkflowParameter" type="WorkflowParameterType"/>
<xsd:element name="WorkflowArrayParameter" type="WorkflowArrayParameterType"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="MaximumRunningTimeSecondsType">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:minInclusive fixed="true" value="0"/>
</xsd:restriction>
</xsd:simpleType>
</SchemaType>