Definition Type Complex Type
Name personalCharacteristicsT
Namespace http://mobility.usos.edu.pl
Abstract False
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType name="personalCharacteristicsT" >
  <xsd:sequence>
    <xsd:element minOccurs="0" name="nationalPersonalId" type="tns:nationalPersonalIdT"/>
    <xsd:element name="givenNames" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Given names</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

    <xsd:element name="surname1" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Conforms to SCHAC's attribute schacSn1.</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

    <xsd:element minOccurs="0" name="surname2" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Conforms to SCHAC's attribute schacSn2.</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

    <xsd:element minOccurs="0" name="displayName" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Suggested form of the titles, givenNames and surnames combined into a single string, to be used e.g. in printed documents.</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

    <xsd:element name="gender" type="tns:genderT"/>
  </xsd:sequence>

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