TrustedCertificateList

TrustedCertificateList 요소는 운영자에 대한 신뢰할 수 있는 인증서 목록을 지정합니다.

사용

<TrustedCertificateList>
   child elements
</TrustedCertificateList>

특성

특성이 없습니다.

자식 요소

요소 설명

TrustedCertificate

운영자가 신뢰하는 인증서입니다.

부모 요소

요소 설명

OperatorList

APN XML 스키마의 부모 요소입니다.

XSD

<xs:element ref="TrustedCertificateList" minOccurs="0"/>

<xs:element name="TrustedCertificateList">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="TrustedCertificate" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Remarks

TrustedCertificateList 요소는 선택 사항입니다.