diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-01 14:59:05 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-01 14:59:05 +0900 |
| commit | 7021eca8f53e398f55f775c6dc431bca9670fabe (patch) | |
| tree | d9de3ac658fd6f19847a844d7c891d3088550221 /public/wsdl/IF_ECC_EVCP_PCR.wsdl | |
| parent | ad5fc089cb7e677d47d82c14adeabf09963e5611 (diff) | |
(김준회) WSDL 오류 수정
Diffstat (limited to 'public/wsdl/IF_ECC_EVCP_PCR.wsdl')
| -rw-r--r-- | public/wsdl/IF_ECC_EVCP_PCR.wsdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/wsdl/IF_ECC_EVCP_PCR.wsdl b/public/wsdl/IF_ECC_EVCP_PCR.wsdl index fa229dac..81d79060 100644 --- a/public/wsdl/IF_ECC_EVCP_PCR.wsdl +++ b/public/wsdl/IF_ECC_EVCP_PCR.wsdl @@ -129,7 +129,7 @@ <!-- 1.4) 수신측 응답 구조 (최상위 타입 정의) --> <xs:complexType name="IF_ECC_EVCP_PCRRes"> <xs:sequence> - <xs:element name="ZMM_RT" type="tns:ZMM_RT" minOccurs="1" maxOccurs="1"/> + <xs:element name="ZMM_RT" type="tns:ZMM_RT" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
