head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.05.29.09.38.31; author rse; state Exp; branches; next ; desc @@ 1.1 log @finally add the OSSP xmldb from last year to CVS to make sure its source is not lost over time @ text @ <contact name="Ralf S. Engelschall" email="ralf.engelschall@@engelschall.com"/> <copyright year="2002" holder="Ralf s. Engelschall"/> </config> <access> <user id="-" password="-" access="RO"/> <user id="is" password="IS" access="RW"/> </access> <schema> <attrib id="en" name="Employee Number" match="re:^(\d+)$" index="yes" list="no"/> <attrib id="realname" name="Name" match="re:.+" index="yes" list="yes"/> <attrib id="position" name="Position" match="mc:Manager|Teamleader|Engineer|Trainee" index="no" list="yes"/> <attrib id="team" name="Team" match="re:.+" index="no" list="no"/> <attrib id="location" name="Location" match="mc:Swindon|Munich|Stockholm|Genova|Moscow" index="no" list="yes"/> <attrib id="contract" name="Contract" match="mc:full-time|part-time" index="no" list="no"/> <attrib id="nickname" name="Nick Name" match="re:^[a-z][a-zA-Z0-9-]*$" index="no" list="no"/> <attrib id="email" name="Email Address" match="re:.+@@.+" index="yes" list="yes"/> <attrib id="office" name="Office Number" match="re:^(\+[0-9-]+|-)$" index="no" list="yes"/> <attrib id="mobile" name="Mobile Number" match="re:^(\+[0-9-]+|-)$" index="no" list="yes"/> <attrib id="fax" name="Fax Number" match="re:^(\+[0-9-]+|-)$" index="no" list="no"/> <attrib id="homepage" name="Homepage" match="re:^(http|ftp)://.+$" index="no" list="no"/> <attrib id="skill-GN-MGT" name="General: Management" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-GN-EDU" name="General: Education" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-GN-SCI" name="General: Computer Science" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-ISP-PM" name="ISP: Project Management" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-ISP-DSI" name="ISP: Datacenter Infrastructure" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-ISP-BB" name="ISP: Backbone" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-LG-SCRT" name="Languages: Command" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-LG-PROG" name="Languages: Programming" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-LG-MARK" name="Languages: Markup" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-AP-FRNT" name="Applications: Frontend" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-AP-MIDL" name="Applications: Middleware" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-AP-BACK" name="Applications: Backend" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-OS-UNIX" name="Operating Systems: Unix" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-OS-WIN" name="Operating Systems: Windows" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-NE-OL57" name="Networking: OSI 5-7" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-NE-OL34" name="Networking: OSI 3-4" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-NE-OL12" name="Networking: OSI 1-2" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-HW-SERV" name="Hardware: Server" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-HW-STOR" name="Hardware: Storage" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-HW-NET" name="Hardware: Network" match="mc:unknown|beginner|intermediate|advanced|expert" index="no" list="no"/> <attrib id="skill-specials" name="Special Skills" match="re:.*" index="no" list="no"/> </schema> <records> <record en="xxx" realname="Ralf X. Engelschall" position="XX" team="XX" location="XX" contract="full-time" nickname="rse" office="+49-89-92699-xxx" mobile="+49-XX-89xxxxx" fax="+49-89-92699-xxx" email="xxx@@de.cw.XX" homepage="http://xxx/" skill-GN-MGT="intermediate" skill-GN-EDU="expert" skill-GN-SCI="expert" skill-ISP-PM="advanced" skill-ISP-DSI="advanced" skill-ISP-BB="intermediate" skill-LG-SCRT="expert" skill-LG-PROG="expert" skill-LG-MARK="expert" skill-AP-FRNT="intermediate" skill-AP-MIDL="expert" skill-AP-BACK="advanced" skill-OS-UNIX="expert" skill-OS-WIN="intermediate" skill-NE-OL57="expert" skill-NE-OL34="expert" skill-NE-OL12="advanced" skill-HW-SERV="advanced" skill-HW-STOR="intermediate" skill-HW-NET="advanced" skill-specials="CS, Unix, sh, C, Perl, HTTP, SSL/TLS, BGP, VRRP"/> </records> </xmldb> @