complexType TransactionErrorType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:TransactionErrorCode com:TransactionErrorText
used by
element com:TransactionError
source <xsd:complexType name="TransactionErrorType">
<xsd:choice maxOccurs="2">
<xsd:element ref="com:TransactionErrorCode">
</xsd:element>
<xsd:element ref="com:TransactionErrorText">
</xsd:element>
</xsd:choice>
</xsd:complexType>