blob: fb82047da99bee73edf813fd6c52de956f78044f [file] [log] [blame]
<?xml version="1.0" encoding="US-ASCII"?>
<xml-bindings xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" package-name="mynamespace">
<xml-schema element-form-default="UNQUALIFIED" attribute-form-default="UNQUALIFIED" namespace="mynamespace">
<xml-ns prefix="ns1" namespace-uri="mynamespace"/>
<xml-ns prefix="xsd" namespace-uri="http://www.w3.org/2001/XMLSchema"/>
<xml-ns prefix="xsi" namespace-uri="http://www.w3.org/2001/XMLSchema-instance"/>
</xml-schema>
<xml-enums>
<xml-enum java-enum="mynamespace.CompassDirection" value="java.lang.String">
<xml-enum-value java-enum-value="N">NORTH</xml-enum-value>
<xml-enum-value java-enum-value="S">SOUTH</xml-enum-value>
<xml-enum-value java-enum-value="E">EAST</xml-enum-value>
<xml-enum-value java-enum-value="W">WEST</xml-enum-value>
</xml-enum>
</xml-enums>
<java-types>
<java-type name="mynamespace.Person">
<xml-root-element name="person"/>
<java-attributes>
<xml-element java-attribute="quadrant" type="mynamespace.CompassDirection"/>
</java-attributes>
</java-type>
</java-types>
</xml-bindings>