complexType ULongLongBitOriented
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p194.png
namespace http://www.mostcooperation.com
type restriction of BitOriented
properties
base BitOriented
children Description
used by
element TULongLong/BitOriented
attributes
Name  Type  Use  Default  Fixed  Annotation
BitPos  derived by: UnsignedByte  required      
BitLength  derived by: UnsignedByte  optional  1    
Name  xs:NCName  required      
annotation
documentation
Bit-oriented representation of the MOST data type Unsigned Long Long, providing the corresponding limits.
source <xs:complexType name="ULongLongBitOriented">
 
<xs:annotation>
   
<xs:documentation>Bit-oriented representation of the MOST data type Unsigned Long Long, providing the corresponding limits.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="BitOriented">
     
<xs:sequence>
       
<xs:element name="Description" type="xs:string" minOccurs="0"/>
     
</xs:sequence>
     
<xs:attribute name="Name" type="xs:NCName" use="required"/>
     
<xs:attribute name="BitPos" use="required">
       
<xs:simpleType>
         
<xs:restriction base="mostco:UnsignedByte">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="63"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="BitLength" use="optional" default="1">
       
<xs:simpleType>
         
<xs:restriction base="mostco:UnsignedByte">
           
<xs:minInclusive value="1"/>
           
<xs:maxInclusive value="64"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

attribute ULongLongBitOriented/@BitPos
type restriction of UnsignedByte
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 63
source <xs:attribute name="BitPos" use="required">
 
<xs:simpleType>
   
<xs:restriction base="mostco:UnsignedByte">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="63"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ULongLongBitOriented/@BitLength
type restriction of UnsignedByte
properties
use optional
default 1
facets
Kind Value Annotation
minInclusive 1
maxInclusive 64
source <xs:attribute name="BitLength" use="optional" default="1">
 
<xs:simpleType>
   
<xs:restriction base="mostco:UnsignedByte">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="64"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

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

element ULongLongBitOriented/Description
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p195.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"/>