| Mobility Project 2011-06-13 | Generated using Liquid XML Studio - FREE Community Edition 7.1.0.1135 |
| Generated : 13 czerwca 2011 |
| 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: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> |