Client Declaration
StringEncodingType
Specifies how a string is encoded. Because characters that are illegal in XML cannot be transported to or from the server via the Content Engine Web Service, there exists a mechanism to encode strings such that any illegal characters are replaced with a legal character sequence.
Name | Value | Description |
---|---|---|
H9 |
0 | Replace characters that are illegal in XML with a legal character sequence. |
Applies To
<xsd:simpleType name="StringEncodingType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="H9"/> </xsd:restriction> </xsd:simpleType>