StringEncodingType Enumeration

 

Client Declaration

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 interface, there exists a mechanism to encode strings such that any illegal characters are replaced with a legal character sequence.

 

Constants

Name Value Description
H9 0 Replace characters that are illegal in XML with a legal character sequence.

Applies To

ListOfString

SingletonString

 

XML Schema

<xsd:simpleType name="StringEncodingType">
   <xsd:restriction base="xsd:string">
      <xsd:enumeration value="H9"/>
   </xsd:restriction>
</xsd:simpleType>