PAMModuleService51.xsd 784 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PAMModuleService?xsd=xsd0" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  4. <xs:complexType name="Exception">
  5. <xs:sequence>
  6. <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##local" processContents="skip" />
  7. </xs:sequence>
  8. <xs:attribute ref="ser:FactoryType" />
  9. </xs:complexType>
  10. <xs:element name="Exception" nillable="true" type="tns:Exception" />
  11. </xs:schema>