-<xsd:schema  attributeFormDefault="unqualified"  elementFormDefault="unqualified"  targetNamespace="urn:uddi-org:policy_v3"  xmlns="urn:uddi-org:policy_v3"  xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!-- Copyright (c) 2000 - 2002 by Accenture, Ariba, Inc., Commerce One, Inc. Fujitsu Limited, Hewlett-Packard Company, i2 Technologies, Inc., Intel Corporation, International Business Machines Corporation, Microsoft Corporation, Oracle Corporation, SAP AG, Sun Microsystems, Inc., and VeriSign, Inc. All Rights Reserved. -->
<xsd:import  namespace="http://www.w3.org/XML/1998/namespace"  schemaLocation="http://www.w3.org/2001/xml.xsd" />
<xsd:import  namespace="http://www.w3.org/2000/09/xmldsig#"  schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" />
-<xsd:element  final="restriction"  name="policies">
-<xsd:complexType>
-<xsd:annotation>
<xsd:documentation>This is the top level element containing all policy elements.</xsd:documentation>
</xsd:annotation>
-<xsd:sequence>
<xsd:element  maxOccurs="unbounded"  minOccurs="0"  ref="policy" />
<xsd:element  maxOccurs="unbounded"  minOccurs="0"  ref="dsig:Signature" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
-<xsd:element  final="restriction"  name="policy">
-<xsd:complexType>
-<xsd:annotation>
<xsd:documentation>This element should be used to articulate one policy.</xsd:documentation>
</xsd:annotation>
-<xsd:sequence>
<xsd:element  ref="policyName" />
<xsd:element  maxOccurs="unbounded"  ref="policyDescription" />
<xsd:element  ref="policyDecisionPoint" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
-<xsd:element  name="policyName"  type="xsd:string">
-<xsd:annotation>
<xsd:documentation>This contains the name of the policy from the UDDI V3 Specification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  final="restriction"  name="policyDescription"  type="policyDescription_type">
-<xsd:annotation>
<xsd:documentation>This contains the description of the policy and how it may effect interaction with the node or registry. This may be adorned with an xml:lang attribute to provide translated</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:complexType  final="restriction"  name="policyDescription_type">
-<xsd:simpleContent>
-<xsd:extension  base="xsd:string">
<xsd:attribute  ref="xml:lang" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
-<xsd:element  name="policyDecisionPoint"  type="xsd:string">
-<xsd:annotation>
<xsd:documentation>This contains the name of object that decides the policy, typically this will be the value registry or node.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>
Generated by XSDdoc 2.0 ©