<xs:complexType name="WorkflowListRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="UserID" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="ProntoID" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IsPublicLaunch" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="IsPrivate" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="IsGroupShared" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="IsSubGroupShared" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
</xs:sequence>
</xs:complexType> |