Definition Type Simple Type
Name organizationalPersonalIdT
Namespace http://mobility.usos.edu.pl
Facets  
Pattern [a-zA-Z]([a-zA-Z0-9\-]*[a-zA-Z0-9])?(\.[a-zA-Z]([a-zA-Z0-9\-]*[a-zA-Z0-9])?)*:[\S]+
Documentation Unique identifier of a person within an organization. Value consists of an organization prefix (see organizationIdT data type), a colon and an actual number. Example: uw.edu.pl:60225.
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:simpleType name="organizationalPersonalIdT" >
  <xsd:annotation>
    <xsd:documentation>Unique identifier of a person within an organization. Value consists of an organization prefix (see organizationIdT data type), a colon and an actual number. Example: uw.edu.pl:60225.</xsd:documentation>
  </xsd:annotation>

  <xsd:restriction base="xsd:string">
    <xsd:pattern value="[a-zA-Z]([a-zA-Z0-9\-]*[a-zA-Z0-9])?(\.[a-zA-Z]([a-zA-Z0-9\-]*[a-zA-Z0-9])?)*:[\S]+"/>
  </xsd:restriction>

</xsd:simpleType>
Derivation Tree
[No Sub Types]
organizationalPersonalIdT
    tns:lecturerId
    tns:employeeId
    tns:administrativeCoordinator
    tns:institutionalCoordinator
    tns:studentId
    tns:homeAdministrativeCoordinator
    tns:homeInstitutionalCoordinator
    tns:partnerAdministrativeCoordinator
    tns:partnerInstitutionalCoordinator
    tns:homeUnitCoordinator
    tns:partnerUnitCoordinator
    tns:homeStudentId
        tns:homeStudentId
        tns:homeStudentId
        tns:homeStudentId
        tns:homeStudentId
    tns:studentId
    tns:partnerStudentId
        tns:partnerStudentId
        tns:partnerStudentId
    tns:studentId
        tns:studentId
        tns:studentId
References
tns:lecturerId , tns:employeeId , tns:administrativeCoordinator , tns:institutionalCoordinator , tns:studentId , tns:homeAdministrativeCoordinator , tns:homeInstitutionalCoordinator , tns:partnerAdministrativeCoordinator , tns:partnerInstitutionalCoordinator , tns:homeUnitCoordinator , tns:partnerUnitCoordinator , tns:homeStudentId , tns:studentId , tns:partnerStudentId , tns:studentId
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 - Featuring Sample XML Generator