Schema Name
You can use the token "<s>
instead of the schema names. This token will be replaced by the default schema names, that is the same schema names as when no schema location is given. This is valid both for the schema declaring the default namespace, and for the schemas declaring the custom namespaces.
If you have several custom schemas for the same custom namespace you only have to give the custom namespace-schema (token) pair once; all custom schemas used for the custom namespace will be listed automatically. This is because there is no way to pin-point a specific custom schema if there are several custom schemas for a custom namespace. This schema location string will also give the same result as the complete schema location string in the first example (tokens are marked in bold characters):
http://schema.infor.com/2.7.0/InforOAGIS/BODs/Developer/<s> cust:
Custom\UserAreaExtensions\Customer\<s>
You cannot change the default schema name when using this token. Although, you can add a prefix, typically a URL or a file path, and/or a suffix to the schema name. The file extension "xsd" is handled automatically.
Example:
Tokens are marked in bold characters.
http://schema.infor.com/2.7.0/InforOAGIS/BODs/Developer/<s> cust:
Custom\UserAreaExtensions\Customer\Prod_<s>_2
<SyncProductionOrder xmlns="http://schema.infor.com/InforOAGIS/2"
xmlns:cust="http://schema.infor.com/InforOAGIS/Custom"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schema.infor.com/InforOAGIS/2
http://schema.infor.com/2.7.0/InforOAGIS/BODs/Developer/SyncProductionOrder.xsd
http://schema.infor.com/Custom Custom\UserAreaExtensions\Customer\Prod_CustomHeader_2.xsd
http://schema.infor.com/Custom Custom\UserAreaExtensions\Customer\Prod_CustomDetail_2.xsd"
releaseID="9.2" versionID="2.7.0">