|
Revision 1, 1.0 kB
(checked in by amandel, 5 years ago)
|
|
Tags dir
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!-- $Id: findbugs-message.xsd 80 2006-01-25 10:06:04Z mgriffel $ --> |
|---|
| 3 | |
|---|
| 4 | <jxb:bindings version="1.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" |
|---|
| 5 | xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" |
|---|
| 6 | xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|---|
| 7 | |
|---|
| 8 | <jxb:bindings schemaLocation="messagecollection.xsd" node="/xs:schema"> |
|---|
| 9 | <jxb:globalBindings fixedAttributeAsConstantProperty="true" |
|---|
| 10 | collectionType="java.util.ArrayList" typesafeEnumBase="xsd:NCName" |
|---|
| 11 | choiceContentProperty="true" typesafeEnumMemberName="generateError" |
|---|
| 12 | enableFailFastCheck="false" generateIsSetMethod="true" |
|---|
| 13 | underscoreBinding="asCharInWord"> |
|---|
| 14 | <xjc:serializable uid="106"/> |
|---|
| 15 | </jxb:globalBindings> |
|---|
| 16 | <jxb:schemaBindings> |
|---|
| 17 | <jxb:package name="org.jcoderz.phoenix.findbugs.message.jaxb"/> |
|---|
| 18 | </jxb:schemaBindings> |
|---|
| 19 | <jxb:bindings node="//xs:attribute[@name='class']"> |
|---|
| 20 | <jxb:property name="clazz"/> |
|---|
| 21 | </jxb:bindings> |
|---|
| 22 | </jxb:bindings> |
|---|
| 23 | </jxb:bindings> |
|---|