complexType BitBase
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p6.png
namespace http://www.mostcooperation.com
properties
abstract true
used by
complexTypes BitOriented BitValue
attributes
Name  Type  Use  Default  Fixed  Annotation
BitPos  UnsignedByte  required      
BitLength  UnsignedByte  optional  1    
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>

attribute BitBase/@BitPos
type UnsignedByte
properties
use required
source <xs:attribute name="BitPos" type="mostco:UnsignedByte" use="required"/>

attribute BitBase/@BitLength
type UnsignedByte
properties
use optional
default 1
source <xs:attribute name="BitLength" type="mostco:UnsignedByte" use="optional" default="1"/>