-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbindings_4_1.xsd
40 lines (31 loc) · 1.69 KB
/
bindings_4_1.xsd
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
33
34
35
36
37
38
39
40
<jxb:bindings version="2.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!-- ====================================================== -->
<!-- ========== RESOLVE NAMING CONFLICT: 'title' ========== -->
<!-- ====================================================== -->
<!--========== gmlProfile/xlinks.xsd ==========-->
<jxb:bindings schemaLocation="http://www.w3.org/1999/xlink.xsd" node="/xsd:schema">
<jxb:bindings node="//xsd:attributeGroup[@name='arcAttrs']">
<jxb:bindings node=".//xsd:attribute[@ref='xlink:title']">
<jxb:property name="titleArcAttrs"/>
</jxb:bindings>
</jxb:bindings>
<jxb:bindings node="//xsd:attributeGroup[@name='locatorAttrs']">
<jxb:bindings node=".//xsd:attribute[@ref='xlink:title']">
<jxb:property name="titleLocatorAttrs"/>
</jxb:bindings>
</jxb:bindings>
</jxb:bindings>
<!-- ====================================================== -->
<!-- ===================================================== -->
<!-- ========== RESOLVE NAMING CONFLICT: 'name' ========== -->
<!-- ===================================================== -->
<!--========== gmlProfilexplan.xsd ==========-->
<jxb:bindings schemaLocation="schemata/XPlanGML_4_1_Kernmodell-Schemata/gmlProfile/gmlProfilexplan.xsd">
<jxb:bindings node="//xsd:group[@name='StandardObjectProperties']">
<jxb:bindings node="//xsd:element[@ref='gml:name']">
<jxb:property name="nameStandardObjectProperties"/>
</jxb:bindings>
</jxb:bindings>
</jxb:bindings>
<!-- ===================================================== -->
</jxb:bindings>