Show disclosure-confirmation.xsd syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
elementFormDefault="qualified"
>
<xsd:import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing"
schemaLocation="http://schemas.xmlsoap.org/ws/2003/03/addressing"/>
<xsd:element name="DisclosureRequestConfirmation" type="DisclosureRequestConfirmationType"/>
<xsd:complexType name="DisclosureRequestConfirmationType">
<xsd:sequence>
<xsd:element ref="wsa:MessageID"/>
<xsd:element name="correlationID" type="xsd:string" nillable="false"/>
<xsd:element name="privacyAction" type="xsd:string" nillable="false"/>
<xsd:element name="provenance" type="xsd:string" nillable="false"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
See more files for this project here