A data type for the standard mathematical concept of integer numbers. |
<xs:complexType name="integer"> <xs:annotation> <xs:documentation>A data type for the standard mathematical concept of integer numbers.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:integer"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> |