﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="AccReportTemplate"
    targetNamespace="http://tempuri.org/AccReportTemplate.xsd"
    elementFormDefault="qualified"
    xmlns="http://tempuri.org/AccReportTemplate.xsd"
    xmlns:mstns="http://tempuri.org/AccReportTemplate.xsd"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
>

  <!--爆管信息录入-->
  <xs:complexType name="_AccReport">
    <xs:sequence>
      <!--GUID-->
      <xs:element name="Guid" type="xs:string"></xs:element>
      <!--爆管录入时间-->
      <xs:element name="Datetime" type="xs:string"></xs:element>
      <!--爆管录入人员-->
      <xs:element name="Userid" type="xs:string"></xs:element>
      <!--爆管点-->
      <xs:element name="Point" type="xs:string"></xs:element>
      <!--爆管Json-->
      <xs:element name="Json" type="xs:string"></xs:element>
      <!--爆管录入附件信息-->
      <xs:element name="Additionalinformation" type="xs:string"></xs:element>
    </xs:sequence>
  </xs:complexType>
  
</xs:schema>
