complexType BitValue
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p9.png
namespace http://www.mostcooperation.com
type extension of BitBase
properties
base BitBase
used by
element TBitField/BitValue
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.
annotation
documentation
Used for the specification of individual bit for groups of bit values. It is used in the BitField MOST data type.
source <xs:complexType name="BitValue">
 
<xs:annotation>
   
<xs:documentation>Used for the specification of individual bit for groups of bit values. It is used in the BitField MOST data type.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BitBase">
     
<xs:attribute name="Name" type="xs:NMTOKEN" use="required"/>
     
<xs:attribute name="TrueDisplayName" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>This attribute provides a short description of what setting the corresponding bit to true means.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="FalseDisplayName" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>This attribute provides a short description of what setting the corresponding bit to false means.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute BitValue/@Name
type xs:NMTOKEN
properties
use required
source <xs:attribute name="Name" type="xs:NMTOKEN" use="required"/>

attribute BitValue/@TrueDisplayName
type xs:string
properties
use optional
annotation
documentation
This attribute provides a short description of what setting the corresponding bit to true means.
source <xs:attribute name="TrueDisplayName" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>This attribute provides a short description of what setting the corresponding bit to true means.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BitValue/@FalseDisplayName
type xs:string
properties
use optional
annotation
documentation
This attribute provides a short description of what setting the corresponding bit to false means.
source <xs:attribute name="FalseDisplayName" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>This attribute provides a short description of what setting the corresponding bit to false means.</xs:documentation>
 
</xs:annotation>
</xs:attribute>