| Previous | Table of Contents | Next |
The Identifier Information file is a text file in XML format that collects identifiers.
• <name>~</name> sets the name before conversion (IDL) .
• <name_to>~</name_to> sets the name after conversion (WSDL).
• <name_to>~</name_to> is not generated if identifiers were not converted.
.
| <module>* | module information | ||||
| <name>~</name> | |||||
| <name_to>~</name_to>? | |||||
| <interface>* | interface information | ||||
| <name>~</name> | |||||
| <name_to>~</name_to>? | |||||
| <typedef>* | typedef information(includes struct, enum) | ||||
| <name>~</name> | |||||
| <name_to>~</name_to>? | |||||
| </typedef> | |||||
| <exception>* | exception information | ||||
| <name>~</name> | |||||
| <name_to>~</name_to>? | |||||
| </exception> | |||||
| <method>* | method information | ||||
| <name>~</name> | |||||
| <name_to>~</name_to>? | |||||
| </method> | |||||
| </interface> | |||||
| </module> |
*: 0 or more?: 0 or 1 +: 1 or more