Diff - Left File: Common/efileTypes.xsd (2021v4.0) Right File: Common/efileTypes.xsd (2021v4.1)
OLD: Common/efileTypes.xsd (2021v4.0)
NEW: Common/efileTypes.xsd (2021v4.1)

OLD line(s): 4792

NEW line(s): 4793,4819

  
  <!-- Decimal 1 Ratio Type -->
  <xsd:simpleType name="Decimal1RatioType">
    <xsd:annotation>
      <xsd:documentation>Decimal 1 Ratio Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal">
      <xsd:totalDigits value="3"/>
      <xsd:fractionDigits value="1"/>
      <xsd:minInclusive value="00.0"/>
      <xsd:maxInclusive value="99.9"/>
    </xsd:restriction>
  </xsd:simpleType>
  
  <!-- Decimal 3 Ratio Type -->
  <xsd:simpleType name="Decimal3RatioType">
    <xsd:annotation>
      <xsd:documentation>Decimal 3 Ratio Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal">
      <xsd:totalDigits value="4"/>
      <xsd:fractionDigits value="3"/>
      <xsd:minInclusive value="0.000"/>
      <xsd:maxInclusive value="1.000"/>
    </xsd:restriction>
  </xsd:simpleType>