The XML.String data type class represents a subclass of String with CONTENT="MIXED" for XML mixed content. More...


Static Public Attributes | |
| CONTENT = None | |
| XML element content "MIXED" for mixed="true" (default) and "STRING" or "ESCAPE" for mixed="false".  More... | |
| ESCAPE = None | |
| Controls the translate table used to escape content when CONTENT="MIXED" is specified.  | |
  Static Public Attributes inherited from String | |
| COLLATION = None | |
| The default collation value used for this data type.  More... | |
| CONTENT = None | |
| XML element content "MIXED" for mixed="true" and "STRING" or "ESCAPE" for mixed="false".  More... | |
| DISPLAYLIST = None | |
| Used for enumerated (multiple-choice) attributes.  More... | |
| ESCAPE = None | |
| Controls the translate table used to escape content when CONTENT="MIXED" is specified.  | |
| JSONLISTPARAMETER = None | |
| Used to specify the name of the parameter which contains the enumeration list for JSON values.  More... | |
| JSONTYPE = None | |
| JSONTYPE is JSON type used for this datatype.  | |
| MAXLEN = None | |
| The maximum number of characters the string can contain.  More... | |
| MINLEN = None | |
| The minimum number of characters the string can contain.  | |
| PATTERN = None | |
| A pattern which the string should match.  More... | |
| TRUNCATE = None | |
| Determines whether to truncate the string to MAXLEN characters.  | |
| VALUELIST = None | |
| Used for enumerated (multiple-choice) attributes.  More... | |
| XMLLISTPARAMETER = None | |
| Used to specify the name of the parameter which contains the enumeration list for XML values.  More... | |
| XSDTYPE = None | |
| Declares the XSD type used when projecting XML Schemas.  | |
  Static Public Attributes inherited from DataType | |
| INDEXNULLMARKER = None | |
| Override this parameter value to specify what value should be used as a null marker when a property of the type is used in a subscript of an index map.  More... | |
Additional Inherited Members | |
  Static Public Member Functions inherited from String | |
| _.Library.String | DisplayToLogical (_, _.Library.String val) | 
| Converts the input value val, which is a string, into the logical string format.  More... | |
| _.Library.Status | IsValid (_, _.Library.RawString val) | 
| Tests if the logical value val, which is a string, is valid.  More... | |
| _.Library.String | JSONToLogical (_, _.Library.String val) | 
| If JSONLISTPARAMETER is specified, XSDToLogical is generated which imports using the list specified by JSONLISTPARAMETER.  | |
| _.Library.String | LogicalToDisplay (_, _.Library.String val) | 
| Converts the value of val, which is in logical format, into a display string.  More... | |
| _.Library.String | LogicalToJSON (_, _.Library.String val) | 
| If JSONLISTPARAMETER is specified, XSDToLogical is generated which exports using the list specified by JSONLISTPARAMETER.  | |
| _.Library.String | LogicalToXSD (_, _.Library.String val) | 
| If XMLLISTPARAMETER is specified, XSDToLogical is generated which exports using the list specified by XMLLISTPARAMETER.  | |
| _.Library.String | Normalize (_, _.Library.RawString val) | 
| Truncates value val to MAXLEN, characters.  | |
| _.Library.String | XSDToLogical (_, _.Library.String val) | 
| If XMLLISTPARAMETER is specified, XSDToLogical is generated which imports using the list specified by XMLLISTPARAMETER.  | |
The XML.String data type class represents a subclass of String with CONTENT="MIXED" for XML mixed content.
      
  | 
  static | 
XML element content "MIXED" for mixed="true" (default) and "STRING" or "ESCAPE" for mixed="false".
If CONTENT="STRING" XML special characters are put in a CDATA section during XML export. If CONTENT="ESCAPE" XML special characters are escaped during XML export. If CONTENT="ESCAPE-C14N" XML special characters are escaped during XML export using the translate table, XMLC, specified for XML Canonicalizaton. The main difference is that CR is escaped as