-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-ojp-perxsd.xml
32 lines (32 loc) · 1.23 KB
/
custom-ojp-perxsd.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<custom>
<!-- Title appearing on the entry page -->
<systemTitle><strong>O</strong>pen API for distributed <strong>J</strong>ourney
<strong>P</strong>lanning</systemTitle>
<!-- Standardized namespace bindings -->
<namespaces>
<namespace prefix="orc" uri="http://datex2.eu/schema/2_0RC1/2_0"/>
<namespace prefix="wsdl" uri="http://wsdl.siri.org.uk"/>
<namespace prefix="acsb" uri="http://www.ifopt.org.uk/acsb"/>
<namespace prefix="ifopt" uri="http://www.ifopt.org.uk/ifopt"/>
<namespace prefix="netex" uri="http://www.netex.org.uk/netex"/>
<namespace prefix="gml" uri="http://www.opengis.net/gml/3.2"/>
<namespace prefix="siri" uri="http://www.siri.org.uk/siri"/>
<namespace prefix="ojp" uri="http://www.vdv.de/ojp"/>
</namespaces>
<!-- Report type specific rules -->
<reportTypes/>
<!--
<domains>
<domain name="xsd">
<content>
<foreach>xsd</foreach>
</content>
<processing>
<outputPath>../output/ojp2</outputPath>
<title>#xsdname</title>
</processing>
</domain>
</domains>
-->
</custom>