hi,

sorry, i forgot. attached are the schemas.

thanks,
florian

robert lazarski wrote:
I tried running your wsdl, but I'm having some problems on your external schema reference to policy-2006-03-01-RC1.xsd . I found a version in googIe, but then got stuck on ws-addr.xsd . Could you upload all your external xsd files please ?

Robert
http://www.braziloutsource.com/

On 4/27/06, *Florian Rosenberg* < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    hi,

    i'm using the axis2 wsdl2java tool (axis2 version 1.0-RC2) with xmlbeans
    databinding to generate my skeletons from the attached wsdl file.

    i don't know why, but i guess the wrong skeleton is generated, since the
    methods of the skeletons only contain OMElement as input parameter and
    return values. nevertheless, the xmlbeans are created correctly but they
    aren't used in the skeleton as paramters.

    The wsdl file and the generted skeleton are attached and i'm using the
    following ant snippet to invoke wsdl2java:
       <target name="wsdl2java" depends="clean,prepare">
            <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
                <classpath refid=" axis.classpath"/>
                <arg value="-uri"/>
                <arg file="wsdl/QoSBroker.wsdl"/>
                <arg value="-ss"/>
                <arg value="-sd"/>
                <arg value="-o"/>
                <arg file="${basedir}"/>
                <arg value="-d" />
                <arg value="xmlbeans" />
                <arg value="-p"/>
                <arg value="at.ac.tuwien.vitalab.vieqos"/>
            </java>

            <!-- Move the schema folder to classpath-->
            <move todir="${build.classes}">
                <fileset dir="${build.dir}">
                    <include name="**/*schema*/**/*.class"/>

                    <include name="**/*schema*/**/*.xsb"/>
                </fileset>
            </move>
       </target>

    any help is appreciated. hopefully i'm only missing some small stuff ;-)

    best regards,
    florian



    --
    Florian Rosenberg
    University Assistant - Vienna University of Technology
    Distributed Systems Group (DSG), Information Systems Institute
    A-1040 Wien, Argentinierstrasse 8/184-1
    Tel:  +43-1-58801-18418
    Fax: +43-1-58801-18491
    mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
    www: http://www.infosys.tuwien.ac.at/Staff/rosenberg/
    <http://www.infosys.tuwien.ac.at/Staff/rosenberg/>



        /**
         * VieQoSBrokerSkeleton.java
         *
         * This file was auto-generated from WSDL
         * by the Apache Axis2 version: 1.0-RC2 Apr 23, 2006 (05:20:08 IST)
         */
        package at.ac.tuwien.vitalab.vieqos;
        /**
         *  VieQoSBrokerSkeleton java skeleton for the axisService
         */
        public class VieQoSBrokerSkeleton {


            /**
             * Auto generated method signature

              * @param param0

             */
            public  org.apache.axiom.om.OMElement AddServiceQoS
                      (org.apache.axiom.om.OMElement param0 )

               {
                    //Todo fill this with the necessary business logic
                    throw new  java.lang.UnsupportedOperationException();
            }


            /**
             * Auto generated method signature

              * @param param2

             */
            public  org.apache.axiom.om.OMElement RemoveServiceQoS
                      (org.apache.axiom.om.OMElement param2 )

               {
                    //Todo fill this with the necessary business logic
                    throw new  java.lang.UnsupportedOperationException();
            }


            /**
             * Auto generated method signature

              * @param param4

             */
            public  org.apache.axiom.om.OMElement QueryQoS
                      (org.apache.axiom.om.OMElement param4 )

               {
                    //Todo fill this with the necessary business logic
                    throw new  java.lang.UnsupportedOperationException();
            }

        }

<?xml version="1.0" encoding="UTF-8"?>
<!-- 
OASIS takes no position regarding the validity or scope of any intellectual 
property or other rights that might be claimed to pertain to the implementation 
or use of the technology described in this document or the extent to which any 
license under such rights might or might not be available; neither does it 
represent that it has made any effort to identify any such rights. Information 
on OASIS's procedures with respect to rights in OASIS specifications can be 
found at the OASIS website. Copies of claims of rights made available for 
publication and any assurances of licenses to be made available, or the result 
of an attempt made to obtain a general license or permission for the use of 
such proprietary rights by implementors or users of this specification, can be 
obtained from the OASIS Executive Director.
OASIS invites any interested party to bring to its attention any copyrights, 
patents or patent applications, or other proprietary rights which may cover 
technology that may be required to implement this specification. Please address 
the information to the OASIS Executive Director.
Copyright © OASIS Open 2002-2004. All Rights Reserved.
This document and translations of it may be copied and furnished to others, and 
derivative works that comment on or otherwise explain it or assist in its 
implementation may be prepared, copied, published and distributed, in whole or 
in part, without restriction of any kind, provided that the above copyright 
notice and this paragraph are included on all such copies and derivative works. 
However, this document itself does not be modified in any way, such as by 
removing the copyright notice or references to OASIS, except as needed for the 
purpose of developing OASIS specifications, in which case the procedures for 
copyrights defined in the OASIS Intellectual Property Rights document must be 
followed, or as required to translate it into languages other than English.
The limited permissions granted above are perpetual and will not be revoked by 
OASIS or its successors or assigns.
This document and the information contained herein is provided on an “AS 
IS” basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING 
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT 
INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR 
A PARTICULAR PURPOSE.
-->
<xsd:schema 
targetNamespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 



xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 
xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 
elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.1">
        <!-- // Fault Codes /////////////////////////////////////////// -->
        <xsd:simpleType name="tTimestampFault">
                <xsd:annotation>
                        <xsd:documentation>
