A data type that is derived from int by setting the value of maxInclusive to be 32767 and minInclusive to be -32768. |
<xs:complexType name="short"> <xs:annotation> <xs:documentation>A data type that is derived from int by setting the value of maxInclusive to be 32767 and minInclusive to be -32768.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:short"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> |