complexType TString
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p174.png
namespace http://www.mostcooperation.com
type extension of StringBase
properties
base StringBase
used by
element DataType/TString
attributes
Name  Type  Use  Default  Fixed  Annotation
MaxSize  UnsignedLong        
annotation
documentation
Representation of the MOST data type String.
source <xs:complexType name="TString">
 
<xs:annotation>
   
<xs:documentation>Representation of the MOST data type String.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="StringBase">
     
<xs:attribute name="MaxSize" type="mostco:UnsignedLong"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute TString/@MaxSize
type UnsignedLong
facets
Kind Value Annotation
minInclusive 0
maxInclusive 4294967295
source <xs:attribute name="MaxSize" type="mostco:UnsignedLong"/>