This type defines the fault code value for Timestamp message expiration.
          </xsd:documentation>
                </xsd:annotation>
                <xsd:restriction base="xsd:QName">
                        <xsd:enumeration value="wsu:MessageExpired"/>
                </xsd:restriction>
        </xsd:simpleType>
        <!-- // Global attributes //////////////////////////////////// -->
        <xsd:attribute name="Id" type="xsd:ID">
                <xsd:annotation>
                        <xsd:documentation>
This global attribute supports annotating arbitrary elements with an ID.
          </xsd:documentation>
                </xsd:annotation>
        </xsd:attribute>
        <xsd:attributeGroup name="commonAtts">
                <xsd:annotation>
                        <xsd:documentation>
Convenience attribute group used to simplify this schema.
          </xsd:documentation>
                </xsd:annotation>
                <xsd:attribute ref="wsu:Id" use="optional"/>
                <xsd:anyAttribute namespace="##other" processContents="lax"/>
        </xsd:attributeGroup>
        <!-- // Utility types //////////////////////////////////////// -->
        <xsd:complexType name="AttributedDateTime">
                <xsd:annotation>
                        <xsd:documentation>
This type is for elements whose [children] is a psuedo-dateTime and can have 
arbitrary attributes. 
      </xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                                <xsd:attributeGroup ref="wsu:commonAtts"/>
                        </xsd:extension>
                </xsd:simpleContent>
        </xsd:complexType>
        <xsd:complexType name="AttributedURI">
                <xsd:annotation>
                        <xsd:documentation>
This type is for elements whose [children] is an anyURI and can have arbitrary 
attributes.
      </xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                        <xsd:extension base="xsd:anyURI">
                                <xsd:attributeGroup ref="wsu:commonAtts"/>
                        </xsd:extension>
                </xsd:simpleContent>
        </xsd:complexType>
        <!-- // Timestamp header components /////////////////////////// -->
        <xsd:complexType name="TimestampType">
                <xsd:annotation>
                        <xsd:documentation>
This complex type ties together the timestamp related elements into a composite 
type.
            </xsd:documentation>
                </xsd:annotation>
                <xsd:sequence>
                        <xsd:element ref="wsu:Created" minOccurs="0"/>
                        <xsd:element ref="wsu:Expires" minOccurs="0"/>
                        <xsd:choice minOccurs="0" maxOccurs="unbounded">
                                <xsd:any namespace="##other" 
processContents="lax"/>
                        </xsd:choice>
                </xsd:sequence>
                <xsd:attributeGroup ref="wsu:commonAtts"/>
        </xsd:complexType>
        <xsd:element name="Timestamp" type="wsu:TimestampType">
                <xsd:annotation>
                        <xsd:documentation>
This element allows Timestamps to be applied anywhere element wildcards are 
present,
including as a SOAP header.
            </xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <!-- global element decls to allow individual elements to appear 
anywhere -->
        <xsd:element name="Expires" type="wsu:AttributedDateTime">
                <xsd:annotation>
                        <xsd:documentation>
This element allows an expiration time to be applied anywhere element wildcards 
are present.
            </xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Created" type="wsu:AttributedDateTime">
                <xsd:annotation>
                        <xsd:documentation>
This element allows a creation time to be applied anywhere element wildcards 
are present.
            </xsd:documentation>
                </xsd:annotation>
        </xsd:element>
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
(c) 2001-2006 BEA Systems Inc., International Business Machines Corporation, Microsoft Corporation, Inc., SAP AG, Sonic Software, and VeriSign, Inc. All rights reserved.

Permission to copy and display the WS-Policy Specification (the "Specification", which includes WSDL and schema documents), in any medium without fee or royalty is hereby granted, provided that you include the following on ALL copies of the WS-Policy Specification, that you make:

1.	A link or URL to the WS-Policy Specification at one of the Authors' websites
2.	The copyright notice as shown in the WS-Policy Specification.

BEA Systems, IBM, Microsoft, SAP, Sonic Software, and VeriSign (collectively, the "Authors") each agree to grant you a license, under royalty-free and otherwise reasonable, non-discriminatory terms and conditions, to their respective essential patent claims that they deem necessary to implement the WS-Policy Specification.

THE WS-POLICY SPECIFICATION IS PROVIDED "AS IS," AND THE AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE WS-POLICY SPECIFICATION ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.

THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR DISTRIBUTION OF THE WS-POLICY SPECIFICATION.

The name and trademarks of the Authors may NOT be used in any manner, including advertising or publicity pertaining to the WS-Policy Specification or its contents without specific, written prior permission. Title to copyright in the WS-Policy Specification will at all times remain with the Authors.

No other rights are granted by implication, estoppel or otherwise.
-->
<xs:schema 
	  targetNamespace="http://schemas.xmlsoap.org/ws/2004/09/policy";
	  xmlns:tns="http://schemas.xmlsoap.org/ws/2004/09/policy";
    xmlns:xs="http://www.w3.org/2001/XMLSchema";
    xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
    elementFormDefault="qualified"
    blockDefault="#all" >

  <xs:import 
		namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"; schemaLocation="oasis-200401-wss-wssecurity-secext-1.0.xsd" />

  <xs:import 
		namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"; schemaLocation="oasis-200401-wss-wssecurity-utility-1.0.xsd" />

  <!-- ////////// WS-Policy ////////// -->

  <xs:element name="Policy" >
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="tns:OperatorContentType" >
          <xs:attribute name="Name" type="xs:anyURI" />
          <xs:attribute ref="wsu:Id" />
          <xs:anyAttribute namespace="##any" processContents="lax" />
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
  <xs:element name="All" type="tns:OperatorContentType" />
  <xs:element name="ExactlyOne" type="tns:OperatorContentType" />

  <xs:complexType name="OperatorContentType" >
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded" >
        <xs:element ref="tns:Policy" />
        <xs:element ref="tns:All" />
        <xs:element ref="tns:ExactlyOne" />
        <xs:element ref="tns:PolicyReference" />
        <xs:any namespace="##other" processContents="lax" />
      </xs:choice>
    </xs:sequence>
  </xs:complexType>

  <xs:element name="PolicyReference" >
    <xs:complexType>
      <xs:attribute name="URI" type="xs:anyURI" use="required" />
      <xs:attribute name="Digest" type="xs:base64Binary" />
      <xs:attribute name="DigestAlgorithm" 
                    type="xs:anyURI" 
                    default="http://schemas.xmlsoap.org/ws/2004/09/policy/Sha1Exc";
                    />
      <xs:anyAttribute namespace="##any" processContents="lax" />
    </xs:complexType>
  </xs:element>

  <xs:attribute name="Optional" type="xs:boolean" default="false" />

  <!-- ////////// WS-PolicyAttachment ////////// -->

  <xs:attribute name="PolicyURIs" >
    <xs:simpleType>
      <xs:list itemType="xs:anyURI" />
    </xs:simpleType>
  </xs:attribute>

  <xs:element name="PolicyAttachment" >
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="tns:AppliesTo" />
        <xs:choice maxOccurs="unbounded" >
          <xs:element ref="tns:Policy" />
          <xs:element ref="tns:PolicyReference" />
        </xs:choice>
        <!-- omitted only because it causes the content model to be non-determistic
        <xs:element ref="wsse:Security" minOccurs="0" />
