Definition Type Complex Type
Name studentPersonalCharacteristicsT
Namespace http://mobility.usos.edu.pl
Type tns:personalCharacteristicsT
Abstract False
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType name="studentPersonalCharacteristicsT" >
  <xsd:complexContent mixed="false">
    <xsd:extension base="tns:personalCharacteristicsT">
      <xsd:sequence>
        <xsd:element name="studentId" type="tns:organizationalPersonalIdT"/>
        <xsd:element name="dateOfBirth" type="xsd:date">
          <xsd:annotation>
            <xsd:documentation>Based on SCHAC's attribute schacDateOfBirth but uses dashes to delimit consecutive parts of a date, which is in fact specified in  RFC 3339.</xsd:documentation>
          </xsd:annotation>

        </xsd:element>

        <xsd:element name="placeOfBirth" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation>Based on SCHAC's attribute schacPlaceOfBirth.</xsd:documentation>
          </xsd:annotation>

        </xsd:element>

        <xsd:element name="mail" type="tns:emailT"/>
        <xsd:element minOccurs="0" name="permanentAddress" type="tns:addressT"/>
        <xsd:element minOccurs="0" name="correspondenceAddress" type="tns:addressT"/>
        <xsd:element minOccurs="0" name="homePhone" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation>A home telephone number associated with a person. Based on RFC 2798, values should follow the agreed format for international telephone numbers: i.e. +44 71 123 4567.</xsd:documentation>
          </xsd:annotation>

        </xsd:element>

        <xsd:element minOccurs="0" name="mobile" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation>A mobile telephone number associated with a person. Based on RFC 2798, values should follow the agreed format for international telephone numbers: i.e. +44 71 123 4567.</xsd:documentation>
          </xsd:annotation>

        </xsd:element>

      </xsd:sequence>

    </xsd:extension>

  </xsd:complexContent>

</xsd:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
tns:personalCharacteristicsT
    studentPersonalCharacteristicsT
        tns:student
References
tns:student
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 - Featuring XML Schema to HTML Doc Generation