ppextension.xsd revision 2a9ee4116a7df31d9482821f64c837315c8e2aa0
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster<?xml version="1.0" encoding="UTF-8" ?>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster<!--
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster The contents of this file are subject to the terms
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster of the Common Development and Distribution License
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster (the License). You may not use this file except in
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster compliance with the License.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster You can obtain a copy of the License at
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster https://opensso.dev.java.net/public/CDDLv1.0.html or
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster opensso/legal/CDDLv1.0.txt
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster See the License for the specific language governing
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster permission and limitations under the License.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster When distributing Covered Code, include this CDDL
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster Header Notice in each file and include the License file
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster at opensso/legal/CDDLv1.0.txt.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster If applicable, add the following below the CDDL Header,
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster with the fields enclosed by brackets [] replaced by
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster your own identifying information:
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster "Portions Copyrighted [year] [name of copyright owner]"
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster $Id: ppextension.xsd,v 1.2 2008/06/25 05:48:42 qcheng Exp $
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster-->
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster xmlns="http://www.sun.com/identity/liberty/pp"
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster targetNamespace="http://www.sun.com/identity/liberty/pp">
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <xs:annotation>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <xs:documentation>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster </xs:documentation>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster </xs:annotation>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <xs:element name="PPISExtension">
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <xs:complexType>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <xs:simpleContent>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <xs:extension base="xs:string">
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <xs:attribute name="name" type="xs:string" use="required"/>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster </xs:extension>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster </xs:simpleContent>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster </xs:complexType>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster </xs:element>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster</xs:schema>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster