Show disclosure-request.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="DisclosureRequest" type="DisclosureRequestType"/>
<xsd:complexType name="DisclosureRequestType">
<xsd:sequence>
<xsd:element ref="wsa:MessageID"/>
<xsd:element ref="wsa:EndpointReference"/>
<xsd:element ref="wsa:ReplyTo"/>
<!-- routine use, court order, self discovery, foia -->
<xsd:element name="intent" type="xsd:string"/>
<!-- agency, citizen, private sector, credit bureaus -->
<xsd:element name="requester" type="xsd:string"/>
<!-- source document uri -->
<xsd:element name="document" type="xsd:anyURI"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
See more files for this project here