Sha256: 792124a6f18c9c6bc89a0f9d6152226e6ceb95bc3d2ddc2c9bd9a0fb9ad0130b
Contents?: true
Size: 1.34 KB
Versions: 47
Compression:
Stored size: 1.34 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="http://www.epcregister.com/xsd/rdsap" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.epcregister.com/xsd/rdsap" elementFormDefault="qualified" attributeFormDefault="unqualified" version="LIG-17.00"> <xs:include schemaLocation="./AssessorManagement.xsd"/> <xs:include schemaLocation="../UDT/EPC-Domains.xsd"/> <xs:element name="ReportList"> <xs:complexType> <xs:sequence> <xs:element name="Report-Summary" maxOccurs="unbounded"> <xs:complexType> <xs:all> <xs:element name="RRN" type="RRNType"/> <xs:element name="Inspection-Date" type="xs:date"/> <xs:element name="HI-Name" type="PersonNameType"/> <xs:element name="HI-Certificate" type="CertificateNumberType"/> <xs:element name="Report-Status" type="ReportStatusCode"/> </xs:all> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
Version data entries
47 entries across 47 versions & 1 rubygems