1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <jaxb : bindings version =" 2.1" xmlns : xs =" http://www.w3.org/2001/XMLSchema" xmlns : jaxb =" http://java.sun.com/xml/ns/jaxb"
3
+ xmlns:xjc=" http://java.sun.com/xml/ns/jaxb/xjc" jaxb : extensionBindingPrefixes =" xjc" >
4
+ <jaxb : globalBindings
5
+ generateElementClass=" false"
6
+ mapSimpleTypeDef=" false"
7
+ generateMixedExtensions=" false"
8
+ optionalProperty=" primitive" >
9
+ </jaxb : globalBindings >
10
+
11
+ <jaxb : bindings schemaLocation =" atom-author-link.xsd" node =" /xs:schema" >
12
+ <!-- rename the package 'oasis/names/tc/ciq/xsdschema/xal/_2/' to the following: -->
13
+ <jaxb : schemaBindings >
14
+ <jaxb : package name =" de.micromata.opengis.kml.v_2_2_0.atom" />
15
+ </jaxb : schemaBindings >
16
+
17
+ <!-- bind the 'Link' attribute to Java 'LinkDeprecated' -->
18
+ <jaxb : bindings node =" .//xs:element[@name='link']" >
19
+ <jaxb : property name =" AtomLink" />
20
+ </jaxb : bindings >
21
+ <jaxb : bindings node =" .//xs:element[@name='author']" >
22
+ <jaxb : property name =" AtomAuthor" />
23
+ </jaxb : bindings >
24
+ </jaxb : bindings >
25
+
26
+ <!-- this package is referenced by AbstractFeatureType (xal:AddressDetails is used) -->
27
+ <jaxb : bindings schemaLocation =" http://docs.oasis-open.org/election/external/xAL.xsd" node =" /xs:schema" >
28
+ <!-- rename the package 'oasis/names/tc/ciq/xsdschema/xal/_2/' to the following: -->
29
+ <jaxb : schemaBindings >
30
+ <jaxb : package name =" de.micromata.opengis.kml.v_2_2_0.xal" />
31
+ </jaxb : schemaBindings >
32
+
33
+ <!--
34
+ Resolve: [xjc] [ERROR] Property "DependentThoroughfares" is already defined. Use <jaxb:property> to resolve this
35
+ conflict. [xjc] line 958 of http://docs.oasis-open.org/election/external/xAL.xsd [xjc] [ERROR] The following location
36
+ is relevant to the above error [xjc] line 979 of http://docs.oasis-open.org/election/external/xAL.xsd
37
+ -->
38
+ <jaxb : bindings node =" .//xs:attribute[@name='DependentThoroughfares']" >
39
+ <jaxb : property name =" XalDependentThoroughfares" />
40
+ </jaxb : bindings >
41
+
42
+ <!--
43
+ Resolve: [xjc] [ERROR] Property "Address" is already defined. Use <jaxb:property> to resolve this conflict. [xjc]
44
+ line 210 of http://docs.oasis-open.org/election/external/xAL.xsd [xjc] [ERROR] The following location is relevant to
45
+ the above error [xjc] line 267 of http://docs.oasis-open.org/election/external/xAL.xsd
46
+ -->
47
+ <jaxb : bindings node =" .//xs:element[@name='Address']" >
48
+ <jaxb : property name =" XalAddress" />
49
+ </jaxb : bindings >
50
+
51
+ <!--
52
+ Resolve: [xjc] [ERROR] Property "PremiseDependency" is already defined. Use <jaxb:property> to resolve this
53
+ conflict. [xjc] line 1486 of http://docs.oasis-open.org/election/external/xAL.xsd [xjc] [ERROR] The following
54
+ location is relevant to the above error [xjc] line 1491 of http://docs.oasis-open.org/election/external/xAL.xsd
55
+ -->
56
+ <jaxb : bindings node =" .//xs:attribute[@name='PremiseDependency']" >
57
+ <jaxb : property name =" XalPremiseDependency" />
58
+ </jaxb : bindings >
59
+
60
+ <jaxb : bindings node =" .//xs:element[@name='AddressDetails']" >
61
+ <jaxb : property name =" XalAddressDetails" />
62
+ </jaxb : bindings >
63
+ </jaxb : bindings >
64
+
65
+ <jaxb : bindings schemaLocation =" kml22gx.xsd" node =" /xs:schema" >
66
+ <!-- rename the package 'oasis/names/tc/ciq/xsdschema/xal/_2/' to the following: -->
67
+ <jaxb : schemaBindings >
68
+ <jaxb : package name =" de.micromata.opengis.kml.v_2_2_0.gx" />
69
+ </jaxb : schemaBindings >
70
+ </jaxb : bindings >
71
+
72
+ <jaxb : bindings schemaLocation =" ogckml22.xsd" node =" /xs:schema" >
73
+ <!-- rename the package 'oasis/names/tc/ciq/xsdschema/xal/_2/' to the following: -->
74
+ <jaxb : schemaBindings xmlns =" default namespace" >
75
+ <jaxb : package name =" de.micromata.opengis.kml.v_2_2_0" xmlns =" default namespace" />
76
+ </jaxb : schemaBindings >
77
+
78
+ <jaxb : bindings node =" //xs:element[@name='altitudeMode']" >
79
+ <!-- <jaxb:class name="AltitudeModeEnumTypeDeprecated" /> -->
80
+ <jaxb : factoryMethod name =" AltitudeModeEnumTypeDeprecated" />
81
+ </jaxb : bindings >
82
+ <!--
83
+ <jaxb:property name="AltitudeModeEnumType1" />
84
+ Resolve: [xjc] [ERROR] Property "Snippet" is already defined. Use <jaxb:property> to resolve this conflict. [xjc]
85
+ line 321 of file:/Users/Flori/Documents/workspace34/JavaAPIforKML/src/main/resources/schema/ogckml/ogckml22.xsd [xjc]
86
+ [ERROR] The following location is relevant to the above error [xjc] line 320 of
87
+ file:/Users/Flori/Documents/workspace34/JavaAPIforKML/src/main/resources/schema/ogckml/ogckml22.xsd
88
+ -->
89
+ <!-- bind the 'snippet' attribute to Java 'SnippetDeprecated' -->
90
+ <jaxb : bindings node =" //xs:element[@name='snippet']" >
91
+ <jaxb : property name =" snippetd" />
92
+ <jaxb : factoryMethod name =" snippetSmall" />
93
+ </jaxb : bindings >
94
+
95
+ <!-- bind the 'scale' attribute to Java 'ScaleDeprecated' -->
96
+ <jaxb : bindings node =" .//xs:element[@name='scale']" >
97
+ <jaxb : property name =" scale" />
98
+ <jaxb : factoryMethod name =" scaleSmall" />
99
+ </jaxb : bindings >
100
+
101
+ <!-- only needed if <xjc:simple /> is enabled -->
102
+ <!--
103
+ Resolve: [xjc] [ERROR] Property "Link" is already defined. Use <jaxb:property> to resolve this conflict. [xjc]
104
+ line 744 of file:/Users/Flori/Documents/workspace34/JavaAPIforKML/src/main/resources/schema/ogckml/ogckml22.xsd [xjc]
105
+ [ERROR] The following location is relevant to the above error [xjc] line 312 of
106
+ file:/Users/Flori/Documents/workspace34/JavaAPIforKML/src/main/resources/schema/ogckml/ogckml22.xsd
107
+ -->
108
+ </jaxb : bindings >
109
+ </jaxb : bindings >
0 commit comments