home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 October
/
PCWorld_2004-10_cd.bin
/
akce
/
openoffice
/
f_0106
/
UserProfile.xcs
Wrap
Extensible Markup Language
|
2004-06-08
|
2KB
|
58 lines
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="UserProfile" oor:package="org.openoffice" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component>
<group oor:name="Data">
<prop oor:name="o" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="givenname" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="sn" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="initials" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="street" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="l" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="st" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="postalcode" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="c" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="title" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="position" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="homephone" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="telephonenumber" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="facsimiletelephonenumber" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="mail" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="UserGroup" oor:type="xs:string">
<value>UserGroup</value>
</prop>
</group>
</component>
</oor:component-schema>