Actuate Information Delivery API data types : SystemType
 
SystemType
A simple data type that describes the type of BIRT iHub System.
Schema
<xsd:simpleType name="SystemType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Cluster"/>
<xsd:enumeration value="Standalone"/>
</xsd:restriction>
</xsd:simpleType>
Elements
Cluster
A cluster system.
Standalone
A stand-alone system.