complexType StringBase
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p138.png
namespace http://www.mostcooperation.com
type extension of DataTypeBase
properties
base DataTypeBase
abstract true
used by
complexTypes TLengthCodedString TString
annotation
documentation
Used as the basis for the definition of the MOST data types String and Length-coded String.
source <xs:complexType name="StringBase" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Used as the basis for the definition of the MOST data types String and Length-coded String.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DataTypeBase"/>
 
</xs:complexContent>
</xs:complexType>