diagram |
 |
namespace |
http://www.mostcooperation.com |
properties |
|
used by |
|
attributes |
|
annotation |
documentation | Contains the parts that are common to bit representations (bit-oriented representation of unsigned integers and MOST data type BitField). |
|
source |
<xs:complexType name="BitBase" abstract="true">
<xs:annotation>
<xs:documentation>Contains the parts that are common to bit representations (bit-oriented representation of unsigned integers and MOST data type BitField).</xs:documentation>
</xs:annotation>
<xs:attribute name="BitPos" type="mostco:UnsignedByte" use="required"/>
<xs:attribute name="BitLength" type="mostco:UnsignedByte" use="optional" default="1"/>
</xs:complexType> |