simpleType SignedWord
namespace http://www.mostcooperation.com
type xs:short
properties
base xs:short
used by
attributes SWordValueRange/@Max SWordValueRange/@Min
annotation
documentation
Used for checking range limits when the MOST data type Signed Word is used.
source <xs:simpleType name="SignedWord">
 
<xs:annotation>
   
<xs:documentation>Used for checking range limits when the MOST data type Signed Word is used.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:short"/>
</xs:simpleType>