Sha256: fe434d2030af01ec26c3dd0a518a8bb188eb05c042434c61bec97a170aa50b8f
Contents?: true
Size: 1.16 KB
Versions: 46
Compression:
Stored size: 1.16 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.) --> <!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Adrian Miley (Miley Watts LLP) --> <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:UDT="DCLG-CEPC/BaseDataTypes" 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/CommonStructures" schemaLocation="../CommonFiles/CommonStructures.xsd"/> <xs:element name="ChangeReportStatusRequest"> <xs:complexType> <xs:sequence> <xs:element name="MessageIdentifier" type="CS:MessageIdentifier"/> <xs:element name="RRN" type="CEPC:RRNType"/> <xs:element name="OldStatus" type="CEPC:ReportStatusCode"/> <xs:element name="NewStatus" type="CEPC:ReportStatusCode"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
Version data entries
46 entries across 46 versions & 1 rubygems