JF
Size: a a a
JF
ИБ
JF
JF
JF
JF
JF
JAXBContext context = JAXBContext.newInstance("formula");
// unmarshal a file. Just like you've always been doing.
Object o = context.createUnmarshaller().unmarshal(new File(fileName));
// valdiate it. Again, the same procedure regardless of the schema language
context.createValidator().validate(o);
// marshal it. Nothing new.
context.createMarshaller().marshal(o,System.out);
JF
ИБ
JF
JF
JF
JF
JF
JF
ИБ
JF
ИБ
JF
JF