simpleType UnsignedWord
namespace http://www.mostcooperation.com
type xs:unsignedShort
properties
base xs:unsignedShort
used by
simpleType FunctionId
attributes TStream/@Length UWordValueRange/@Max TCStream/@MaxLength UWordValueRange/@Min TStream/@MinLength Integer/@Step
annotation
documentation
Used for checking range limits when the MOST data type Unsigned Word is used.
source <xs:simpleType name="UnsignedWord">
 
<xs:annotation>
   
<xs:documentation>Used for checking range limits when the MOST data type Unsigned Word is used.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:unsignedShort"/>
</xs:simpleType>