complexType BitOriented
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p7.png
namespace http://www.mostcooperation.com
type extension of BitBase
properties
base BitBase
children Description
used by
complexTypes UByteBitOriented ULongBitOriented ULongLongBitOriented UWordBitOriented
attributes
Name  Type  Use  Default  Fixed  Annotation
BitPos  UnsignedByte  required      
BitLength  UnsignedByte  optional  1    
Name  xs:NCName  required      
annotation
documentation
Used for the bit-oriented representation of unsigned integer MOST data types.
source <xs:complexType name="BitOriented">
 
<xs:annotation>
   
<xs:documentation>Used for the bit-oriented representation of unsigned integer MOST data types.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BitBase">
     
<xs:sequence>
       
<xs:element name="Description" type="xs:string" minOccurs="0"/>
     
</xs:sequence>
     
<xs:attribute name="Name" type="xs:NCName" use="required"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

element BitOriented/Description
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p8.png
namespace http://www.mostcooperation.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Description" type="xs:string" minOccurs="0"/>