diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||
type | extension of Number | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:complexType name="Integer" abstract="true"> <xs:annotation> <xs:documentation>Basis for MOST integer data types.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="Number"> <xs:attribute name="Exponent" type="mostco:SignedByte" default="0"/> <xs:attribute name="Step" type="mostco:UnsignedWord" use="optional" default="1"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | SignedByte | ||
properties |
|
||
source | <xs:attribute name="Exponent" type="mostco:SignedByte" default="0"/> |
type | UnsignedWord | ||||
properties |
|
||||
source | <xs:attribute name="Step" type="mostco:UnsignedWord" use="optional" default="1"/> |