Sha256: 6eb5c0369c20521f0d9179fdcab2b3861e2eee382298314de7fdd9c8ad3b04e5
Contents?: true
Size: 1.12 KB
Versions: 47
Compression:
Stored size: 1.12 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Jim Bowery (Landmark Information Group Ltd.) --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CS="DCLG-CEPC/CommonStructures" xmlns:ERR="DCLG-CEPC/Exceptions" xmlns:CEPC="DCLG-CEPC" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-CEPC-3.1"> <xs:import namespace="DCLG-CEPC" schemaLocation="../Reports/CEPC-Reports.xsd"/> <xs:import namespace="DCLG-CEPC/Exceptions" schemaLocation="../CommonFiles/Exceptions.xsd"/> <xs:import namespace="DCLG-CEPC/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/> <xs:element name="ChangeReportStatusResponse"> <xs:complexType> <xs:sequence> <xs:element name="MessageIdentifier" type="CS:MessageIdentifier"/> <xs:element name="RRN" type="CEPC:RRNType"/> <xs:element name="Success" type="CEPC:Flag"/> <xs:element name="ExceptionList" type="ERR:ExceptionList" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
Version data entries
47 entries across 47 versions & 1 rubygems