DeliveryMethodElectronicTypeCodeType

Mail can be registered, express, regular

Simple Type Information

Used By

Source

<xs:simpleType name="DeliveryMethodElectronicTypeCodeType">
  <xs:annotation>
    <xs:documentation>Mail can be registered, express, regular</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Email">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Associated document will be sent by Email to recipient. Email information can be provided in a Telephone element in the associated Person. Email content can also be provided.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Fax">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Associated document will be sent by Fax to recipient. Fax information may be provided in a Telephone element in the associated Person.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Phone"/>
    <xs:enumeration value="MMS">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Associated document will be sent by MMS to recipient. Telephone number may be provided in a Telephone element in the associated Person.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SMS">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Associated document will be sent by SMS to recipient. Telephone number may be provided in a Telephone element in the associated Person.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>