<xsd:complexType name="dataIntType">
<xsd:annotation>
<xsd:documentation>Describes simple integer data along with the standard data element attributes.</xsd:documentation>
<xsd:appinfo>
<attributes>(includes dataAttributes)</attributes>
<content>integer</content>
<child_elements>none</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:integer">
<xsd:attributeGroup ref="system_characteristics:dataAttributes" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|