Analyse XSD to define attribute types and list content names.
[lgpl/argeo-commons.git] / org.argeo.api.acr / src / org / argeo / api / acr / CrAttributeType.java
index 446449ec0b42e63b676726770c18de46632324d9..5d6c57dd506419ad1278da74a9a3cbe078b3b1bf 100644 (file)
@@ -112,6 +112,9 @@ public enum CrAttributeType implements ContentNameSupplier {
                } catch (IllegalArgumentException e) {
                        // silent
                }
+               
+               // TODO support QName as a type? It would require a NamespaceContext
+               // see https://www.oreilly.com/library/view/xml-schema/0596002521/re91.html
 
                // default
                return STRING.getFormatter().parse(str);