}
public void testOrder() throws Exception {
SchemaTranscriber transcriber = new SchemaTranscriber();
transcriber.getXMLIntrospector().getConfiguration()
.setElementNameMapper(new HyphenatedNameMapper());
transcriber.getXMLIntrospector().getConfiguration()
.setAttributeNameMapper(new HyphenatedNameMapper());
transcriber.getXMLIntrospector().getConfiguration()
.setAttributesForPrimitives(true);
transcriber.getXMLIntrospector().getConfiguration()
.setWrapCollectionsInElement(false);
Schema schema = transcriber.generate(OrderBean.class);