simpleType UnsignedByte
namespace http://www.mostcooperation.com
type xs:unsignedByte
properties
base xs:unsignedByte
used by
attributes BitBase/@BitLength StreamSignal/@BitLength UByteBitOriented/@BitLength ULongBitOriented/@BitLength ULongLongBitOriented/@BitLength UWordBitOriented/@BitLength BitBase/@BitPos UByteBitOriented/@BitPos ULongBitOriented/@BitPos ULongLongBitOriented/@BitPos UWordBitOriented/@BitPos TArrayType/@ElementCountByteLength FBlock/@Id UByteValueRange/@Max TArrayLegacy/@MaxElementCount TShortStream/@MaxLength UByteValueRange/@Min TBitField/@TotalByteLength TEnum/@TotalByteLength
annotation
documentation
Used for checking range limits when the MOST data type Unsigned Byte is used.
source <xs:simpleType name="UnsignedByte">
 
<xs:annotation>
   
<xs:documentation>Used for checking range limits when the MOST data type Unsigned Byte is used.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:unsignedByte"/>
</xs:simpleType>