Definition Type Simple Type
Name nationalPersonalIdT
Namespace http://mobility.usos.edu.pl
Facets  
Pattern [a-zA-Z]{2}:[\S]+
Documentation Unique identifier of a person. Based on SCHAC's attribute schacPersonalUniqueID but does not use a prefix urn:mace:terena.org:schac:personalUniqueID and an id type information. Value consists of a country prefix (exactly as in tns:countryCodeT), a colon and an identification number. Examples: Finnish FIC: fi:260667-123F, Spanish NIF: es:31241312L, Swedish NIN: se:12345678, Polish PESEL: pl:77121201230.
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:simpleType name="nationalPersonalIdT" >
  <xsd:annotation>
    <xsd:documentation>Unique identifier of a person. Based on SCHAC's attribute schacPersonalUniqueID but does not use a prefix urn:mace:terena.org:schac:personalUniqueID and an id type information. Value consists of a country prefix (exactly as in tns:countryCodeT), a colon and an identification number. Examples: Finnish FIC: fi:260667-123F, Spanish NIF: es:31241312L, Swedish NIN: se:12345678, Polish PESEL: pl:77121201230.</xsd:documentation>
  </xsd:annotation>

  <xsd:restriction base="xsd:string">
    <xsd:pattern value="[a-zA-Z]{2}:[\S]+"/>
  </xsd:restriction>

</xsd:simpleType>
Derivation Tree
[No Sub Types]
nationalPersonalIdT
    tns:nationalPersonalId
    tns:nationalPersonalId
References
tns:nationalPersonalId , tns:nationalPersonalId
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 - Featuring XSD to C# Code Generation