Definition Type Complex Type
Name employeePersonalCharacteristicsT
Namespace http://mobility.usos.edu.pl
Type tns:personalCharacteristicsT
Abstract False
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType name="employeePersonalCharacteristicsT" >
  <xsd:complexContent mixed="false">
    <xsd:extension base="tns:personalCharacteristicsT">
      <xsd:sequence>
        <xsd:element name="employeeId" type="tns:organizationalPersonalIdT"/>
        <xsd:element minOccurs="0" name="personalTitle" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation>Free format string. Based on SCHAC (originally from RFC 1274), specifies a personal title or salutation for a person. Examples: &quot;Ms&quot;, &quot;Dr&quot;, &quot;Prof&quot;, &quot;Rev&quot;, &quot;Sr&quot;.</xsd:documentation>
          </xsd:annotation>

        </xsd:element>

        <xsd:element minOccurs="0" name="personalPosition" type="tns:personalPositionT"/>
        <xsd:element minOccurs="0" name="telephoneNumber" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation>A telephone number , based on RFC 4519.</xsd:documentation>
          </xsd:annotation>

        </xsd:element>

        <xsd:element minOccurs="0" name="facsimileTelephoneNumber" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation>A telephone number for facsimile terminal, based on RFC 4519.</xsd:documentation>
          </xsd:annotation>

        </xsd:element>

        <xsd:element minOccurs="0" name="mail" type="tns:emailT"/>
      </xsd:sequence>

    </xsd:extension>

  </xsd:complexContent>

</xsd:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
tns:personalCharacteristicsT
    employeePersonalCharacteristicsT
        tns:employee
References
tns:employee
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 by Liquid Technologies Ltd