请帮助我,我知道这是一个非常简单的问题,仍然需要帮助。请参考以下架构..
<?xml version="1.0" encoding="UTF-8"?>
<schema attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://xmlns.oracle.com/RegistrationUpload_jws/RegistrationUpload/Taskprocess"
xmlns="http://www.w3.org/2001/XMLSchema">
<complexType name="officer" id="officer" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<sequence>
<element name="mainOfficer" type="string"/>
<element name="mainOfficerId" type="string"/>
<element name="coveringOfficer" type="string"/>
<element name="coveringOfficerId" type="string"/>
<element name="defaultOfficer" type="string"/>
<element name="defaultOfficerId" type="string"/>
<element name="matrixId" type="string"/>
</sequence>
</complexType>
<element name="process">
<complexType>
<sequence>
<element name="input" id="officer" type="officer" nillable="false"
maxOccurs="1" minOccurs="0"/>
</sequence>
</complexType>
</element>
<element name="processResponse">
<complexType>
<sequence>
<element name="result" type="string"/>
</sequence>
</complexType>
</element>
</schema>
我找不到问题参考办公室(使用 Jdeveloper)