diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-01 15:07:56 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-01 15:07:56 +0900 |
| commit | ddb5c3107c6f67bcd9eddb4767fb37e14edfb54f (patch) | |
| tree | 5f0887863b638962bb58086e9e18f3d15077d406 /public/wsdl | |
| parent | 7021eca8f53e398f55f775c6dc431bca9670fabe (diff) | |
(김준회) wsdl: PCR 수신시 응답은 이전처럼 최소 1개는 보내도록 정의함
Diffstat (limited to 'public/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 81d79060..255aa6a6 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="0" maxOccurs="unbounded"/> + <xs:element name="ZMM_RT" type="tns:ZMM_RT" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
