0N/A<?xml version="1.0" encoding="ISO-8859-1"?>
196N/A
0N/A<!--
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A
0N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
0N/A
0N/A The contents of this file are subject to the terms
0N/A of the Common Development and Distribution License
0N/A (the License). You may not use this file except in
0N/A compliance with the License.
0N/A
0N/A You can obtain a copy of the License at
0N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
0N/A opensso/legal/CDDLv1.0.txt
0N/A See the License for the specific language governing
0N/A permission and limitations under the License.
0N/A
0N/A When distributing Covered Code, include this CDDL
0N/A Header Notice in each file and include the License file
0N/A at opensso/legal/CDDLv1.0.txt.
0N/A If applicable, add the following below the CDDL Header,
0N/A with the fields enclosed by brackets [] replaced by
0N/A your own identifying information:
0N/A "Portions Copyrighted [year] [name of copyright owner]"
0N/A
0N/A $Id: amEntrySpecific.xml,v 1.2 2008/06/25 05:46:12 qcheng Exp $
0N/A
0N/A-->
0N/A
0N/A<!DOCTYPE ServicesConfiguration
0N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
0N/A "jar://com/sun/identity/sm/sms.dtd">
0N/A
0N/A<ServicesConfiguration>
0N/A <Service name="iPlanetAMEntrySpecificService" version="1.0">
0N/A <Schema
0N/A i18nFileName="amEntrySpecific"
0N/A i18nKey="iplanet-am-entry-specific-service-description"
0N/A revisionNumber="10">
0N/A <Global>
0N/A <SubSchema name="Group">
0N/A <AttributeSchema name="uniquemember"
0N/A type="list"
0N/A syntax="string"
0N/A i18nKey="g101">
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-group-subscribable"
0N/A type="single"
0N/A syntax="boolean"
0N/A i18nKey="g102">
0N/A </AttributeSchema>
0N/A </SubSchema>
0N/A <SubSchema name="DynamicGroup">
0N/A <AttributeSchema name="filterinfo"
0N/A type="single"
0N/A syntax="string"
0N/A i18nKey="dg1">
0N/A </AttributeSchema>
0N/A </SubSchema>
0N/A <SubSchema name="Organization">
0N/A <AttributeSchema name="sunPreferredDomain"
0N/A type="single"
0N/A syntax="string"
0N/A i18nKey="o101">
0N/A </AttributeSchema>
0N/A <AttributeSchema name="inetdomainstatus"
0N/A type="single_choice"
0N/A syntax="string"
0N/A any="optional|filter"
0N/A i18nKey="o102">
0N/A <ChoiceValues>
0N/A <ChoiceValue i18nKey="choiceActive">Active</ChoiceValue>
0N/A <ChoiceValue i18nKey="choiceInactive">Inactive</ChoiceValue>
0N/A </ChoiceValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="sunOrganizationAlias"
0N/A type="list"
375N/A syntax="string"
375N/A i18nKey="o1021">
375N/A </AttributeSchema>
0N/A <AttributeSchema name="associatedDomain"
375N/A type="list"
375N/A syntax="string"
375N/A i18nKey="o103">
375N/A </AttributeSchema>
375N/A <AttributeSchema name="sunNameSpaceUniqueAttrs"
375N/A type="list"
0N/A syntax="string"
375N/A i18nKey="o104">
0N/A </AttributeSchema>
0N/A </SubSchema>
375N/A <SubSchema name="FilteredRole">
0N/A <AttributeSchema name="filterinfo"
0N/A type="single"
375N/A syntax="string"
375N/A i18nKey="fr1">
0N/A </AttributeSchema>
375N/A </SubSchema>
375N/A </Global>
0N/A </Schema>
375N/A </Service>
0N/A</ServicesConfiguration>
0N/A