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

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