b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel<?xml version="1.0" encoding="UTF-8"?>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel targetNamespace="http://openidm.forgerock.com/xml/ns/public/resource/instances/resource-schema-extension"
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel xmlns:tns="http://openidm.forgerock.com/xml/ns/public/resource/instances/resource-schema-extension" xmlns:icf="http://openidm.forgerock.com/xml/ns/public/resource/openicf/resource-schema-1.xsd" >
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:import namespace="http://openidm.forgerock.com/xml/ns/public/resource/openicf/resource-schema-1.xsd" schemaLocation="resource-schema-1.xsd"/>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="__ACCOUNT__">
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:complexType>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:sequence>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element ref="icf:__UID__" minOccurs="0"/>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element ref="icf:__NAME__"/>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="firstname" type="xsd:string" minOccurs="0"/>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="lastname" type="xsd:string" />
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="manager" type="xsd:string" />
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="department" type="xsd:string" minOccurs="0"/>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="jobTitle" type="xsd:string" minOccurs="0"/>
da116edbfb79f5ad53b65bd43a928900c2c0459aJake Feasel <xsd:element name="mobileTelephoneNumber" type="xsd:string" minOccurs="0" />
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="email" type="xsd:string" />
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="startDate" type="xsd:string" minOccurs="0"/> <!--YYYY-MM-DD-->
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="endDate" type="xsd:string" minOccurs="0"/> <!--YYYY-MM-DD-->
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel <xsd:element name="__PASSWORD__" type="xsd:string" minOccurs="0">
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel <xsd:annotation>
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel <xsd:documentation>
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel __PASSWORD__ attribute
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel </xsd:documentation>
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel <xsd:appinfo>
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel <tns:javaclass>org.identityconnectors.common.security.GuardedString</tns:javaclass>
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel </xsd:appinfo>
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel </xsd:annotation>
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel </xsd:element>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element name="roles" type="xsd:string" minOccurs="0"/>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel <xsd:element ref="icf:__DESCRIPTION__" minOccurs="0"/>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel </xsd:sequence>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel </xsd:complexType>
b412f3c08f7621383d949c49539fa6c0a1644bf3Jake Feasel </xsd:element>
dc53767f6614db736c8a95a165beae870ac1e3d9Jake Feasel</xsd:schema>