simpleType SignedByte
namespace http://www.mostcooperation.com
type xs:byte
properties
base xs:byte
used by
attributes Integer/@Exponent SByteValueRange/@Max SByteValueRange/@Min
annotation
documentation
Used for checking range limits when the MOST data type Signed Byte is used.
source <xs:simpleType name="SignedByte">
 
<xs:annotation>
   
<xs:documentation>Used for checking range limits when the MOST data type Signed Byte is used.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:byte"/>
</xs:simpleType>