diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||||||||||||||||||
type | extension of BitBase | ||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="Name" type="xs:NMTOKEN" use="required"/> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |