XML Einrichten Version 1.2
Contact Complex Type
XML Einrichten Version 1.2 : Contact Complex Type
Description
Group for contact information
Namespace (none)
Diagram
CommunicationAdress Element CommunicationCode Element Sequence ContactCommunication Element ContactCode Element ContactFirstName Element ContactSurName Element Sequence Contact Complex Type
Overview
Contact
Group for contact information
Sequence
ContactSurName optional Restriction of xs:string
Surname of the contact
ContactFirstName optional Restriction of xs:string
First name of the contact
ContactCode optional Restriction of xs:string
Ident of the contact
ContactCommunication 0..9 ContactCommunication Complex Type
Group for the communication data
Sequence
CommunicationCode Restriction of xs:string
CommunicationAdress Restriction of xs:string
Communication address related to the previous defined communication type
Used By
ContactPerson Element
Source
<xs:complexType name="Contact" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Segment für Kontaktinormationen</xs:documentation>
    <xs:documentation xml:lang="en">Group for contact information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ContactSurName" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Nachname der Kontaktperson</xs:documentation>
        <xs:documentation xml:lang="en">Surname of the contact</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ContactFirstName" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Vorname der Kontaktperson</xs:documentation>
        <xs:documentation xml:lang="en">First name of the contact</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ContactCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Kurzzeichen der Kontaktperson</xs:documentation>
        <xs:documentation xml:lang="en">Ident of the contact</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ContactCommunication" type="ContactCommunication" minOccurs="0" maxOccurs="9">
      <xs:annotation>
        <xs:documentation xml:lang="de">Block für die Kommunikationsdaten</xs:documentation>
        <xs:documentation xml:lang="en">Group for the communication data</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2