decimalFormatParam

Element Information

Model

Source

<xsd:element name="decimalFormatParam" minOccurs="0" maxOccurs="unbounded">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="decimalFormatParamName">
        <xsd:simpleType>
          <xsd:restriction base="xsd:NMTOKEN">
            <xsd:enumeration value="decimal-separator"/>
            <xsd:enumeration value="grouping-separator"/>
            <xsd:enumeration value="infinity"/>
            <xsd:enumeration value="minus-sign"/>
            <xsd:enumeration value="NaN"/>
            <xsd:enumeration value="percent"/>
            <xsd:enumeration value="per-mille"/>
            <xsd:enumeration value="zero-digit"/>
            <xsd:enumeration value="digit"/>
            <xsd:enumeration value="pattern-separator"/>
            <xsd:enumeration value="exponent-separator"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
      <xsd:element name="decimalFormatParamValue" type="xsd:string"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

Sample