7.11.2 Schema file defining the fault messages
This subsection describes the schema file that defines the fault messages, when you choose the settings for converting the error exception into a fault message.
- Organization of this subsection
(1) File storage location
The schema file defining the fault messages is stored in the following location:
<Service Platform installation directory>\CSC\system\msg\cscfault.xsd
(2) Format
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT THIS FILE.
-->
<xs:schema elementFormDefault="qualified" targetNamespace="http://www.msg.csc.soft.Hitachi.co.jp/cscfault" xmlns:cscft="http://www.msg.csc.soft.Hitachi.co.jp/cscfault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="fault">
<xs:complexType>
<xs:sequence>
<xs:element name="exception-name" type="xs:string" />
<xs:element name="exception-message" type="xs:string" />
<xs:element name="stacktrace" type="xs:string" minOccurs="0" />
<xs:element name="details" type="xs:string" minOccurs="0" />
<xs:element name="other" type="xs:anyType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
(3) Precautions
Do not edit the schema file. If the schema file is edited, the settings for converting the error exception into a fault message will not be applied.