<element name="NumberFormat">
<complexType>
<attribute name="numberBase" type="xtce:RadixType" use="optional"/>
<attribute name="minimumFractionDigits" type="nonNegativeInteger" use="optional"/>
<attribute name="maximumFractionDigits" type="nonNegativeInteger" use="optional"/>
<attribute name="minimumIntegerDigits" type="nonNegativeInteger" use="optional"/>
<attribute name="maximumIntegerDigits" type="nonNegativeInteger" use="optional"/>
<attribute name="negativeSuffix" type="string" use="optional"/>
<attribute name="positiveSuffix" type="string" use="optional"/>
<attribute name="negativePrefix" type="string" use="optional" default="-"/>
<attribute name="positivePrefix" type="string" use="optional"/>
<attribute name="showThousandsGrouping" type="boolean" use="optional" default="true"/>
<attribute name="notation" use="optional" default="normal">
<simpleType>
<restriction base="string">
<enumeration value="normal"/>
<enumeration value="scientific"/>
<enumeration value="engineering"/>
</restriction>
</simpleType>
</attribute>
</complexType>
</element> |