XML Einrichten Version 1.2
ContactCommunication Complex Type
XML Einrichten Version 1.2 : ContactCommunication Complex Type
Description
Group for communication data of a contact person
Namespace (none)
Diagram
CommunicationAdress Element CommunicationCode Element Sequence ContactCommunication Complex Type
Overview
ContactCommunication
Group for communication data of a contact person
Sequence
CommunicationCode Restriction of xs:string
CommunicationAdress Restriction of xs:string
Communication address related to the previous defined communication type
Used By
ContactCommunication Element
Source
<xs:complexType name="ContactCommunication" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Block für Kommunikationsdaten einer Kontaktperson</xs:documentation>
    <xs:documentation xml:lang="en">Group for communication data of a contact person</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CommunicationCode" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Typ der Kommunikationsadresse</dt>
            <dt>Codeliste:  </dt>
            <dt>EM = eMail</dt>
            <dt>FX = Fax</dt>
            <dt>TE = Telefon</dt>
            <dt>AL = MobilTelefon</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>TCommunication Type</dt>
            <dt>Code list:  </dt>
            <dt>EM = eMail</dt>
            <dt>FX = Fax</dt>
            <dt>TE = Phone</dt>
            <dt>AL = Mobile phone</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
          <xs:enumeration value="AL" />
          <xs:enumeration value="EM" />
          <xs:enumeration value="FX" />
          <xs:enumeration value="TE" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CommunicationAdress" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Kommunikationsadresse zum davor festgelegten Kommunikationstyp </xs:documentation>
        <xs:documentation xml:lang="en">Communication address related to the previous defined communication type </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="512" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2