fmSAML2.xml revision 6594ed1a20660c40e89ca3a25643e63766c4d238
0N/A<?xml version='1.0' encoding="ISO-8859-1"?>
1834N/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
1472N/A When distributing Covered Code, include this CDDL
1472N/A Header Notice in each file and include the License file
1472N/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:
1879N/A "Portions Copyrighted [year] [name of copyright owner]"
1879N/A
1879N/A $Id: fmSAML2.xml,v 1.2 2008/06/25 05:51:14 qcheng Exp $
1879N/A
1879N/A-->
1879N/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">
641N/A
641N/A<ServicesConfiguration>
641N/A <Service name="sunFMSAML2MetadataService" version="1.0">
641N/A <Schema
643N/A i18nFileName="fmSAML2Configuration"
643N/A i18nKey=""
643N/A revisionNumber="10">
643N/A
1834N/A <Organization>
1834N/A <SubSchema name = "EntityDescriptor" inheritance = "multiple"
1834N/A i18nKey = "a100">
0N/A <AttributeSchema name="sun-fm-saml2-metadata"
0N/A type="single"
0N/A syntax="string"
641N/A i18nKey="a101">
641N/A </AttributeSchema>
0N/A <AttributeSchema name="sun-fm-saml2-entityconfig"
641N/A type="single"
641N/A syntax="string"
641N/A i18nKey="a102">
641N/A </AttributeSchema>
643N/A </SubSchema>
641N/A </Organization>
641N/A </Schema>
641N/A </Service>
641N/A</ServicesConfiguration>
1834N/A