Diff - Left File: Common/efileTypes.xsd (2007v1.1) Right File: Common/efileTypes.xsd (2007v2.0)
OLD: Common/efileTypes.xsd (2007v1.1)
NEW: Common/efileTypes.xsd (2007v2.0)

OLD line(s): 265

NEW line(s): 266,277

  <!-- U.S. Amount Type - Positive -->
  <xsd:simpleType name="USDecimalAmountPosType">
    <xsd:annotation>
      <xsd:documentation>Type for a U.S. positive amount field with dollars and cents</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="DecimalNNType">
      <xsd:totalDigits value="17"/>
      <xsd:minExclusive value="0"/>
      <xsd:maxInclusive value="999999999999999.99"/>
    </xsd:restriction>
  </xsd:simpleType>

OLD line(s): 413,423

  <!-- Third Party Designee Personal Identification Number Type -->
  <xsd:simpleType name="DPINType">
    <xsd:annotation>
      <xsd:documentation>Type for Third Party Designee Personal Identification No. - 9 alphanumeric characters</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
      <xsd:pattern value="[A-Za-z0-9]{9}" />
    </xsd:restriction>
  </xsd:simpleType>

  <!-- Practitioner PIN Type -->
NEW line(s): 425

  <!-- Practitioner PIN Type, Self-Select PIN Type and Third Party Designee Personal Identification Number Type -->
OLD line(s): 426

      <xsd:documentation>Type for Practitioner PIN</xsd:documentation>
NEW line(s): 428

      <xsd:documentation>Type for Practitioner PIN, Self-Select PIN and Third Party Designee PIN</xsd:documentation>
OLD line(s): 468,477

  <!-- Return Id Type -->
  <xsd:simpleType name="ReturnIdType">
    <xsd:annotation>
      <xsd:documentation>Must be globally unique. Format is: EFIN (6 digits) -> Year(4 digits) -> Julian Day(3 digits) -> Sequence Number (7 alphanumeric)</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
      <xsd:pattern value="[A-Za-z0-9:.-]{20}" />
    </xsd:restriction>
  </xsd:simpleType>

NEW line(s): 469

OLD line(s): 654

      <xsd:enumeration value="MP">
NEW line(s): 646

      <xsd:enumeration value="CQ">