Sha256: f8d4a608b2b394882ba259ec9e3ba61ce2bf39d230e3784304f2d839328a7b61
Contents?: true
Size: 1 KB
Versions: 47
Compression:
Stored size: 1 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <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-5.0"> <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