diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
type | extension of DataTypeBase | ||||||||||||
properties |
|
||||||||||||
children | BitValue | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | restriction of UnsignedByte | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||||||||||||||||||
type | BitValue | ||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="BitValue" type="BitValue"/> |