-->
        <xs:any namespace="##other"
						processContents="lax"
						minOccurs="0"
						maxOccurs="unbounded" />
      </xs:sequence>
      <xs:anyAttribute namespace="##any" processContents="lax" />
    </xs:complexType>
  </xs:element>

  <xs:element name="AppliesTo" >
    <xs:complexType>
      <xs:sequence>
        <xs:any namespace="##any"
						processContents="lax"
						maxOccurs="unbounded" />
      </xs:sequence>
      <xs:anyAttribute namespace="##any" processContents="lax" />
    </xs:complexType>
  </xs:element>

</xs:schema>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd";>
<!--
    W3C XML Schema defined in the Web Services Addressing 1.0 specification
    http://www.w3.org/TR/ws-addr-core

   Copyright © 2005 World Wide Web Consortium,

   (Massachusetts Institute of Technology, European Research Consortium for
   Informatics and Mathematics, Keio University). All Rights Reserved. This
   work is distributed under the W3C® Software License [1] in the hope that
   it will be useful, but WITHOUT ANY WARRANTY; without even the implied
   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

   [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231

   $Id: ws-addr.xsd,v 1.3 2005/08/09 13:17:35 hugo Exp $
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:tns="http://www.w3.org/2005/08/addressing"; targetNamespace="http://www.w3.org/2005/08/addressing"; blockDefault="#all" elementFormDefault="qualified" finalDefault="" attributeFormDefault="unqualified">
	
	<!-- Constructs from the WS-Addressing Core -->

	<xs:element name="EndpointReference" type="tns:EndpointReferenceType"/>
	<xs:complexType name="EndpointReferenceType" mixed="false">
		<xs:sequence>
			<xs:element name="Address" type="tns:AttributedURIType"/>
			<xs:element name="ReferenceParameters" type="tns:ReferenceParametersType" minOccurs="0"/>
			<xs:element ref="tns:Metadata" minOccurs="0"/>
			<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:anyAttribute namespace="##other" processContents="lax"/>
	</xs:complexType>
	
	<xs:complexType name="ReferenceParametersType" mixed="false">
		<xs:sequence>
			<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:anyAttribute namespace="##other" processContents="lax"/>
	</xs:complexType>
	
	<xs:element name="Metadata" type="tns:MetadataType"/>
	<xs:complexType name="MetadataType" mixed="false">
		<xs:sequence>
			<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:anyAttribute namespace="##other" processContents="lax"/>
	</xs:complexType>
	
	<xs:element name="MessageID" type="tns:AttributedURIType"/>
	<xs:element name="RelatesTo" type="tns:RelatesToType"/>
	<xs:complexType name="RelatesToType" mixed="false">
		<xs:simpleContent>
			<xs:extension base="xs:anyURI">
				<xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" use="optional" default="http://www.w3.org/2005/08/addressing/reply"/>
				<xs:anyAttribute namespace="##other" processContents="lax"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	
	<xs:simpleType name="RelationshipTypeOpenEnum">
		<xs:union memberTypes="tns:RelationshipType xs:anyURI"/>
	</xs:simpleType>
	
	<xs:simpleType name="RelationshipType">
		<xs:restriction base="xs:anyURI">
			<xs:enumeration value="http://www.w3.org/2005/08/addressing/reply"/>
		</xs:restriction>
	</xs:simpleType>
	
	<xs:element name="ReplyTo" type="tns:EndpointReferenceType"/>
	<xs:element name="From" type="tns:EndpointReferenceType"/>
	<xs:element name="FaultTo" type="tns:EndpointReferenceType"/>
	<xs:element name="To" type="tns:AttributedURIType"/>
	<xs:element name="Action" type="tns:AttributedURIType"/>

	<xs:complexType name="AttributedURIType" mixed="false">
		<xs:simpleContent>
			<xs:extension base="xs:anyURI">
				<xs:anyAttribute namespace="##other" processContents="lax"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	
	<!-- Constructs from the WS-Addressing SOAP binding -->

	<xs:attribute name="IsReferenceParameter" type="xs:boolean"/>
	
	<xs:simpleType name="FaultCodesOpenEnumType">
		<xs:union memberTypes="tns:FaultCodesType xs:QName"/>
	</xs:simpleType>
	
	<xs:simpleType name="FaultCodesType">
		<xs:restriction base="xs:QName">
			<xs:enumeration value="tns:InvalidAddressingHeader"/>
			<xs:enumeration value="tns:InvalidAddress"/>
			<xs:enumeration value="tns:InvalidEPR"/>
			<xs:enumeration value="tns:InvalidCardinality"/>
			<xs:enumeration value="tns:MissingAddressInEPR"/>
			<xs:enumeration value="tns:DuplicateMessageID"/>
			<xs:enumeration value="tns:ActionMismatch"/>
			<xs:enumeration value="tns:MessageAddressingHeaderRequired"/>
			<xs:enumeration value="tns:DestinationUnreachable"/>
			<xs:enumeration value="tns:ActionNotSupported"/>
			<xs:enumeration value="tns:EndpointUnavailable"/>
		</xs:restriction>
	</xs:simpleType>
	
	<xs:element name="RetryAfter" type="tns:AttributedUnsignedLongType"/>
	<xs:complexType name="AttributedUnsignedLongType" mixed="false">
		<xs:simpleContent>
			<xs:extension base="xs:unsignedLong">
				<xs:anyAttribute namespace="##other" processContents="lax"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	
	<xs:element name="ProblemHeaderQName" type="tns:AttributedQNameType"/>
	<xs:complexType name="AttributedQNameType" mixed="false">
		<xs:simpleContent>
			<xs:extension base="xs:QName">
				<xs:anyAttribute namespace="##other" processContents="lax"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	
	<xs:element name="ProblemHeader" type="tns:AttributedAnyType"/>
	<xs:complexType name="AttributedAnyType" mixed="false">
		<xs:sequence>
			<xs:any namespace="##any" processContents="lax" minOccurs="1" maxOccurs="1"/>
		</xs:sequence>
		<xs:anyAttribute namespace="##other" processContents="lax"/>
	</xs:complexType>
	
	<xs:element name="ProblemIRI" type="tns:AttributedURIType"/>
	
	<xs:element name="ProblemAction" type="tns:ProblemActionType"/>
	<xs:complexType name="ProblemActionType" mixed="false">
		<xs:sequence>
			<xs:element ref="tns:Action" minOccurs="0"/>
			<xs:element name="SoapAction" minOccurs="0" type="xs:anyURI"/>
		</xs:sequence>
		<xs:anyAttribute namespace="##other" processContents="lax"/>
	</xs:complexType>
	
</xs:schema>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE schema
  PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd";
 [
   <!ATTLIST schema 
     xmlns:ds CDATA #FIXED "http://www.w3.org/2000/09/xmldsig#";>
   <!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'>
   <!ENTITY % p ''>
   <!ENTITY % s ''>
  ]>

<!-- Schema for XML Signatures
    http://www.w3.org/2000/09/xmldsig#
    $Revision: 1.1 $ on $Date: 2002/02/08 20:32:26 $ by $Author: reagle $

    Copyright 2001 The Internet Society and W3C (Massachusetts Institute
    of Technology, Institut National de Recherche en Informatique et en
    Automatique, Keio University). All Rights Reserved.
    http://www.w3.org/Consortium/Legal/

    This document is governed by the W3C Software License [1] as described
    in the FAQ [2].

    [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
    [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
-->


<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
        xmlns:ds="http://www.w3.org/2000/09/xmldsig#";
        targetNamespace="http://www.w3.org/2000/09/xmldsig#";
        version="0.1" elementFormDefault="qualified"> 

<!-- Basic Types Defined for Signatures -->

<xs:simpleType name="CryptoBinary">
  <xs:restriction base="xs:base64Binary">
  </xs:restriction>
</xs:simpleType>

<!-- Start Signature -->

<xs:element name="Signature" type="ds:SignatureType"/>
<xs:complexType name="SignatureType">
  <xs:sequence> 
    <xs:element ref="ds:SignedInfo"/> 
    <xs:element ref="ds:SignatureValue"/> 
    <xs:element ref="ds:KeyInfo" minOccurs="0"/> 
    <xs:element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/> 
  </xs:sequence>  
  <xs:attribute name="Id" type="xs:ID" use="optional"/>
</xs:complexType>

  <xs:element name="SignatureValue" type="ds:SignatureValueType"/> 
  <xs:complexType name="SignatureValueType">
    <xs:simpleContent>
      <xs:extension base="xs:base64Binary">
        <xs:attribute name="Id" type="xs:ID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>

<!-- Start SignedInfo -->

<xs:element name="SignedInfo" type="ds:SignedInfoType"/>
<xs:complexType name="SignedInfoType">
  <xs:sequence> 
    <xs:element ref="ds:CanonicalizationMethod"/> 
    <xs:element ref="ds:SignatureMethod"/> 
    <xs:element ref="ds:Reference" maxOccurs="unbounded"/> 
  </xs:sequence>  
  <xs:attribute name="Id" type="xs:ID" use="optional"/> 
</xs:complexType>

  <xs:element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/> 
  <xs:complexType name="CanonicalizationMethodType" mixed="true">
    <xs:sequence>
      <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
      <!-- (0,unbounded) elements from (1,1) namespace -->
    </xs:sequence>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/> 
  </xs:complexType>

  <xs:element name="SignatureMethod" type="ds:SignatureMethodType"/>
  <xs:complexType name="SignatureMethodType" mixed="true">
    <xs:sequence>
      <xs:element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
      <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
      <!-- (0,unbounded) elements from (1,1) external namespace -->
    </xs:sequence>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/> 
  </xs:complexType>

<!-- Start Reference -->

<xs:element name="Reference" type="ds:ReferenceType"/>
<xs:complexType name="ReferenceType">
  <xs:sequence> 
    <xs:element ref="ds:Transforms" minOccurs="0"/> 
    <xs:element ref="ds:DigestMethod"/> 
    <xs:element ref="ds:DigestValue"/> 
  </xs:sequence>
  <xs:attribute name="Id" type="xs:ID" use="optional"/> 
  <xs:attribute name="URI" type="xs:anyURI" use="optional"/> 
  <xs:attribute name="Type" type="xs:anyURI" use="optional"/> 
</xs:complexType>

  <xs:element name="Transforms" type="ds:TransformsType"/>
  <xs:complexType name="TransformsType">
    <xs:sequence>
      <xs:element ref="ds:Transform" maxOccurs="unbounded"/>  
    </xs:sequence>
  </xs:complexType>

  <xs:element name="Transform" type="ds:TransformType"/>
  <xs:complexType name="TransformType" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded"> 
      <xs:any namespace="##other" processContents="lax"/>
      <!-- (1,1) elements from (0,unbounded) namespaces -->
      <xs:element name="XPath" type="xs:string"/> 
    </xs:choice>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/> 
  </xs:complexType>

<!-- End Reference -->

<xs:element name="DigestMethod" type="ds:DigestMethodType"/>
<xs:complexType name="DigestMethodType" mixed="true"> 
  <xs:sequence>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>    
  <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/> 
</xs:complexType>

<xs:element name="DigestValue" type="ds:DigestValueType"/>
<xs:simpleType name="DigestValueType">
  <xs:restriction base="xs:base64Binary"/>
</xs:simpleType>

<!-- End SignedInfo -->

<!-- Start KeyInfo -->

<xs:element name="KeyInfo" type="ds:KeyInfoType"/> 
<xs:complexType name="KeyInfoType" mixed="true">
  <xs:choice maxOccurs="unbounded">     
    <xs:element ref="ds:KeyName"/> 
    <xs:element ref="ds:KeyValue"/> 
    <xs:element ref="ds:RetrievalMethod"/> 
    <xs:element ref="ds:X509Data"/> 
    <xs:element ref="ds:PGPData"/> 
    <xs:element ref="ds:SPKIData"/>
    <xs:element ref="ds:MgmtData"/>
    <xs:any processContents="lax" namespace="##other"/>
    <!-- (1,1) elements from (0,unbounded) namespaces -->
  </xs:choice>
  <xs:attribute name="Id" type="xs:ID" use="optional"/> 
</xs:complexType>

  <xs:element name="KeyName" type="xs:string"/>
  <xs:element name="MgmtData" type="xs:string"/>

  <xs:element name="KeyValue" type="ds:KeyValueType"/> 
  <xs:complexType name="KeyValueType" mixed="true">
   <xs:choice>
     <xs:element ref="ds:DSAKeyValue"/>
     <xs:element ref="ds:RSAKeyValue"/>
     <xs:any namespace="##other" processContents="lax"/>
   </xs:choice>
  </xs:complexType>

  <xs:element name="RetrievalMethod" type="ds:RetrievalMethodType"/> 
  <xs:complexType name="RetrievalMethodType">
    <xs:sequence>
      <xs:element ref="ds:Transforms" minOccurs="0"/> 
    </xs:sequence>  
    <xs:attribute name="URI" type="xs:anyURI"/>
    <xs:attribute name="Type" type="xs:anyURI" use="optional"/>
  </xs:complexType>

<!-- Start X509Data -->

<xs:element name="X509Data" type="ds:X509DataType"/> 
<xs:complexType name="X509DataType">
  <xs:sequence maxOccurs="unbounded">
    <xs:choice>
      <xs:element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>
      <xs:element name="X509SKI" type="xs:base64Binary"/>
      <xs:element name="X509SubjectName" type="xs:string"/>
      <xs:element name="X509Certificate" type="xs:base64Binary"/>
      <xs:element name="X509CRL" type="xs:base64Binary"/>
      <xs:any namespace="##other" processContents="lax"/>
    </xs:choice>
  </xs:sequence>
</xs:complexType>

<xs:complexType name="X509IssuerSerialType"> 
  <xs:sequence> 
    <xs:element name="X509IssuerName" type="xs:string"/> 
    <xs:element name="X509SerialNumber" type="xs:integer"/> 
  </xs:sequence>
</xs:complexType>

<!-- End X509Data -->

<!-- Begin PGPData -->

<xs:element name="PGPData" type="ds:PGPDataType"/> 
<xs:complexType name="PGPDataType"> 
  <xs:choice>
    <xs:sequence>
      <xs:element name="PGPKeyID" type="xs:base64Binary"/> 
      <xs:element name="PGPKeyPacket" type="xs:base64Binary" minOccurs="0"/> 
      <xs:any namespace="##other" processContents="lax" minOccurs="0"
       maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element name="PGPKeyPacket" type="xs:base64Binary"/> 
      <xs:any namespace="##other" processContents="lax" minOccurs="0"
       maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:choice>
</xs:complexType>

<!-- End PGPData -->

<!-- Begin SPKIData -->

<xs:element name="SPKIData" type="ds:SPKIDataType"/> 
<xs:complexType name="SPKIDataType">
  <xs:sequence maxOccurs="unbounded">
    <xs:element name="SPKISexp" type="xs:base64Binary"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0"/>
  </xs:sequence>
</xs:complexType> 

<!-- End SPKIData -->

<!-- End KeyInfo -->

<!-- Start Object (Manifest, SignatureProperty) -->

<xs:element name="Object" type="ds:ObjectType"/> 
<xs:complexType name="ObjectType" mixed="true">
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:any namespace="##any" processContents="lax"/>
  </xs:sequence>
  <xs:attribute name="Id" type="xs:ID" use="optional"/> 
  <xs:attribute name="MimeType" type="xs:string" use="optional"/> <!-- add a grep facet -->
  <xs:attribute name="Encoding" type="xs:anyURI" use="optional"/> 
</xs:complexType>

<xs:element name="Manifest" type="ds:ManifestType"/> 
<xs:complexType name="ManifestType">
  <xs:sequence>
    <xs:element ref="ds:Reference" maxOccurs="unbounded"/> 
  </xs:sequence>
  <xs:attribute name="Id" type="xs:ID" use="optional"/> 
</xs:complexType>

<xs:element name="SignatureProperties" type="ds:SignaturePropertiesType"/> 
<xs:complexType name="SignaturePropertiesType">
  <xs:sequence>
    <xs:element ref="ds:SignatureProperty" maxOccurs="unbounded"/> 
  </xs:sequence>
  <xs:attribute name="Id" type="xs:ID" use="optional"/> 
</xs:complexType>

   <xs:element name="SignatureProperty" type="ds:SignaturePropertyType"/> 
   <xs:complexType name="SignaturePropertyType" mixed="true">
     <xs:choice maxOccurs="unbounded">
       <xs:any namespace="##other" processContents="lax"/>
       <!-- (1,1) elements from (1,unbounded) namespaces -->
     </xs:choice>
     <xs:attribute name="Target" type="xs:anyURI" use="required"/> 
     <xs:attribute name="Id" type="xs:ID" use="optional"/> 
   </xs:complexType>

<!-- End Object (Manifest, SignatureProperty) -->

<!-- Start Algorithm Parameters -->

<xs:simpleType name="HMACOutputLengthType">
  <xs:restriction base="xs:integer"/>
</xs:simpleType>

<!-- Start KeyValue Element-types -->

<xs:element name="DSAKeyValue" type="ds:DSAKeyValueType"/>
<xs:complexType name="DSAKeyValueType">
  <xs:sequence>
    <xs:sequence minOccurs="0">
      <xs:element name="P" type="ds:CryptoBinary"/>
      <xs:element name="Q" type="ds:CryptoBinary"/>
    </xs:sequence>
    <xs:element name="G" type="ds:CryptoBinary" minOccurs="0"/>
    <xs:element name="Y" type="ds:CryptoBinary"/>
    <xs:element name="J" type="ds:CryptoBinary" minOccurs="0"/>
    <xs:sequence minOccurs="0">
      <xs:element name="Seed" type="ds:CryptoBinary"/>
      <xs:element name="PgenCounter" type="ds:CryptoBinary"/>
    </xs:sequence>
  </xs:sequence>
</xs:complexType>

<xs:element name="RSAKeyValue" type="ds:RSAKeyValueType"/>
<xs:complexType name="RSAKeyValueType">
  <xs:sequence>
    <xs:element name="Modulus" type="ds:CryptoBinary"/> 
    <xs:element name="Exponent" type="ds:CryptoBinary"/> 
  </xs:sequence>
</xs:complexType> 

<!-- End KeyValue Element-types -->

<!-- End Signature -->

</xs:schema>
<?xml version='1.0'?>
<xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xml:lang="en">

 <xs:annotation>
  <xs:documentation>
   See http://www.w3.org/XML/1998/namespace.html and
   http://www.w3.org/TR/REC-xml for information about this namespace.

    This schema document describes the XML namespace, in a form
    suitable for import by other schema documents.  

    Note that local names in this namespace are intended to be defined
    only by the World Wide Web Consortium or its subgroups.  The
    following names are currently defined in this namespace and should
    not be used with conflicting semantics by any Working Group,
    specification, or document instance:

    base (as an attribute name): denotes an attribute whose value
         provides a URI to be used as the base for interpreting any
         relative URIs in the scope of the element on which it
         appears; its value is inherited.  This name is reserved
         by virtue of its definition in the XML Base specification.

    id   (as an attribute name): denotes an attribute whose value
         should be interpreted as if declared to be of type ID.
         The xml:id specification is not yet a W3C Recommendation,
         but this attribute is included here to facilitate experimentation
         with the mechanisms it proposes.  Note that it is _not_ included
         in the specialAttrs attribute group.

    lang (as an attribute name): denotes an attribute whose value
         is a language code for the natural language of the content of
         any element; its value is inherited.  This name is reserved
         by virtue of its definition in the XML specification.
  
    space (as an attribute name): denotes an attribute whose
         value is a keyword indicating what whitespace processing
         discipline is intended for the content of the element; its
         value is inherited.  This name is reserved by virtue of its
         definition in the XML specification.

    Father (in any context at all): denotes Jon Bosak, the chair of 
         the original XML Working Group.  This name is reserved by 
         the following decision of the W3C XML Plenary and 
         XML Coordination groups:

             In appreciation for his vision, leadership and dedication
             the W3C XML Plenary on this 10th day of February, 2000
             reserves for Jon Bosak in perpetuity the XML name
             xml:Father
  </xs:documentation>
 </xs:annotation>

 <xs:annotation>
  <xs:documentation>This schema defines attributes and an attribute group
        suitable for use by
        schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
        attributes on elements they define.

        To enable this, such a schema must import this schema
        for the XML namespace, e.g. as follows:
        &lt;schema . . .>
         . . .
         &lt;import namespace="http://www.w3.org/XML/1998/namespace";
                    schemaLocation="http://www.w3.org/2001/xml.xsd"/>

        Subsequently, qualified reference to any of the attributes
        or the group defined below will have the desired effect, e.g.

        &lt;type . . .>
         . . .
         &lt;attributeGroup ref="xml:specialAttrs"/>
 
         will define a type which will schema-validate an instance
         element with any of those attributes</xs:documentation>
 </xs:annotation>

 <xs:annotation>
  <xs:documentation>In keeping with the XML Schema WG's standard versioning
   policy, this schema document will persist at
   http://www.w3.org/2005/08/xml.xsd.
   At the date of issue it can also be found at
   http://www.w3.org/2001/xml.xsd.
   The schema document at that URI may however change in the future,
   in order to remain compatible with the latest version of XML Schema
   itself, or with the XML namespace itself.  In other words, if the XML
   Schema or XML namespaces change, the version of this document at
   http://www.w3.org/2001/xml.xsd will change
   accordingly; the version at
   http://www.w3.org/2005/08/xml.xsd will not change.
  </xs:documentation>
 </xs:annotation>

 <xs:attribute name="lang">
  <xs:annotation>
   <xs:documentation>Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
   <xs:union memberTypes="xs:language">
    <xs:simpleType>    
     <xs:restriction base="xs:string">
      <xs:enumeration value=""/>
     </xs:restriction>
    </xs:simpleType>
   </xs:union>
  </xs:simpleType>
 </xs:attribute>

 <xs:attribute name="space">
  <xs:simpleType>
   <xs:restriction base="xs:NCName">
    <xs:enumeration value="default"/>
    <xs:enumeration value="preserve"/>
   </xs:restriction>
  </xs:simpleType>
 </xs:attribute>

 <xs:attribute name="base" type="xs:anyURI">
  <xs:annotation>
   <xs:documentation>See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.</xs:documentation>
  </xs:annotation>
 </xs:attribute>
 
 <xs:attribute name="id" type="xs:ID">
  <xs:annotation>
   <xs:documentation>See http://www.w3.org/TR/xml-id/ for
                     information about this attribute.</xs:documentation>
  </xs:annotation>
 </xs:attribute>

 <xs:attributeGroup name="specialAttrs">
  <xs:attribute ref="xml:base"/>
  <xs:attribute ref="xml:lang"/>
  <xs:attribute ref="xml:space"/>
 </xs:attributeGroup>

</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
OASIS takes no position regarding the validity or scope of any intellectual 
property or other rights that might be claimed to pertain to the implementation 
or use of the technology described in this document or the extent to which any 
license under such rights might or might not be available; neither does it 
represent that it has made any effort to identify any such rights. Information 
on OASIS's procedures with respect to rights in OASIS specifications can be 
found at the OASIS website. Copies of claims of rights made available for 
publication and any assurances of licenses to be made available, or the result 
of an attempt made to obtain a general license or permission for the use of 
such proprietary rights by implementors or users of this specification, can be 
obtained from the OASIS Executive Director.
OASIS invites any interested party to bring to its attention any copyrights, 
patents or patent applications, or other proprietary rights which may cover 
technology that may be required to implement this specification. Please address 
the information to the OASIS Executive Director.
Copyright © OASIS Open 2002-2004. All Rights Reserved.
This document and translations of it may be copied and furnished to others, and 
derivative works that comment on or otherwise explain it or assist in its 
implementation may be prepared, copied, published and distributed, in whole or 
in part, without restriction of any kind, provided that the above copyright 
notice and this paragraph are included on all such copies and derivative works. 
However, this document itself does not be modified in any way, such as by 
removing the copyright notice or references to OASIS, except as needed for the 
purpose of developing OASIS specifications, in which case the procedures for 
copyrights defined in the OASIS Intellectual Property Rights document must be 
followed, or as required to translate it into languages other than English.
The limited permissions granted above are perpetual and will not be revoked by 
OASIS or its successors or assigns.
This document and the information contained herein is provided on an “AS 
IS” basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING 
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT 
INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR 
A PARTICULAR PURPOSE.
-->
<xsd:schema 
targetNamespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"; elementFormDefault="qualified" 
attributeFormDefault="unqualified" blockDefault="#all" version="0.2">
        <xsd:import 
namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
 schemaLocation="oasis-200401-wss-wssecurity-utility-1.0.xsd"/>
        <xsd:import namespace="http://www.w3.org/XML/1998/namespace"; 
schemaLocation="xml.xsd"/>
        <xsd:import namespace="http://www.w3.org/2000/09/xmldsig#"; 
schemaLocation="xmldsig-core-schema.xsd"/>
        <xsd:complexType name="AttributedString">
                <xsd:annotation>
                        <xsd:documentation>This type represents an element with 
arbitrary attributes.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                                <xsd:attribute ref="wsu:Id"/>
                                <xsd:anyAttribute namespace="##other" 
processContents="lax"/>
                        </xsd:extension>
                </xsd:simpleContent>
        </xsd:complexType>
        <xsd:complexType name="PasswordString">
                <xsd:annotation>
                        <xsd:documentation>This type is used for password 
elements per Section 4.1.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                        <xsd:extension base="wsse:AttributedString">
                                <xsd:attribute name="Type" type="xsd:anyURI"/>
                        </xsd:extension>
                </xsd:simpleContent>
        </xsd:complexType>
        <xsd:complexType name="EncodedString">
                <xsd:annotation>
                        <xsd:documentation>This type is used for elements 
containing stringified binary data.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                        <xsd:extension base="wsse:AttributedString">
                                <xsd:attribute name="EncodingType" 
type="xsd:anyURI"/>
                        </xsd:extension>
                </xsd:simpleContent>
        </xsd:complexType>
        <xsd:complexType name="UsernameTokenType">
                <xsd:annotation>
                        <xsd:documentation>This type represents a username 
token per Section 4.1</xsd:documentation>
                </xsd:annotation>
                <xsd:sequence>
                        <xsd:element name="Username" 
type="wsse:AttributedString"/>
                        <xsd:any processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>
                </xsd:sequence>
                <xsd:attribute ref="wsu:Id"/>
                <xsd:anyAttribute namespace="##other" processContents="lax"/>
        </xsd:complexType>
        <xsd:complexType name="BinarySecurityTokenType">
                <xsd:annotation>
                        <xsd:documentation>A security token that is encoded in 
binary</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                        <xsd:extension base="wsse:EncodedString">
                                <xsd:attribute name="ValueType" 
type="xsd:anyURI"/>
                        </xsd:extension>
                </xsd:simpleContent>
        </xsd:complexType>
        <xsd:complexType name="KeyIdentifierType">
                <xsd:annotation>
                        <xsd:documentation>A security token key 
identifier</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                        <xsd:extension base="wsse:EncodedString">
                                <xsd:attribute name="ValueType" 
type="xsd:anyURI"/>
                        </xsd:extension>
                </xsd:simpleContent>
        </xsd:complexType>
        <xsd:simpleType name="tUsage">
                <xsd:annotation>
                        <xsd:documentation>Typedef to allow a list of usages 
(as URIs).</xsd:documentation>
                </xsd:annotation>
                <xsd:list itemType="xsd:anyURI"/>
        </xsd:simpleType>
        <xsd:attribute name="Usage" type="tUsage">
                <xsd:annotation>
                        <xsd:documentation>This global attribute is used to 
indicate the usage of a referenced or indicated token within the containing 
context</xsd:documentation>
                </xsd:annotation>
        </xsd:attribute>
        <xsd:complexType name="ReferenceType">
                <xsd:annotation>
                        <xsd:documentation>This type represents a reference to 
an external security token.</xsd:documentation>
                </xsd:annotation>
                <xsd:attribute name="URI" type="xsd:anyURI"/>
                <xsd:attribute name="ValueType" type="xsd:anyURI"/>
                <xsd:anyAttribute namespace="##other" processContents="lax"/>
        </xsd:complexType>
        <xsd:complexType name="EmbeddedType">
                <xsd:annotation>
                        <xsd:documentation>This type represents a reference to 
an embedded security token.</xsd:documentation>
                </xsd:annotation>
                <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:any processContents="lax"/>
                </xsd:choice>
                <xsd:attribute name="ValueType" type="xsd:anyURI"/>
                <xsd:anyAttribute namespace="##other" processContents="lax"/>
        </xsd:complexType>
        <xsd:complexType name="SecurityTokenReferenceType">
                <xsd:annotation>
                        <xsd:documentation>This type is used reference a 
security token.</xsd:documentation>
                </xsd:annotation>
                <xsd:choice minOccurs="0" maxOccurs="unbounded">
                        <xsd:any processContents="lax"/>
                </xsd:choice>
                <xsd:attribute ref="wsu:Id"/>
                <xsd:attribute ref="wsse:Usage"/>
                <xsd:anyAttribute namespace="##other" processContents="lax"/>
        </xsd:complexType>
        <xsd:complexType name="SecurityHeaderType">
                <xsd:annotation>
                        <xsd:documentation>This complexType defines header 
block to use for security-relevant data directed at a specific SOAP 
actor.</xsd:documentation>
                </xsd:annotation>
                <xsd:sequence>
                        <xsd:any processContents="lax" minOccurs="0" 
maxOccurs="unbounded">
                                <xsd:annotation>
                                        <xsd:documentation>The use of "any" is 
to allow extensibility and different forms of security data.</xsd:documentation>
                                </xsd:annotation>
                        </xsd:any>
                </xsd:sequence>
                <xsd:anyAttribute namespace="##other" processContents="lax"/>
        </xsd:complexType>
        <xsd:complexType name="TransformationParametersType">
                <xsd:annotation>
                        <xsd:documentation>This complexType defines a container 
for elements to be specified from any namespace as properties/parameters of a 
DSIG transformation.</xsd:documentation>
                </xsd:annotation>
                <xsd:sequence>
                        <xsd:any processContents="lax" minOccurs="0" 
maxOccurs="unbounded">
                                <xsd:annotation>
                                        <xsd:documentation>The use of "any" is 
to allow extensibility from any namespace.</xsd:documentation>
                                </xsd:annotation>
                        </xsd:any>
                </xsd:sequence>
                <xsd:anyAttribute namespace="##other" processContents="lax"/>
        </xsd:complexType>
        <xsd:element name="UsernameToken" type="wsse:UsernameTokenType">
                <xsd:annotation>
                        <xsd:documentation>This element defines the 
wsse:UsernameToken element per Section 4.1.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="BinarySecurityToken" 
type="wsse:BinarySecurityTokenType">
                <xsd:annotation>
                        <xsd:documentation>This element defines the 
wsse:BinarySecurityToken element per Section 4.2.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Reference" type="wsse:ReferenceType">
                <xsd:annotation>
                        <xsd:documentation>This element defines a security 
token reference</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Embedded" type="wsse:EmbeddedType">
                <xsd:annotation>
                        <xsd:documentation>This element defines a security 
token embedded reference</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="KeyIdentifier" type="wsse:KeyIdentifierType">
                <xsd:annotation>
                        <xsd:documentation>This element defines a key 
identifier reference</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="SecurityTokenReference" 
type="wsse:SecurityTokenReferenceType">
                <xsd:annotation>
                        <xsd:documentation>This element defines the 
wsse:SecurityTokenReference per Section 4.3.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Security" type="wsse:SecurityHeaderType">
                <xsd:annotation>
                        <xsd:documentation>This element defines the 
wsse:Security SOAP header element per Section 4.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="TransformationParameters" 
type="wsse:TransformationParametersType">
                <xsd:annotation>
                        <xsd:documentation>This element contains properties for 
transformations from any namespace, including DSIG.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:element name="Password" type="wsse:PasswordString"/>
        <xsd:element name="Nonce" type="wsse:EncodedString"/>
        <xsd:simpleType name="FaultcodeEnum">
                <xsd:restriction base="xsd:QName">
                        <xsd:enumeration value="wsse:UnsupportedSecurityToken"/>
                        <xsd:enumeration value="wsse:UnsupportedAlgorithm"/>
                        <xsd:enumeration value="wsse:InvalidSecurity"/>
                        <xsd:enumeration value="wsse:InvalidSecurityToken"/>
                        <xsd:enumeration value="wsse:FailedAuthentication"/>
                        <xsd:enumeration value="wsse:FailedCheck"/>
                        <xsd:enumeration value="wsse:SecurityTokenUnavailable"/>
                </xsd:restriction>
        </xsd:simpleType>
</xsd:schema>

Reply via email to