complexType TBitField
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p142.png
namespace http://www.mostcooperation.com
type extension of DataTypeBase
properties
base DataTypeBase
children BitValue
used by
element DataType/TBitField
attributes
Name  Type  Use  Default  Fixed  Annotation
TotalByteLength  derived by: UnsignedByte  required      
annotation
documentation
Representation of the MOST data type BitField.
source <xs:complexType name="TBitField">
 
<xs:annotation>
   
<xs:documentation>Representation of the MOST data type BitField.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DataTypeBase">
     
<xs:sequence maxOccurs="unbounded">
       
<xs:element name="BitValue" type="BitValue"/>
     
</xs:sequence>
     
<xs:attribute name="TotalByteLength" use="required">
       
<xs:simpleType>
         
<xs:restriction base="mostco:UnsignedByte">
           
<xs:enumeration value="1"/>
           
<xs:enumeration value="2"/>
           
<xs:enumeration value="4"/>
           
<xs:enumeration value="8"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute TBitField/@TotalByteLength
type restriction of UnsignedByte
properties
use required
facets
Kind Value Annotation
enumeration 1
enumeration 2
enumeration 4
enumeration 8
source <xs:attribute name="TotalByteLength" use="required">
 
<xs:simpleType>
   
<xs:restriction base="mostco:UnsignedByte">
     
<xs:enumeration value="1"/>
     
<xs:enumeration value="2"/>
     
<xs:enumeration value="4"/>
     
<xs:enumeration value="8"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element TBitField/BitValue
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p143.png
namespace http://www.mostcooperation.com
type BitValue
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
BitPos  UnsignedByte  required      
BitLength  UnsignedByte  optional  1    
Name  xs:NMTOKEN  required      
TrueDisplayName  xs:string  optional      
documentation
This attribute provides a short description of what setting the corresponding bit to true means.
FalseDisplayName  xs:string  optional      
documentation
This attribute provides a short description of what setting the corresponding bit to false means.
source <xs:element name="BitValue" type="BitValue"/>