complexType TBoolean
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p144.png
namespace http://www.mostcooperation.com
type extension of DataTypeBase
properties
base DataTypeBase
abstract false
used by
element DataType/TBoolean
annotation
documentation
Representation of the MOST data type Boolean. (Example: FunctionCatalog_SharedParam.xml)
source <xs:complexType name="TBoolean" abstract="false">
 
<xs:annotation>
   
<xs:documentation>Representation of the MOST data type Boolean. (Example: FunctionCatalog_SharedParam.xml)</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DataTypeBase"/>
 
</xs:complexContent>
</xs:complexType>