Mobility Project 2011-01-21, MobilitySchema.xsd, Revision 336 | Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 |
Generated : 21 stycznia 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> |